@charset "utf-8";
/* CSS Document */
body{
margin:0;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: left;
vertical-align: top;
background: #000;
color: #ccc;
}
img {
	border: none;
	}
h1 {
	color: #FFFFFF;
	}


body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form{
margin: 0;
padding: 0;
}


#wrapper{
margin: 0 auto 0 auto;
width: 1001px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
text-align: left;
color: #ccc;
}

#header{
width: 981px;
height: 225px;
padding: 10px;
background: red url(graphics/header.jpg);
color: #fff;
}

#container{
width: 1001px;
height: 100%;
overflow: hidden;
/*background: url(graphics/containerbg.jpg);*/
}
.warning {
	font: "Goudy Old Style", Arial;
	font-size: 16px;
	}
.warning h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
	color: #FF0000;
	}
.warning h2 {
	font: "Goudy Old Style", Arial;
	font-size: 36px;
	}
.warning h2 a:link{
	color: #FF0000;
	text-decoration: underline;
	}
.warning h2 a:hover{
	color: #990000
	text-decoration: none;
	}
.warning h2 a:visited {
	color: #FF0000;
	text-decoration: underline;
	}

#containertop{
width: 1001px;
height: 30px;
background: url(graphics/containertopbg.jpg);
}
/*#containertop1{
width: 1001px;
height: 30px;
background: url(graphics/containertopbg1.jpg);
}*/

.sidebar{
float: left;
width: 200px;
padding: 10px;
margin: 10px;
display:inline; /* because IE doubles set margins  */
color: #ccc;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}


.sidebar ul li{
padding: 10px 0 10px 0;
}


.sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
}

.sidebar ul ul li{
padding: 0;
line-height:24px;
}

.sidebar h2{
border-left: 1px solid #aaa;
border-right: 1px solid #000;
padding-left: 5px;
padding-top: 1px;
background: url(graphics/sidebarh2.jpg);
height: 19px;
}

.sidebar a:link {
	border: none;
	}
.sidebar a:visited {
	border: none;
	}
.sidebar a:hover {
	border: none;
	}
.sidebar img {
	border: none;
	}

#content{
float:left;
width: 741px;
height: 100%;
padding: 10px;
}

#containerbottom{
width: 1001px;
height: 30px;
background: url(graphics/containerbottombg.jpg);
}
/*#containerbottom1{
width: 1001px;
height: 30px;
background: url(graphics/containerbottombg1.jpg);
}*/

#reciptable {
	width: 720px;
	border-bottom: 1px;
	border-color: #666666;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
#reciptable a:link {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: underline;
}
#reciptable a:hover {
	color:#999999;
	font-size: 12px;
}
#reciptable a:visited {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: underline;
}
.recip {
  width: 140px;
  height: 65px;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  float: left;
  border: 1px solid #ffffff;
}
.recip a:link {
	color: #CCCCCC;
	font-size: 14px;
	text-decoration: underline;
}
.recip a:hover {
	color:#999999;
	font-size: 14px;
}
.recip a:visited {
	color: #CCCCCC;
	font-size: 14px;
	text-decoration: underline;
}

#gallery1 {
position: relative;
  width: 250px;
  margin: 0px;
  padding: 0px;
  float: left;
}
#gallery1 img {
border: none;
}
#gallery2 {
position: relative;
  width: 250px;
  margin: 0px;
  padding: 0px;
  float: right;
}
#gallery2 img {
border: none;
}
.thumb {
	float:left;
	margin: 5px;	
	}
#footer{
position: relative;
width: 993px;
padding:4px;
background: #282828;
color: #b0b0b0;
border-bottom: 1px solid #ccc;
font-size: 11px;
}


/* start: anchor/link codes */




span.footercredits{
position: absolute;
left: 400px;
}

h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

.post{
padding: 10px 0 10px 0;
}

.post h2{
font-family: Georgia, Sans-serif;
font-size: 18px;
}

.entry{
line-height: 18px;
}
.entry a:link {
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	}
.entry a:hover {
	color:#FF00FF;
	font-size:16px;
	font-weight:bold;
	text-decoration: underline;
	}
.entry a:visited {
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	}

p{
padding: 10px 0 0 0;
}

p.postmetadata{
border-top: 1px solid #aaa;
border-bottom: 5px solid #666;
margin: 10px 0 0 0;
}


.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}
