/*  
Theme Name: blah
Author URI: http://www.nothingelseon.com
Version: 1.0
Author: Bill E.
*/

/* ######### Style for Navigation Tabs ######### */

.bluetabs{
border-bottom: 1px solid gray;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 160px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}

/* ######### Wrap layout starts here ######### */

#wrap { 
	width: 870px; 
	text-align: left;
	background: transparent;
	margin: 0 auto; 
	}

/* ######### Header formatting starts here ######### */

#header { 
	height: 113px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	background: #000000 url(images/nthnglsLogo.jpg) no-repeat center;
	position: relative;
	}

#headerpage { 
	height: 113px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	background: #000000 url(images/pagetest.jpg) no-repeat center;
	position: relative;
	}

#header .rss {
	float: right;
	font-size: 12px;
	position: absolute;
	top: 92px;
	right: 10px;
}
#header .rss ul {
	margin: 0px;
	padding: 0px;	
}
#header .rss ul li {
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 20px;
	background: url(images/feed.png) no-repeat 0 2px;
	border: 0;
}
#header .rss ul li a:link, #header .rss ul li a:visited, #header .rss ul li a:active {
	color: #3071B9;
	
}
#header .rss ul li a:hover {
	background: none;
	text-decoration: underline;
}

/* ######### Sidebars & Contentwrap formatting starts here ######### */

#left {
	float: left;
	width: 130px !important;
	width /**/: 150px;
	}

.upcoming {
	/*background-color: #c69c6d;
	border-top: 5px inset #653a01;
	background: url(images/upcomingbg.jpg);*/
	background-color: #fe6c17;
	font-family: sans-serif;
	font-size: 12px;
	color: white;
	/*padding-left: 3px;
	padding-top: 1px;*/
	margin-top: 10px;
	margin-left: 3px;
	}

.mail {
	/*padding-left: 3px;
	padding-top: 1px;*/
	margin-top: 10px;
	/*background: url(images/mailbg2.jpg);*/
	background-color: #86c32a;
	font-family: sans-serif;
	font-size: 12px;
	color: black;
}

.bold {
	font-family: sans-serif;
	font-size: 16px;
	color: black;
	font-weight:bold;
	}

.bold2 {
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	font-weight:bold;
	}

p {padding: 5px;}

hr {
	width: 90%;
	height: 1px;
	border: 0;
	background-color: white;
	noshade: noshade;
	align: center;
	}


#right {
	float: right;
	width: 195px !important;
	margin-top: 10px;
	background-color: #d5dce2;
	/*padding: 5px;*/
	font-family: sans-serif;
	font-size:12px;
}

#contentwrap {
	margin: 0px 205px 0 140px;
	padding: 10px;
	background-color: white;
	font-family: sans-serif;
	font-size:12px;
}

	/* Workaround for 3-pixel jog and related bugs in IE/Win. Hidden from IE5/Mac. \*/

/* ######### Box around content starts ######### */

.t {background: url(images/dot.gif) 0 0 repeat-x; width: 42em}
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:8px} 

/* ######### Content formatting starts here ######### */

#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	}
	
* html #content {
	height: 1%;
	margin-left: -3px;
	width: 340px;
}

#content p img{
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
#content ol {
	padding: 0px 0px 10px 35px;
}
#content ul {
	padding: 0px 0px 10px 25px;
}
#content h1 {
	color: #333333;
	font-size: 22px;
	font-family: Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%
	margin: 0px;
	}
	
#content h1 a  {
	color: #006699;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	background: transparent;
	}

#content h2 {
	color: #333333;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	margin: 0px;
	}
#content h2 a  {
	color: #3399ff;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #87C71F;
	background: transparent;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
.comments h3 {
	font-family: Arial, Sans-Serif;
	margin-bottom: 10px;
}
.comments ol, .comments ol li {
	list-style-type: none;
}
.comments ol li {
	margin: 5px 40px 5px 0px;
	padding: 10px;
	border: 1px solid #003053;
	background: #F2F2F2;
	overflow: hidden;
}
* html .comments ol li {
	word-wrap: break-word;
}
.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

/* ######### Sidebar content formatting starts here ######### */

#right h2 {
	color: #333333;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 15px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted #0066cc;
	}

#right ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#right li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#right ul li {
	list-style: square inside;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#right ul li a {
	color: #507AA5;
	text-decoration: none;
	}

#right ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
	}

/* ######### Forms & Comments formatting starts here ######### */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#sidebar form {
	margin: 0;
	}

/* ##### Rounded Corners ##### */

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}