/*
Theme Name: Jeff Byer
Theme URI: http://jbyer.com/
Description: Jeff Byer's 2009 website theme.
Version: 1.6
Author: Jeff Byer
Author URI: http://jbyer.com/
Tags: dark, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
}

html body {
	background: #050505;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #999;
	font: normal 100%/normal Helvetica, Verdana, Arial, sans-serif;
        line-height: 30px;
        text-align: left;
}

a {
	text-decoration: underline;
	color: #999;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

.postmetadata, .postmetadata a {
	text-decoration: none;
	color: #333;
        font-size: 75%;
        line-height: 15px;
}

.postmetadata a:hover {
	color: #999;
}

h1, h1 a {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 30px;
    color: #0090dc;
    font-weight: normal;
    text-decoration: none;
    margin-top: 40px;
}

h1 a:hover {
    color: #0090dc;
    text-decoration: underline;
}

h2 {
    font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #999999;
    font-weight: bold;
} 

h3 {
    font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
    font-weight: bold;
}

#mainContainer {
    width: 980px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
}
#logo {
    float: left;
}

#nav {
    float: right;
    width: 400px;
    height: 115px;
    font-size: 18px;
}

#nav a {
    text-decoration: none;
    color: #999;
}

#nav a:hover {
    text-decoration: none;
    color: #fff;
}

#link1 {
    margin-top: 57px;
    margin-right: 48px;
    float: right;

}

#link2 {
    margin-top: 57px;
    margin-right: 48px;
    float: right;
}

#link3 {
    margin-top: 57px;
    float: right;
}

#rssFeed {
    margin-top: -40px;
    margin-left: 570px;
}

#sidebar {
   Margin-left: 100px;
}

#breadcrumbHolder {
	background-image: url('images/blog-head2.jpg'); 
	width: 642px;
	height: 80px;
	margin-top: -40px;
	background-repeat: no-repeat;
}

#breadcrumbs2 {
	margin-left: 20px;
line-height: 0px;
}


/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 40px 40px 40px 40px;
	width: 602px;
        background: #050505;
	}

.errorcolumn {
	float: left;
	padding: 40px 40px 40px 40px;
	width: 602px;
	height: 500px;
    background: #151515;
	}

.widecolumn {
	padding: 10px 10px 10px 10px;
	width: 662px;
        background: #fff;
	}

.post {
	margin: 0 0 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 0px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 250px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 0px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 980px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#footerContainer {
	width: 980px;
	height: 50px;
	background: #101010;
}

#footerLeft {
	float: left;
	margin-top: 0px;
	margin-left: 15px;
}

#footerRight {
	float: right;
	margin-top: 0px;
	margin-right: 15px;
}
/* End Structure */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 30px 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.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;
	}

.entry p {
	margin-top: 30px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}



#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}


.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	margin-left: 722px;
	width: 250px;
	}

#sidebar form {
	margin: 0;
	}

#dicepopup {
	top: 192px;
	left: 50%;
	margin-left: 0px;
}

#printpopup {
	top: 282px;
	left: 50%;
	margin-left: 0px;
}

#babblepopup {
	top: 371px;
	left: 50%;
	margin-left: 0px;
}

.popup {
	z-index: 100;
	display: none;
	background-image:url(../../../../img/bubble.gif);
	background-repeat: no-repeat;
	Position: absolute;
	width:206px;
	height:75px;
}

.poptext {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 4px;
}

.haspopup {  }

/* End Sidebar */



/* 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 {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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: 25px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
