/*
	Theme Name: 3 Sides
	Description: The layout for 3SidedSingle.com
*/

/* Reset Styles */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Design Styles */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
#page {
	width:744px;
	margin:0 auto;
	padding:0 0 18px;
}
#header {
	position:relative;
	height:219px;
	background: transparent url(images/header_bg.png) scroll no-repeat left bottom;
}
	#header h1 a {
		background: transparent url(images/logo.png) scroll no-repeat left top;
		display:block;
		width:163px;
		height:182px;
		text-indent:-9999px;
		position:absolute;
		left:0px;
		top:18px;
	}
	#header .description a {
		background: transparent url(images/description.png) scroll no-repeat left top;
		display:block;
		width:362px;
		height:44px;
		text-indent:-9999px;
		position:absolute;
		right:28px;
		top:83px;		
	}
.post h2, .post h3 {
	font-size:19px;
	font-weight:normal;
	padding: 15px 1px 15px 0px;
	color:#f27136;
}
	.post h2 a, .post h3 a {
		color:#f27136;
		text-decoration:none;
	}
h2.pagetitle {
	font-size:17px;
	padding:20px 0;
	text-transform:uppercase;
}
#twocolumns {
	background: transparent url(images/2columns.gif) scroll repeat-y left top;
}
.narrowcolumn {	
	float:left;
	width:419px;
	margin:0 0 0 3px;
}
.widecolumn {	
	margin:0 0 0 3px;
}
.authorname {	
	font-size:17px;
	padding:10px 1px 12px;
	border-bottom:1px solid #ccc;
}
small.date, p.postmetadata {
	display:block;
	line-height:30px;
	color:#999;
	font-size:10px;
	letter-spacing: .4px;
	text-transform:uppercase;
	padding:10px 0px;
}
p.postmetadata {
	line-height:1;
}
	p.postmetadata a {
		color:#999;
		text-decoration:none
	}
.narrowcolumn .post {	
	background: transparent url(images/post_foot.png) scroll no-repeat center bottom;
	padding:0 0 9px;
}
.widecolumn .postmetadata {
	background: transparent url(images/post_foot.png) scroll repeat-x center bottom;
}
.narrowcolumn .entry {
	line-height:20px;
	width:362px;
	padding:0 0 0 2px;
}
.widecolumn .entry {
	line-height:20px;
	padding:0 0 0 2px;
}
	.entry p {
		margin:0 0 1em;
	}
	.entry ul, .entry ol, .entry blockquote {
		margin:0 2em 1em;
	}
	.entry ol {
		list-style-type:decimal;
	}
	.entry ul {
		margin:0 2em 1em;
		list-style-type:disc;
	}
	.entry a {
		color:#F27136;
	}
#sidebar {
	float:right;
	width:268px;
	padding:30px 0;
}
#sidebar li{
	margin:0 0 47px;
}
	#sidebar li li{
		margin:0 0 0 4px;
	}
#sidebar li h2 {
	margin:0 0 15px;
	height:28px;
	text-indent:-9999px;
}
#sidebar li.contributors h2 {
	background: transparent url(images/h2_contributors.png) scroll no-repeat left top;
}
	#sidebar li.contributors a {
		text-decoration:none;
		color:#000;
	}
#sidebar li.categories h2{
	background: transparent url(images/h2_categories.png) scroll no-repeat left top;
}
	#sidebar li.categories li {
		font-size:16px;
		margin:0 0 29px;
	}
		#sidebar li.categories li a{
			color:#000;
			text-decoration:none;

		}
		#sidebar li.categories li ul{
			margin:5px 0 0;
		}
			#sidebar li.categories li li{
				font-size:13px;
				margin:0;
			}
ol.commentlist{
	margin-bottom:2em;
}
ol.commentlist li{	
	padding:15px;
}
ol.commentlist li.alt{
	background-color:#f0f0f0;
}
.commentmetadata {
	display:block;
	color:#999;
	font-size:11px;
	letter-spacing:-.5px;
	text-transform:uppercase;
}
	.commentmetadata a {
		color:#999;
		text-decoration:none;
		line-height:1.5;
	}
.commentlist cite {
	font-style:normal;
	font-weight:bold;
}
.commentlist cite a{
	color:#000;
	text-decoration:none;
}
textarea#comment {
	width:744px;
}
#footer {
	clear:both;
}