/*  
Theme Name: Loreto
Description: Brick red - new beginning in design trends started by our designers. and the best things is that this theme is free and ready to use. High class coded, just for you.
Author: My Green Corner
Author URI: http://www.mygreencorner.com
Tags: gray, red, light, two-columns, right-sidebar, fixed-width, widget-ready (4 slots)
Version: 1.0
*/

html, body {
	font-family: Georgia;
	font-size: 12px;
	border: 0;
	color: #1D1C1B;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body {
}

p {
	line-height: 19px;
	padding: 0px 0;
}

h1, h2, h3, h4, h5 {
	padding: 0px 0;
}

ul, ol {
	list-style: none;
	padding: 0px 0;
	margin-top: 10px;
	margin-left:-35px;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #0033FF;
	text-decoration: none;
}

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

a img {
	border: none;
}

blockquote {
	font-size: 12px;
	color: #666666;
	text-align:justify;
	padding: 0px 0px 0px 0px;
	margin: 5px 45px 5px 45px;
	line-height: 19px;
}

blockquote p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

blockquote blockquote {
	border-left: #8A111E 2px solid;
}

/* Header */

#header {
	width: 100%;
	height: 51px;
	overflow: hidden;
	background: url(img/header.jpg);
}

/* Content Wrap */

#content_wrap {
	width: 100%;
	background: #fff url(img/content_bg.jpg) repeat-x;
}

#content_wrap_in {
	width: 939px;
	padding-left: 25px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 25px;
}

/* Content */

#content {
	width: 550px;
	float: left;
}

#content ul {
	padding-left: 50px;
}

#content ul li {
	line-height: 19px;
	padding: 2px 0 2px 20px;
	background: url(img/square.gif) no-repeat 0 10px;
}

#content ol {
	padding-left: 20px;
}

#content ol li {
	line-height: 19px;
	padding: 2px 0 2px 20px;
	text-align:center;
}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

#content h2 a {
	color: #000;
	text-decoration: none;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content h3 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 15px;
}

img.spacer {
	margin: 20px 0 15px 0;
	display: block;
	clear: both;
}

/* Content (post) */

#content .post {
	width: 100%;
	clear: both;
	padding: 10px 0;
	text-align:left;
}

#content .post p.post_details {
	font-size: 14px;
	font-weight: bold;
}

#content .post h1 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: -5px;
	color: #A91927;
	text-align: center;
}

#content .post h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}

#content .post h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

#content .post h4 {
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: normal;
}

#content .post p {
	margin-top: 11px;
}

#content .post ul li {
	text-align:justify;
}

#content .post p.tags {
	font-size: 11px;
	clear: both;
}

.post img {
	border: 0px;
	padding: 2px;
}

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

.alignright {
	float: left;
	margin: 5px 0px 10px 10px;
}

/* Sidebar */

#sidebar {
	width: 239px;
	background: url(img/sidebar_bg.jpg) no-repeat left top;
	float: right;
	padding: 25px 35px;
}

#sidebar h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #A91927;
}

#sidebar p {
	line-height: 18px;
	padding: 5px 0 10px 0;
}

#sidebar ul {
	margin-left:0px;
	padding: 0px 0px 20px 0px;
}

#sidebar ul ul{
	padding: 0px 0px 0px 0px;
}

#sidebar ul li {
	line-height: 19px;
	padding: 5px 0 0px 27px;
	background: url(img/square.gif) no-repeat 0px 10px;
}

#sidebar li a {
	color: #0033FF;
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
	color: #A91927;
}


/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

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

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #DEDEDE;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

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

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

/* Footer */

#footer {
	width: 100%;
	background: url(img/footer_top.jpg) repeat-x left top;
	padding-top: 9px;
}

/* Fix */

#content_wrap_in:after,
#footer_in:after,
.comments_wrap:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

#s{
	width:120px;
}

#content{
	overflow:hidden;
}