/*
Theme Name: Austin Marron v2
Theme URI: http://wordpress.org/
Description: Simple and clean
Version: 1.6
Author: Austin Marron
Author URI: http://www.austinmarron.com
Tags: blue, custom header, fixed width, two columns, widgets

*/

@import url('prettyPhoto.css');

/* Start clean */
td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,li,ul,ol,dd,dt,dl,var,tt,sup,sub,strong,strike,small,samp,s,q,kbd,ins,img,font,em,dfn,del,code,cite,big,address,acronym,abbr,a,pre,blockquote,p,h6,h5,h4,h3,h2,h1,iframe,object,applet,span,div,body,html{margin:0;padding:0;border:0;text-decoration:none;vertical-align:baseline}td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,li,ul,ol,dd,dt,dl,var,tt,sup,sub,strong,strike,small,samp,s,q,kbd,ins,img,font,em,dfn,del,code,cite,big,address,acronym,abbr,a,pre,blockquote,p,h6,h5,h4,h3,h2,h1,iframe,object,applet,span,div,body,html,:focus{outline:0}body{line-height:1;color:black;background:white}ul,ol{list-style:none}table{border-collapse:separate;border-spacing:0}td,th,caption{text-align:left;font-weight:normal}q:after,q:before,blockquote:after,blockquote:before{content:""}q,blockquote{quotes:"" ""}

body {
	font-family: "Lucida Sans Unicode",Verdana,Arial;
	background: #282828;
	color: #181818;
	font-size: 12px;
}

a {
	color: #34839f;
}

a.active {
	text-decoration: underline;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

#page {
	width: 940px;
	margin: auto;
}

#header {
	position: relative;
	height: 100px;
}

	#header #title-image {
		position: absolute;
		top: 10px;
		left: 10px;
	}

	#header h1 {
		display: none;
	}
	
#nav {
	position: absolute;
	top: 25px;
	right: 20px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	zoom: 1;
}
	#nav #nav-left {
		float: left;
		background: url(images/nav_left.png) no-repeat top left;
		width: 6px;
		height: 40px;
	}
	
	#nav #nav-content {
		float: left;
		background: url(images/nav_bg.png) repeat-x top left;
		padding: 10px 10px 0 10px;
		height: 30px;
	}
	
	#nav #nav-right {
		float: left;
		background: url(images/nav_right.png) no-repeat top left;
		width: 8px;
		height: 40px;
	}
	
	#nav a {
		color: #fff;
	}
	
#content {
}

	#content-top {
		background: url(images/page_top.png) no-repeat top left;
		height: 12px;
	}
	
	#content-main {
		background: url(images/page_bg.png) repeat-y top left;
		overflow: hidden;
		zoom: 1;
	}
	
		#content-main #content-container {
			margin: 10px 220px 15px 22px;
		}
	
	#content-bot {
		background: url(images/page_bot.png) no-repeat top left;
		height: 12px;
	}

#sidebar {
	float: right;
	width: 193px;
	margin: 10px 10px 15px 20px;
	padding-left: 7px;
	color: #555;
}	

div.navigation {
	margin-bottom: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	zoom: 1;
}

h2.pagetitle, h1.pagetitle {
	margin-bottom: 15px;
	color: #555;
}

div.post {
	margin-bottom: 20px;
}

div.post p, div.page p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

div.post h1, div.post h2, div.post h3, div.page h2, div.page h1  {
	background: url(images/post_title_bg.png) no-repeat top left;
	height: 22px;
	margin-bottom: 15px;
	padding: 3px 0 0 10px;
	font-size: 16px;
	color: #fff;
}
	div.post h1 a, div.post h2 a, div.post h3 a {
		color: #fff;
	}
	
	div.post small {
		color: #505050;
	}
	
div.post-date-tags {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 15px;
}

	div.post-date-tags small.date {
		float: left;
		line-height: 1.25em;
	}
	
	div.post-date-tags small.tags {
		float: right;
		line-height: 1.25em;
	}

li.widget {
	margin-bottom: 30px;
}

li.widget h2 {
	margin-bottom: 10px;
}

li.widget li {
	font-weight: bold;
	height: 20px;
	width: 167px;
	padding: 5px 0 0 8px;
}

li.widget a:hover  {
	color: #fff;
}
	
li.widget_categories li.cat-item {
	background: url(images/category_bg.png) no-repeat top left;
	margin-bottom: 10px;
}
li.widget_categories li.cat-item:hover {
	background: url(images/category_bg_hover.png) no-repeat top left;
}

li.widget_archive li {
	background: url(images/archive_bg.png) no-repeat top left;
	margin-bottom: 10px;
}
li.widget_archive li:hover {
	background: url(images/archive_bg_hover.png) no-repeat top left;
}

li.widget_categories li.cat-item:hover, li.widget_archive li:hover {
	cursor: pointer;
}

#social-icons {
	height: 24px;
	margin: 5px auto 25px;
	width: 136px;
}
	#social-icons a {
		display: block;
		float: left;
	}
	
	#social-icons img {
		border: none;
		margin-left: 7px;
	}
	
#footer {
	margin: 20px 0 25px 0;
	text-align: center;
	color: #bbb;
	font-size: 10px;
}

div.entry img {
	border: 1px dashed #6f7e74;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

div.entry p.extra-pad {
	padding-bottom: 20px;
}

div.entry ul {
	margin-left: 15px;
	padding: 0 0 10px 10px;
	color: #6c9b7f;
	list-style: disc;
}

div.entry li {
	padding-bottom: 5px;
	color: #181818;
	line-height: 1.5em;
}

div.entry ul.work-page {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #181818;
}
	/* f.u. wp */
	ul.work-page br {
		display: none;
	}
	ul.work-page li {
		padding-top: 10px;
		padding-bottom: 25px;
		border-bottom: 1px dotted #6f7e74;
		overflow: hidden;
	}
	ul.work-page li:last-child {
		border-bottom: none;
	}
	/* the floated image */
	ul.work-page li > a > img.alignleft {
		margin-right: 10px;
	}
	ul.work-page li > a > img.alignright {
		margin-left: 10px;
	}
	
	h3.textright {
		text-align: right;
	}
