
* { margin: 0;padding: 0; }

body  {
	font: 11px Arial, Helvetica, sans-serif;
	background: url(images/background.jpg) #000;
	text-align: center;
	color: #333;
}

a {
	border-bottom: 1px solid #dcb983;
	color: #333;
	text-decoration: none;
}

a:hover { color: #dcb983; }

p {
	line-height: 1.6em;
	padding: 4px 0;
}

i, em { font-family: Georgia, "Times New Roman", Times, serif; }

b, strong { color: #000; }

blockquote {
	background: #EEE;
	border-top: 6px solid #888;
	border-bottom: 3px solid #AAA;
	color: #555;
	line-height: 2em;
	font-size: 12px;
	margin: 5px 40px;
	padding: 5px 10px;
}

code {
	background: #111;
	border: 1px solid #dcb983;
	color: #ccc;
	display: block;
	line-height: 1.8em;
	margin-left: 10px;
	padding: 4px;
	width: 90%;
}




#container { 
	background: url(images/big_drip.gif) no-repeat;
	margin: 0 auto;
	text-align: left;
	width: 780px;
} 



#header {
	background: url(images/little_drip.gif) top right no-repeat;
	padding: 0 10px 0 20px;
} 

#header h1 {
	color: #000000;
	font: 1px Impact, "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 10px 0 0 220px;
	text-transform: uppercase;
}



#sidebar {
	color: #FFF;
	float: left;
	font-size: 13px;
	padding: 15px 10px 15px 20px;
	text-align: right;
	width: 200px;
}

#sidebar h3 {
	color: #FFF;
	font: 24px Impact, "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	padding: 10px 0 2px 0;
	text-transform: uppercase;
}

#sidebar ul {
	line-height: 1.8em;
	list-style: none;
}

#sidebar a {
	border: none;
	color: #FFF;
	padding: 2px;
}

#sidebar a:hover {
	color: #dcb983;
}

#mainContent {
	line-height: 1.4em;
	margin: 0 0 0 230px;
} 


#mainMenu {
	font: 14px "Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	list-style: none;
	margin: 10px 0 40px 0;
	text-transform: uppercase;
}

#mainMenu li {
	background: #ff0000;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	display: inline;
	line-height: 2em;
	margin-right: 6px;
	padding: 4px 4px 4px 10px;
}

#mainMenu li a {
	border: none;
	color: #FFF;
}

#mainMenu li a:hover { color: #000000; }

#mainMenu li.m1 { position: relative; top:0; }
#mainMenu li.m2 { position: relative; top:4px; }
#mainMenu li.m3 { position: relative; top:-2px; }
#mainMenu li.m4 { position: relative; top:1px; }
#mainMenu li.m5 { position: relative; top:-4px; }




#mainContent h1,
#mainContent h2,
#mainContent h3,
#mainContent h4 { color: #333; }

#mainContentTop { background: url(images/body/top_body.gif) no-repeat transparent; height: 37px; }
#mainContentMiddle { background: url(images/body/main_body.jpg) repeat-y transparent; padding: 10px 50px;}
#mainContentBottom { background: url(images/body/bottom_body.gif) no-repeat transparent; height: 39px; }

.odd {
	background: url(images/blog-splotch.gif) bottom right no-repeat;
	padding-bottom: 100px;
}

.oddalt {
	background: url(images/blog-splotch2.gif) bottom left no-repeat;
	padding-bottom: 100px;
}

.even {
.blogItem h2 a { border: none; }
	padding-bottom: 50px;
}


.blogItem h2 {
	font-size: 18px;
}


.blogItem h2 a:hover { color: #dcb983; }

#mainContent .blogItem h3 {
	background: #dcb983;
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	margin: 4px 0 0 0;
	padding: 2px 4px;
}

#mainContent .blogItem h3 a { color: #000000; }



#footer {
	color: #FFF;
	padding: 0 10px 0 20px;
}

#footer a { color: #FFF; }
#footer a:hover { color: #dcb983; }

#footer p {
	padding: 10px 0;
	text-align: right;
}

.clearfloat { clear:both; }
