/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}

/* Global reset-RESET */
/* restores some defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

/*--------------------------------------------------------------------------------------*/

body {
	/*background:url(images/back_bodySlice.png) repeat-x #EFEEE1;*/
	background:url(images/back2.png) repeat-x #EFEEE1;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 980px;
}

#logo {
	float:left;
	width:440px;
	margin: 0 0 0 10px;
}
#topPhotos {
	float:right;
	width:441px;
	margin:12px 0px 0 0;
}
/* Nav Bar css */
#navBar {
	clear:both;
	float:left;
	margin: 0 10px 0 10px;	
}
#navBar li {
	display:inline;
}
#navBar ul li a:link, #navBar ul li a:visited {
	float:left;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	height:32px;
	padding: 15px 4px 0 4px;
	margin: 0 30px 0 0;
}
#navBar ul li a:hover {
	background:url(images/navHover.png) repeat-x;
}
#donation {
	float:right;
	border:1px solid #999;
	padding:3px;
	margin:7px 12px 0 0;
}
#donation:hover {
	border:1px solid #fff;
}
/* Nav Bar css */

/* main content */
#mainContent {
	clear:both;
	padding: 25px 0px;
	background:url(images/mainSlice.png) repeat-y;
	float:left;
	width:980px;
	font-family:Arial, Helvetica, sans-serif;
}
#mainContent a:link, #mainContent a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#3B322A;
	text-decoration:underline;
}
	
/* left column styles */
#leftColumn {
	float:left;
	width:470px;
	margin:0 20px 0 15px;
}
#leftColumnPosts {
	float:left;
	width:710px;
	margin: 0 20px 0 15px;
}
#leftColumn h2, #leftColumnPosts h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#3B322A;
	background:url(images/titleSlice.gif) repeat-x;
	padding:1px 0 2px 4px;
	height:20px;
	border-top:1px solid #dacfc5;
	border-left:1px solid #dacfc5;
}
#leftColumn h2 a:link, #leftColumn h2 a:visited, #leftColumnPosts a:link, #leftColumnPosts a:visited {
	color:#3b322a;
	text-decoration:none;
}
.post {
	padding: 0 0 25px; 
}
.post p {
	font-size:12px;
	line-height:20px;
	padding: 5px 5px;
}
.post small {
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	padding:15px 3px;
	color:#666666;
}
.post h3 {
	float:left;
	height:20px;
	padding: 2px;
	margin: 0 0 10px 0;
	width:100%;
	background:url(images/titleSlice.gif) repeat-x;
	border-top:1px solid #dacfc5;
	border-left:1px solid #dacfc5;
}
.post img {
	float:right;
	padding:3px;
	border:1px solid #ccc;
	margin:3px;
}
.post img:hover {
	background:#cde1c1;
}
#leftColumnPosts .entry a:link, #leftColumnPosts .entry a:visited {
	color:#990000;
	text-decoration:underline;
}

#commentForm {
	clear:both;
}

.commentlist li{
	padding:5px;
	border:1px solid #cde1c1;
	margin:10px;
}

#leftColumnPosts p.postmetadata a:link, #leftColumnPosts p.postmetadata a:visited {
	color:#333;
	text-decoration:underline;
}
#leftColumnPosts p.postmetadata a:hover {
	text-decoration:none;
}
/* left column styles */

/* center column styles */
#centerColumn {
	float:left;
	width:220px;
	margin:0 20px 0 0;
}
#centerColumn a:link, #centerColumn a:visited {
	text-decoration:none;
}
#centerColumn a:hover {
	text-decoration:underline;
}
#centerColumn h1,  #rightColumn h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#3B322A;
	background:url(images/titleSlice.gif) repeat-x;
	padding:2px 0 2px 4px;
	height:20px;
	border-top:1px solid #dacfc5;
	border-left:1px solid #dacfc5;
}
.recentPost {
	padding:10px 3px;
}
.recentPost h2 {
	font-size:13px;
	padding:0px;
	margin:0px;
}
.recentPost p {
	font-size:11px;
	line-height:16px;
}
/* center column styles */

/* right column styles */
#rightColumn {
	float:left;
	width:220px;
	font-size:12px;
}
#rightColumn a:link, #rightColumn a:visited {
	text-decoration:none;
}
#rightColumn a:hover {
	text-decoration:underline;
}
#rightColumn ul li {
	padding: 0 0 15px 0;
}
#rightColumn ul li ul {
	padding: 5px 0 0 0;
}
#rightColumn ul li ul li {
	padding:0 0 5px 5px;
}
#search {
	background:#cde1c1;
	padding:6px 4px;
}
#quotes {
	font-size:12px;
	font-style:italic;
	padding:5px 5px 10px 5px;
	border:1px dotted #ccc;
	text-align:center;
	background:#F3F3F3;
}
.featuredSponsor img {
	padding:3px;
	border:1px solid #ccc;
}
.featuredSponsor img:hover {
	background:#cde1c1;
}
/* right column styles */

/* footer */
#footer {
	text-align:center;
	clear:both;
	font-size:11px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 25px 0 25px;
	background:url(images/footerSlice.png) repeat-x;
	height:42px;
}
#footer a:link, #footer a:visited {
	color:#999;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
/* footer */
.alignright { float:right; margin:0 0 10px 10px; }
.clear {clear:both;}
/* main content */



