/*  
Theme Name: Jamie Nesbitt Theme
Theme URI: http://www.melroth.com
Description: Nesbitt theme, based on StudioPress_Green
Author: Mel Roth
Author URI: http://www.melroth.com/
Version: 1.0
*/

/* Reset Defaults Starts */

* {
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote {
margin: 0;
padding: 0;
}

a {
color: #999999;
}

a:hover {
color: #a72c2c;
}

blockquote {
margin: 5px 15px;
padding: 5px 5px;
background: #E9E9E9;
border: 1px solid #ccc;
}

code {
color: #3366CC;
}

a img {
border: none;
}


/* Reset Defaults Ends */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #333333;
padding-bottom:15px;
color:#FFFFFF;
}

#wrapper {
background:url(images/bg-container.png);
margin:auto;
width:955px;
padding:0 6px 0 6px;
}

#searchform {
margin: 0;
}

#searchform {
width: 213px;
padding-top: 7px;
height: 28px;
background: #ccc;
background: url(images/search.gif) left 3px no-repeat;
}

*:first-child+html #searchform { /* Filter for IE7 */
padding: 6px 0;
}

* html #searchform { /* Filter for IE6 */
padding: 6px 0;
}

#searchbox {
margin-left: 5px;
margin-bottom: 3px;
width: 100px;
background: none;
border: none;
}

#searchbutton {
width: 50px;
background: none;
border: none;
}

#searchbutton:hover {
cursor: pointer;
}

/* Menu */

#nav {
background: url(images/bg-header.png) no-repeat; 
padding-top:78px;
position:relative;
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#navtabs {
position:relative;
height:31px;
font-size:12px;
font-weight:bold;
border-bottom:11px solid #560001;
}

#navtabs ul {
margin:0px;
padding:0;
list-style-type:none;
width:auto;
float:right;
margin-right:10px;
}

#navtabs ul li {
display:block;
float:left;
margin:0 1px;
}

#navtabs ul li a {
background:url(images/left-off.png) no-repeat top left;
display:block;
float:left;
color:#fff;
text-decoration:none;
padding:0 0 0 12px;
line-height:260%;
}

#navtabs ul li a span {
display:block;
width:auto;
background:url(images/right-off.png) no-repeat top right;
}

#navtabs ul li a span {
padding:0 12px 0 0;
}

#navtabs ul li a:hover,#navtabs .current_page_item a {
color:#000;
background:url(images/left.png) no-repeat top left;
}
#navtabs ul li a:hover span,#navtabs .current_page_item a span {
display:block;
width:auto;
background:url(images/right.png) no-repeat top right;
}

/* dropdown */
#nav li ul { /* second-level lists */
	position: absolute;
	background:#333;
	margin-top:31px;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navtabs ul ul li a {
display:block;
width: 10em;
background:none;
}

#navtabs ul ul li a span {
background:none;
}

#navtabs ul ul li a:hover,#navtabs ul ul .current_page_item a {
color:#000;
background:none;
}
#navtabs ul ul li a:hover span,#navtabs ul ul .current_page_item a span {
background:none;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Main content */

#main {
clear: both;
width: 926px; /* Overrides miscalculation in IE6; ignored by other browsers. */
margin: 0 0 0 2px;
padding: 0 15px 15px 10px;
border-top:1px solid #330000;
}

#contentwrapper {
float: left;

}

#content {
width: 720px;
}

#pagecontent {
min-height:450px;
padding:0 100px 0 100px;
}

*html #pagecontent {
height:450px;
}


#content .pageTitle {
padding: 5px 10px 0 10px;
font-size: 14pt;
color: #FFFFFF;
}

.contentsearch {
margin: 0 0 40px 100px;
}

.contentsponsors {
margin: 0 0 30px 190px;
}

.post {
margin: 20px 0 0 0;
padding-left:10px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
padding: 0;
font-weight: bold;
}

#content h2 {
font-size: 14pt;
}

#content h3 {
font-size: 12pt;
}

#content h4, #pagecontent h4, #content h5, #content h6 {
font-size: 11pt;
margin:1em 0 0.3em 0;
background:#111111;
}

h2.homeTitle {
margin: 0 0 15px 0;
}

h2.postTitle {
margin:1em 0 0.3em 0;
background:#111111;
font-size: 14pt;
font-weight: bold;
color: #fff;
}

h2.postTitle a {
font-size: 14pt;
font-weight: bold;
text-decoration: none;
color: #fff;
letter-spacing: -1px;
}

h2.postTitle a:hover {
color: #CC0000;
}

.postMeta {
padding: 2px 10px 4px 0;
font-size: 9pt;
color: #666;
}

.postMeta .date {
background: url(images/date.gif) left no-repeat;
padding: 0 0 0 15px;
}

.postMeta .filed {
background: url(images/folder.gif) left no-repeat;
padding: 0 0 0 18px;
margin: 0 0 0 3px;
}

.postMeta .commentcount {
background: url(images/comments.gif) left no-repeat;
padding: 0 0 0 18px;
margin: 0 0 0 3px;
}

.postMeta a {
text-decoration: none;
}

.postContent img {
margin: 10px;
border: 3px solid #CCC;
}

#content p, .postContent p {
padding: 5px 0 5px 0;
font-size: 10pt;
color: #fff;
}

.postContent th {
font-size:10pt;
text-align:left;
padding:3px;
background:#333333;
}

.postContent td {
font-size:10pt;
padding-right:8px;
}

.odd {
background:#111111;
}

.postContent ul, ol {
padding: 0 0 0 35px;
}

.postContent ul li, ol li {
font-size: 10pt;
color: #fff;
}

.postTags {
margin: 15px 10px;
font-size: 9pt;
color: #fff;
padding: 2px 4px;
}

p.comments {
clear: both;
padding: 5px 10px 5px 10px;
}

p.comments a {
padding-left: 20px;
background: url(images/comment.gif) left top no-repeat;
font-size: 10pt;
text-decoration: none;
}

.commentlist {
margin: 10px 0;
font-size: 10pt;
list-style: none;
}

.commentlist li {
margin: 0 0 10px -25px;
width: 510px;
}

.commentlist li.alt {
margin: 0 0 10px -25px;
border:1px dashed #333333;
width: 510px;
}

.commentlist cite {
padding: 10px;
font-size: 10pt;
}

.commentlist cite a {
}

.commentmetadata {
padding: 10px;
}

.comment h3 {
padding: 0 10px;
font-size: 12pt;
font-weight: bold;
text-decoration: none;
}

.comment p {
padding: 10px;
font-size: 10pt;
color: #000;
}

.comment a {
text-decoration: none;
}

.comment a:hover {
text-decoration: underline;
}

.comment textarea {
width: 510px;
}

.comment #submit {
width: 118px;
height: 30px;
background: url(images/commentbutton.gif) left top no-repeat;
border: none;
font-size: 9pt;
color: #333;
}

.comment #submit:hover {
cursor: pointer;
}

.navigation {
margin: 10px 0;
color: #406E8D;
text-align: center;
font-size: 10pt;
}

.navigation a {
text-decoration: none;
}


/* Start of sidebar */

#allsidebars {
width:165px;
float:right;
}


/* Sidebar top welcome box */

.sidebarswrapper {
margin-top: 0px;
padding-top: 9px;
background: url(images/bgsidebartop.gif) left top no-repeat;
}

.sidebars {
background: #363636;
}

.sidebars h2 {
padding: 0 0 2px 0;
font-size: 11pt;
color: #fff;
letter-spacing: -1px;
}

.sidebars p {
padding: 2px 0;
font-size: 9pt;
}

#welcome {
clear: both;
padding: 0 10px;
}

#welcome a {
display: inline;
color: #769E76;
}

#welcome a:hover {
color:#fff;
}

#welcome p {
color: #fff;
margin-top: 5px;
padding-left: 70px;
background: url(images/welcome.gif) left top no-repeat;
}

.sidebarsbottom {
clear: both;
height: 18px;
background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
}


/* Sidebar 2 columns widget-ready */

.sidebarsB {
margin-top: 15px;
}

.sidebar1 {
float: left;
width: 165px;
}

.sidebar2 {
float: right;
width: 165px;
}

.sidebarsB h2 {
padding: 2px 0 3px 7px;
font-size: 10pt;
color: #fff;
letter-spacing: -1px;
background: url(images/sidebar_h2.gif) left no-repeat;
margin-bottom: 3px;
}

.sidebarsB table {
width: 160px;
}

.sidebarsB ul {
margin: 0;
padding: 0 0 5px 0;
}

.sidebarsB li {
margin-bottom: 20px;
list-style: none;
font-size: 9pt;
}

.sidebarsB li ul {
padding: 0;
}

.sidebarsB ul ul li {
margin: 0;
padding: 3px 2px 2px 16px;
color: #222;
background: url(images/bullet.gif) left 7px no-repeat;
line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
border-bottom: 1px dotted #666;
}

.sidebarsB a {
display: block;
color: #999;
text-decoration: none;
display: inline;
}

.sidebarsB a:hover {
color: #a72c2c;
}

.sidebarsB p {
padding: 2px 0;
font-size: 9pt;
}

#tag_cloud a {
display: inline;
}

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
margin:auto;
width:967px;
height:40px;
background:url(images/bottom.png);
clear: both;
padding-top: 3px;
color: #fff;
text-align: center; /* IE Centering Technique */
}

#footer p {
padding: 0;
font-size: 8pt;
color: #fff;
text-align: center;
}

#footer a {
color: #cc0000;
}

#footer a:hover {
color: #fff;
}

#credits {
clear: both;
margin: 0 auto;
line-height: 19px;
}

.credit {
font-size:11px;
color:#999;
text-align:center;
}

/* Extras */

.cleared {
clear: both;
}

.left {
float:left;
}

.right {
float:right;
}

#nextprevious {
padding:10px;
font-size:80%;
}

.credits {
display:none;
}