/*****

Theme Name: untitled
Theme URI: http://adampetrie.com
Description: Theme for adampetrie.com copyright Adam Petrie 2010
Version: 1.0
Author: Adam Petrie

*****/

/** Base CSS **/

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: bottom;
}

html { height: 100%; }

body 
{
	margin:0;
	padding:0;
	height: 100%;
	color: #515151;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 14px;
	background: url('./images/body_bg.jpg') repeat;
}

h1, h2, h3, h4, h5 { margin-bottom: 10px; }

h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }

p { margin-bottom: 10px; }

ul, ol { margin: 0 0 10px 30px; }

img 		{ border: 1px solid #515151; }
img#wpstats	{ visibility:hidden; }

.clear { clear:both; }

/** Sprite - All selectors below use the sprite. Further refinements are grouped by section **/

#logo, li.active, #my-work, #my-thoughts, #email-me, #blog, #about, 
#portfolio, #comments, #whats-hot, #my-soundtrack, #my-still-life, 
#recent-comments, #popular-tags, #recent-posts, #next-button, 
#previous-button, #submit-contact, #facebook, #linked-in, 
#last-fm, #flickr, #submit-search, #back-to-top, #sharing-is-caring,
#me, #this-site, .comments_count
{ 
	text-indent: -9999px;
	background: url('./images/sprite.png') no-repeat; 
}


/** 

Site Layout 

	Uses 3 columns with the center column being fixed width. All actual content is contained inside of #center-column
	The negative margins on #left-side-outer and #right-side-outer mean #center-column MUST have a higher z-index or you cannot interact with the content

**/

#left-side-outer 
{
	width:50%;
	float:left;
	margin-right:-500px;
	height: 100%;
}

#left-side
{
	margin-right:500px;
	height: 184px;
	background: url('./images/banner_left_bg.png') repeat-x right bottom;
}

#center-column 
{
	width:1000px;
	min-height: 100%;
	float:left;
	position:relative;
	z-index: 100;
	background: url('./images/center_column_bg.png') repeat-y;
}

#right-side-outer 
{
	width:50%;
	float:right;
	margin-left:-501px;
	height: 100%;
}

#right-side 
{
	margin-left:500px;
	height: 184px;
	background: url('./images/banner_right_bg.png') left bottom repeat-x;
}

/** Header **/

#header
{
	height: 62px;
	padding:13px 40px 0 40px;
	background: url('./images/header_bg.png') no-repeat 718px bottom;	
}

#logo
{ 
	width: 230px;
	height: 51px; 
	display: block;
	background-position: 0 0; 
}

#logo:hover			{ height: 51px; background-position: 0 -58px; }


/** Navigation **/

#navigation
{
	height: 109px;
	padding: 0 40px;
	background: url('./images/banner.png') no-repeat;
}

#navigation ul
{
	padding-top:30px; 
	list-style-type: none; 
}

#navigation ul li	
{
	width: 130px;
	height: 45px;
	margin-right: 10px;
	display: inline-block; 
	float:left; 
	text-align: center;
	padding-top: 3px;
}

#navigation ul li.active { background-position: 0 -651px; text-indent: 0; }

#navigation ul li a
{
	font-family: "Arial Black";
	letter-spacing: -0.08em;
	font-size: 24px;
	text-transform: lowercase;
	color: #515151;
	text-decoration: none;
}

#navigation ul li a:hover { color: #17769E; }

/** Main Content Div **/

#content
{
	background: url('./images/content_bg.png') no-repeat 715px top;
	padding:10px 40px 0 40px;
}

#content a:link 	{ text-decoration: none; color: #17769E; }
#content a:visited	{ text-decoration: none; color: #17769E; }
#content a:hover	{ text-decoration: underline; }

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

#content blockquote
{
	background: url("./images/blockquote.png") no-repeat scroll left top transparent;
	color: #fca11e;
	font-size: 24px;
	margin: 20px 10px;
	padding: 10px 0 0 35px;
}

#content blockquote.quote-left
{
	width: 300px;
	float:left;
}

#content blockquote.quote-right
{
	width: 300px;
	float:right;
}

/** Post Listings on Homepage, Blog Page, Portfolio Page **/

#narrow-content
{
	width: 590px;
	margin-right: 20px;
	float:left;
}

.post-entry
{
	padding-bottom: 15px;
	margin-bottom: 10px;
	line-height: 150%;
	background: url('./images/separator.jpg') left bottom repeat-x;
}

.post-entry.last
{
	background: none;
}

.portfolio-thumb { margin-bottom: 20px; }

#my-work			{ height: 34px; background-position: 0 -112px; }
#my-thoughts		{ height: 34px; background-position: 0 -151px; }
#email-me			{ height: 29px; background-position: 0 -190px; }
#blog				{ height: 34px; background-position: 0 -219px; }
#about				{ height: 31px; background-position: 0 -253px; }
#portfolio			{ height: 34px; background-position: 0 -287px; }
#comments			{ height: 31px; background-position: 0 -322px; }
#whats-hot			{ height: 31px; background-position: 0 -352px; }
#me					{ height: 31px; background-position: 0 -381px; }
#this-site			{ height: 31px; background-position: 0 -410px; }
#my-soundtrack		{ height: 26px; background-position: 0 -444px; }
#my-still-life		{ height: 27px; background-position: 0 -475px; }
#recent-comments	{ height: 21px; background-position: 0 -508px; }
#popular-tags		{ height: 27px; background-position: 0 -535px; }
#sharing-is-caring	{ height: 27px; background-position: 0 -567px; }


#next-button, #previous-button
{
	float:left;
	display:block;
	width: 45px;
	height: 45px;
	position: relative;
	top: 125px;
	cursor: pointer;
}

#next-button		{ background-position: -48px -598px; }
#previous-button	{ background-position: 0 -598px; }

#submit-contact
{
	background-position:-98px -599px;
	border:medium none;
	cursor:pointer;
	float:right;
	height:42px;
	margin-top:10px;
	width:146px;
}

.comments_count
{
	width: 43px;
	height: 32px;
	padding-top: 4px;
	float:right;
	display:block;
	text-align: center;
	background-position:-244px -596px;
	text-indent: 0;
}

#facebook, #linked-in, #last-fm, #flickr
{
	width: 49px;
	height: 49px;
	float:left;
	display: block;
}

#linked-in, #last-fm, #flickr 	{ margin-left: 38px;}

#facebook 	{ background-position: 0 -701px; }
#linked-in 	{ background-position: -51px -701px; }
#last-fm 	{ background-position: -102px -701px; }
#flickr		{ background-position: -153px -701px; }

#facebook:hover 	{ background-position: 0 -751px; }
#linked-in:hover 	{ background-position: -51px -751px; }
#last-fm:hover 		{ background-position: -102px -751px; }
#flickr:hover		{ background-position: -153px -751px; }

/** Pagination **/

#content span.paging 
{ 
	width: 100%;
	display: inline-block;
	text-align: center;
	font-weight: bold; 
}

#content span.paging a 
{ 
	margin: 0 6px 6px 0; 
}

#content span.paging a
{ 
	display: inline-block; 
	padding: 3px 6px; 
	background-color: #f5f5f5; 
	border: 1px solid #ccc; 
}

#content span.paging a.active { color: black; }

/** Contact Form **/

#contact-form
{
	width:310px;
	float:right;
}

#contact-form p
{ 
	width:100%;
	text-align: justify; 
}

#contact-form input, #contact-form textarea
{
	width:294px;
	margin: 5px 0;
	padding: 5px;
	color: #9e1731;
	font-family: 'Verdana';
	font-size: 14px;
	border: 1px solid #515151;
}

#contact-form input { height:25px; }

#contact-form textarea { height: 150px; }

#contact-form span
{
	float:left;
	margin:15px 15px 0 10px;
}

#captcha
{ 
	width: 104px !important;
}

#feedback-message { color: red; }

/** Footer **/

#footer
{
	width: 920px;
	margin:20px 40px 0;
	padding: 15px 0 10px 0;
	background: url('./images/separator.jpg') left top repeat-x;
}

#footer-left
{
	float:left;
	width: 510px; 
}

#footer-right
{
	float:right;
	width: 410px;
}

#footer-bottom
{
	background: url('./images/separator.jpg') left top repeat-x;
	margin-top: 15px;
	padding-top: 8px;
}

#submit-search
{ 
	background-position:-170px -648px;
	border:medium none;
	height:30px;
	width:24px;	
	margin-left: 10px;
	padding: 0;
}

#footer ul
{ 
	float:left;
	list-style-type: none;
}

#footer-left ul 	{ margin: 3px 0 0 30px; }
#footer-right ul 	{ margin: 3px 0 15px 30px; }

#footer ul li 
{ 
	margin: 0 18px 0 0;
	float: left;	
}

#footer ul li a
{
	font-family: "Arial Black";
	text-transform: lowercase;
	letter-spacing: -0.08em;
	color: #515151;
	text-decoration: none;
}

#footer #footer-left ul li a 	{ font-size: 18px; }
#footer #footer-right ul li a 	{ font-size: 16px; }

#footer ul li a:hover { color: #17769E }

#footer form
{
	background-color: white;
	border: 1px solid #515151;
	width: 300px;
	height: 30px;
	float:right;
	margin: 0 20px 0 0;
}

#footer form input
{
	width: 250px;
	padding-left: 5px;
	color: #9e1731;
	font-family: 'Verdana';
	font-size: 14px;
	border: none;
	border-color: transparent;
	text-transform: uppercase;
}

#search-and-subscribe 
{ 
	margin: 0 30px 0 0; 
	float:right; 
}

#rss 		{ float:right; } 
#rss img 	{ border:none; }

#legal 
{ 
	float:left;
	font-size: 12px;
	padding-top: 8px;
}

#tools
{
	float:right;
}


#adampetrie, #mac, #wordpress, #mediatemple
{
	display: inline-block;
	margin: 0 3px;
	text-indent: -9999px;
	background: url('./images/sprite.png') no-repeat; 

}

#adampetrie 
{ 
	background-position: 0 -808px; 
	height: 25px;
	width: 37px;	
}

#mac
{ 
	background-position: -43px -808px; 
	height: 26px;
	width: 22px;	
}

#wordpress
{ 
	background-position: -76px -806px; 
	height: 30px;
	width: 30px;
	position: relative;
	top: 2px;	
}

#mediatemple
{ 
	background-position: -116px -808px; 
	height: 26px;
	width: 64px;	
}

#mini-bio
{ 
	float:left;
	width: 510px;
}

#mini-bio img { float:left; }

#mini-bio p
{
	float:right;
	width: 405px;
	margin: 0;
}

/** Ads **/

#sidebar-ad-unit
{
	margin: 10px auto 10px auto;
	text-align: center;
	width: 310px;
	float:right;
}