/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: style.css
* Version: 1.0.0 (2009-06-26) YYYY-MM-DD
* Author: Michael Cairns
* Description: Sean Whelan Art.

*/

/* Eric Meyer CSS Reset */

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Georgia, Garamond, serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
	
a:hover {
	color: #B5B7B4;
}	

h2 {
	font-size: 14px;
	line-height: 20px;
}

p {
	font-size: 12px;
	line-height: 16px;
}

/* End CSS Resset */

/* Begin Style/Structure */
	
body {
	color: #616265;
	font-size: 12px;
	background: #fbfbfb url(images/body_bg.jpg) top center no-repeat fixed;
	padding: 20px;
}
	
#wrapper {
	width: 760px;
	height:auto;
	min-height:510px !important;
	overflow: hidden;
	margin: 0pt auto 40px auto;
	position:relative;
}

#header {
	width: 100%;
	height: 225px;
}

	#header a {
		text-decoration: none;
		color: #000;
	}
		
	#header a:hover {
		color: #B5B7B4;
	}

#header_work {
	width: 100%;
	height: 260px;
}

	#header_sub {
		width: 100%;
		height: 260px;
	}
	
	#header img, #header_sub img, #header_work img {
		margin-left: 273px;
	}
	
	#header ul li, #header_work ul li {
		display: inline;
		margin: 0 3px;
	}
	
	#main_nav {
		height: 36px;
		background: transparent url(images/main_nav_bg.gif) no-repeat;
		margin-top: 12px;
		text-align: center;
		font-size: 18px;
	}
	
	#main_nav ul {
		padding-top: 6px;
	}
	
	#sub_nav ul {
		padding-top: 6px;
		font-size: 14px;
	}

	#sub_nav {
		height: 36px;
		background: transparent url(images/sub_nav_bg.gif) no-repeat;
		text-align: center;
	}
	
#container {
	width: 720px;
	height:auto;
	min-height:300px !important;	
	overflow: hidden;
	padding: 20px;
}

	#container_work {
		width: 760px;
		height:auto;
		min-height:300px !important;	
		overflow: hidden;
		padding: 20px 12px 0 12px;
	}
	
	#container h2, #container p, #container ul, #container ol, h3#comments {
		margin-bottom: 12px;
	}
	
	#content {
		width: 550px;
	}
	
		.entry {
			margin-bottom: 20px;
		}
	
		.post img {
			border: 1px solid #a5acb0;
		}
	
		.postmetadata {
			font-style: italic;
			border-top: 1px solid #a5acb0;
			border-bottom: 2px solid #a5acb0;
			padding: 6px 0;
		}

		h2#respond {
			margin-top: 15px;
			color: #595959;
		}

		ol.commentlist {
			border-top: 1px solid #a5acb0;
		}
		
		ol.commentlist li {
			padding: 8px 0;
			border-bottom: 1px solid #a5acb0;
		}
		
		ol.commentlist li div.comment-author, ol.commentlist li div.comment-meta {
			padding-bottom: 6px;
		}
				
		.commentmetadata {
			color: #a5acb0;
			font-size: 11px;
		}
		
		p.comment_excerpt {
			padding-bottom: 12px;
		}
		
		#content input, #content textarea {
			border: 1px solid #a5acb0;
			margin: 5px 10px 5px 0;
		}
		
		#content textarea {
			color: #595959;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			padding: 2px;
			height: 120px;
			width: 410px;
			background-color: #F2F1F0;
		}
		
		input#submit {
			margin-top: -15px;
			color: #595959;
		}

#sidebar {
	width: 140px;
	height:auto;
	min-height:300px !important;
	overflow: hidden;
}

	#sidebar h2 {
		border-bottom: 1px solid #616265;
	}

	#sidebar ul li ul a {
		font-size: 14px;
		color: #B5B7B4;
	}
	
	#sidebar li a:hover {
		color: #000;
	}

#footer {
	background: transparent url(images/footer_bg.gif) no-repeat;
	width: 100%;
	height: 20px;
	padding-top: 10px;
	text-align: center;
}

/* Begin sitewide classes */
	
	.left { /* applies left float to any element with this class */
		float:left;
	}
	
	.right { /* applies right float to any element with this class */
		float:right;
	}
	
	.aligncenter,
	div.aligncenter { /* positioning for images in WYSIWYG editor */
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.alignleft { /* positioning for images in WYSIWYG editor */
		float: left;
		padding: 5px;
	}
	
	.alignright { /* positioning for images in WYSIWYG editor */
		float: right;
		padding: 5px;
	}
	
/* End sitewide classes */