/*  
Theme Name: Manolete
Theme URI: http://www.thisisgrey.com/
Description: Basic design for Manuelico
Version: 1.0
Author: ThisisGrey
Author URI: http://www.thisisgrey.com/
*/

/*============================================
	1: CSS Reset
==============================================*/
html, body, * { 
	margin: 0; 
	padding: 0;
}
a {
	cursor: pointer;
}
a img, iframe { 
	border: 0;
}
a:active, a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
	font-weight: normal;
}
ul, ol, dl, li, dt, dd {
	list-style: none;
}
form, fieldset {
	border: 0;
}	
legend { 
	color: #000;
}
select {
	margin: inherit;
}
table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
p img {
	max-width: 100%;
}
/*============================================
	2: Main Structure
==============================================*/
body {
	background: #fff;
	font: 62.5% "Courier New", Courier;
	color: #333;
	text-align: center;
}
#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#header {
	margin: 20px 0 41px 0;
}
#main {
	width: 960px;
	overflow: hidden;
}
#content {
	width: 730px;
	top: 0px;
	float: right;
}
#sidebar {
	width: 230px;
	float: left;
}
#footer {
	width: 100%;
	text-align: center;
	padding: 33px 0 33px 0;
	overflow: hidden;
	clear: both;
}
/*============================================
	3: Global Elements
==============================================*/
h3 {
	font-size: 1.2em;
	font-weight:bold;
	color: black;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #3D5C83;
}
a:visited {
	
}
blockquote {
	padding:0 20px 0 20px;
	font-style:italic;
}
pre {
	margin-bottom: 1.5em;
}
code {
	font: 1.2em/1.8em "Courier New", Courier, mono;
}
hr {
	display: none;
}
/*============================================
	4: Header
==============================================*/
#title-pages{
	width:100%;
	height:3.5em;
}

#site-title {
	float:left;
	font-size: 1.2em;
}
.main-title{
	font-size: 2em;
}
#site-pages {
	float:right;
	padding:1em 0 0 0;
}
#site-pages ul li {
	display: inline;
	margin:0 0 0 0.4em;
	font-size: 1.2em;
}
#new-stuff{
	background-color:black;
	width:960px;
	height:360px;
}
/*============================================
	6: Content
==============================================*/
.content-title {
	display: block;
	margin: 0 0 10px 0;
	font-size: 1.5em;
	text-align: center;
}
.post {
	margin-bottom: 1.2em;
}
.post-title {
	font-size: 2.0em;
	display: block;
	margin:0;
}

.post-entry {
	width: 500px;
	padding:1.2em 0 0 0;
}
.post-entry p, .post-entry ul, .post-entry ol {
	font-size: 1.2em;
	margin-bottom:1.2em;
}
.post-entry p {
	line-height: 1.6em;
}
.post-entry ul li, .post-entry ol li {
	margin-bottom:0.5em;
}
.post-entry ul li {
	list-style-type: circle;
	margin-left:3em;
}
.post-entry ol li {
	list-style-type: decimal;
	margin-left:3.8em;
}
#extra-details{
	margin-top: 35px;
	float: right;
	width: 146px;
}
#extra-details p{
	font-size: 1.2em;
}
.post-details {
	font-size: 1.2em;
}
.navigation {
	color: red;
	font-size: 1.2em;
	padding: 1.2em 0 1.2em 0;
	text-align: center;
}
p.alignright{
	text-align: right;
}
p.aligncenter{
	text-align: center;
}
img.alignright {
	float: right;
}
img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*============================================
	7: Comments
==============================================*/
#comments h3, #respond h3 {
	font-size: 1.6em;
	margin-bottom:0.5em;
}
#comments p, #respond p{
	font-size: 1.2em;
}
.awaiting-moderation{
	font-weight:bold;
}
.commentlist, .trackbacklist{
	margin-bottom:1em;
}
.comment-item {
	padding: 20px;
}
ol.commentlist li.alt {
	background: #f8f8f8;
}
.comments-closed, #respond, .commentlist p, .commentlist ol, .commentlist ul, .commentlist blockquote, .log-info{
	margin-bottom: 1.2em;
}
#comments .comment-text ol li {
	list-style-type: decimal;
}
#comments .comment-text ul li {
	list-style-type: circle;
	padding-left: 0.5em;
}
#respond label {
	display: block;
	margin-bottom: 0.2em;
	}
.commentform-input, .commentform-textarea {
	width: 40%;
	margin-bottom: 1.2em;
}
/*============================================
	8: Sidebar
==============================================*/
#sidebar{
	padding:35px 0 0 0;
}
#sidebar #search-input{
	font-family:"Courier new", Courier;
	width:100%;
	border: 1px solid #B1B1B1;
}
#sidebar .sidebar-block{
	margin: 0 0 1em 0;
}
#sidebar .sidebar-blockDouble{
	margin: 0 0 2em 0;
}
#sidebar ul li a {
	font-size: 1.2em;
}
/*============================================
	9: Footer
==============================================*/
#footer{
	text-align:center;
	font-size: 1.2em;
}
#footer ul{
	margin-bottom:1.2em;
}
#footer ul li{
	display:inline;
}
