/* @override http://www.cartoonistfoundation.org/css/ncsf.css */

/* @override http://cartoonistfoundation.org/css/ncsf.css */

/* @override http://cartoonistfoundation.org/css/ncsf.css */

hr {
	display: none;
}

body {
	margin: 0;
	padding: 0;
}

/* @group Header */

#header {
	height: 110px;
	background-color: #cc6600;
	color: white;
	background-image: url(images/header.jpg);
}

#header h1 {
	color: white;
	text-indent: -9999px;
}

#searchform {
	float: right;
	margin: 0;
	position: relative;
}

#searchform input {
	font-size: .8em;
}

#searchform img {
	top: 3px;
	position: relative;
	right: 2px;
}



/* @end */

/* @group Nav */

#navigation ul li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#navigation ul {
	padding: 10px;
	margin-bottom: 0;
	background: url(images/navbg.jpg) no-repeat center top;
}

#navigation a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size:12px !important;
}

#navigation a:hover {
	color: gray;
}

#navigation {
	background-color: #4d504d;
	color: white;
	text-align: center;
	margin-bottom: 2em;
}

#navigation.frontpage {
	background: url(images/topboxshadow.gif) no-repeat center bottom;
	background-color: #4d504d;
	padding-bottom: 16px;
}



/* @end */

/* @group Top Box */

#topbox {
	margin-top: 0;
	background: #eeeeee url(images/boxshadow.gif) no-repeat center bottom;
	padding-top: 20px;
	padding-bottom: 28px;
	position: relative;
	left: 80px;
	margin-bottom: 20px;
}

#getinvolved {
	background: #bbc9ce url(images/involvedbg.jpg) no-repeat;
	height: 270px;

}

#topbox form {
	text-align: center;
}

#topbox input {
	width: 165px;
	margin-right: 5px;
	padding: 2px;
	font-size: .8em;
}

#involved1 {
	padding: 15px;
	height: 105px;
}

#involved2 {
	border-top: 1px solid white;
	height: 35px;
	text-align: right;
	padding: 15px;
}

#involved3 {
	padding: 15px;
	border-top: 1px solid white;
	height: 35px;
	text-align: right;
}

#involved2 a, #involved3 a {
	text-transform: uppercase;
	color: #cc6600;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	position: relative;
	background: url(images/getinvolved-arrow.gif) no-repeat right center;
	display: block;
	height: 30px;
	padding-top: 10px;
	padding-right: 40px;
}

#involved3 {
	background: url(images/getinvolved-envelope.gif) no-repeat 20px center;
}

#involved2 {
	background: url(images/getinvolved-dollar.gif) no-repeat 30px center;
}

#involved2 a:hover, #involved3 a:hover {
	color: white;
}

#getinvolved h2 {
	text-transform: uppercase;
	color: white;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#involved1 img {
	top: 3px;
	position: relative;
}



/* @end */

/* @group Auction */

#bid {
	height: 370px;
	top: 20px;
	position: relative;
}

#logmein {
	width: 150px;
	top: 100px;
	position: relative;
	left: 50px;
	color: white;
	background-color: #cc6600;
	padding: 15px;
}

#logmein a {
	color: white;
	font-weight: bold;
}

#logmein ul {
	list-style-type: disc;
}

#logmein ul li {
	list-style-type: none;
}

#auction {
		position: relative;
	left: 80px;
	
}


#auction h2 {
	text-transform: uppercase;
	color: #999999;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#bid h3 {
	text-transform: uppercase;
	color: #999999;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0;
}

p.currentbid {
	font: bold 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 1em;
}


div.auctioninfo {
	
}

div.bidnow {
	text-align: center;
	background: url(images/bidshadow.jpg) no-repeat left center;
	height: 370px;
	
}

p.bidnowbutton a {
	display: block;
	width: 150px;
	height: 35px;
	background-image: url(images/bidnow.gif);
	margin-right: auto;
	margin-left: auto;
	text-indent: -99999px;
}

p.bidnowbutton a:hover {
	opacity: 0.5;
}

#auction h3 {
	font-weight: bold;
	font-size: 1.2em;
}

* {
	
}



/* @end */

/* @group News */

#news p {
	color: #999;
}

#news {
	position: relative;
	left: 80px;
}



#news p.newsdate {
	color: black;
	font-weight: bold;
	font-size: .8em;
	padding-bottom: 0;
	margin-bottom: 5px;
}

.newsitem h3, .newsitem h3 a {
	color: #cc6600;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	margin-bottom: 5px;
}

.newsitem {
	
}

.newsitem h3 a:hover {
	color: #666666;
	text-decoration: underline;
}

.rssinfo a {
	color: #999999;
	text-decoration: none;
}

.rssinfo a:hover {
	color: #cc6600;
}



/* @end */

#footer {
	background: #4d504d url(images/navbg.jpg) no-repeat center top;
	text-align: center;
	color: gray;
	width:950px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	min-height: 3em;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 20px;
}

#content {
		position: relative;
	left: 80px;
}

#sidebar {
		position: relative;
	left: 80px;
	top: 5.4em;
}

#sidebar img {
	max-width: 184px;
	border: 3px solid silver;
}

.entry img {
	max-width: 550px;
}

.post h2 {
	clear: both;
	padding-top: .5em;
}

.post p+h3 {
	margin-top: 2em;
}

.post {

	padding-bottom: 2em;
}

.post h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #cc6600;
}

x.entry {
	padding-left: 50px;
	padding-right: 70px;
}

.box {
	background: #eeeeee url(images/boxshadow.gif) no-repeat center bottom;
	padding-right: 0;
	padding-left: 0;
}

.boxheader {
	border-bottom: 1px solid silver;
	float: left;
	margin-bottom: 20px;
	width: 750px;
	position: relative;
	left: 20px;
}

.boxheader h2 {
	text-transform: uppercase;
	color: #999999;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	padding-left: 20px;
}

.innertitle {
	text-transform: uppercase;
	color: #999999;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.boxheader .rssinfo {
	float: right;
	padding-right: 20px;
}

p.alert {
	color: #cc6600;
	text-transform: uppercase;
	font-weight: bold;
}

p img {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

a {
	color: #cc6600;
}

a:hover {
	color: silver;
}

#container {
}

html {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
