/*
Theme Name: Ben Dansby
Theme URI: http://bendansby.com/
Description: Ben's portfolio

*/

body {
	font-family: Helvetica, Arial, Sans-Serif;
	color: white;
	padding: 0px;
	margin: 0px;
	background-color: black;
	background-attachment: fixed;
	font-size: 12px;
	}
	
body[class*=home] {
	background-image: url(http://bendansby.com/portrait3.png);
	background-repeat: no-repeat;
	background-position: 800px 200px;
}

body[class*=contact] h3 {
	margin: 0;
}

#header {
	background: url('images/header2.png') no-repeat;
	margin: -133px 0 0 200px;
	padding: 0;
	height: 158px;
	}
	
#belowHeader {
	min-width: 1100px;
	max-width: 1200px;
	margin: 50px 25px 0 0;
}

#homeLink {
	padding: 0;
	width: 300px;
	height: 130px;
	float: left;
	}
	
#homeLink a {
	display: block;
	width: 100%;
	height: 100%;
}
	
#headerBG {
	height: 110px;
	margin: 0 0 0 0;
	background-image: url(images/header/black.png);
	background-color: #666;
	
}

#headerRule {
	margin: -30px 0px 0px -200px;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 5px 0px;
}

#introDiv {
	width: 800px;
	margin: 50px 0 0 0;
}

.introText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}

#portrait {
	position: absolute;
	margin: 50px 0 0 -515px;
	z-index: -100;
}

#navBox {
	position: absolute;
	top:  60px;
	left: 600px;
	margin: 0;
}

#navBox ul {
	margin: 0;
}

#navBox li {
	float:  left;
	font-size: 15px;
	list-style: none;
	margin: 0px 20px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#navBox li a {
	color: white;
	text-decoration: none;
}

#navBox li a:hover {
	text-decoration: underline;
}

.entry p {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5px 0;
	}
	
.entry .subhead {
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0 0 0;
	font-weight: bold;
	}
	
.entry p .portfolio {
	font-size: 12px;
	line-height: 20px;
	margin:  0 0 0;
	}

h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	}

h2 {
	font-size: 14px;
	background-color: white;
	text-transform: capitalize;
	margin: 0;
	padding: 5px 5px 2px 5px;
	width: 300px;
	}
	
	 .postDate {
	 	visibility: hidden;
	 	font-size: 12px;
	 	float: left;
	 	margin: -13px 0 0 320px;
	 }
	 
div[class*=.weblog].postDate {
	visibility: visible;
	font-size: 12px;
	float: left;
	margin: -13px 0 0 320px;
}


#sidebar h2 {
	font-size: 12px;
	padding: 5px 5px 2px 5px;
	width: 100px;
	}


h3 {
	font-size: 14px;
	margin: 20px 0 0px 0;
	}
	
h4 {
	font-weight: normal;
	margin: 5px 0 0 0;
}

h3, h3 a {
	color: white;
	}

h2, h2 a, h2 a:visited {
	color: black;
}

a, h3 a:hover {
	color: white;
	text-decoration: underline;
	}
	
h2 a:hover {
	text-decoration: underline;
}

h1 {
	padding-top: 70px;
	margin: 0;
	}


h2.pagetitle {
	margin: 0px 0 20px 0;
	padding: 0px;
	text-align: left;
	font-size: 18px;
	background: none;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

a:hover {
	text-decoration: overline;
	}

#content {
	margin: 0px 0 0 200px;
	float: left;
}


.post {
	margin: 0 0 40px;
	text-align: left;
	}
	
div[class*=weblog] {
	margin: 0 0 30px 0;
}

div[class*=portfolio] {
	//margin: 0 0 0px 0;
}

.post hr {
	display: block;
	border: 1;
	color: grey;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	width: 600px;
	margin: 75px 0 0 200px;
	clear: both;
	}

#footer p {
	font-size: 10px;
	margin: 0;
	padding: 20px 0;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	//padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	//padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
	
.entry {
	border-width: 1px;
	border-color: white;
	border-style: solid;
	background-color: rgb(51, 51, 51);
	padding: 10px;
	width: 700px;
	overflow: auto;
}

.entry img, .entry object, .entry embed {
	margin: 4px 0 4px 0;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar
{
	padding: 0;
	margin: 61px 0 0 0px;
	width: 170px;
	float: right;
	}

#sidebar ul {
	font-size: 11px;
	line-height: 15px;
	height: 60px;
	margin: 0px;
	padding: 5px 0 10px 20px;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	background-color: rgb(51,51,51);
	list-style: square;
	}

a img {
	border: none;
	}
