/*
Theme Name: BTJG
Theme URI: http://www.thumballey.com/
Version: 1.0
Description: three column for BTJG
Author: Thumballey
Author URI: http://www.thumballey.com
Tags: three columns, right sidebar, widget ready, fixed width, simple, black, gray, pink
*/

/* -standards- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



body {
	background: #000 ;
	color: #ffffff;
	font-family: "Georgia, "Times New Roman", serif";
	font-size: .75em;
	display: block;
	margin:0;
	padding:0
	}
p {
	text-align: justify;
	line-height:130%;
	margin:0 0 20px 0
	}
h2 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: normal;
	}
a {
	color: #F39;
	text-decoration: none;
	}
a:hover {
	color: #C06;
	}
#navlink {
	margin-bottom: 40px;
	}
	
* html .clearfloat{ height: 1%; overflow: visible; }
*+html .clearfloat{ min-height: 1%; }
.clearfloat:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/* -header- */

#header {
	background:url(images/bg_toprow.jpg) repeat-x top;
	width:100%;
	height:31px;
}

/* -super nav- */

#headerContainer {
	width:1080px;
	margin:0 auto
}

#headerContainer h1 {
	font-weight:normal;
	font-size:12px;
	padding-top:5px
}

#siteTitle {
	float:left;
	margin-left:130px;
	_margin-left:60px
}

/* -content- */

#contentwrap {
	background: url("images/bg_main.jpg") no-repeat top center;
	margin:0 auto 0 auto;
	min-height:400px;
	width: 1080px;
	_width: 1100px;
	}
#content, #pagenotfound {
	float: left;
	margin:0 22px 0 128px;
	_margin:0 22px 0 65px;
	width: 500px;
	}

/* -navigation- */

#navigationwrap1 {
	margin-right: 26px;
	}
#navigationwrap1 p{
	color:#666;
	}
#navigationwrap1, #navigationwrap2 {
	float: left;
	margin-bottom: 40px;
	}
#navigation1, #navigation2 {
	float: left;
	width: 160px;
	}
#navigation1 h1 {
	font-weight:normal;
	font-size:12px;
	color:#666
}
#navigation2 h2.small, #navigation2 h2.widgettitle {
	border-bottom: 1px dotted #404040;
	color: #404040;
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
	margin:20px 0 0 0
	}
#navigation1 h2.small, #navigation1 h2.widgettitle {
	font-size:20px;
	color:#404040;
	font-weight: normal;
	margin:10px 0 10px 0 
}
#navigation1 ul, #navigation2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation1 li, #navigation2 li {
	list-style: none;
	text-transform:capitalize
	}
#navigation1 ul li:hover , #navigation2 ul li:hover {
	background: #252525;
	}
#navigation1 ul li, #navigation2 ul li {
	border-bottom: 1px dotted #252525;
	padding: 3px 3px 3px 10px;
	}
#navigation1 ul li ul li, #navigation2 ul li ul li {
	border: none;
	padding: 3px 3px 3px 10px;
	}
#wp-tag-cloud{
	font-size: 18px !important
}

.first {
	margin:0 !important
}

/* -post and entries- */

.post h2, .post h2 a {
	color: #F39;
	font-weight:bold;
	text-transform: uppercase;
	}
.post h2 a:hover {
	color: #C06;
	}
.post img, .post object, .post embed {
	display: block;
	margin: 0 auto;
	}
.post blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}
.postmetadata-top {
	clear: both;
	margin-top: 5px;
	padding-bottom: 10px;
	}
.postmetadata-bottom {
	background: #252525;
	font-size: .9em;
	margin: 20px 0 40px 0;
	padding: 3px;
	}
.postmetadata-bottom a {
	color: #F39;
	}
.postmetadata-bottom a:hover {
	color: #C06;
	}
.entry {
	clear: both;
	}
.entry a{
	color: #F39;
	text-decoration: none;
	}
.entry a:hover {
	color: #C06;
	text-decoration: none;
	}
.entry p img{
	margin:0 2px 3px 0;
	display:inline
}
.entry p {
	width:500px;
}
.entry hr {
	margin:10px 0 30px 0;
	border:1px dotted #222
}
.postimage a img {
	border:1px solid #F39;
	text-decoration: none;
}
.postimage a:hover img {
	border:1px solid #fff;
	text-decoration: none;
	}
.entry a img {
	border:1px solid #F39;
	text-decoration: none;
}
.entry a:hover img {
	border:1px solid #fff;
	text-decoration: none;
	}

/* -search form- */

#search {
	float:right;
	margin-right:85px;
	_margin-right:35px
}

#searchsubmit {
	display: none;
	}
#s {
	background: #666 url("images/magnifier.png") no-repeat top left;
	background-position:0 -1px;
	border: none;
	margin:5px 0 0 0;
	padding: 1px 2px 0 17px;
	margin:5px 10px 0 0;
	width: 140px;
	font-size:14px
	}
	
#pagenotfound #search {
	float:left;
	margin-top:10px
}

/* -footer- */
#bottomFooter {
	width:880px;
	margin:0 auto;
	clear:both;
	color:#666;
	border-top:2px solid #181818;
	padding:10px 0 20px 0
}

#bottomFooter a{
	color:#666
}

#bottomFooter a:hover{
	color:#666
}

#bottomFooter ul{
	margin:10px auto;
	text-align:center
}
#bottomFooter ul li{
	display:inline;
	margin:0 20px 0 0
}
#credits {
	float:right
}

#rss {
	float:left
}

#bottomFooter #disclaimer {
	text-align:center;
	padding-bottom:15px
}

#bottomFooter #copyright {
	font-size:10px;
	text-align:center;
	padding-bottom:15px
}

/* -comments- */

#comments {
	clear: both;
	}
#respond {
	border-top: #252525 1px solid;
	clear: both;
	padding-top: 30px;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	background: #252525;
	color: #ffffff;
	padding: 10px;
	}
.commentlist div {
	padding: 10px;
	}
.commentlist div blockquote {
	background: #252525;
	border: 1px solid #404040;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px;
}
.commentlist div.alt blockquote {
	background: #000000;
	border: 1px solid #404040;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px;
}
#comment {
	height: 200px;
	width: 500px;
	}

/* -floats -*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}