/*  
Theme Name: nothingelse
Author URI: http://www.nothingelseon.com
Version: 1.0
Author: Bill E. Drop Down Tabs Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
*/

/* ######### Style for Navigation Tabs ######### */

.bluetabs{
background-color: white;
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: 770px; 
	text-align: left;
	background: transparent;
	margin: 0 auto; 
	}


/* ######### Header formatting starts here ######### */

#headerAtomic { 
	height: 113px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	background: #000000 url(../images/AtomicHdr.gif) no-repeat center;
	position: relative;
	}

/* ######### Sidebars & Contentwrap formatting starts here ######### */

#left {
	float: left;
	width: 80px !important;
	width /**/: 80px;
	}

.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;
	}


hr {
	width: 90%;
	height: 1px;
	border: 0;
	background-color: white;
	noshade: noshade;
	align: center;
	}


#right {
	float: right;
	width: 25px;
	margin-top: 10px;
	background-color: white;
	padding: 5px;
	font-family: sans-serif;
	font-size:12px;
}

#footer {
	background-color: white;
	border-bottom: 1px solid gray;
}


#contentwrap {
	width: 600px;
	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 h1 {
	color: #006699;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	background: transparent;
	}

#content h2 {
	/*color: #333333;*/
	color: #3399ff;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	margin: 0px;
	}
#content h2 a  {
	color: #3399ff;
	text-decoration: none;
	}

a {
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;
	}

/* For Posters */

/* ##### 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}
