/*
Theme Name: It's My Theme, Biotch!!1
*/
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}



body {
	font: 12px "Lucida Grande","Lucida Sans Unicode","Georgia",Serif;
	line-height: 1.0;
	padding: 0;
	margin: 0;
	text-align: center;
	background: url("images/footer_repeat.png") bottom left;
	color: #1d1d1d;
}

a { color: #567c15; }
a:hover { color: #769442; }

.clear { clear: both; }
.clearleft { clear: left; }

.right { text-align: right; }
.center { text-align: center; }

#page {
	background: #fff url("images/bg_level1.png") left top;
	padding: 0 0 1em;
}

#container {
	min-height: 250px;
	background: url("images/header_repeat.png") top left repeat-x;
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	position: relative;
	text-align: left;
	height: 80px;
	overflow: hidden;
	background: url("images/header_repeat.png") top left repeat-x;
}

	#header .logo {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 6px;
		left: 0;
		display: block;
		height: 61px;
		width: 343px;
		overflow: hidden;
	}
	
	#header .logo a {
		display: block;
		background: url("images/logo.png") top left no-repeat;
		padding: 61px 0 0;
		margin: 0;
		text-indent: -9999em;
	}
	
	#header ul {
		margin: 0 100px 0 357px;
		padding: 0;
		list-style: none;
		position: absolute;
		left: 0px;
		top: 48px;
		font-size: 12px;
	}
	
		#header ul li {
			float: left;
			text-transform: lowercase;
			margin: 0 .5em .5em;
		}
		
		#header ul li.home {
			border: 0;
		}
		
			#header ul li a {
				display: block;
				color: #e3e3e3;
				text-decoration: none;
				padding: .35em 1em;
				-moz-border-radius: 9px;
				-webkit-border-radius: 9px;
				border-radius: 9px;
				margin: 0;
				text-shadow: 1px 1px 1px solid #000;
			}

			#header ul li a:hover {
				color: #fff;
				background: #444;
				-moz-box-shadow: inset 1px 1px 2px #999, 1px 1px 1px #666;
				-webkit-box-shadow: inset 1px 1px 2px #999, 1px 1px 1px #666;
				box-shadow: inset 1px 1px 2px #999, 1px 1px 1px #666;
				text-shadow: 1px 1px 1px solid #000;
			}
			
			#header ul li a.active {
				font-weight: bold;
				color: #fff;
				background: #e7e7e7;
				color: #262624;
				-moz-box-shadow: inset 1px 1px 2px #444, 1px 1px 1px #d7d7d7;
				-webkit-box-shadow: inset 1px 1px 2px #444, 1px 1px 1px #d7d7d7;
				box-shadow: inset 1px 1px 2px #444, 1px 1px 1px #d7d7d7;
			}
			
#body {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
}

#home #body {
	position: relative;
}

	#home #body h1 {
		margin: 0;
		padding: 0;
		background: url("images/toolbelt.png") 0 20px no-repeat;
		font-size: 24px;
		letter-spacing: -.04em !important;
		padding: 400px 0 0 100px;
	}
	

	#home #body div.notes {
		background: #fff;
		color: #494949;
		line-height: 2.0;
		padding: 0;
		width: 380px;
		margin: 0;
		position: absolute;
		top: 2em;
		right: 24px;
		font-size: 18px;
		-moz-border-radius: 9px;
		-webkit-border-radius: 9px;
		border-radius: 9px;
		-moz-box-shadow: 1px 1px 1px #ccc;
	}
	
		#home #body div.notes p {
			display: block;
			padding: 1em;
			margin: 0;
		}
	
#footer {
	background: url("images/footer_top.png") top left repeat-x;
	padding: 15px 0 2em 0;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: #a9a9ab;
	line-height: 1.5;
}

	#footer a {
		color: #a9a9ab;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
		color: #d9d9de;
	}
	
	#footer p {
		margin: 0;
	}
	
#quick_quote {
	position: absolute;
	top: 0px;
	right: 0;
	height: 79px;
	width: 91px;
	overflow:hidden;
}

	#quick_quote a {
		display:block;
		padding: 79px 0 0;
		background: url("images/quick_quote_sprite.png") top left no-repeat;
		text-indent: -9999em;
	}
	
	#quick_quote a:hover {
		background-position: 0 -79px;
	}
	
/* Page.php */

#page_content {
	margin: 0 10px 0 380px;
	padding: 24px 0 0 0;
	line-height: 1.5;
}

	#page_content p {
		margin: 0 0 1em 0;
	}

#page_meta {
	float: left;
	line-height: 1.5;
	width: 300px;
	padding: 24px 0 0;
	font-size: 12px;
	color:#888;
}

	#page_content h2, #page_content h2 a,
	#page_meta h1,
	#post_meta .date {
		margin: 0;
		padding: 0;
		font-family: Helvetica,Arial,Sans-serif;
		font-weight: bold;
		font-size: 20px;
		letter-spacing: -1px;
		text-transform: none;
		line-height: 1.25;
		color: #1d1d1d;
		text-decoration: none;
	}
	
	#page_content h2 { margin-top: 1.25em; }
	#page_content h2.first { margin-top: 0; }
	
	#page_content h2,#page #page_content h2 a { font-size: 20px; }
	#page_content h2 a:hover { text-decoration: underline; }

	#page_meta p,
	#post_meta p {
		margin: 1em 0;
		letter-spacing: .02em;
	}
	
	#post_meta form .submit,
	#page_meta form .submit {
		width: auto;
		padding: .425em 1em;
	}


	#page_meta form p input#s {
		width: 160px;
		display: inline;
	}
	
	#post_meta form p,
	#page_meta form p {
		margin: 0 0 1em;
	}
	
	#post_meta form input,
	#page_meta form input { 
		color: #666;
		border: 1px solid #d3d3d3;
		padding: 4px;
		margin: 0;
		width: 190px;
		line-height: 1.0;
	}
	
	#post_meta form textarea,
	#page_meta form textarea { 
		font-size: 10px;
		color: #666;
		border: 1px solid #d3d3d3;
		padding: 4px;
		margin: 0;
		font-family: Helvetica,Arial,Sans-serif;
		text-transform: uppercase;
		width: 190px;
		line-height: 1.5;
		height: 100px;
		width: 190px;
	}
	
	#post_meta form label,
	#page_meta form label {
		cursor: pointer;
	}
	
	#post_meta form p strong,
	#page_meta form p strong {
		text-transform: none;
	}
	
	#post_meta form p input.button_submit,
	#page_meta form p input.button_submit {
		border: 1px solid #4E17A2;
		background: #821adc url("images/btn_submit.png") top left repeat-x;
		padding: .25em 1em;
		color: #fff;
		text-transform: none;
		font-family: "Georgia",Sans-serif;
		font-style: italic;
		font-weight: bold;
		letter-spacing: -1px;
		font-size: 1.5em;
		cursor: pointer;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		width: auto;
	}
	
	
/* Single.php and categories, etc. */

#post_content {
	float: right;
	margin: 0 10px 0 0;
	padding: 24px 0 0;
	width: 580px;	
	line-height: 1.65;
}

	#post_content h1,
	#post_content h2 {
		margin: 0;
		padding: 0;
		font-family: Helvetica,Arial,Sans-serif;
		font-size: 20px;
		letter-spacing: -1px;
	}
	
	#page #container #page_content h1.smaller { font-size: 14px; }
	
	#post_content form {
		margin: 1em 0;
		padding: 1em 1em 0;
		background: #d3d3d3;
		border: 1px solid #c3c3c3;
	}
	
		#post_content form p {
			margin-top: 0;
		}
		
		#post_content form p label {
			font-weight: bold;
			display: block;
			cursor: pointer;
		}
		
		#post_content form p input,
		#post_content form p textarea {
			font: 12px "Lucida Grande","Lucida Sans Unicode","Georgia",Serif;
			border: 1px solid #c3c3c3;
			background: #fff;
			padding: .5em;
			color: #3d3d3d;
		}
		
		#post_content form p textarea { height: 96px; width: 400px; }
		
		form p input.submit,
		#post_meta form p input.submit,
		#post_content form p input.submit {
			font: 12px "Lucida Grande","Lucida Sans Unicode","Georgia",Serif;
			border: 1px solid #c3c3c3;
			background: #eee;
			padding: .5em 2em;
			color: #3d3d3d;
			cursor: pointer;
			
		}
		
		form p input.submit:hover,
		#post_meta form p input.submit:hover,
		#post_content form p input.submit:hover {
			background: #f7f7f7; color: #1d1d1d;
		}
		

#post_meta {
	margin: 0 660px 0 10px;
	padding: 29px 0 0;
	line-height: 1.8;
	font-size: 12px;
	color: #888;
	font-family: Helvetica,Arial,Sans-serif;
}

	#post_meta .date { font-size: 14px; }

#post_content #comments {
	margin-top: 1.5em;
}

ol.comments {
	margin: 0 4em 1em 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d3d3d3;
}

	ol.comments li {
		border-bottom: 1px solid #d3d3d3;
		padding: .5em 0 0;
	}
	
		ol.comments li p.author {
			margin: 0;
			padding: 0;
		}
		
		ol.comments li p.author span.author {
			color: #919191;
		}
		
		ol.comments li p {
			margin: .5em 0 0;
			padding: 0 0 15px;
			line-height: 1.5em;
		}
		
		ol.comments li img.avatar {
			float:left;
			border: 1px solid #d3d3d3;
			margin: 0 .5em .5em 0;
		}

#post_content h2#reply { clear: left; margin-top: 1.5em; }


#page_meta ul { list-style: none; margin-left: 2em; padding: 0; line-height: 1.8; }

#page_content ul.posts {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#page_content ul.posts li {
		padding: 0 0 1em;
		margin: 0 0 1em;
		border-bottom: 1px solid #d3d3d3;
	}
	
div.navigation {
	position: relative;
	height: 3em;
}

	div.navigation div.older {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	div.navigation div.newer {
		position: absolute;
		top: 0;
		left: 0;
	}
	

#page #page_meta h1 a { display: block; color: #999; text-decoration: none;  }
#page #page_meta h1 a:hover { text-decoration: underline;  }
#page #page_meta h1.smaller { color: #999; }


#page #page_content ul.archives li h2.title { margin: 0; padding: 0; }
#page #page_content ul.archives li h2 strong a { color: #1d1d1d; text-decoration: none; }
#page #page_content ul.archives li h2 strong a:hover { text-decoration: underline; }
#page_content ul.archives li p.postmeta { font-size: 10px; margin: 0; padding: 0; font-family: Helvetica, Arial, Sans-serif; letter-spacing: .02em; }


#page .syntaxhighlighter { min-height: 37px; background-color: #d3d3d3 !important; }
#page .syntaxhighlighter .line .content { border-left: 3px solid #D8FD98 !important; }

#page .syntaxhighlighter,
#page .syntaxhighlighter div,
#page .syntaxhighlighter code,
#page .syntaxhighlighter span {
font-family: "Courier New", Courier, Monospace !important;
}

#page .syntaxhighlighter span.block { padding-right: .5em !important ;}

/* Contact Form */
label { cursor: pointer; }

form#contact {
	margin: 0 0;
	padding: 0;
}

	form#contact label {
		cursor: pointer;
		float: left;
		display: block;
		width: 70px;
	}
	
	.req { color: #800;}

	form#contact input.text,
	form#contact textarea {
		border: 1px solid #d3d3d3;
		color: #666;
		font: 12px "Lucida Grande","Lucida Sans Unicode","Georgia",Serif;
		padding: 2px;
		width: 158px;
	}

	form#contact #msg {
		height: 120px;
		width: 400px;
	}
	
#page #page_meta .themsg .pad strong,
#page #page_meta .themsg .pad {
	background: #f9f9f9;
	font-family:Helvetica,Arial,Sans-serif;
	text-transform: none;
	font-size: 12px;
}

	.themsg .pad { padding: 1em; }
	
form#contact input.submit {
	font-weight: bold;
}



span.services {
	display: block;
	margin-left: 71px;
}

	#page form label.inline,
	form#contact span.services label {
		display: inline;
		width: auto;
		float: none;
	}
	
	textarea { vertical-align: top; }
	
	
form #search {
	border: 1px solid #d3d3d3;
	color: #666;
	font-size: 1.15em;
	padding: .4em;
	width: 300px
}


#page #page_content h2.search { margin-bottom: -.75em; }

#post_content code { background: #fff; }
#post_content pre {
	display: block;
	overflow: auto;
	background: #fff;
	padding: 10px;
}
#post_content strong.header {
	font-size: 14px;
}


div.latest {
	position: absolute;
	top: 238px;
	right: 24px;
	width: 380px;
	line-height: 1.5;
	background: #fff;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	padding: 0;
	margin: 0;
}

	div.latest h2 {
		margin: 1em 1em 0;
		padding: 0;
		font-size: 18px;
		font-family: Helvetica,Arial,Sans-serif;
		color: #444;
	}
	
	div.latest .date {
		font-size: 11px;
		display: block;
		color: #666;
		margin: 0 18px;
	}
	
	div.latest .date a {
		color: #666;
	}
	
	div.latest a.title {
		display: block;
		font-weight: bold;
		margin: 0 18px;
	}
	
body#home h2.tools {
	color: #70548B;
	padding-bottom: 100px;
	font-size: 18px;
}


#page {
	height:auto !important; /* real browsers */
	height:85%; /* IE6: treaded as min-height*/
	min-height: 85%; /* real browsers */
}

/* Portfolio Stuff */

#page_content ul.projects {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

#page_content ul.projects li {
	height: 240px;
	width: 280px;
	margin:0 10px 0 0;
	position: relative;
	float: left;
}

#page_content ul.projects li.alt {
	margin: 0;
}

	#page_content ul.projects li a {
		display: block;
		text-decoration: none;
		text-align: right;
		color: #121212;
		padding: 166px 10px 10px;
		background: url("images/portfolio_bubble2.png") top left no-repeat;
	}
	
		#page_content ul.projects li a span.title {
			font-size: 14px;
			font-weight: bold;
			padding-right: 24px;
			display: block;
		}
	
		#page_content ul.projects li a span.client {
			display: block;
			font-size: 11px;
			font-weight: normal;
			padding-right: 24px;
		}
	
	#page_content ul.projects li a img {
		position: absolute;
		top: 7px;
		left: 7px;
		border: 1px solid #ccc;
	}
	
	#page_content ul.projects li a:hover {
		color: #000;
		background-position: 0 -418px;
		background-position: 0 -418px;
	}
	#page_content ul.projects li a:hover img {
		border-color: #f7f7f7;
	}
	
	
#page_meta img.listing {
	display: block;
	margin: 1em 0 0em;
	border: 8px solid #e0e0e0;
}

#page #page_meta img.active {
	border-color: #b7b7b9;
	-moz-box-shadow: 1px 1px 1px #999; 
	-webkit-box-shadow: 1px 1px 1px #999; 
	box-shadow: 1px 1px 1px #999; 
}

#canvas {
	padding: 8px 8px 74px;
	background: url("images/portfolio_bigbubble2.png") top left no-repeat;
	margin: 0 0 -27px;
	position: relative;
}


	#canvas a {
		height: 315px;
	}
	#canvas img {
		display: block;
		border: 0;
	}
	
	#canvas a.back {
		height: auto;
		position: absolute;
		bottom: 40px;
		left: 0;
	}
	
#page_meta a.minishot {
	float: left;
	margin-left: 11px;
}

	#page_meta a.minishot img { border-width: 6px; }


#page_meta a.nomargin { margin: 0; }

#page_meta h2 {
	font-size: 14px; 
	margin: 1em 0 -1em;
}

#page_meta .loud { color: #222; }

#page_meta ul.services { margin-top: -1em; list-style: disc; }

#page_meta div.more_meta { clear: left; padding-top: 1px; }


div.two_col {
	float: left;
	margin-right: 12px;
	width: 250px;
}

#page #page_content div.two_col ul {
	margin-left: -1.5em;	
}

	#page #page_content div.testimonial blockquote {
		margin: 1em 0;
	}
	#page #page_content div.testimonial blockquote span {
		font-size: 14px;
		letter-spacing: -.02em;
		line-height: 2em;
		background: #fefeee;
		margin: 0;
		padding: .2em;
		font-style:italic;
	}
	
	
	
#page_meta .incite {
	color: #1d1d1d;
	font-size: 16px;
	padding: 1em 0;
	text-align: center;
}

	#page_meta .incite strong {
		background: #fefeee;
		padding: .2em;
	}
	
	#page_meta .incite a {
		display: block;
		background: #eee;
		border: 1px solid #aaa;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: .333em .2em;
		margin: 1em auto;
		color: #000;
		text-decoration: none;
		width: 160px;
		font-weight: bold;
		box-shadow: 1px 1px 2px #888;
		-moz-box-shadow: 1px 1px 2px #888;
		-webkit-box-shadow: 1px 1px 2px #888;
		font-size: 12px;
		/*
		text-shadow: 1px 1px 1px #fff;
		-moz-text-shadow: 1px 1px 1px #fff;
		-webkit-text-shadow: 1px 1px 1px #fff;
		*/
	}

	#page_meta .incite a:hover {
		background: #e7e7e7;
	}
	
#page_content h2.php_frontend { padding-top: .5em; clear: left; }


#page_meta .action_button {
	height: 59px;
	overflow: hidden; 
	margin: 2em 0;
}

	#page_meta .action_button a {
		display: block;
		text-indent: -9999em;
		padding: 59px 0 0;
	}
	
	#page_meta .action_button a.btn_ready {
		background: url("images/btn_ready.png") top left no-repeat;
	}
	
	#page_meta .action_button a.btn_chat {
		background: url("images/btn_chat.png") top left no-repeat;
	}
	
	#page_meta .action_button a:hover {
		background-position: 0 -59px;
	}
	
	
#page_content h2.wordpress,
#page_content h2.front_end {
	display: block;
	height: 309px;
	overflow: hidden;
	margin: 0;
}

	#page_content h2.wordpress a,
	#page_content h2.front_end a {
		display: block;
		text-indent:-9999em;
		padding: 309px 0 0;
	}
	
	#page_content h2.wordpress a { background:url("images/portfolio_entry_wp.png") top left no-repeat; }
	#page_content h2.front_end a { background:url("images/portfolio_entry_front.png") top left no-repeat; }
	
	#page_content h2.front_end { margin-top: -48px; }
	
	#page_content h2.wordpress a:hover,
	#page_content h2.front_end a:hover { background-position: 0 -309px; }
	
#page_meta .navigate {
/*	height: 2.8em;
	position: relative; */
	margin-right: 2em;
}
/*
	#page_meta .navigate .prev { position: absolute; top: 1.4em; left: 0; }
	#page_meta .navigate .next { position: absolute; top: 1.4em; right: 0; }
*/

#page_meta .navigate select {
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
	border: 1px solid #ccc;
	color: #666;
	font-size: 12px;
	padding: auto;
	width: 280px;
}

/* Fuck Spammers */
form p.required_fields { position: absolute; top: -9999em; left: -9999em; }

body #page .sidebar_404 {
	background: url("images/dead-head.png") bottom center no-repeat;
	padding-bottom: 150px;
}

#sxsw { border: .5em #f7f788 solid; padding: 1em; background: #eee; -webkit-box-shadow: 0 4px 15px #000; -moz-box-shadow: 0 4px 15px #000; -o-box-shadow: 0 4px 15px #000; box-shadow: 0 4px 15px #000; position: absolute; top: 10%; line-height: 1.333;  margin: 1em 120px; -webkit-border-radius: 1em; -moz-border-radius: 1em; -o-border-radius: 1em; border-radius: 1em; }
#sxsw h2 { text-align: center;}
#sxsw h2 span { margin: 0; padding: 0; font-family: Arial,sans-serif; letter-spacing:-1px; font-size: 2em; margin: 0 auto; background: #f7f788; text-align:center; }
#sxsw .highlight strong { padding: 2px; background:#f7f755;}

#theandystratton{
	/* Original */
	float: left; margin: 2em 2.5em 0 .5em; border: .25em solid #fff; border-bottom: 2em solid #fff; box-shadow: 1px 1px 3px #111; -webkit-box-shadow: 1px 1px 3px #111; -moz-box-shadow: 1px 1px 3px #111;
	/* New */
	-moz-transform: rotate(11deg);
	-webkit-transform: rotate(11deg);
	transform: rotate(11deg);	
}

abbr { border-bottom: 1px dotted #000; cursor: help; }
