/*
THEME NAME: DevRay
THEME URI: http://www.devwords.com/free-wordpress-theme-devray/
DESCRIPTION: A dark sleek theme with a striking background. 
VERSION: 0.2
AUTHOR: Ben Shelock
AUTHOR URI: http://www.devwords.com/
TAGS: dark, two-columns, fixed-width
*/

body{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background: url(images/bg.png) #000 no-repeat center top;
}

a:link, a:visited {
	color: #fff;	
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;	
}

h1, h2, h3, h4, h5, h6{
	font-family: "Arial Black", Gadget, sans-serif;	
}

#container{
	width: 900px;
	margin: auto;
}
#main{
	width: 600px;
	float: left;
}
#sidebar{
	width: 260px;
	float: right;
	margin-left: 20px;
	margin-top: 20px;
	background-image: url(images/article_bg.png);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 10px 10px 10px;
}
.sidebar {
	list-style: none;
	margin: 0;
	-moz-padding-start: 0;
}
#header{
	height: 100px;	
}
#header h1{
	float: left;	
}

#footer{
	clear: both;
	height: 200px;
	text-align: center;
	font-size: 9px;
}
#push {
	height: 200px;
}
.post, .page{
	background-image: url(images/article_bg.png);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 10px 10px 10px;
}
.article h2{
	float: none;	
}
.article-image{
	float: left;
	padding: 5px;
}
.postmetadata{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.error{
	text-align: center;	
}

.post th{
	padding: 3px 10px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	background: #EDEFF0 none repeat scroll 0 0;
	color: #999;
}
.post td{
	border: 1px solid #CCCCCC;
	background: #F7F7F7 none repeat scroll 0 0;
	padding: 3px 10px;
	color: #333;
}

blockquote {
	font-style: italic;
}

.admin, .admin li{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
	list-style-type:none;
	list-style-position:outside;
}

/*Drop down menus*/
#nav{
	-moz-border-radius: 20px;
	background-image: url(images/article_bg.png);
	float: right;
width: 100%;
}
#dropmenu, #dropmenu ul{
margin:auto;

padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em;
}

#dropmenu a{
display:block;
padding:0px 5px;
color:#fff;
text-decoration:none;
}

#dropmenu a:hover{
text-decoration: underline;
}

#dropmenu li{
float:left;
position:relative;
border-right: #333 solid 1px;
}

#dropmenu ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

#dropmenu li ul a{
width:12em;
height:auto;
float:left;
background-image: url(images/article_bg.png);
border-bottom: #333 solid 1px;
border-right: none;
}

#dropmenu ul ul{
top:auto;
}	

#dropmenu li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul{
display:none;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul{
display:block;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.postmeta{
	float: right;
	width: 130px;
}