/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

hr {
	display: none;
}

body {
	background-color: #ffffff;
	color: #3c3c3c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
background-image: url(http://www.escuelasdeporteyvida.org/blog/images/ffd_blog_header_long.gif);
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#page {
	background-image: url(http://www.escuelasdeporteyvida.org/blog/images/ffd_blog_header.jpg);
	background-repeat: no-repeat;
}

#header {
	width: 100%;
	height: 190px;
}

#headerimg h1 {
	padding: 123px 50px 0 154px;
	font-size: 14px;
	text-transform: uppercase;
	float: left;
}

#headerimg h1 a {
	color: white;
}

#headerimg .description {
	font-size: 11px;
	text-transform: uppercase;
	padding: 125px 0 0 0;
	font-weight: bold;
	color: white;
}

#content {
	width: 600px;
}

#content a {
	color: #ff7100;
}

#content a:hover {
	color: #3c3c3c;
}

#content div.post {
	margin: 0 0 40px 155px;
	width: 445px;
}

#content div.post div.indexpage form {
	display: none;
}

#content div.post h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 30px 0;
}

#content div.post h2 a {
	color: #ff7100;
}

#content div.post h2 a:hover {
	color: #ffffff;
	background-color: #ff7100;
}

#content div.post div.entry p {
	font-size: .8em;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}

#content p.postmetadata {
	font-size: .65em;
	color: #b8b8b8;
text-transform: uppercase;
}

#content p.postmetadata a {
	color: #9e9e9e;
}

#content p.postmetadata a:hover {
	color: #3c3c3c;
}

#content p.alt {
	border-top: 1px dotted #b8b8b8;
	border-bottom: 1px dotted #b8b8b8;
line-height: 1.2em;
	padding: 4px 0;
}

#content div.navigation {
margin: 0 0 0 155px;
padding: 0 0 40px 0;
font-size: .8em;
font-weight: bold;
}

#content div.navigation a:hover {
color: #ffffff;
	background-color: #ff7100;
}

#content div.navigation div.alignleft {
float:left;
}

#content div.navigation div.alignright {
float:right;
}


/* DETAIL */
#content div.post div.entrytext p {
	font-size: .8em;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}

#content div.post div.entrytext {
	margin: 0 0 60px 0;
}

/* COMMENTS */
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 30px 155px;
	color: #ff7100;
}

ol.commentlist {
	margin: 0 0 40px 155px;
	line-height: 1.2em;
}

ol.commentlist li {
margin: 0 0 20px 0;
}

ol.commentlist p {
font-size: .8em;
}

ol.commentlist small.commentmetadata {
	font-size: .65em;
	color: #b8b8b8;
text-transform: uppercase;
}

ol.commentlist small.commentmetadata a {
	color: #9e9e9e;
}

ol.commentlist small.commentmetadata a:hover {
	color: #3c3c3c;
}


/* commentform */
#commentform {
	margin: 0 0 40px 155px;
	width: 450px;
}

#commentform p {
	font-size: .75em;
	line-height: 1.4em;
}

textarea {
	background-color: #e8e8e8;
	width: 450px;
	border: 0;
	border-top: 1px dotted #b8b8b8;
	border-bottom: 1px dotted #b8b8b8;
	margin: 5px 0 15px 0;
	padding: 3px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

#author,
#url,
#email {
	background-color: #e8e8e8;
	width: 250px;
	border: 0;
	border-top: 1px dotted #b8b8b8;
	border-bottom: 1px dotted #b8b8b8;
	margin: 5px 0 0 0;
	padding: 3px;
	font-size: 1.05em;
}

#submit {
	padding: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* SIDEBAR */
#sidebar {
	width: 150px;
	position: absolute;
	left: 645px;
	top: 190px;
}

#sidebar ul li ul li {
	font-size: .75em;
	font-weight: bold;
	color: #424242;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

#sidebar ul li ul li a {
	color: #424242;
}

#sidebar ul li ul li a:hover {
	color: #ff7100;
}

#sidebar li.current-cat a {
	color: #ff7100;
}

#footer {
clear:both;
}

#footer p {
	font-size: .7em;
	color: #b8b8b8;
	margin: 0 0 20px 155px;
	width: 445px;
}

#footer a {
	color: #9e9e9e;
}

#footer a:hover {
	color: #3c3c3c;
}