/*
Theme Name: Lima
Theme URI: http://www.spyka.net/
Description: Single column simple WordPress theme in black, red and white colours.
Version: 1.0
Author: spyka Web Group
Author URI: http://www.spyka.net/
Tags: red, black, fluid width, single column, threaded-replies

*/
.share {
	float:none;
	padding:2px;
	}

.entry img a{
	border: none:
	}

.attachment-150x150 {
	float: left;
	padding:3px;
	}

.ratings {
	float: left;
	padding:2px;
	}
	

.sidebar {
	float: right;
	}

* {
	margin:0;
	padding:0;
}
body {
	background:#000000;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}


/* wrapper */
div#wrap {
	width:90%;
	margin:10px auto;
	padding:0 10px;
}


/* header & nav */
div.header {
	padding:10px 0 20px 10px;
	margin:0 auto; 
	float:left; 
	width:33%;
}
div#nav {
	float:right;
	width:65%;
}
div#nav ul {
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
	float:right;
	top:40px;
}
div#nav ul li {
	display:block;
	float:left;
	padding:5px 6px;
	background:#202020 url('images/nav.jpg') repeat-x scroll top left;
	border-bottom:1px solid #333333;
}
div#nav ul li a, div.nav ul li a:visited {
	float:left;
	padding:8px 7px 7px 8px;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}
div#nav ul li.current_page_item a, div#nav ul li.current_page_item a:visited, div#nav ul li a:hover {
	border-top:1px solid #E71D2E;
	border-left:1px solid #E71D2E;
	padding:7px;
	background:#980F19 url('images/nav-over.jpg') repeat-x scroll top left;
}

/* headers */
h1 {
	font-size:2.6em;
	letter-spacing:-3px;
	padding-left:10px;
	text-align:left;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#ffffff;
}
h2 {
	text-align:left;
	padding:0 0 10px 10px;
	font-size:0.9em;
	color:#D51626;
}
h3 {
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	letter-spacing:-2px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:1.0em;
	font-weight:bold;
}



/* element defaults */
p {
	margin-bottom:20px;
	line-height:1.7em;
	font-size:0.95em;
	color:#333333;
}
ul, ol {
	padding:0 0 20px 35px;
	list-style:none;
}
code {
	border:1px solid #dddddd;
	color:#666666;
	display:block;
	padding:10px;
	margin:10px 0;
}
blockquote {
	border:1px solid #dddddd; 
   padding:10px;
   margin:10px 0 10px 25px;
   color:#666666;
   display:block;
}
blockquote, code {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
blockquote p {
	font-style:italic;
	margin:0;
}

/* default forms */
fieldset { 
	border:none;
	border-top:1px solid #dddddd;
	margin-top:10px;
}
fieldset legend {
	font-size:0.9em;
	color:#666666;
	font-weight:bold;
	padding:0 10px 0 0;
	background-color:#ffffff;
}
form { }
form input, form textarea {
	border:1px solid #999999;
	border-bottom-color:#cccccc;
	border-right-color:#cccccc;
	padding:5px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
form input.formbutton {
	background:#99101A none repeat-x scroll bottom left;
	color:#ffffff;
	border:1px solid #6A0C12;
	border-bottom:1px solid #EA3443;
	border-right:1px solid #EA3443;
	color:#ffffff;
	font-size:0.8em;
	padding:6px 14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* default tables */ 
table {
	width:100%;
	margin-bottom:10px;
}
table tr th, table tr td {
	padding:5px 10px; 
}
table tr th {
	background:#99101A none repeat-x scroll bottom left;
	color:#ffffff;
	border-bottom:1px solid #EA3443;
	border-right:1px solid #EA3443;
}
table tr td {
	border-bottom:1px solid #dddddd;
}


/* default links */
a, a:visited { 
	color:#D41525;
} 
a:hover { 
	color:#99101A; 
}
	

/* centeral page */
div.page {
	clear:both;
	margin:0;
	padding:0;
}
div.page ul, div.page ol {
	font-size:0.95em;
	color:#333333;
}
div.page ul {
	list-style:square;
}
div.page ol {
        list-style:decimal;
}
div.page ul li, div.page ol li {
	padding:4px 0;
    color:#333333;
}
div.page p {
	text-align:justify;
	font-family:Helvetica, Arial, sans-serif;
	color:#444444;
}

/* content */
div.content {
	background-color:#ffffff;
	padding:25px;
	border:5px solid #333333;
}



/* footer */
div.footer-navigation {
	background:#333333 none repeat-x scroll left 50%;
	min-height:90px;
	border-bottom:1px solid #666666;
	padding:10px 10px 25px;
}
div.footer-navigation ul {
	list-style:none;
	padding:0;
	width:30%;
	float:left;
	margin-right:15px;
}
div.footer-navigation ul li {
	padding:5px;
	color:#cccccc;
	border-bottom:1px solid #4D4D4D;
	font-size:0.8em;
	font-family:Helvetica, Arial, sans-serif;
}
div.footer-navigation ul li.footer-title {
font-size:1.2em;
font-weight:bold;
}
div.footer-navigation ul li a, div.footer-navigation p a {
	color:#cccccc;
	text-decoration:none;
}
div.footer-navigation ul li a:hover, div.footer-navigation p a:hover {
	color:#ffffff;
	text-decoration:underline;
}

div.footer-navigation div.searchbox {
	float:right;
	width:30%;
}
div.footer-navigation div.searchbox p {
	text-align:center;
	font-size:0.7em;
}
div.footer {
	clear:both;
	border-top:1px solid #EA3443;
	background:#99101A;
	padding:0px 0;
	clear:both;
}
div.footer p {
	text-align:center;
	color:#eeeeee;
	padding-top:10px;
	font-size:0.9em;
}
div.footer p a {
	color:#eeeeee;
}

/* search form */
form.searchform {
}


/* posts */
di99v.post-title h3 {
	float:left;
}
div.post-title small {
	float:right;
	padding-top:10px;
	color:#666666;
}

div.entry {
	clear:both;
	padding-top:10px;
}
p.postdata {
	font-weight:bold;
	padding-bottom:10px;
}
p.postdata a { 
	font-weight:normal; 
}
p.postdata span {
	float:left;
}
p.postdata span.commentlink {
	float:right;
}
p.postpages { 
	clear:both;
}
div.post {
	clear:both;
	padding-top:15px;
}
div.firstpost {
	padding-top:0;
}
div.navigation {
	clear:both;
	padding-top:20px;
	font-size:0.9em;
}
div.post h1, div.post h2 {
	padding:0;
}
div.post h2 {
	font-size:2.1em;
}

/* comments */
div.page ol.commentlist, div.page ol.commentlist ul {
	list-style:none;
   font-size:1.0em;
}
div.page ol.commentlist {
	padding:0;
}
div.page ul.children { 
	padding-bottom:0;
}
div.comment-author {
	padding:10px 10px 0 10px;
}
div.comment-author cite.fn {
	font-size:0.9em;
	font-weight:bold;
	font-style:normal;
	color:#333333;
}
div.comment-author span.says {
	font-size:0.9em;
}
div.comment-author img.avatar {
	float:right;
}
div.comment-meta {
	border-bottom:1px solid #dddddd;
	padding:0 10px 10px 10px;
}
div.comment-meta a {
	color:#999999;
	font-size:0.7em;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ol.commentlist li.comment p {
	padding:5px;
}
a.comment-reply-link {
	font-size:0.8em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}


/* misc, general and WP classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}
.aligncenter, div.aligncenter {
   display:block;
   margin-left:auto;
   margin-right:auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border:1px solid #CCCCCC;
   text-align:center;
   background-color:#e0e0e0;
   padding-top:4px;
   margin:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
   border-radius:4px;
}
.wp-caption img {
   margin:0;
   padding:0;
   border:0px none;
}
.wp-caption p.wp-caption-text {
   font-size:0.8em;
   padding:0 4px 5px;
   margin:0;
}