/*  
Theme Name: FoxTheme
Theme URI: http://www.foxandxss.net
Description: This is my theme for Fox Blog.
Version: 1.0
Author: Jesús Rodriguez
Author URI: http://www.foxandxss.net

*/

/************************************
*			 General				*
************************************/

body, h1, h2, h3, h4, h5, h6, blockquote, p, address, dd, dl, hr, form {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-size: .8em;
	text-align: center;
	vertical-align: top;
	background: #d2ffc6;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding-bottom: 10px;
}

p,
ol,
ul {
	line-height: 150%;
	}
ol {}
ul {}

a:link, a:visited {
	text-decoration: none;
	color: #30801b;
}

a:hover {
	text-decoration: none;
}

p {
	padding-top: 10px;
}

code {
  background: #D2FFC6;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
  font-size: .86em;
 }

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #70BD67;
	}

/********************
*	Wrapper         *
********************/

#wrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	width: 80%;
	min-width: 960px;
	max-width: 1260px;
	text-align: left;
}

/*********************
*      Cabecera      *
*********************/

#header {
	position: relative;
	background: url(images/header_bg.png) repeat-x;
	height: 180px;
}


#header #cabecera {
	position: relative;
	top: 20px;
	left: 20px;
}

#header #cabecera h1 {
	display: none;
}

#header #logo {
	float: left;
}

#header title {
	float: left;
}

#header #title h1 {
	font: bold 4em "Trebuchet MS", sans-serif;	
}

#header #title h1 a {
	color: #32A725;
	text-decoration: none;
}

#navbar {
	position: absolute;
	bottom: 0;
	left: 0;
}

.menu {
	margin: 0;
	padding: 0;
	float: left;
}

.menu ul {
	float: left;
}

.menu li {
	list-style-type: none;
	margin-left: 5px;
	float: left;
}

.menu li:first-child {
	margin-left: 0;
}

.menu a {
	font-size: 1.4em;
	text-decoration: none;
	color: #C2FBBC;
	display: block;
	padding: .3em 6px;
}

.menu a:hover {
	background-color: #C2FBBC;
	color: #32A725;
}

.menu .current_page_item  a{
	background-color: #C2FBBC;
	color: #32A725;
}	

#searchform {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#searchform input {
	background-color: #C2FBBC;
	color: #32A725;
	border: 1px solid #32A725
}

#searchform input[type="submit"] {
	cursor: pointer;
}

#searchform #s {
	width: 150px;
}

/*******************
*    Contenido     *
*******************/

#container {
	margin-right: 240px;
	padding-top: 5px;
	padding-left: 25px;
}

.post {
	padding: 10px 0 10px 0;
}

.post h2  a{
	color: #000;
	font-size: 1.3em;
}


.post img {
	border: 3px solid #30801b;
}

.more-link {
	line-height: 28px;
}

.entry {
	line-height: 18px;
	text-align: justify;
}

.entry p {
	padding: 0;
	margin: 13px 0;
}

.post img.wp-smiley,
.post img.wp-smiley:hover {
	border: none;
}

.post-date {
	padding: 0 0 0 20px;
	background: url(images/calendar.png) no-repeat 0 0;
	}
.post-cmts {
	padding: 0 0 0 20px;
	background: url(images/comment.png) no-repeat 0 0;
	}
.post-cate {
	padding: 0 0 0 20px;
	background: url(images/icon_cate.gif) no-repeat 0 0;
	}
.post-tags a {
	padding: 0 0 0 20px;
	background: url(images/icon_tag.gif) no-repeat 0 0;
	}

.navigation {
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/**********************
*      Sidebar        *
**********************/

.sidebar {
	float: right;
	width: 240px;
	background: #fff;
	display: inline;
}

.sidebar h2 {
	background: url(images/separador_he.png) repeat-x scroll center bottom transparent;
	font-size: 1.4em;
	padding: 0 0 10px 3px;
	margin-bottom: 5px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li {
	padding: 10px 0 10px 0;
	color: #70BD67;
}

.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}

.widget_tag_cloud div {
	margin-left: 8px;
}

#sitemeter, #feedburner {
	margin-left: 18px;
}

#feedburner {
	margin-bottom: 10px;
}

/**********************
*       Footer        *
**********************/

#footer {
	background-color: #32A725;
	color: #C2FBBC;
	clear: both;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}

#footer p {
	margin-bottom: 10px;
	line-height: 18px;
}

#footer a {
	color: #C2FBBC;
	text-decoration: underline;
}

#footer #logocc img {
	align: center;
}


/***********************
*      Comentarios     *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	background: transparent url(images/separador_he.png) repeat-x center bottom;
	padding: 0 0 10px 0;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 20px 25px 0 0;
	border-bottom: 1px solid #32A725;
	background: #d2ffc6 url(images/comment_bg.gif) repeat-y 0 0;
	}
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url(images/gravatar.gif) no-repeat;
	}
	img.avatar {
		margin: 7px 0 0 7px;
		border: none;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #030612;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #2f63b3;
	}
	
.comment-text p {
	padding-bottom: 15px;
}

h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url(images/separador_he.png) repeat-x center bottom;
	}

.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	border: 1px solid #32A725;
	padding: 20px;
	background-color: #d2ffc6;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #32A725;
	}

.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	height: 200px;
	}

.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background-color: #A0FB97
	}
.postcomment input#submit:hover {
	background: #e5edff url(images/submit_hover.gif) repeat 0 0;
	}
