/*
Theme Name:PurpleStar
Theme URI:http://www.stars625.com/
Description:This WordPress theme is one with a minimal.
Version:1.2.1
Author:stars_625
Author URI:http://www.stars625.com/
Tags:white, red, fixed-width, two-columns, right-sidebar
*/

* {	margin: 0; padding: 0; }
li { list-style: none; }
img { border-style: none; }
a { color: #5eb2e5; text-decoration: none; }
a:hover { color: #eead24; }

/*	border: 1px solid red !important;*/

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #BBB;
	line-height: 1.7em;
	text-align: center;
}

#wrapper {
	width: 960px;
	margin: 10px auto;
	overflow: hidden;
	background: url(images/bg.gif) repeat-y;
	text-align: left;
}

/* header =================================================*/
#header {
	height: 100px;
	background: black url(images/header-pattern.gif) repeat-x 0 0;
}
#logo {
	padding: 25px 70px;
	display: block;
	background: transparent url(images/logo.png) no-repeat 18px 18px;
}
#logo .xname a {
	color: #eead24;
	font-size: 32px;
	font-weight: bold;
}
#logo .xdesp {
	color: #777;
	font-size: 16px;
	padding-top: 10px;
}
#nav {
	height: 32px;
	background: transparent url(images/menu-pattern.gif) repeat-x 0 0;
}
#nav li {
	float: left;
	border-right: 1px solid #E4E5E5;
}
#nav li a {
	display: block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #252525;
}
#nav li a:hover, #nav li a:active {
	background-color:#f7f7f7;
}
#nav .current_page_item, #nav .current-cat {
	background-color: #5EB2E5;
}

/* content ================================================*/
#content {
	float: left;
	overflow: hidden;
	background-color: #FFF;
	width: 680px !important;
	/*width: 720px;*/	
	padding: 20px;
}
h1 a {
	font-size: 18px;
	color: #000;
	border-bottom: 1px dashed;
}
.post {
	margin-bottom: 20px;
}
.info {
	margin: 5px 0;
}
.post p {
	font-size: 16px;
	line-height: 1.6em;
	text-indent: 2em;
	margin-bottom: 1em;
}
.post p img {
/*
	display: block;
	text-align: center;
*/
}
#copyright {
	text-align: center;
	font-size: 14;
	background-color: #F1F8FC;
	border: 1px solid #09F;
	padding: 10px;
}

/* comments ===============================================*/
#comments input, #comments textarea, #comments .comment {
	background-color: #F1F8FC;
	border: 1px solid #09F;
	padding: 3px;
	margin-bottom: 10px;
}
#comments .comment {
	padding: 10px 10px 10px 20px;
}
#comments li {
	vertical-align: middle;
}
#comments .children {
	padding-top: 20px;
}
#comments textarea {
	width: 100%;
}

/* sidebar ================================================*/
#sidebar {
	float: left;
	overflow: hidden;
	background-color: #D4E9F7;
	width: 210px !important;
	/*width: 240px;*/	
	padding: 20px 15px;
}
#sidebar .block {
	margin-bottom: 20px;
}
h2 {
	color: #111;
	font-size:14px;
	margin-bottom: 5px;
}
#sidebar li a {
	padding-left: 18px;
	background: transparent url(images/bullet.gif) no-repeat 1px 2px;
}

/* footer =================================================*/
#footer {
	height: 40px !important;
	/*height: 80px;*/	
	padding: 20px;
	vertical-align: middle;
	clear: both;	
	color: #666;
	background-color: #000;
}
#footer a {
	color: #666;
}
