
* {
	margin: 0;
	padding: 0;
}

body {
	color: #D6D6D6;
	text-align: center;
	font: normal 0.7em Verdana;
	background-color: Black;
	
}
a {
	color: #778899;
	text-decoration: none;
	}
a:hover {
	color: #F6F6F6;
	text-decoration: none;
}
.header {
	background: #020202 url(img/all.jpg) no-repeat right;
	height: 240px;
}
.header h1 {
	font: normal bold 60px Verdana;
	background-image: url(img/gagas.jpg);
	background-repeat: no-repeat;
	margin-left: 40px;
}
.header h3 {
	font: normal bolder 30px Verdana;
	margin-left: 60px;
	color: #BBBBBB;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	font: normal 1em Verdana;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em Verdana;
	background: url(img/quote.gif) no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Main structure */
.main {
	background: #090E46;
	border: 2px double #EEE;
	margin: 30px auto 4px auto;
	text-align: left;
	width: 800px;
}
h2 {
	font-size: 200%;
	font-family: Sans-Serif, Arial;
	color: #1480CD;
	font-weight: bold;
	padding-top: 5px;
}

.text {
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #D7D7D7;
	background-image: url(img/bgcode.gif);
	border: 1px solid #4B4B4B;
	font-size: 12px;
}
p {
	
}
.centertext {
	padding: 5px 10px 10px 12px;

	background-image: url(img/Caustics.gif);
}
#subcenter {
	background: url(img/Caustics.gif);
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bolder;
	text-align: center;
}
#subcenter a {
	padding-right: 15px;
}
.comments {
	padding: 10px 10px 10px 15px;
	background-color: Black;
}
.image {
	float: left;
	height: 100;
	width: 100;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

.read_more {
	
	text-align: right;
	padding-right: 9px;	
	font-size: 90%;
}

.read_more p {
	color: #1082CE;

}

/* Header */
.gfx {
	background: #020202 url(img/all.jpg) no-repeat right;
	height: 240px;
}
.gfx h1 {
	font: normal bold 60px Verdana;
	background-image: url(img/gagas.jpg);
	background-repeat: no-repeat;
	margin-left: 40px;
}
.gfx h3 {
	font: normal bolder 30px Verdana;
	background-repeat: no-repeat;
	margin-left: 60px;

}

/* Menu */
.menu a {
	background: #090E46;
	border-top: 1px solid #1A1A1A;
	color: White;
	float: left;
	width: 110px;
	height: 20px;
	
}
.menu a span {
	
}
.menu a:hover {
	background-position: left bottom;
	color: #292929;
	background: #778899;
}
.menu a#last {
	width: 110px;
	border-right: none;
}

.menu ul{
	border: 1px solid #BBB;
	width: 797px; /*THEME CHANGE HERE*/
	height: 30px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background: #090E46;
	color: White;
}

.menu ul li{
display: inline;
}

.menu ul li a{
	color: White;
	margin: 0;
	text-decoration: none;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DADADA;
}

.menu ul li a:hover{

}

.menu ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 110px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
	background-color: #778899;
}

/* Content */







.content {
	border-top: 1px solid #1A1A1A;
	background: #1A1A1A;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
		color: #666;
}
.content p {
	margin: 0 0 12px;
	font-size: 12px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}


/* Footer */
.footer {
	padding: 5px;
	color: #666;
	background: Black;
} 


form.search { padding: 0; margin: 0; }
textarea.text {
	height: 150px;
	width: 560px;
	border: 1px solid #ccc;
	color: White;
	background-color: Black;
}
textarea.text:hover {
	border: 1px solid #eee;
	color: White;
	background-color: Black;
	
}
input.field {
	border: 1px solid #ccc;
	color: White;
	width: 560px;
	background: Black;
}
input.field:hover {
	border: 1px solid #eee;
	color: White;
	background: Black;
}

input.text {
	margin: 2;
	width: 560px;
	border: 1px solid #ccc;
	color: white;
	background: Black;
}
input.text:hover { border: 1px solid #81C4EB; }
input.button { margin: 0; font-size: 100%; font-family: Arial; border: none; background: none; color: #808080; font-weight: bold; }
#text h2 a,#text h2 a:link,#text h2 a:visited {

	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding: 3px;
}
select{
	background-color: Black;
	width: 100px;
	height: 10px;
}



select.text {
	color: white;
	width: 100px;

}

