/*  
Theme Name: Red Matrix Pill
Theme URI: http://www.wpdesigner.com
Description: Red Matrix Pill Wordpress theme created by Small Potato (WPDesigner.com)
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

	This theme is released under Creative Commons Attribution 2.5 License.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #333 url(images/bg_body.gif) repeat-x;
	color: #ccc;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #a00;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #333;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #3f3f3f;
}

code{
	background: #333;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #333;
	color: #333;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}


#container{
	margin: 0 auto;
	width: 508px;
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
}

#header{
	float: left;
	width: 508px;
	height: 206px;
	background: url(images/bg_header.gif) no-repeat;
}

#header h1{
	padding: 40px 40px 0 40px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

#header h1 a{
	text-decoration: none;
	color: #fff;
}

#header h1 a:hover{
	text-decoration: underline;
}

.description{
	padding: 10px 0 0 40px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fbaeae;
}


.narrowwrapper{
	margin: 10px 0 0;
	float: left;
	width: 508px;
	background: #222 url(images/bg_narrowwrapper.gif) no-repeat bottom left;
}

.narrowcolumn{
	float: left;
	width: 508px;
	background: url(images/bg_narrowcolumn.gif) no-repeat;
}

.post{
	padding: 20px;
}

.post h2{
	font-size: 22px;
}

.post h2 a{

}

.entry{
	margin: 20px 0 0;
	line-height: 18px;
	background: url(images/bg_dotted.gif) repeat-x;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	font-weight: bold
}

.entry h1{
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}

.entry h2{
	font-size: 18px;
	line-height: 24px;
}

.entry h3{
	font-size: 16px;
	line-height: 24px;
}

.entry  h4{ font-size: 14px; }

.entry h5{ font-size: 12px; }

.entry h6{ font-size: 11px; }

.entry img{
	border: 1px solid #333;
	padding: 4px;
	background-color: #111;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry p.postinfo{
	margin: 15px 0 0;
	background: url(images/bg_dotted.gif) repeat-x;
}

.postdate{
	padding: 10px 0 0;
	color: #666;
}

.browse{
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
}

.sidebarwrapper{
	margin: 10px 0 0;
	float: left;
	width: 508px;
	background: #000 url(images/bg_sidebarwrapper.gif) no-repeat bottom left;
}

.sidebar{
	float: left;
	width: 508px;
	font-size: 16px;
	background: url(images/bg_sidebar.gif) no-repeat;
}

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

.sidebar li#search input{
	margin: 0 0 5px;
}

.sidebar li.widget_search{

}

.sidebar li.widget_calendar{

}

.sidebar li.widget_calendar h2{

}

.sidebar ul li{
	padding: 20px;
}

.sidebar ul li h2{
	padding: 0 0 20px;
	font-size: 22px;
	background: url(images/bg_dotted.gif) repeat-x bottom left;
}

.sidebar ul ul{
	padding: 20px 0 0;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 30px;
}

.sidebar ul ul ul{
	padding: 0;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
}


/* comments template */

.comments-template{
	margin: 15px 0 0;
	border-top: 1px solid #333;
	padding: 15px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #333;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */


/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
	line-height: 24px;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	padding: 5px;
	text-align: right;
	vertical-align: top;
	background: #111;
}

table#wp-calendar td{
	padding: 5px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

#footer{
	clear: both;
	float: left;
	width: 508px;
}

#footer a{
	color: #fff;
}

#footer p{
	padding: 20px;
	line-height: 18px;
}

.menu ul{
margin-bottom: 20px;
margin-left: 23px;
padding: 0;
list-style: none;
text-align: center;
}


.menu ul li{
padding: 0;
list-style: none;
display: inline;
font-size: 20px;
}

.menu ul li a{
color: #fff;
text-decoration: none;
padding: 0 25px 0 0;
}

.menu ul li a:hover{
color: #fbaeae;
text-decoration: none;
padding: 0 25px 0 0;
}

.menu ul li a:active{
color: #fbaeae;
text-decoration: none;
padding: 0 25px 0 0;
}