/*  
Theme Name: star-eve
Theme URI: http://www.themelogs.com 
Description: Theme designed and coded by ThemeLogs.com
Version: 1.0 
Author: ThemeLogs.com
*/

/* main css */
html {
 margin: 0; padding: 0;
 background: url(images/bg.gif) repeat top left;
}
body {
 margin: 0;
 padding: 0; 
 font-family: Tahoma;
 font-size: 12px;
 background: url(images/bg_body.gif) repeat-x top left;
 color: #fff;
}
.center {
 margin: 0 auto;
 width: 995px;
}
#header {
 background: #10202C url('images/bg_header.gif') repeat-x top left;
}
#nav {
 float:right;
 font: 12px Tahoma;
 padding-right: 13px;
}
#nav ul {
 list-style: none;
 margin: 4px 0 0 0; padding: 5px 0;
 text-align:left;
}
#nav ul ul {
 display: none;
}
#nav li {
 display: inline;
 background:#FFFFCA;
 padding: 3px 5px;
 margin: 0 1px;
}
#nav li.page_item a:link, #nav li.page_item a:visited {
 text-decoration: undeline;
}
#nav li a {
 color: #000000;
 font-weight: bold;
}
#nav li a:hover, #nav li.current_page_item a:link, #nav li.current_page_item a:visited {
 text-decoration: underline;
}
#header .headerimg {
	background: url('images/header.jpg') no-repeat top center;
	height:50px;
}
#page {
 background: #10202C;
 float: left;
 text-align:left;
 width: 728px;
 margin: 0 ;
 padding: 0;
}
.page-bottom {
 height: 3px;
 background: url(images/page_bottom.gif) no-repeat top left;
 margin: 0 auto;
}
#content {
 padding: 0 10px;
 margin: 0;
}
#content h1 {
 border-bottom: 1px solid #29333B;
 font: 26px Tahoma;
 margin: 0; padding: 0;
}

#sidebar {
 width: 264px;
 float: left;
 text-align: left;
 background: url(images/sidebar_bottom.gif) no-repeat bottom center;
 padding:0 0 3px 0;
 margin: 0;
}
#sidebar .inner {
 background: #354856 url(images/bg_sidebar.gif) repeat-x top left;
 margin: 0 5px;
 padding: 0 5px;
}
#sidebar h2 {
 font: 20px 'Trebuchet MS';
 margin: 0;
 padding: 2px 10px;
 color: #94FFF9;
 border-bottom: 1px solid #3F5C68;
}
#sidebar ul {
 margin: 0; padding: 0 0 5px 0;
 list-style: none;
}
#sidebar li {
 list-style:none;
 padding: 5px 0;
 margin: 5px 0
}
#sidebar li a {
 padding: 5px;
 font: bold 12px Tahoma;
 color: #FFFF7E;
 background: #FD5780;
}
#sidebar li a:hover {
 text-decoration: underline;
}
#sidebar p {
 padding-left: 10px;
 font-size: 11px;
 text-align: justify;
}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;

	}

small {
	font-family:Tahoma;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #3D474E;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}
form {
 margin: 0; padding: 0;
}
textarea, input {
 border: 1px solid #000000;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 11pxTahoma;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #6C0429;
	text-decoration: none;
	}

a:hover {
	color: #FEFDD7;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */

.post {
 font: 12px Verdana,Tahoma;
 color: #ffffff;
 margin-bottom: 15px;
 background: url(images/bg_post.gif) no-repeat top center;
 padding: 0 10px;
}

.post a:link, .post a:visited {
 color: #ffffff;
}
.post .inner {
 padding: 1px 10px;
}
.post .meta {
 height: 25px;
}
.comment {
 background: url('images/icon_comment.gif') no-repeat top center;
 float: right;
 padding: 8px 0 3px 0px;
 font: bold 11pxTahoma;
}
.date {
 float: left;
 color: #3D474E;
}
.postmetadata {
	clear: left;
}
/* End Structure */

/* Begin Images */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* End Images */


/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

#footer {
 background: #C0E4FF url('images/bg_footer.gif') no-repeat top left;
 text-align: left;
 margin: 20px auto 0 auto;
 color: #000000;
 font: 12px Tahoma;
}
#footer a {
 color: #030C11;
}
#footer .inner {
 width: 915px;
 margin: 0 auto;
 background: url(images/footer.gif) no-repeat bottom left;
 height: 55px;
 padding-left: 80px;
 padding-top: 5px;
}
#footer .rss {
 float: right;
 padding-top: 10px;
 padding-right: 300px;
}

#searchform {
 padding-top: 450px;
 height: 53px;
 padding-left: 20px;
}
#searchform #s {
 border: 1px solid #A3BB78;
 width: 255px;
 margin-top: 15px;
}
#searchform #searchsubmit {
 border: 0;
 height: 21px;
 width: 50px;
 font: bold 12pxTahoma;
 color: #ffffff;
}
