/*  
Theme Name: Sunday Coupon
Theme URI: 
Description: Version 1
Author: 
Author URI:
*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline; }

:focus { outline:0; }
ol,ul { list-style:none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse:separate;border-spacing:0; }
caption,th,td { font-weight:400;text-align:left; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/* End Global Reset */

/* http://sonspring.com/journal/clearing-floats */
html body div.clear,html body span.clear { background:none;border:0;clear:both;display:block;float:none;font-size:0;height:0;margin:0;overflow:hidden;padding:0;visibility:hidden;width:0; }

.clearfix:after { clear:both;content:'.';display:block;height:0;visibility:hidden; }
.clearfix { display:block; }
* html .clearfix { height:1%; }

}
html, body {
	height: 100%;
}

/* Text Style */
body {
	background: #1b527f url('./images/stripe_bg.png') repeat top left;
	color: #59666F;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}

a:link, a:visited {color: #1A467B;}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border-color: #DADFE2;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 25px;font-family:"Century Gothic","Apple Gothic",sans-serif;
}
h3 {
	font-size: 2.1em;
}
h4 {
	font-size: 1.9em;
}
h5 {
	font-size: 1.7em;
}
h6 {
	font-size: 1.5em;
}
ol {
	list-style: decimal;
}
li {
	list-style: none;
}

#wrapper {
	margin:0 auto -80px; /* the bottom margin is the negative value of the footer's height */;
	width: 982px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
	#header {
		background:transparent url(images/header_banner.png) no-repeat scroll top left;
		height:168px;
		position: relative;
	}
	
		#header a {
			height:116px;
			left:20px;
			position:absolute;
			text-decoration:none;
			top:20px;
			width:400px;
		}
	
	#ad_header {
		height: 90px;
		margin: 0 auto 15px;
		width: 728px;
	}
	
	#nav {
		font-size: 12px;
		margin:0 0 0 20px;
	}
	#nav, #nav ul {
		list-style: none;
		line-height: 1;
	}
	#nav a, #nav a:hover {
		display: block;
		text-decoration: none;
		border: none;
	}
	#nav li {
		float: left;
		list-style: none;
	}
	#nav a, #nav a:visited {
		display: block;
		font-weight: normal;
		color: #FFF;
		padding:15px 12px;
	}
		#nav .active a, #nav .current-cat a{
			font-weight: bold;
		}
	#nav a:hover, #nav a:active, .current_page_item a, #home .on {
		text-decoration: underline
	}
	#nav li ul {
		position: absolute;
		left: -999em;
		height: auto;
		width: 174px;
		border-bottom: 1px solid #a9a9a9;
	}
	#nav li li {
		width: 172px;
		background: #7495B4;
	}
	#nav li li a, #nav li li a:visited {
		font-weight: normal;
		font-size: 0.9em;
		color: #FFF;
	}
	#nav li li a:hover, #nav li li a:active {
		background: #6788A6;
	}
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
		left: auto;
	}
	a.main:hover {
		background: none;
	}

#main_wrap {
	background:transparent url(images/main_top.png) no-repeat scroll top left;
	position: relative;
	z-index:1;

}

	#main {
		background: #FFF;
		border-left: 1px solid #112D50;
		border-right: 1px solid #112D50;
		margin:0 auto;
		position:relative;
		top:90px;
		width:980px;
	}

	#firstpost_ad {
		height:138px;
		margin:0 auto;
		width:595px;
	}

#content {
	display:inline;
	float:left;
	line-height:160%;
	margin:-50px 0 0;
	padding:0;
	width:660px;
}

	#breadcrumb {
		color:#668BAD;
		font-size:12px;
		font-style:normal;
		font-weight:bold;
		letter-spacing:normal;
		line-height:1.4em;
		margin:5px 0 30px 20px;
	}
	
		#breadcrumb a, #breadcrumb span {
			color: #969696;
			font-weight: normal;
		}
		


	.post {
		width: 600px;
		margin:10px auto 25px;
	}
	
		.post .newspaper {
			display: inline;
			float: left;
			margin:0 7px 0 0;
		}
	
		.post p {
			margin: 0 0 15px;
		}
		
		.post .alignleft {
			display: inline;
			float: left;
			margin: 0 5px 5px;
		}
		
		.post .alignright {
			display: inline;
			float: right;
			margin: 0 5px 5px;
		}
		
		.post h2 {
			font-weight: bold;
			line-height:25px;
			font-size: 30px;
			font-family: Georgia,"Nimbus Roman No9 L",serif;
			
		}
		
			.post h2 a {
				color:#263C55;
				font-weight:normal;
				text-decoration:none;
			}
			
		.post .info {
			color:#576E75;
			font-size:12px;
			margin:15px 0 15px 60px;
		}
			
		.post .comment_count {
			background:transparent url(images/comment_count.png) no-repeat scroll right 5px;
			display:inline;
			float:right;
			margin:5px 10px 5px 0;
			padding:0 20px 0 0;
		}
		
			.post .comment_count a {
				color: #414141;
				font-weight:bold;
				text-decoration: none;
			}
			
		.post .readmore {
			background:transparent url(images/readmore_arrow.png) no-repeat scroll right 5px;
			display:inline;
			float:right;
			margin:5px 10px 5px 0;
			padding:0 10px 0 0;
			
		}
		
			.post .readmore a {
				color: #255285;
				text-decoration: none;
			}
		
		.post .postmetadata {
			float: left;
		}
		
		
	.post .space {
		clear: both;
		height:1px;
		margin:10px 0 15px;
		width:600px;
	}
	
	.post .redhead {
		color: #D01A12;
		font-family: Georgia,"Nimbus Roman No9 L",serif;
		font-size: 24px;
	}

#sidebar {
	display: inline;
	float:right;
	margin:-69px 0 10px;
	padding:0 15px 0 0;
	width:300px;
}

	#searchform .textinput {
		border:1px solid #B9CDDF;
		color:#606C75;
		display:inline;
		float:left;
		height:16px;
		margin:0 20px 0 0;
		padding:2px 5px 0;
		width:194px;
	}
	
	#sidebar_box_add {
		width: 300px;
		height: 250px;
		margin: 0 0 7px 0;
	}

	.sidebar_box {
		background: url('images/sidebar_grad.png') repeat-x top left;
		width: 248px;
		border: 1px solid #E5E5E5;
		font-size:13px;
		padding: 20px 25px;
		margin: 0 0 7px 0;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		
	}
	
	.sidebar_box .sidebar_icon {
		display:inline;
		float:left;
		margin:0 10px 0 0;
	}
	
		.sidebar_box h2 {
			font-size: 24px;
			font-family: Georgia,"Nimbus Roman No9 L",serif;
			font-weight: normal;
			color:#263C55;
		}
		
		#cp_tags h2 {
			margin: 0 0 10px;
		}
		
			.sidebar_box h2 span {
				color: #266BB5;
			}
	
		.sidebar_box p {
			line-height:15px;
			margin:5px 0;
		}
		
	#cats {
		float: left;
	}

		#cats h2, #archives h2 {
			font-size: 24px;
			font-family: Georgia,"Nimbus Roman No9 L",serif;
			font-weight: normal;
			margin:0 0 10px -10px;
		}

	#cats ul li, #archives ul li {
		list-style-image: url('images/grey_arrow.png');
		list-style-position:outside;
		margin:5px 0;
		width:109px;
	}

	#archives {
		float: right;
	}
	
	#ad_120_sidebar {
		display:inline;
		float:left;
		height:600px;
		margin:0 20px 7px 0;
		width:120px;
	}

	#ad_160_sidebar {
		display:inline;
		float:left;
		height:600px;
		width:160px;
	}
	
	
	#coolsavings h2 {
		line-height:25px;
	}
	
	#coolsavings ul {
		margin: 20px 0 0;
	}
	
	#coolsavings li {
		list-style-image:url(images/grey_arrow.png);
		list-style-position:inside;
		margin:5px 0;
	}
	
		#coolsavings li a {
			color: #101010;
			text-decoration: none;
		}
	

#postedin {
	color: #6F6F6F;
	display: inline;
	float: left;
	font-size: 12px;
}

#posted_tags {
	color: #6F6F6F;
	display: inline;
	float: right;
	font-size: 12px;
}

#comments {
	margin:10px 0 25px 30px;
	width:615px;
}

	#comments h4 {
		font-size: 18px;
		font-weight: bold;
	}
	
	#comments #comments_head {
		color: #2260AE;
		font-size: 13px;
	}
	
	
	#commentwrap {
		background: #F1F1F1;
		margin:10px 0 0;
		padding:1px 8px 20px;
	}
	
	.commentlist {}
	
	.commentlist li {
		background: #FFF;
		font-size: 12px;
		margin:10px 0;
		padding:20px;
	}
	
	.comment_auth span {
		color: #2260AE;
	}
	
	#respond {
		font-weight: bold;
		font-size: 12px;
	}
	
	#comments fieldset {
		border: 1px solid #CFCFCF;
		color: #494949;
		font-size: 13px;
		margin:0 auto;
		padding:25px;
		width:555px;
	}
	
	#comments legend {
		color: #494949;
		font-size:16px;
		font-weight:bold;
		margin:0 0 0 -11px;
		padding:0 10px;
	}
	
	#comments fieldset label {
		clear:both;
		display:inline;
		float:left;
		margin:0 10px 0 0;
		padding:3px 0 0;
		width:165px;
	}
	
	#comments fieldset .cominput {
		border: 1px solid #e5e5e5;
		height:23px;
		margin:0 0 10px;
		width:375px;
	}
	
	#comments fieldset .textarea {
		border: 1px solid #e5e5e5;
		width:375px;
	}
	
	#comments fieldset #loggedin {
		margin: 10px 0;
	}
	
	#comments #btn_wrap {
		margin:10px 0 10px 210px;
		width:236px;
	}
	
	#comments #loginform {
		border:1px solid #E5E5E5;
		font-size:12px;
		margin:10px 0 20px;
		padding:10px 10px 0;
		width:386px;
	}
	
	#comments #postguest {
		font-size:14px;
		font-weight: bold;
		margin:0 0 10px;
	}
	
	#comments #loginform label {
		clear:both;
		display:inline;
		float:left;
		margin:0 10px 0 0;
		padding:3px 0 0;
		width:60px;
	}
	
	#comments #loginform .input {
		border: 1px solid #e5e5e5;
		height:23px;
		margin:0 0 10px;
		width:175px;
	}
	
	#logleft {
		display: inline;
		float:left;
		width:260px;
	}
	#logright {
		display: inline;
		float:left;
		width:125px;
	}
	
		#comments #loginform #logright label {
			float: none;
			width: auto;
		}
	
	#remember {
		margin: 0 0 15px 0;
	}
	
#navigation {
	margin:0 0 0 25px;
}

	#navigation li {
		display: inline;
		margin: 0 10px 0 0;
	}
	
	
	
#footer_space {
	background:transparent url(images/foot_bg.png) no-repeat scroll left bottom;
	clear:both;
	color:#506B81;
	font-size:12px;
	height:99px;
	margin:20px auto 10px;
	width:982px;
}

#footer, .push {
	height: 90px; /* .push must be the same height as .footer */
}

#footer {
	background: #1B3F6C;
	height: 80px;
	
}
	#footer ul {
		color:#FFFFFF;
		font-family: Verdana,Geneva,Kalimati,sans-serif;;
		font-size:12px;
		margin:0 0 0 100px;
		padding:40px 0 0;
	}
		#footer li {
			border-right: 1px solid #FFF;
			display:inline;
			float:left;
			margin:0 10px 0 0;
			padding:0 10px 0 0;
		}
		
		#footer .last {
			border:none;
		}
		
			#footer li a {
				color: #FFF;
				text-decoration: none;
			}
	
	#ad_728, #ad_300, #ad_160, #ad_120 {
		display: none;
		z-index: 1;
	}
