/*
Theme Name: Emergiblog
Description: Kim's custom theme for Emergiblog.com.
Version: 2.0
Author: Mark Otto
*/

html body {
	margin: 0;
	padding: 0;
	font: 62.5% 'Arial', Helvetica, Verdana, sans-serif;
	color: #555;
	background-color: #fff;
}
p {
}
a:link, a:visited {
	color: #3a619b;
	text-decoration: underline;
}
a:hover {
	color: #547bb5;
	text-decoration: underline;
}
.wrapper {
	width: 925px;
	margin: 0 auto;
	text-align: left;
}
#header {
	padding: 2.0em 0 1.5em;
}
	#header img {
		border: 0;
	}
.column {
	float: left;
	margin: 0 25px 0 0;
}
	#primary {
		width: 475px;
		margin-left: 10px;
	}
		#primary ul {
			font-size: 12px;
		}
	
	#secondary {		/* CAUTION: Secondary is an unordered list */
		width: 200px;
		padding: 0;
	}

		#secondary a,
		#secondary a:visited {
			font-weight: bold;
			color: #fff;
			text-decoration: underline;
		}
		
		#secondary a:hover {
			text-decoration: none;
		}
	
		#secondary .section {
			background: #3a609b url('images/col2_section_bg.png') no-repeat left top;
			margin: 0;
			padding: 20px;
			list-style: none;
			border-top: 1px solid #547bb5;
			border-bottom: 1px solid #2d559b;
		}
		
			#secondary .section.first {
				background: url('images/col2_section_top.png') no-repeat left top;
				border-top: 0;
			}
			
			#secondary .section.last {
				background: #547bb4 url('images/col2_section_bottom.png') no-repeat left bottom;
				border-bottom: 0;
			}
		
		/* Lists within Secondary's items */
		
		#secondary ul {
			width: 160px;
			margin: 0;
			padding: 0;
		}
		
			#secondary ul li {
				background: url('images/arrow.gif') no-repeat 3px 6px;		/* Undo parent list functions: add background: none; if no arrows desired */
				margin: 0;		/* Undo parent list functions */
				padding: 3px 0 0 15px;		/* Undo parent list functions, add own */
				list-style: none;
				border: 0;		/* Undo parent list functions */
				font-size: 1.1em;
			}
			
				#secondary ul li a,
				#secondary ul li a:visited {
					font-weight: normal;		/* Undo parent list functions */
					color: #d3dbec;
					text-decoration: none;
				}
				
				#secondary ul li a:hover {
					color: #fff;
					text-decoration: underline;
				}

		#secondary .badges p {
			text-align: center;
			margin: 1.5em 0;
		}
	
	#tertiary {
		width: 150px;
		margin-right: 0;
		padding-top: 0px;
	}
		#tertiary h5 {
			margin: 1.0em 0 0;
			color: #3a609b;
		}
		#tertiary ul {
			list-style-type: disc;
			margin: 0px 0px 7px 0px;
			padding: 0px 0px 0px 15px;
			font-size: 1.1em;
		}
		#tertiary li {
			margin: 0px;
			padding: 0px 0px 3px 0px;
		}

		#tertiary .badges p {
			text-align: center;
			margin: 1em 0;
		}

img.right {
	float: right;
	margin: 0 0 .25em .25em;
}
#primary img {
	border: none;
}
#primary .imgright, #primary .alignright, #primary .imgleft, #primary .alignleft {
	padding: 4px;
	border: 1px solid #ddd;
}
#primary .imgright, #primary .alignright {
	float: right;
	margin: .25em 0 .25em 1em;
}
#primary .imgleft, #primary .alignleft {
	float: left;
	margin: .25em 1em .25em 0;
}
p {
	margin: .25em 0 .75em 0;
	font-size: 1.2em;
	line-height: 1.7;
	color: #555;
}
	#primary p + p {
	}
	
	#secondary p {
		font-size: 1.1em;
		line-height: 1.4;
		color: #d3dbec;
	}
	
	#tertiary p {
		font-size: 1.1em;
		line-height: 1.4;
	}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: normal;
}
h1 {
	padding: .25em 0;
	font-size: 2.5em;
	color: #333;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.45em;
	color: #333;
}
	#secondary h4 {
		color: #fff;
	}
h5 {
	font-size: 1.1em;
}
#navbar {
	background: url('images/bg.gif') repeat-x;
	padding: 7px 0;
}
#nav {
	background: #d3dbec url('images/nav_bg.png') no-repeat left top;
	width: 880px;
	margin: 0 0 2.5em 0;
	padding: 11px 10px 13px 10px;
}
	#nav li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
	}
	
	#nav li a:link,
	#nav li a:visited {
		width: auto;
		padding: 8px 20px;
		font-size: 1.1em;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		color: #234e9f;
		border-left: 1px solid #fefeff;
		border-right: 1px solid #eaeef6;
	}			
	
	#nav li a:hover {
		color: #333;
		text-decoration: none;
	}
	
	#nav li a.first {
		border-left: 0;
	}
	
	#nav li a.last {
		border-right: 0;
	}
	
#footer {
	margin: 2.5em 0 0 0;
	padding: 1em 0;
	font-size: 1.1em;
	text-align: center;
}
span.post_top {
	background: url('images/post_top_span.gif') no-repeat left top;
	display: block;
	width: 460px;
	height: 25px;
	padding: 0 5px 0 10px;
	line-height: 25px;
	color: #8293ae;
	font-size: 1.1em;
}
.postfooter {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1.0em 0 2.75em;
	border-top: 1px solid #eee;
	padding-top: 1.25em;
	text-align: center;
}
	#primary a.comments {
		background: url('images/post_top_button.gif') no-repeat left top;
		display: block;
		width: 93px;
		margin: 3px 0 0 0;
		padding: 3px 0 4px 0;
		font: bold 10px 'Arial', Helvetica, sans-serif;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		color: #234e9f;
		float: right;
	}

.postnav {
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px #999 solid;
	margin-top: 2em;
	padding-top: 1em;
}

#comments {
	background: #333 url('images/comments_top.gif') no-repeat left top;
	padding: 2em 0 0 2em;
	margin: 2em 0 0 0;
}
	#comments a:link,
	#comments a:visited {
		font-weight: bold;
		color: #fff;
		text-decoration: underline;
	}
	
	#comments a:hover {
		color: #fff;
		text-decoration: none;
	}
	
	#comments h2 {
		color: #fff;
		margin: 0;
	}

#comments_footer {
	background: #333 url('images/comments_bottom.gif') no-repeat left bottom;
	margin-left: -2em;
	padding: 0;
}

#comments p {
	line-height: 1.1em;
	color: #aaa;
}

#comments ul {
	margin: 1em 0;
	padding: 0 2em 0 0;
	border-bottom: 1px solid #555;
}
	#comments ul li {
		list-style: none;
		display: block;
		margin: 0;
		padding: .25em 0 1em 0;
		clear: both;
		border-top: 1px solid #555;
	}
	
		#comments ul li h5 {
			font-size: 1.1em;
			padding: .4em 0 0 0;
			color: #fff;
		}

		.comment_author {
			float: left;
			width: 22%;
			margin: 0 4% 0 0;
			color: #fff;
			font-weight: bold;
		}

		#comments p.comment_date {
			color: #999;
			font-weight: normal;
			padding: 0;
			margin-top: 0.5em;
			font-size: 0.9em;
			line-height: 1.2em;
		}

		.comment_text {
			float: left;
			width: 74%;
		}
		
			.comment_text p {
				font-size: 1.1em;
				color: #ccc;
			}

#comments_form {
	margin: 0;
}

#primary h1 a:link, #primary h1 a:visited {
	color: #333;
	text-decoration: none;
}


#emb_blogroll {
	margin: 13px 0 0;
	padding: 27px 0 17px;
	background: #c1cde4 url(images/bg-blogroll.jpg) repeat-x top left;
	overflow: auto;
}

	#emb_blogroll h4 {
		font-size: 2.2em;
		color: #fff;
		margin: 0;
	}

	#emb_blogroll h5 {
		font-size: 1.25em;
		margin: 1.0em 0 0;
		color: #444;
	}

	#emb_blogroll a:link {
		color: #555;
	}
		#emb_blogroll a:visited {
			color: #888;
		}

	#emb_blogroll ul {
		list-style-type: disc;
		margin: 3px 0px 7px 0px;
		padding: 0px 0px 0px 15px;
		font-size: 1.15em;
	}
		#emb_blogroll li {
			margin: 0px;
			padding: 0px 0px 5px 0px;
		}

	#emb_blogroll .column {
		width: 32%;
		float: left;
		margin: 0;
		padding-right: 1%;
	}
		#emb_blogroll .column.last {
			width: 31%;
			padding-right: 0;
		}


.ad_sidebar {
	text-align: center;
	margin: 2em 0;
}
	.ad_sidebar img {
		border: 0;
	}

.center {
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear, .floatclear {
	clear: both;
}


#bn_banner {
	text-align: center;
}
#bn_ver, #bn_widget {
	display: none;
}

#sg_ad {
	width: 118px;
	padding: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #599fd5;
	text-align: center;

	margin: 13px auto;
}
#sg_ad a:link, #sg_ad a:hover, #sg_ad a:active, #sg_ad a:visited {
	color: #359;
	text-decoration: none;
	border: none;
}
#sg_ad_hdr {
	border: 1px solid #97d8ff;
	border-bottom: none;
}
#sg_ad_img {
	line-height: 12px;
	background: #97d8ff;
}
#sg_ad_copy {
	font-size: 12px;
	background: #97d8ff;
}
#sg_ad_copy2 {
	padding: 5px 0;
}

#njo_sidebar {
	text-align: center;
	border: 1px #1b6d85 solid;
	border-left: none;
	border-right: none;
	padding: 9px 0;
	margin: 0 0 0.85em;
	font-size: 1.15em;
	line-height: 1.7em;
}
