/*
Theme Name: Ben Holmen
Theme URI: http://www.benholmen.com/
Description: Custom layout for benholmen.com
Version: 1.0
Author: Ben Holmen
*/

html {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	background-color: #000000;
	background-image: url('images/grad-bottom.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
#top {
	margin: 0px auto;
	height: 100px;
	width: 975px;
}
/* Navigation */
ul#nav {
	margin: 0px auto 0px auto;
	padding: 25px 10px 0px 0px;
	list-style-type: none;
	float: right;
}
ul#nav li {
	display: block;
	float: left;
	list-style-type: none;
	padding-left: 20px;
}
ul#nav a {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 89px;
	height: 25px;
	padding-top: 12px;
	background-image: url('images/btnbg.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
ul#nav a:link, ul#nav a:visited {
	background-position: center left;
}
ul#nav a:link.active, ul#nav a:visited.active {
	background-position: bottom left;
}
ul#nav a:hover, ul#nav a:hover.active {
	background-position: top left;
}

#bar {
	height: 200px;
	width: 100%;
	background-image: url('images/bar.jpg');
	background-color: #040810;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}
#bar img {
	padding: 100px 10px 0px 520px;
}
#content {
	width: 975px;
	margin: 0px auto;
}
#content #left {
	position: absolute;
	width: 590px;
	padding: 10px 0px 10px 0px;

	background-color: #0d0d0d;
	background-image: url('images/bg-left.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#content #right {
	position: relative;
	left: 610px;
	width: 355px;
	min-height: 435px;
	padding: 10px 0px 10px 0px;

	background-color: #1a1a1a;
	background-image: url('images/bg-right.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#content #wide {
	position: absolute;
	width: 965px;
	padding: 10px 0px 10px 0px;

	background-color: #0d0d0d;
	background-image: url('images/bg-wide.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
h1 {
	color: #fff;
	font-family: georgia, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	margin: 0px 19px;
	padding: 10px 0px 0px 0px;
}
h2 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin: 0px 33px;
	padding: 10px 0px 5px 0px;
	border-bottom: 1px dotted #607481;
}
p {
	margin: 10px 33px;
	padding: 0px;
	color: #c0d4e1;
/*	font-family: Myriad, Myriad Pro, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
a:link {
/*	color: #faf7e6;*/
	color: #eec364;
	text-decoration: underline;
}
a:visited {
	color: #c0d4e1;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
#right img {
	margin: 15px 30px 5px 30px;
	border: 1px solid #1a1a1a;
}
#right img.photo {
	width: 295px;
	height: 150px;
	background-position: center center;
}
.prop {
	float: right;
	height: 500px;
	width: 1px;
}
.white {
	color: #fff;
}
.accent {
	font-style: italic;
	color: #fff;
	font-family: Georgia, Serif;
	font-size: 1.2em;
}
#sig {
	margin: 15px 0px 0px 60px;
}

code {
	padding: 10px;
	margin: 1em 0em 0em 0em;
	display: block;
	border-left: 1px solid #43515a;
	background-color: #0c0c0c;
	background-image: url('images/bg-left.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 18px;
	font-family: lucida console, monaco, monospace;
}

#right ul {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#right ul li {
	margin: 0px;
	padding: 5px 15px;
	font-family: Georgia, Serif;
	font-size: 16px;
	font-style: italic;
	color: white;
}
#right li li {
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 3px 10px;
	font-family: Myriad, 'Myriad Pro', Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	color: white;
	border-bottom: 1px dotted #475258;
}
#right li a:link, #right li a:hover, #right li a:visited {
	text-decoration: none;
}

.post {
	margin-bottom: 35px;
}

ol#comments li p {
	font-size: 100%;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #ccc;
	text-align: right;
	font-family: Myriad, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 33px 10px 33px;
	float: right;
}

.meta {
	font-family: Myriad, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px 33px 10px 33px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
}

.storytitle a {
	text-decoration: none;
	color: white;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
	background-color: #232e34;
	border: 1px solid #45525b;
	font-family: georgia, times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

#commentlist {
	list-style-type: none;
	margin: 10px 15px;
	padding: 0px;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 100%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0px 15px 15px 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 15px 15px;
}

.wp-caption-text {
	text-align: center;
	font-style: italic;
}
/* End captions & aligment */

#content a img {
	border: 0px;
}

