/*  
Theme Name: Damon Bard Artist
Theme URI: http://www.damonbard.com/
Description: Custom theme designed for, and in conjunction with, Bard Sculpture Studio
Version: 1.6
Author: The Digital Medium
Author URI: http:/www.thedigitalmedium.com/
*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a, a:link, a:visited {	
	color: #888;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: underline;
}
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
}
#entirePage {
	width: 100%;
}
#contentContainer {
	margin: 0 auto;
	width: 980px;
}
#contentHolder {
	margin: 40px auto;
	width: 800px;
}
#smalltitle {
	margin: 60px auto 15px auto;
	padding-bottom: 25px;
	width: 460px;
	text-align: center;
}
.post img {
max-width: 600px; /* Adjust this value according to your content area size*/
height: auto;
}
/*** home page ***/
#verticalAlignControl {
	float: left;
	margin-bottom: -270px;  /* half of homePage div height */
	width: 1px;
	height: 50%;    /* Bump homePage div down half the height of the screen. */
	background: #000;
}
#homePage {
	clear: left;
	position: relative; /* puts homePage div in front of verticalAlignControl */
	height: 540px;
}
#title {
	margin: 0 auto;
	width: 355px;
}
#desc {
	margin: 7px auto 0 auto;
	width: 800px;
	text-align: center;
}
#strip {
	margin: 75px auto;
	width: 567px;
}
#credits {
	clear: both;
	margin: 180px auto 0 auto;
	width: 200px;
	text-align: center;
	font-size: 11px;
	color: #333;
}
#credits a {
	color: #444;
	text-decoration: none;
}
#credits a:hover {
	text-decoration: underline;
}
/*** end home page ***/
/*** posts ***/
#postsHolder {
	float: left;
	width: 75%;
}
.post {
	margin-bottom: 20px;
}
.post h2 { margin-bottom: 10px; }
.post h2 a, .post h2 a:link, .post h2 a:visited {
	font-size: 75%;
}
/*** end posts ***/
/**** sidebar ***/
#sidebar {
	float: right;
	padding: 10px;
	border: 1px solid #222;
}
#sidebar ul {
	margin-bottom: 20px;
	list-style: none;
}
#sidebar h2.widgettitle {
	font-size: 100%;
	color: #ccc;
}
/*** end sidebar ***/
/*** pages ***/
#pageContent { 
	margin: 0 auto;
	width: 95%;
}
#pageContent p {
	margin-bottom: 10px;
	line-height: 145%;
	word-spacing: .06em;
}
.center {
	text-align: center;
}
#pageContent p.xSmall {
	font-size: 10px;
	text-align: center;
	line-height: 180%;
}
#pageContent ul li { margin: 3px 0; }
#resumePage p {
	margin: 10px 0;
}
/*** about page ****/
#aboutPageContent a, #aboutPageContent a:link, #aboutPageContent a:visited {	
	color: #000;
	text-decoration: none;
}
#aboutPageContent a:hover {
	color: #444;
	text-decoration: none;
}
#aboutPageContent ul {
	margin-top: 40px;
	text-align: center;
}
#aboutPageContent ul li {
	padding: 30px 0;
	list-style: none;
}
/*** end about page ****/
/*** end pages ***/
.img {
	background: url(http://www.damonbard.com/images/filmback.gif) #000000;
	margin: 1px 0 0 0;
	padding: 25px 0 28px 0;
	border: 0px #000000 solid;
	border-top: none;
	border-bottom: none;
	width: 200px;
	height: 162px;
}
.small {
	font-size: 13px;
	text-transform: lowercase;
}
.clear { clear: both; }
#links {
	margin: 0 auto;
	width: 470px;
	z-index: 4;
}
#links img { border: none; }
#links a:link, #links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 0 24px 0 24px;
}
#line {
	margin: 0 auto;
	padding-top: 5px;
	width: 600px;
}
#wideline {
	margin: 0 auto;
	width: 600px;
	height: 7px;
}
#widelinebot {
	margin: 40px auto;
	width: 600px;
}
.gray { color: #999999; }
.list ul {
	margin: 0;
	padding: 0;
}
.list li {
	list-style: none;
	text-align: center;
	margin: 20px 0 25px 0;
}
#pageContentHeader {
	margin-top: 30px;
	padding-bottom: 5px;
	width: 250px;
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
}
#select {
	color: #CCCCCC;
	font-size: 10px;
	font-style: italic;
	position: absolute;
	top: 420px;
	left: 40px;
	width: 60px;
	text-align: right;
}
.menu {
	position: absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
}
.menu a {
	display: block;
	padding: 25px 0 2px 30px;
	text-align: center;
}
#credits, #disclaimer {
	clear: both;
	margin: 10px auto;
	width: 200px;
	text-align: center;
	font-size: 11px;
	color: #333333;
}
#credits {
	margin-top: 180px;
}
#disclaimer {
	width: 80%;
}
