/*
THeme: Jacinto Lajas
www.stralunato.com

*/

* html {
	margin: 0;
	padding: 0;
}

body {
	background: #FF6347;
	font: 62.5% Arial, Verdana, Arial, Helvetica, sans-serif;/*Georgia, Times New Roman, serif;*/
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Links */

a:link, a:visited {
	font-weight: bold;
	color: #6d8aff;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #FF6347;
	text-decoration: none;
}

/* Images */

img {
	border: none;
}

img a:link, img a:visited, img a:hover {
	border: none;
	background: transparent;
	text-decoration: none;
}

img.photo {
	border: none;
}

img.photo a:link, img.photo a:visited, img.photo a:hover {
	border: none;
	background: transparent;
	text-decoration: none;
}

/* Wrapper
------------------------------------------------ */

#wrapper {
	background: #FF6347;
	width: 987px;
	margin: 10px auto;
	padding: 0px;
	overflow: auto;
}


/* Header
------------------------------------------------ */

#header {
	background: #FF6347 top center no-repeat;
	margin: 0;
	padding: 0;
	height: 150px;
	text-align: right;
	overflow: auto;
}

#header img {
	float:left;
	margin: 0px;
}

#header h1 {
	font-size: 5em;
	color: #000000;
	margin: 0;
	padding: 0px 0 0 0;
}

#header p {
	font-size: 2em;
	color: #000000; 
	margin: 10px 0 10px 0;
	padding: 0; 
}

#header-info {
	background: #FF6347;
	margin: 0px 0 0 0;
	padding: 0;
	text-align: center;
	overflow: auto;
}

#header-info p {
	font-size: 1.2em;
	color: #000000; 
	margin: 0px;
	padding: 0; 
}

/* Content
------------------------------------------------ */

#content {
	background: #F5FFFA url("graphics/bg-content.png") top left repeat-y;
	width: 980px;
	position: relative;
	overflow: auto;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* Midcontent
------------------------------------------------ */

#midcontent {
	background: transparent;
	width: 76%;
	float: left;
	margin: 0px;
	text-align: left;
}

#midcontent h2 {
	font-size: 2.2em;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

#midcontent h3 {
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0 0 3px 0;
}

#midcontent h3 a:link, #midcontent h3 a:visited {
	font-weight: bold;
	color: #6d8aff;
	text-decoration: none;
}

#midcontent h3 a:hover {
	font-weight: bold;
	color: #FF6347;
	text-decoration: none;
}

#midcontent p {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #000000;
	margin: 0 0 5px 0;
	text-align: justify;
}

#midcontent p.author {
	font-size: 1.1em;
	color: #777;
	margin: 0 0 5px 0;
	text-align: left;
}

#midcontent p.posted {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #777;
	margin: 0 0 5px 0;
	text-align: left;
}

#midcontent img.photo {
	width: 55px;
	height: 55px;
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	border: solid 1px #ddd;
}

/* Leftblogs
------------------------------------------------ */

#midleft {
	background: transparent;
	width: 49%;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#midleft div {
	background: transparent;
	margin: 20px 0px 20px 15px;
	display: block;
	overflow: hidden;
	min-height: 60px;
	clear: left;
	border-bottom: solid 1px #FF6347;
}

/* Rightblogs
------------------------------------------------ */

#midright {
	background: transparent;
	width: 49%;
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#midright div {
	background: transparent;
	margin: 20px 5px 20px 10px;
	display: block;
	overflow: hidden;
	min-height: 60px;
	clear: left;
	border-bottom: solid 1px #FF6347;
}

/* Sidebar Left
------------------------------------------------ */

#sidebar-left {
	background: transparent;
	width: 22%;
	float: left;
	margin: 4px 0 4px 0;
	padding: 20px 0 10px 0;
	
}

#sidebar-left a:link, #sidebar-left a:visited {
	font-weight: bold;
	color: #FF6347;
	text-decoration: none;
	border: none;
}

#sidebar-left a:hover {
	font-weight: bold;
	color: #6d8aff;
	text-decoration: none;
	border: none;
}

#sidebar-left img {
	border: none;
}

#sidebar-left h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
	margin: 20px 10px 10px 20px;
	padding: 0 0 0px 0;
	text-align: justify;
	text-transform: uppercase;
	border-bottom: solid 0px #ccc;
}

#sidebar-left h4 {
	font-weight: bold;
	font-size: 1.3em;
	color: #000000;
	margin: 0px 15px 2px 20px;
	text-align: justify;
}

#sidebar-left p {
  font-size: 1.1em;
	line-height: 1.2em;
	color: #000000;
	margin: 0 6px 10px 20px; 
	text-align: justify;
}

#sidebar-left p.update {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #999;
	margin: 0 15px 10px 10px;
	text-align: justify;
}

#sidebar-left p.image {
	text-align: justify;
}

#sidebar-left p.image img {
	border: none;
}

#sidebar-left ul {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #000000;
	margin: 0 20px 10px 0 !important;
	margin: 0 20px 10px 30px;
	text-align: justify;
	list-style-type: disc;
}

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

/* Footer
------------------------------------------------ */

#footer {
	background: #FF6347;
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin: 10px 0 0 0;
}

.footerinfo {
	margin: 20px 0 20px 0;
}

#footer p {
	font-size: 1.1em;
	color: #000000;
	margin: 5px 0 5px 0;
}

#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #6d8aff;
	text-decoration: none;
}

#footer img a:link, #footer img a:visited, #footer img a:hover {
	border: 0;
	background: transparent;
	text-decoration: none;
}
