/*
Theme Name: Illuminosity 
Description: Illuminosity is a clean, search engine friendly, simple and stylish WordPress theme designed by <a href="http://jump2top.com/themes/" target="_blank">Blog Themes</a>.
Author: Free Blog Themes
Author URI: http://jump2top.com/themes/
Version: 1.1
Tags: black, blue, yellow, 2-columns, right sidebar, widget ready, fluid width, seo friendly

*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #000000;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#title {
	text-align: right;
}

#topright {
	text-align: right;
	padding: 30px 20px 0px 0px;
}

#wrap {
	width: 900px;
	text-align: left;
	background: url(images/background_main.gif) repeat-y;
	padding: 0px 5px;
}
#header {
	height: 169px;
	background: url(images/header.gif) no-repeat;
}

#navigation {
	float: left;
	text-align:right;
	width: 180px;
	font-weight: normal;
	font-size: 11pt;
	font-variant:small-caps;
	padding-right:50px;
	list-style: none;
	padding-top:48px;	
}


#sidebar {
	float: left;
	text-align:left;
	padding: 450px 15px 20px 0px;
	background: url(images/background_border.gif) no-repeat;
	

}

#content {
	margin: 51px 25px 0px 270px;
	padding: 0px 10px;
}

.entry {
	padding-left: 10px;
}
#footer {
	padding: 15px 0px;
	text-align: center;
	color: #cccccc;
	clear: both;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
}
.comment {
	padding: 10px 0px;
}

#date {
	padding-bottom: 10px;
}
/* fonts */
#title h1 {
	color: #ffcc33;
	padding-top: 15px;
	padding-right:20px;
	font-size: 24pt;
	font-weight: normal;
}

#title h1 a {
	color: #ffcc33;
	text-decoration: none;
}
.description {
	font-size: 14pt;
	font-weight: normal;
	padding-right: 20px;
}
#navigation ul li {
	list-style: none;
	padding:5px;
	
}

#navigation li a {
	color: #ffcc33;
	text-decoration:none;
}

#navigation li a:hover {
	color: #ffcc33;
	text-decoration: underline;
}
p, #content h1, #content h2, #content h3, #content h4, #content ul, #content ol, #sidebar h2, #sidebar ul, #navigation ul {
	padding-bottom: 10px;
	
}
#content ul li,
#content ol li {
	margin-left: 5px;
}
h1 {
	color: #ffcc33;
	font-size: 14pt;
	font-weight: normal;
}
#content h2, h3, h4 {
	font-size: 12pt;
}
.post a,
.entry a,
#comments a,
#content h1 a, 
#content h2 a,
#content h3 a {
	color: #ffcc33;
	text-decoration: none;
}

.post a:hover,
.entry a:hover,
#comments a:hover,
#content h1 a:hover, 
#content h2 a:hover,
#content h3 a:hover {
	color: #ffcc33;
	text-decoration: underline;
}

#sidebar h2 {
	color: #ffffff;
	font-size: 12pt;
	padding-right: 8px;
}
#sidebar a {
	color: #ffcc33;
	text-decoration: none;
}
#sidebar a:hover {
	color: #ffcc33;
	text-decoration: underline;
}



#sidebar ul li {
	list-style: none;
}
#sidebar li {
	padding-bottom: 2px;
	padding-right: 0px;
}
.postmetadata {
	color: #ffffff;
/*	padding: 10px;
	border: 1px solid #363636; */
	margin: 10px 0px 20px 0px;
}
.postmetadata a {
	color: #ffffff;
	text-decoration: none;
}
blockquote {
	padding: 10px;
	color: #cc9933;
	font-size: 9pt;
	font-style: italic;
}
blockquote a:link {
	color: #ffffff;
	text-decoration: none;
}
img a {
	border: 0px;
}
/* forms */
input, textarea {
	border: 1px solid #363636;
	font-size: 9pt;
	color: #cccccc;
	background-color: #000000;
	padding: 3px;
}
/* wp default */
.navigation {
	padding: 10px 0px;
}
.navigation a {
	color: #ffcc33;
	text-decoration: underline;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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;
}



a:visited {
	color: #ffcc33;
	text-decoration:none;
}

a:hover {
	color: #ffcc33;
	text-decoration:underline;
}




