/* Begin Global HTML Elements */
body {
	background-image: url(images/bg.jpg);
	font-family: Helvetica,Arial,sans-serif;
	text-align: center;
	margin: 0;
	color: #222222;
}
small {
	font-size: 10pt;
}
a {
	outline: 0;
}
a:visited {
	color: #222222;
	}
a:active {
	position: relative;
	top: 1px;
}
img {
	border: 0;
}
/* End Global HTML Elements */
/* Begin Various Tags & Classes */
.center {
	text-align: center;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
#container {
	background-color: #ffffff;
	border:1px solid #000000;
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	padding: 0; /* Zero to prevent IE box trouble. */
	z-index: 1;
}
/*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 0;
	 padding: 6px 8px;
}  
   
 #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-top: 10px;
	font-family: sans-serif;
	line-height: 130%;
}
.entry img {
	padding: 5px;
}
.divider {
	background-color: gray;
	height: 2px;
}
.navigation {
	margin-top: 15px;
}
.postmetadata {
	font-size: 10px;
	line-height: 150%;
}
.divider {
	background-color: gray;
	height: 2px;
}
.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: 230px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 40px 20px;
	display: inline;
}
#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 10px;
}
#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 {
	background-color: #222222;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	width: 1000px;
	border-top: 2px solid gray;
}
#footer-text {
	margin: 15px 10px;
	font-size: 10pt;
	padding-bottom: 10px;
}
#footer a {
	color: #949294;
}
#footer-left {
	display: none;;
}
#footer-center {
	float: left;
	text-align: left;
}
#footer-right {
	text-align: center;
}
/*End Attribute Styles */