/* INICIO reset.css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { 
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* FIN reset.css */

/* INICIO style.css */
.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block; /* IE7xhtml*/
}
html[xmlns] .clearfix { /* O */
	display: block;
}
* html .clearfix {
	height: 1%; /* IE5-6 */
}
body {
	background:#212c37 url(../images/background.jpg) no-repeat 50% 0;
	/*background:#5BD97E url(http://media.deeperhost.net/images/background.png) repeat-x;*/
	font:normal 12px Verdana, Tahoma, Arial;
	color:#8c8c8c;
}
a {
	text-decoration:none;
	color:#2c435a;
}
a:hover { color:#a6ef0b; }
#wrapper {
	width:978px;
	margin:0 auto;
}
/* header */
#branding {
	padding:9px 0 0 7px;
	position:relative;
	height:98px;
}
#blog-title {
	font-size:30px;
	text-transform:capitalize;
	display:block;
        height:70px;
}
#blog-title a { color:#acd259; }
#blog-title a:hover { color:#a8ea1b; }
#blog-description-shadow {
	display:block;
	font:bold 14px Arial, Verdana, Tahoma;
	color:#131920;
	padding:1px 0 0 1px;
}
#blog-description {
	position:absolute;
	top:64px;
	color:#2aa0ea;
	font:bold 14px Arial, Verdana, Tahoma;
}
#page-menu {
	background:#92c52b url(../images/page-menu-bg.gif) repeat-x 0 0;
	clear:both;
	position:relative;
	width:978px;
	overflow:hidden;
	height:42px;
}
#page-menu ul {
	display:block;
	height:42px;
	width:978px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
#page-menu ul#page-shadow {
	top:1px;
	left:1px;
	border:none;
}
#page-menu ul li {
	display:inline;
}
#page-menu a {
	display:block;
	float:left;
	height:42px;
	font:normal 11px Arial, Verdana, Tahoma;
	line-height:42px;
	color:#364f06;
	padding:0 11px 0 8px;
}
#page-menu ul#page-shadow a { color:#a8da3a; }
#page-menu a:hover, #page-menu .current_page_item a {
	color:#000000;
}
/* container */
#container {
	background-color:#FFFFFF;
}
#top-container {
	padding:6px;
}
.block {
	float:left;
	width:317px;
	margin-right:7px;
}
.last { margin-right:0 !important; }
.block-title {
	font:normal 17px Tahoma, Verdana, Arial;
	color:#598dc6;
	margin-bottom:4px;
}
.block ul li {
	background:transparent url(../images/all-icons.gif) no-repeat;
	overflow:hidden;
	font:normal 13px Tahoma, Verdana;
	height:28px;
	line-height:26px;
	padding-left:20px;
	border-bottom:1px solid #e8eef5;
}
#recent-entries ul li { background-position:2px 5px; }
#popular-posts ul li { background-position:2px -21px; }
#recent-comments ul li { background-position:2px -51px; }
.block a { color:#536a83; }
.block a:hover { color:#2c435a; }
/* content */
#content {
	float:left;
	width:665px;
	padding:5px 0 5px 7px;
}
.pagetitle {
	margin-bottom:3px;
	color:#2aa0ea;
	font-weight:normal;
}
.post { margin-bottom:15px; }
.title {
	font:normal 27px Arial;
	color:#2c435a;
	margin-bottom:5px;
}
.meta {
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	font-size:10px;
	color:#5a5a5a;
	line-height:22px;
	margin-bottom:5px;
}
.icon {
	background:transparent url(../images/all-icons.gif) no-repeat;
	float:left;
	display:block;
	padding-left:20px;
	margin-right:10px;
}
.post-author { background-position:1px -84px; }
.comment-post{ background-position:1px -55px; }
.date-post { background-position:1px -114px; }
.categories-post{ background-position:1px 4px; }
.more-link {
	background-color:#334250;
	display:block;
	float:left;
	font-size:10px;
	color:#ffffff;
	line-height:21px;
	padding:0 5px;
	border:1px solid #1a232d;
}
a.more-link:hover { color:#a6ef0b; }
.navigation .alignleft a, .navigation .alignright a {
	background-color:#eeeeee;
	display:block;
	float:left;
	font-size:10px;
	color:#a1a1a1;
	height:21px;
	line-height:21px;
	padding:0 22px;
	border:1px solid #e4e4e4;
	margin-left:4px;
}
.nomargin a { margin:0 !important; }
/* sidebar */
#sidebar {
	float:right;
	padding:5px 7px 5px 0;
	width:293px;
}
.widget {
	background-color:#fbfbfb;
	clear:both;
	border:1px solid #f3f3f3;
	margin-bottom:7px;
	padding:4px;
}
.widget-title {
	font:normal 16px Tahoma, Verdana;
	color:#2aa0ea;
	padding-left:2px;
	margin-bottom:3px;
}
.widget ul li {
	background:transparent url(../images/all-icons.gif) no-repeat 6px -140px;
	display:block;
	padding-left:20px;
	line-height:28px;
	border-bottom:1px solid #f4f4f4;
	color:#837864;
}
.widget ul li a {
	color:#888888;
}
.widget ul li a:hover {
	color:#a6ef0b;
}
.widget ul li.hover {
	/* background-color:#E0A32E; */
}
.widget ul li li {
	border-top:1px solid #f4f4f4;
	border-bottom:none;
}
/* footer */
#footer a, #footer a:hover {
color: #ffffff;
text-decoration: none;
}
#footer {
	font:normal  11px Arial, Tahoma, Verdana;
	color:#ffffff;
	text-transform:uppercase;
	line-height:23px;
	padding:0 6px 22px;
}
/* FIN style.css */

/* INICIO default.css */
.clear { clear:both; }
.clearleft { clear:left; }
.entry { line-height:18px; color: #333; font-family: Arial, sans-serif;}
.entry p { margin-bottom:1em; }
.entry p a { color:#A6EF0B;  text-decoration: none;}
.entry p a:hover { color:#2c435a; text-decoration: underline; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	font-weight:bold;
	margin:5px 0;
}
blockquote {
	padding-left:30px;
	font-style:italic;
}
.entry ul { padding-left:20px; }
.entry ul li { list-style-type:square; }
.entry ol { padding-left:25px; }
/* 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 { float:right; }
.alignleft { float:left }
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor:help; }
acronym, abbr { border-bottom:1px dashed #999; }
blockquote {
	margin:10px;
	padding-left:20px;
}
blockquote cite {
	margin:5px 0 0;
	display:block;
}
.center { text-align:center; }
.hidden { display:none; }
hr { display:none; }
a img { border:none; }
.navigation {
	margin-top:10px;
}
/* End Various Tags & Classes*/

/* 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;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}
.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;
}
/* End captions */
/* FIN default.css */

/* INICIO widgets.css */
#ads-125-125 {
	text-align:center;
	padding:5px 0;
}
.img-adv { margin:0 10px 10px 0; }
.img-adv.right{ margin-right:0; }
.img-adv.bottom{ margin-bottom:0; }
.img-adv.last{ margin:0; }

/* callendar widget */
#wp-calendar {
	empty-cells: show;
	width:100%;
}

#wp-calendar th, #wp-calendar td { text-align:center; }
#wp-calendar th { font-weight:bold; }
#wp-calendar #today {
	border:1px solid #e4e4e4;
	background-color:#eeeeee;
}
#wp-calendar #next { text-align:right !important; }
#wp-calendar #prev { text-align:left !important; }
#subscribe-rss { background:none !important; }
#subscribe-rss img { float:left; }
/* FIN widgets.css */

/* INICIO comments.css */
/* comment and respond */
#comments, #respond h3 {
	font:normal 16px 'Trebuchet MS',Tahoma,Verdana;
	color:#2c435a;
	padding-bottom:5px;
}
.commentlist {
	padding-left:25px;
}
.navigation, #respond {
}
.comment, .trackback, .pingback {
	clear:both; 
	margin-bottom:5px;
	list-style:decimal;
}
.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #FFFFFF;
	margin-right:5px;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	clear:both;
	line-height: 1.5em;
}
#commentform input, #commentform textarea {
	background-color:#fbfbfb;
	color:#888888;
	font:normal 12px Verdana, Tahoma, Arial;
	border:1px solid #f3f3f3;
	padding:5px;
}
#commentform p {
	margin-bottom:10px;
}
#commentform #submit {
	background-color:#334250;
	border:1px solid #1a232d;
	font:normal 12px Verdana, Tahoma, Arial;
	color:#ffffff;
	height:32px;
	padding:0 9px;
}
#commentform textarea { width:568px; }
/* INICIO comments.css */