/*
Theme Name: Dark Night
Theme URI: http://WordpressTheme.co.uk/darknight
Description: The 'Dark Night' WordPress theme from <a href="http://WordpressTheme.co.uk">WordpressTheme.co.uk</a>.
Version: 1.1
Author: Kieren Harding
Author URI: http://WordpressTheme.co.uk/
*/


/* global */
body {
	font-size: 62.5%;
	text-align: center; /* global background flavor */
	font-family: lucida grande, Helvetica, sans-serif;
	background: #0D0D0D url(images/bg_new.png) repeat-x;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
a:focus {
	outline: none;
}
#container {
	width: 1087px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/* Begin Header */
/* #header {
	float: left;
	height: 144px;
	width: 1037px;
	[comment this line out for solid background] background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: red;
} */
#header {
	float: left;
	height: 287px;
	width: 1087px;
	background-image: url(http://neilbauman.cachefly.net/isaac_pix/new_banner.png);
	/* background-repeat: no-repeat;
	background-position: left center; */
/*      link: url(http://IsaacBauman.com); */
	/* background-color: red; */
}
h1#logo {
	float: left;
/*	width: 1037px;
	margin-top: 20px;
	height: 144px; */
	width: 340px;
	margin-top: 20px;
	height: 100px;
}
h1#logo a {
	display: block;
	height: 100px;
	text-indent: -999em;
}
#header #rssfeed {
	float: right;
	background-color: #1F1F1F;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2d2927;
	border-bottom-color: #2d2927;
	border-left-color: #2d2927;
	margin-top: 6px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 1.4em;
	text-decoration: none;
	color: 
	padding-top: 2px;
}
#header #rssfeed:hover {
	color: #F7952E;
}
/* Begin Menu */
#menu {
	float: center;
	clear: right;
	margin-top: 257px;
	background-image: url(images/nav-sep.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	margin-left: 180px;
}
#menu li {
	list-style-type: none;
	display: inline;
	float: left;
	/* background-image: url(images/nav-sep.gif); */
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 1px;
}
#menu li a {
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	font-family: eurostile;arial;  /* menu link font */
	font-size: 1.7em;
	color: #FFFFFF; /* menu inactive links flavors */
        text-decoration: none;
	line-height: 30px;
}
#menu li a:hover {
	color: #FFB400; /* menu hover flavor */
}
#menu .current_page_item a {
	color: #FFB400; /* menu current page flavor */
	/* background-image: url(images/nav-current.gif); */
	background-repeat: repeat-x;
	background-position: left top;
	background-color: 
}
/* End Menu */

/* End Header */

/* Begin Content */
#content {
	float: left;
	width: 1087px;
	margin-top: 15px;
	color: #736c67;
	margin-bottom: 5px;
}
/* Begin Main Content (left col) */
#maincontent {
	float: left;
	width: 822px;
	color: #CCCCCC; /* post text font flavor */


}
#maincontent .post {
	background-color: #171717; /* post background flavor */
	border: 1px solid #66C7B8; /* post border flavor */
	background-image: url(images/post-title-underline3.gif);
	background-repeat: no-repeat;
	background-position: left 45px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	width: 800px;
}
#maincontent .post h2, #maincontent .post h2 a {
	color: #e8e3e0; /* post title flavor */
	text-decoration: none;
	font-size: 1.6em;
	width: 600px;
	float: left;
	font-family: futura, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 35px;
}
#maincontent .post h2 a:hover {
	color: #FFB400; /* post title hover flavor */
	text-decoration: underline
}
#maincontent .post small {
	float: right;
	line-height: 34px;
	font-family: eurostile;arial; /* 'posted by isaac' font */
	font-size: 1.2em;
	color: #383434; /* 'posted by isaac' text flavor */
	clear: right;
}
#maincontent .post small a {
	color: #4a4444; /* mystery flavor */
	text-decoration: none;
}
#maincontent .post small a:hover {
	text-decoration: underline;
	color: #6B6363;
}
#maincontent .pagetitle {
	color: #e8e3e0; /* page title flavor */
	text-decoration: none;
	font-size: 2.6em;
	width: 600px;
	float: left;
	font-family: futura, arial, Helvetica, sans-serif; /*page title font */
	font-weight: normal;
	line-height: 35px;
}
#maincontent .post .entry {
	font-size: 1.2em;
	line-height: 18px;
	float: left;
	margin-top: 10px;
	width: 800px;






	clear: left;

}
#maincontent .post .entry p {
	margin-bottom: 15px;
}
#maincontent .post .entry .more-link {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4B4545;
	color: #CCC9C8;
	font-style: italic;
}




#maincontent .post .entry a {
	color: #B9B7B3; /* bloglove link flavor */
}


#maincontent .post .entry a:hover {
	color: #E3E1DF; /* bloglove hover flavor */
}
#maincontent .postmetadata {
	float: left;
	width: 822px;
	background-color: #181616; /* post metadata bar flavor */
	text-indent: 10px;
	line-height: 24px;
	color: #4D4D4D; /* post metadata date info flavor */
	margin-bottom: 15px;
}
#maincontent .postmetadata a {
	color: #3C9685; /* post metadata category etc flavor */
	text-decoration: none;
}
#maincontent .postmetadata  a:hover {
	color: #FFB400; /* post metadata category etc hover flavor */
	text-decoration: underline;
}
#maincontent .postmetadata small {
	display: block;
	font-size: 1.2em;
	padding: 10px;
}
#maincontent .newsearch {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#maincontent ul {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
}
#maincontent h2.ptitle {
	font-size: 26px;
	margin-bottom: 25px;
}
#maincontent h3 {
	font-size: 1.6em;
	margin-top: 25px;
}
#maincontent ul li {
	margin-left: 55px;
	font-size: 1.4em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#maincontent ul li a {
	color: #ADA5A5;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #373333;
}
#maincontent ul li a:hover {
	color: #E8E3E0;
	text-decoration: underline;
	border-bottom-width: 0px;
}
#maincontent ul li ul {
	margin: 0px;
}
#maincontent ul li ul li {
	margin-left: 20px;
	font-size: 1em;
}
#maincontent .post .entry ol {
	margin-left: 60px;
	font-size: 1.2em;
}
#maincontent .post .entry ul {
	margin-left: 0px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
/* Begin Comment Form Elements */
#comments {
	float: left;
	width: 685px;
	margin-top: 25px;
}
#respond {
	margin-top: 25px;
	float: left;
	font-size: 1.6em;
	width: 660px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color: #181616;
	border: 1px solid #2F2B2B;
	color: #AFA6A0;
}
#commentform textarea {
	width: 660px;
	padding: 2px;
	background-color: #181616;
	color: #AFA6A0;
	border: 1px solid #2F2B2B;
}
#commentform #submit {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#commentform label {
	font-size: 1.2em;
}
/* End Comment Form Elements */

/* Begin Comments*/
.commentlist {
	padding: 0;
	margin-top: 20px;
	float: left;
	width: 685px;
}
.commentlist li {
	list-style: none;
	float: left;
	width: 663px;
	margin: 0px;
	padding: 10px;
	background-color: #171717;
	border: 1px solid #2F2B2B;
}
.commentlist .alt {
	background-color: #1D1B1B;
}
.commentlist p {
	float: left;
	font-size: 1.2em;
	clear: left;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 643px;
}
#commentform p {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata a {
	display: block;
	float: right;
	color: #474141;
	text-decoration: none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.commentlist cite {
	float: left;
	display: block;
	color: #B3AAA6;
	text-decoration: underline;
	font-style: normal;
	font-size: 1.6em;
}
.commentlist cite a {
	font-size: 1.4em;
	float: left;
	display: block;
	color: #B3AAA6;

	font-style: normal;
	font-size: 1.4em;
}











.commentlist cite a:hover {
	color: #E1DEDD;
}
/* End Comments*/

#maincontent .navigation a {
	font-size: 1.2em;
	color: #D0CECC; /* perma post forwardback flavor */
}
#maincontent .navigation a:hover {
	color: #FFB400; /* perma post forwardback hover flavor */
}
/* Begin Images */
p img {
	max-width: 100%;


	background-color: #1B1919;
}
/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #2D2927;
}
img.alignleft {
	padding: 4px;
	display: inline;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 0;
	border: 1px solid #2D2927;
}
.alignright {
	float: right;
}
.alignleft {
	float: left

}

/* End Images */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#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;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	padding-left: 20px;
	background-color: #262222;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #443E3E;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/
/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #2D2927;
	text-align: center;
	background-color: #1B1919;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #655E59;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding-top: 2;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
/* End captions */
/* End Main Content */

/* Begin Sidebar*/
#sidebar {
	float: right;
	width: 250px;
}
#sidebar h2 {
	font-family: futura; arial; helvetica; /* widget title font */
	font-size: 2.4em;
	font-weight: normal;
	color: #4CB8A4; /* widget title flavor */
	padding: 0px;
	margin: 0px;
	line-height: 34px;
}
#sidebar ul {
}
#sidebar ul li {
	background-color: #171717; /* widget background flavor */
	margin-bottom: 10px;
	border: 1px solid #66C7B8;
	list-style-type: none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
#sidebar ul li ul {
	margin-top: 3px;
}
#sidebar ul li ul li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li ul li a {
	font-family: arial;
	font-size: 1.4em;
	color: #CCCCCC; /* widget link flavor */
	text-decoration: none;
	line-height: 24px;
	background-image: url(images/sidebar-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	margin-left: 15px;
}
#sidebar ul li ul li a:hover {
	color: #FFB400; /* widget link hover flavor */
	text-decoration: 
	background-image: url(images/sidebar-bullet-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar #searchform #searchbg {

	background-image: url(images/searchbg.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
}
#sidebar #searchform #s {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	background-color: transparent;
	width: 150px;
	padding: 0px;

	color: #655e59;
	height: 22px;
}
#sidebar #searchform #searchsubmit {
	background-image: url(images/searchbutton.gif);
	background-repeat: no-repeat;

	background-position: right top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 40px;
	cursor: default;
}

/* hide search button */

#sidebar #searchform #searchsubmit b {
color: #fff;
left: -9999px;
position: absolute;
}

#sidebar .info {
	font-size: 1.2em;
	padding-top: 10px;
}
#sidebar .info a {
	color: #A8A29D;
	text-decoration: none;
}
#sidebar .info a:hover {
	color: #BAB5B1;
	text-decoration: underline;
}
#sidebar abbr {
	cursor: help;
}
/* End Sidebar */

/* End Content */

/* Begin Footer */


#footerwrap {
	float: left;
	width: 100%;
	background-color: #171717; /* footer background flavor */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2d2927; /* footer border color */
	height: 65px;
	margin-top: 15px;
}

#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	font-size: 1.4em;
	color: #423c3a; /* footer copyright name text flavor */
}

#footlinks {
	width: 630px;
	float: left;
}
#footlinks li {
	float: left;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #373333; /* footer divider flavor */
}
#footlinks li a {
	float: left;
}
#footlinks #first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #373333; /* first footer divider flavor */
}
#cr {
	float: right;
}
#footer a {
	margin-right: 10px;
	margin-left: 10px;
	color: #534B48; /* footer link text flavor */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
	color: #FFB400; /* footer link text hover flavor */
	text-decoration: underline;
}
#cr a {
	margin: 0px;
	padding: 0px;
}

#sidebar #connect  ul li a,
#sidebar #rss  ul li a {
	padding-left: 25px;
}

#sidebar #rss {
margin: 5px auto -5px auto;
}



#connect img {
	margin: 0px;
	padding-top: 5px;
}


#connect .flickr,
#connect a.flickr:hover {
       background-image: url(http://neilbauman.cachefly.net/isaac_pix/flickr.png)!important;

}

#connect .twitter,
#connect a.vimeo:hover {
       background-image: url(images/connect/twitter.png)!important;

}
#connect .vimeo,
#connect a.vimeo:hover {
       background-image: url(images/connect/vimeo.png)!important;

}
#connect .youtube,
#connect a.youtube:hover {
       background-image: url(images/connect/youtube.png)!important;

}
#connect .myspace,
#connect a.myspace:hover {
       background-image: url(images/connect/myspace.png)!important;


}
#connect .deviantart,
#connect a.deviantart:hover {
       background-image: url(images/connect/da.png)!important;

}
#connect .linkedin,
#connect a.linkedin:hover {
       background-image: url(http://neilbauman.cachefly.net/isaac_pix/linkedin.png)!important;

}
#connect .imdb,
#connect a.imdb:hover {
       background-image: url(http://neilbauman.cachefly.net/isaac_pix/imdb.png)!important;

}
#connect .wikipedia,
#connect a.wikipedia:hover {
       background-image: url(images/connect/wikipedia.png)!important;

}

#rss .rss,
#rss a:hover {
	background-image: url(images/connect/rss.png)!important;

}

#mail .mail,
#mail a:hover {
	background-image: url(images/connect/mail.png)!important;

}

/* flickr rss feed */

li#flickrrss  a {
height: 75px;
width: 75px;
display:block;
float:left;
padding:0;
margin:0
}

clr,
li#flickrrss  div {
float:none;
clear:both
}
