/*
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: #0f0f0f;
	color: #cccccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#title {
	float: left;

}
#topright {
	float: right;
	padding: 75px 20px 0px 0px;

}
#wrap {
	width: 900px;
	text-align: left;
	padding: 0px 5px;
}
#header {
	height: 125px;
	background: url(images/header.gif) no-repeat;
}
#navigation {
	height: 22px;
	clear: both;
	color: #ffffff;
	font-weight: normal;
	font-size: 11pt;
	padding: 6px 20px 0px 20px;
        border-bottom:1px dotted #666666;
        border-top:1px dotted #666666;
}
#sidebar {
	float: right;
	width: 180px;
	padding: 35px 10px;
}
#content {
	margin: 0px 270px 0px 0px;
	padding: 20px 10px;
}
.entry {
	padding-left: 0px;
        }
.post  {border-bottom: 1px dotted #666666;
        margin-top: 15px;
        width: 450px;
        }
.time  {color: #C94093;
        }
#footer {
	padding: 10px 0px;
	text-align: center;
	color: #cccccc;
	clear: both;
        border-top: 1px dotted #666666;
        border-bottom: 1px dotted #666666;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
}
.comment {
	padding: 10px 0px;
}

#date {
	padding-bottom: 10px;
}
/* fonts */
#title h1 {
	color: #ffffff;
	padding-top: 50px;
	font-size: 24pt;
	font-weight: normal;
	padding-left: 20px;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 14pt;
	font-weight: normal;
		padding-left: 20px;
}
#navigation ul li {
	list-style: none;
	display: inline;
}
#navigation li a {
	color: #AAAAAA;
	padding-right: 20px;
	text-decoration: none;
}
#navigation li a:hover {
	color: #ffffff;
}
p, #content h1, #content h2, #content h3, #content h4, #content ul, #content ol, #sidebar h2, #sidebar ul {
	padding-bottom: 10px;
        padding-top: 5px;
}
#content ul li,
#content ol li {
	margin-left: 25px;
}
h1 {
	color: #ffffff;
	font-size: 13pt;
	font-weight: normal;
}
#content h2, h3, h4 {
	font-size: 12pt;
}
.post a,
#comments a,
#content h1 a, 
#content h2 a,
#content h3 a {
	color: #ffffff;
	text-decoration: none;
}

.entry a {
color: #ffbb44;
}

#sidebar h2 {
	color: #C94093;
	font-size: 11pt;
}
#sidebar a {
	color: #cccccc;
	text-decoration: none;
}
#sidebar ul li {
	list-style: none;
}
#sidebar li {
	padding-bottom: 2px;
}
.postmetadata {
	color: #666666;
/*	padding: 10px;
	border: 1px solid #363636; */
	margin: 10px 0px 20px 0px;
}
.postmetadata a {
	color: #666666;
	text-decoration: none;
}
blockquote {
	padding: 10px;
	color: #f5ffa4;
	font-size: 9pt;
	font-style: italic;
}
blockquote a:link {
	color: #ffffff;
	text-decoration: none;
}
img a {
	border: 0px;
}

.entry img{
border: 1px solid #2c2c2c;
padding: 4px;
}

element.style {
 height:15px;
 width: 138px;
}

/* forms */

input, textarea {
	border: 1px solid #C94093;
	font-size: 8pt;
	color: #cccccc;
	background-color: #0f0f0f;
	padding: 3px;
}

input.searchsubmit {
       background-color: #0f0f0f;
}

/* wp default */
.navigation {
	padding: 10px 0px;
}
.navigation a {
	color: #ffffff;
	text-decoration: none;
}
.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;
}

.avatar {
display:none;
}