/*   
Theme Name: Creative Simplicity
Theme URI: http://ben.kulbertis.org/portfolio/creative-simplicity
Description: A simple yet colorful and creative theme that is excellent for the upcoming blogger. Created by <a href="http://ben.kulbertis.org/">Ben Kulbertis</a>.
Author: Ben Kulbertis
Author URI: http://ben.kulbertis.org/
Version: 1.0
Tags: dark,two-columns,right-sidebar,fixed-width,custom-header
*/

/* Begin Global HTML Elements */
body {
	background: #222222 url(images/bg.jpg);
	font-family: Helvetica,Arial,sans-serif;
	text-align: center;
	margin: 0;
	color: #222222;
}
small {
	font-size: 10pt;
}
a {
	outline: 0;
	color: #949294;
}
a:visited {
	color: #222222;
	}
a:active {
	position: relative;
	top: 1px;
}
img {
	border: 0;
}
/* End Global HTML Elements */
/* Begin Various Tags & Classes */

.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;
}
#container {
	background-color: #fff;
	border:1px solid #000000;
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	padding: 0;
	z-index: 2;
}
/*End Various Tags & Classes */
/* Begin Attribute Styles */
/*Header*/
.header {
	background: #151515 url('images/header.png') no-repeat top left;
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}
.logo {
	font-family: Georgia, serif;
	outline: 0;
	width: 1000px;
}
.logo h1 {
	text-transform: uppercase;
	font-weight: lighter;
	text-decoration: none;
	text-align: left;
	font-size: 2em;
	margin: 40px 0 10px 15px;
}
.logo a:link,.logo a:visited,.logo a:hover,.logo a:active {
	color: #fff;
}
.tagline {
	margin: 10px 0 35px 40px;
	font-family: sans-serif;
	color: #919191;
	font-size: 1em;
	text-align: left;
}
 * {  
     margin:0;  
     padding:0;
}
 #nav {
     height:32px;
}   
 #nav li{  
     float:left;  
     list-style:none;
     margin: 5px 0 0 15px;
}  
   
 #nav a, #nav a:visited {  
     color: #222222;  
     text-decoration:none;
	 font-family: "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	 font-style: oblique;
     font-weight:bold;
	 background-color: #fff;
	 padding: 6px 10px;
	 opacity:0.5;
}
   
 #nav a:hover, #nav a:active,  
 li.current_page_parent a,  
 li.current_page_parent a:visited,  
 #nav li.current_page_item a,  
 #nav li.current_page_item a:visited  
         {  
     opacity: 1;
}
/*Body*/
#content {
	color:#222222;
	text-align: left;
	width: 600px;
	margin: 20px 25px;
	padding: 10px 25px;
	float: left;
}
.title a, .title a:visited{
	color: #222222;
	text-shadow: none;
	font-family: "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
}
.title a:hover, .title a:active {
	color: #222222;
	text-shadow: #666666 .5px .5px .5px;
}
.authtime {
	font-style: oblique;	
}
.entry {
	padding: 10px 0;
	font-family: sans-serif;
	text-align: left;
}
.entry img {
	padding: 5px;
}
.postmetadata {
	font-size: 10px;
	line-height: 150%;
}
.divider {
	background-color: gray;
	height: 2px;
}
.navigation {
	margin-top: 15px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	list-style-type: none;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	padding-top: 10px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-size: 7pt;
	padding: 5px 0;
	}
.reply {
	border-bottom: 1px solid black;
	padding: 10px 0;
}
/* Begin Sidebar */
.search {
	margin: 0 auto;
	text-align: center;
}
#sidebar
{
	float: left;
	text-align: left;
	overflow: hidden;
	color: #222222;
	width: 250px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 40px 20px;
}
#sidebar form {
	margin: 0;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.5em;
	color: #000;
	padding-left: 5px;
}
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
#sidebar ul ul li:before {
	content: "\00BB \0020";
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/*End Sidebar */
/*Begin Footer */
#footer {
	float: left;
	background-color: #222222;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	width: 1000px;
	line-height: 130%;
	border-top: 2px solid gray;
}
#footer-text {
	margin: 15px 10px;
	font-size: 10pt;
}
#footer a {
	color: #949294;
}
#footer-left {
	float: left;
	text-align: left;
}
#footer-center {
	clear: both;
	text-align: center;
}
#footer-right {
	float: right;
	text-align: right;
}
/*End Attribute Styles */