/*
Theme Name: Red Wordpress
Theme URI: http://www.free-wordpress-theme.net/
Description: My theme
Version: 1.1
Author: V
Author URI: http://www.wordpress-solutions.net/
Tags: 3 columns layout,ads ready, widget ready, fixed width.	
*/


/*============================================================
	General Specifications
==============================================================*/

* :focus { outline: 0; }

body {
  	font-size: 12px;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	background: #8c0005 url(images/bg.png) top repeat-x;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	text-align: left;
	padding: 0;
	width: 1000px;
	}

.depth-1 {
	border: 1px solid #ddd;
    	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	}

h1, h2, h3 {
	font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color: #000;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h5, h5 a, h5 a:hover, h5 a:visited {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h6, h6 a, h6 a:hover, h6 a:visited {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

a, a:visited{
	color: #850000;
	text-decoration: none;
	}

a:hover {
	color: #140001;
	text-decoration: none;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 10px;
    	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding: 1px 15px;
	background:#efefef;
	font-style: oblique;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	width: 500px;
	float: left;
  	display: block;
	text-align: center;
	margin: 10px 35px;
	padding: 0 0 10px 0;
    	font-weight: bold;
	text-align: right;
	}

#search{
	width: 200px;
	height: 50px;
	float: left;
	}

#searchform {
	width:200px;
	background: #efefef;
	color: #000;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 10px 5px 10px 230px;
	padding: 2px 2px 1px 2px;
	}

#submit {
	background: #850000;
	margin: 8px 0 0 0;
	position: absolute;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/*===================================================================
	Menu bar (pages menu)
=====================================================================*/

#menu{
	width: 1000px;
	height: 100px;
	float: left;
	background: url(images/menu.png) top left repeat-x;
	}

ul#navlist {
	margin: 35px 0 0 50px;
	padding: 0;
	white-space: nowrap;
	float:left;
	width:50%;
	}

ul#navlist li {
	display:inline;
	list-style-type: none;
	}

ul#navlist li a {
	width: 118px;
	height: 37px;
	background: url(images/button.png) top no-repeat;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	color: #9e0005;
	margin:0 5px 0 0;
	padding:20px 0 0 0; 
	display:block;
	float:left;
	text-decoration: none;
	}

ul#navlist li a:hover {
	color: #5b0d0d;
	}

/*==========================================================
	Header
============================================================*/

#header {
	background: url(images/header.png) top no-repeat;
	width: 1000px;
	height: 80px;
	margin: 0px;
	padding: 0;
	float: left;
	}

#headad{
	position: absolute;
	margin: 10px 0 0 70px;
	}

#description {
	position: absolute;
	margin:-20px 0 0 607px;
	padding: 0;
	}

#top{
	width: 1000px;
	height: 70px;
	float: left;
	background: url(images/search.png) top no-repeat;
	margin:0;
	}

#searchh {
	width:180px;
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #850000;
	color: #850000;
	font-size: 18px;
	font-style: oblique;
	text-align: left;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 20px 0 0 55px;
	padding: 0 0 5px 0;
	float: left;
	}


/*=====================================================================
	Blog page
=======================================================================*/

#pbody {
	background: url(images/pbody.png) top repeat-y;
	width:1000px;
	margin:0;
	float: left;
	}

#content {
	width:720px;
	margin:0 0 0 20px;
	padding: 0;
	float:left;
	overflow: hidden;
	}


/*=====================================================================
	Sliding Boxes
=====================================================================*/

.postsmall{
	width: 225px;
	float: left;
	margin: 0 3px 10px 2px;
	padding: 5px;
	overflow: hidden;
	background: #9e0005;
	}

.boxgrid{
	width: 225px;
	height: 180px;
	margin:0px;
	float:left;
	overflow: hidden;
	position: relative;
	}

.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	}

.boxcaption{
	float: left;
	position: absolute;
	background: #850000;
	height: 30px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}

.cover{
	top:180px;
	left:0;
	padding: 7px 0 0 0;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	}

.cover a, .cover a:visited{
	color: #fff;
	}

.cover a:hover{
	color: #d6b19c;
	}


/*==========================================================================
	The actual Blog post look
============================================================================*/

.post {
	float: left;
	margin: 0;
	text-align: justify;
	font-size:14px;
	padding: 0;
	}

#solopost{
	width: 710px;
	float: left;
	margin: 0 5px;
	padding: 0;
	}

h2.title, h2.title a, h2.title a:hover, h2.title a:visited {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color: #9f0006;
	}

.adsense{
	width: 336px;
	height: 280px;
	float: left;
	margin: 0 0 0 5px;
	padding: 5px 0;
	}

#demo, #download, #social{
	background: #e4c7b7;
	width: 150px;
	height: 17px;
	float: left;
	padding: 5px;
	border: 1px solid #d3ab95;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;	
	margin: 20px 35px 10px 35px;
	}

#demo a {
	color: #9f0006;
	background: url(images/preview.png) left no-repeat;
	padding: 0 0 0 17px;
	}

#download a {
	background: url(images/download.png) left no-repeat;
	padding: 0 0 0 17px;
	color: #9f0006;
	}

.post hr {
	display: block;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.attachment {
	text-align: center;
	margin: 15px 0px;
	}

.clear {
	clear: both;
	}

#solopost ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style-type: disc;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
	text-indent: 5px;
	}

#solopost li {
	margin: 7px 0 8px 10px;
	}

#solopost ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

#solopost ol li {
	margin: 0;
	padding: 0;
	}

/*===================================================
	Sidebar
=====================================================*/

#sidebar{
	color: #fff;
	width: 235px;
	float: right;
	padding: 0;
	margin: 0 15px 0 0;
	font-size: 12px;
	overflow: hidden;
	}

#sidebar a {
	color: #fff;
	}

.widget{
	width: 225px;
	padding: 0 5px;
	float: left;
	background: url(images/widget.png) top no-repeat;
	}

#sidebar h2 {
	text-align:left;
	color: #fff;
	margin: 15px 0 15px 0;
	padding: 0 0 0 40px;
	}

#sidebar li{
	list-style-type: none;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

#sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
#sidebar ul li {
	height:100%;
	line-height:18px;
	}

#sidebar p {
	padding: 7px 10px;
	margin:0;	
	}

#sidebar table {
	width:100%;
	text-align:center;
	}	

#sidebar ul li {
	list-style-type: none;
	}

#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #f6e4da;
	text-decoration: none;
	padding: 5px;
	display:block;
	border-bottom:1px dashed #690004;
	margin: 0;
	}

#sidebar ul li a:hover {
	color:#d3ab95;
	}

/* Calendar */

#wp-calendar {
	width: 90%;
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	}

#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 {
	width: 90%;
	margin-left: 0px;
	padding-top: 10px;
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}


/*================================================================
    Begin Comments
==================================================================*/

#replies{
	width: 720px;
	float: left;
	overflow: hidden;
	margin: 10px 0 0 0;
	}

#respond{
	float:left;
	padding: 0 0 30px 0;
	margin: 0px;
	}

h3.comments{
	font-size: 18px;
	text-align: center;
	margin: 0 10px;
	padding: 5px 10px 0 10px;
	color: #850000;
	}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	float: left;
	padding: 0;
	}

.commentlist cite {
	border-bottom: 1px dashed #850000;
	float: left;
	width: 700px;
	padding: 10px;
	display:block;
	font-style:normal;
	margin: 0;
	}	

.commentlist cite img {
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 16px Georgia, "Times New Roman", Times, serif;
	}

.commentlist .time {
	background: url(images/time.png) bottom left no-repeat;
	padding-left:20px;
	}

.commenttext {
	float: left;
	width: 700px;
	padding: 0 10px;
	display:block;
	font-style:normal;
	margin: 0;
	}

#commentform input {
    	background: #efefef;
	color: #000;
	width: 170px;
	padding: 2px;
	margin: 5px 0px 1px 5px;
	}

#commentform {
    	margin: 5px 10px 0 0;
	}

#commentform textarea {
	background: #efefef;
	color: #000;
	width: 500px;
	padding: 2px;
	margin: 5px 0 10px 5px;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#commentform #submit {
	margin: -5px 0 10px 5px;
	float: left;
	background: #850000;
	width: 80px;
	height: 28px;
	border-top: 1px solid #9f0006;
	border-right: 1px solid #9f0006;
	border-left: 1px solid #8c0005;
	border-bottom: 1px solid #8c0005;
	color: #fff;
	font-weight: bold;
	}

#commentform p {
	margin: 5px 10px;
    	font-weight: normal;
	line-height: 14px;
	text-transform: none;
    	font-family: Georgia,'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*=======================================================================
	Footer
=========================================================================*/

#navigation {
	background: url(images/pbody.png) top repeat-y;
	width: 750px;
	float: left;
  	display: block;
	text-align: center;
	margin: 0;
	padding: 5px 230px 5px 20px;
    	font-weight: bold;
	text-align: center;
	}

#footer {
	background: url(images/footer.png) top no-repeat;
	width:980px;
	float:left;
   	padding: 30px 10px 10px 10px;
	margin: 0;
	clear: both;
	text-align: center;
	color: #efefef;
	}

#footer a, #footer a:visited{
	color: #fff;
	}

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


/*===============================================================
    Begin Images
=================================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}

.alignright {
  display: block;
   	float: right;
   	}

.alignleft {
    display: block;
   	float: left;
	}

a img {
	border: none;
	}


/*=================================================================
    Captions
===================================================================*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

