/*  
Theme Name: Reds
Theme URI: http://milo.peety-passion.com/category/themes/
Description: A light, simple and modern theme.
Version: 3.0
Author: miloIIIIVII
Author URI:http://milo.peety-passion.com/
*/
body {
	font-size: large;
	font-family: "Times New Roman", Times, serif;
	color: #C4CBEA;
	text-align: left;
	background-image:url(images/bkg-home.jpg);
	background-repeat: no-repeat;
	background-attachment: top left fixed;
	margin: 0;
	padding: 0;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #990066;
	font-weight: normal;
	line-height: 1.3em;
	background-color: #000;
	}
		
a {
	color: #9999CC;
	text-decoration: none;
	}
	
a:visited {
	color: #999;
	text-decoration: none;}

a:hover {
	color: #fff;
	text-decoration: underline;}

a img{ border:none; }

p {
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}

h1, h1 a, h1 a:visited {
	margin:0;
	color: #CCCCCC;
	text-decoration:none;
	text-transform:lowercase;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 140%;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	}
	
h1 a:hover{
	color: #C4CBEA;
	text-decoration: none;
	}

h2 {
	color: #FF9900;
	letter-spacing: -1px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #635EBD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	}
	
h2 a, h2 a:visited {
	color: #9999CC;
	text-decoration: none;
	}
	
h2 a:hover {
	color: #fff;
	text-decoration: none;
	}
	
h3 {
	color: #AE8BA2;
	margin: 10px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	}
	
h4 {
	font: normal 130%/100% Arial, Helvetica, sans-serif;
	color: #ccc;
	margin: 10px 0 5px;
	}
	
form {
	margin:0;
	padding:0;
	}
	
#page {
	margin: 0px auto;
	width: 70%; 
	background: transparent;
	}
	
#header {
	background: transparent;
	height: 0;
	margin:0;
	}

#description{
	color: #fff;
	font-size: small;
	float:right;
	}
	
#nav {
	list-style: none;
	background: transparent;
	position: absolute;
	display: block;
	float: left;
	margin-top: 340px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#nav li {
	float: left;
	margin-left: 0;
	}
	
#nav .current_page_item a{
	color: #ccc;
	}
	
#nav .page_item a{
	color: #FFFFFF;
	text-decoration: none;
	background: transparent;
	display: block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #635EBD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 100%;
	font-weight: bold;
	}
	
#nav .page_item a:hover {
	color: #fff;
	border-right-width: medium;
	border-right-style: double;
	border-right-color: #635EBD;
	font-weight: bold;
	font-size: medium;
	}
	
#content {
	padding: 10px 0 30px 35px;
	float: left;
	width: 60%;
	margin:450px 0 0;
	}
	
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
blockquote, blockquote cite {
	margin: 0 5px 0 0; 
	padding: 10px 10px 10px 10px; 
	background: #000;
	color: #ccc; 
	font-size: 0.9em;
	border-left: 5px solid #906;
	}
	
blockquote cite {
	display: block; 
	}
	
.post {
	clear:both;
	padding-top: 10px;
	}
	
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(../plainlycreativeworks/wordpress/wp-content/themes/reds-10/images/date.gif) no-repeat;
	}
	
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
	}
	
.post-day {
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	display:block;
	line-height: 21px;
	padding-top: 7px;
	margin-left: -3px;
	}
	
.entry {
	float:right;
	width: 440px;
	}
	
.post-cat {
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999;
	}
	
.post-comments {
	padding-left: 20px;
	float: right;
	font-size: 95%;
	}
	
.post-calendar {
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999;
	}
	
.post-content {
	clear: both;
	padding-top: 10px;
	}
	
.navigation {
	clear: both;
	padding: 10px 0;
	}
	
.navigation a, .navigation a:visited {
	color: #990066;
	}
	
.previous-entries {
	float: left;
	padding-left: 18px;
	}
	
.next-entries {
	float: right;
	padding-right: 18px;
	}
	
#comments, #respond {
	border-bottom: 1px dotted #906;
	padding-bottom: 5px;
	}
	
.commentlist {
	margin: 10px 0;
	padding-left: 20px;
	line-height: 130%;
	}
	
.commentlist li{
	padding: 5px 10px;
	}
	
.commentlist .alt {background: #333;}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #ccc;
	}
	
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
	}
	
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
	}
	
#commentform p {
	padding: 6px 0;
	margin: 0;
	}
	
#commentform label{
	color: #fff;
	font-size: 87%;
	}
	
#commentform input{
	width: 200px;
	background:#fff;
	border: 1px solid #906;
	padding: 3px;
	margin-top: 3px;
	}
	
#commentform textarea{
	width: 487px;
	height: 115px;
	background:#fff;
	border: 1px solid #906;
	padding: 2px;
	margin-top: 3px;
	}
	
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #fff;
	}
	
#commentform #submit{
	background: url(../plainlycreativeworks/wordpress/wp-content/themes/reds-10/images/bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
	}
	
#sidebar {
	float: right;
	margin-top:0px;
	width: 20%;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #000000;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #990066;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #990066;
	}

#sidebar p{	
	padding: 0 0 5px;
	margin: 0;
	}
		
#sidebar h3 {
	color: #999999;
	margin: 0px 5px 5px -10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	}
	
#sidebar li page_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 100%;
	font-weight: normal;
	color: #9999CC;
	text-align: left;
	list-style-type: none;
	padding-left: 5px;
}

#sidebar ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 110%;
	font-weight: normal;
	color: #AE8BA2;
	text-align: left;
	list-style-type: none;
 }

#sidebar ul li li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 100%;
	font-weight: normal;
	color: #AE8BA2;
	text-align: left;
	list-style-type: square;
 }
	
#searchform {
	background: transparent ;
	width: 190px;
	padding-left:20px;
	}
	
#searchform #s {
	border:1px solid #666666;
	width: 135px;
	height: 22px;
	padding: 2px 5px 0 5px;
	background: transparent;
	vertical-align: middle;
	}
	
#searchform #searchsubmit {
	background: url(../plainlycreativeworks/wordpress/wp-content/themes/reds-10/images/search.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
	}
	
.ul-cat {
	margin:0 0 15px;
	padding: 2px 0 2px 20px;
	list-style-type: none;
	}
	
.ul-cat li{
	margin: 0;
	padding: 2px 0 2px 0px;
	}
	
.ul-cat li a, .ul-cat li a:visited{
	color: #fff;
	text-decoration: none;
	}
	
.ul-cat li a:hover{
	color: #0000FF;
	text-decoration: none;
	}
	
.ul-archives {
	margin:0 0 15px;
	padding: 2px 0 2px 5px;
	list-style-type: square;
	}
	
.ul-archives li{
	margin: 0;
	padding: 2px 0 2px 20px;
	}
	
.ul-archives li a, .ul-archives li a:visited{
	color: #fff;
	text-decoration: none;
	}
	
.ul-archives li a:hover{
	color: #0000FF;
	text-decoration: none;
	}
	
.recent-posts {
	list-style: square;
	margin:0 0 15px;
	padding: 0;
	}
	
.recent-posts li{
	padding: 2px 0 2px 20px;
	margin: 0;
	}
	
.recent-posts li a, .recent-posts li a:visited{
	color: #fff;
	text-decoration: none;
	}
	
.recent-posts li a:hover{
	color: #5C0000;
	text-decoration: none;
	}
	
.ul-blogroll {
	list-style: square;
	margin:0 0 15px;
	padding:0;
	}
	
.ul-blogroll li{
	margin: 0;
	padding: 2px 0 2px 20px;
	}
	
.ul-blogroll li a, .ul-blogroll li a:visited{
	color: #fff;
	text-decoration: none;
	}
	
.ul-blogroll li a:hover{
	color: #0000FF;
	text-decoration: none;
	}
	
#footer {
	clear: both;
	background: #000;
	color: #ccc;
	font-size: 95%;
	line-height: 130%;
	margin-top:30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #635EBD;
	}
	
#footer a, #footer a:visited{color: #AE8BA2;}

#footer a:hover{color: #FFFFFF;}

#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
	}
	
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	}
	
.ul-roll {
	margin:0 0 15px;
	padding:0;
	font-size: 100%;
	line-height: 130%;
	font-weight: normal;
	list-style-type: square;
	}
	
.ul-roll li{
	margin: 0;
	padding: 2px 0 2px 3px;
	}
	
.ul-roll li a, .ul-roll li a:visited{
	color: #AE8BA2;
	text-decoration: none;
	}
	
.ul-blogroll li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer h4 {
	color: #9999CC;
	margin: 10px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 146%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	}
	
.recently-commented {
	list-style: square;
	margin: 0;
	padding: 0;
	font-size: 92%;
	line-height: 110%;
	}
	
.recently-commented li{padding: 0 0 10px 3px;}

.recently-commented a{
	font-size: 100%;
	line-height: 130%;
	font-weight: bold;
	}
	
#credits {
	margin: 0px auto;
	width: 70%;
	color: #635EBD;
	font-size: 85%;
	line-height: 120%;
	text-align:left;
	}
	
#credits a, #credit a:visited{color: #AE8BA2;}

.center {text-align: center;}

img.center, a img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	}
	
.alignleft {float: left;}

.alignright {float: right;}

.clear {clear:both;}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0;padding: 0;
	}
	
 #wp-calendar {
 	empty-cells: show;
	margin: 10px auto 0;
	width: 145px;
	}
	
#wp-calendar #prev a {font-size: 8pt;}

#wp-calendar a {
	text-decoration: none;
	color:#fff;
	}
	
#wp-calendar caption {
	font: bold 1.0em Arial, Helvetica, Sans-Serif;
	text-align: center;
	}
	
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#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: 145px;
	}
	
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
	
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #000; 
	}
	
#content p img{
	float:right;
	border:none;
	margin-left:8px;
	margin-bottom:8px;
	padding:0;
	max-width:90%;}
h5 {
	font: bold normal 90%/normal Arial, Helvetica, sans-serif;
	color: #FF6600;
	margin: 10px 0 5px;
	text-decoration: none;

}
