/*  
Theme Name: Jes&uacute;s Amieiro v2 r1
Theme URI: http://www.jesusamieiro.com/
Description: Jes&uacute;s Amieiro Theme for Wordpress
Version: 2.1
Author: Jes&uacute;s Amieiro
Author URI: http://www.jesusamieiro.com/
*/

/*-- RESET --*/
html,body,div,pre,form,fieldset,input,label,h1,h2,h3,h4,h5,h6,p,textarea,ul,ol,li,dl,dt,dd,blockquote,th,td { margin: 0; padding: 0; font-weight: normal; font-style: normal; }

/*-- GLOBAL --*/
body { background: url(images/bg-global.jpg) top repeat-x;font-family: "Lucida Grande", Arial, Helvetica, sans-serif; font-size: 14px; color: #666666; }

/*-- styles, colors & formatting --*/
h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; font-weight:bold; color: #3b4c58}
a:link, a:active, a:visited { text-decoration: underline; color: #a9c82e; outline: none; }
a:hover	{ background: #a9c82e; color: #fff; text-decoration: none; }
a img, a:active img, a:visited img, a:hover img {background:none; border:none; outline: none;}
small { font-size: 75%; }
strong { background: #f2f2f2; }
code, pre { font-family: monospace;	font-size: 11px; color: #333; }
.mediumgray { color: #2b4254; }
.lightgray { color: #aaa; }
.green { color: #a9c82e; }
.right { float: right; }
.left { float: left; }
.center { margin: 0 auto; text-align: center; }

/*-- CABECERA --*/
#topsection { width: 980px; 
			height: 92px; 
			margin: 0px auto; }
#header { height: 82px; 
		margin: 0 auto; 
		background: url(images/logo-top.jpg) no-repeat; }

#header-img {	
	/*background-image: url(images/rss-logo64.png);*/
	width:350px;
	height:64px;
	float:right;
	margin-top:80px;
	padding-top:0px;
	margin-right:0px;
	border:none; 
	outline: none;
}

#header-img a:hover {
background-color:transparent; 
}

/*---- BARRA DE NAVEGACIÓN HORIZONTAL. MENÚ SUPERIOR ----*/

#navbar { height: 36px; 
		width: 400px; 
		margin: 0 auto; 
		border: 0px solid #3b4c58;
		margin-top:89px;
		float:left;
		border: 0px solid #000;} 	
#navbar ul { height: 36px; 
		line-height: 28px; 
		list-style: none; 
		font-size: 12px;}
#navbar li { display: inline; 
		margin: 0px;
		height: 36px;
		/*list-style-type: none; */
		text-align: center; 
		padding: 0 9px; }
#navbar li a:link, #navbar li a:active, #navbar li a:visited { color: #3b4c58; 
		height: 36px;
		padding: 8px 15px 15px 15px; 
		text-decoration: none; 
		text-transform: uppercase; }
/*Hack for Opera */ 
.opera  { color: #3b4c58; 
		background: none; 
		text-decoration: underline; }
/*Hack for IE */ 
.ie #navbar li a:hover { color: #3b4c58; 
		background: none; 
		text-decoration: underline; }
#navbar li a:hover { color: #fff; 
		height: 36px;
		background: url(images/bg-navbar.jpg) top repeat-x; 
		/*-moz-border-radius: 12px; 
		-webkit-border-radius: 9px; */}

/*-- COLUMNA PRINCIPAL, EN LA QUE APARECEN LA LISTA DE POSTS Y LOS POSTS INDIVIDUALES --*/
#maincolumn { width: 980px; 
		margin: 0 auto; }
#content { float: left; 
		width: 640px; }
.content-spacer { display: block; 
		clear: both; 
		height: 50px; }

/*---- entry post ----*/
.entry { float: left; width: 610px; overflow: hidden; margin-bottom: 30px; background: url(images/bg-entry.jpg) bottom repeat-x; border: 1px solid #e2e2e2; padding: 20px 14px 8px 18px; }
.entry h2 a:link, .entry h2 a:visited, .entry h2 a:active { text-decoration: none; /*color:#3b4c58;*/ color: #3b4c58; font-size: 120%; letter-spacing: -1px; }
.entry h2 a:hover { background: none; }
.entry .pagetitle { color: #a9c82e; }
.entry p { line-height: 22px; margin-bottom: 15px; }
.entry p small { line-height: 18px; }
.entry ul { list-style-type: square; margin: 0 0 15px 15px; line-height: 22px; }
.entry ol { margin: 0 0 15px 20px; line-height: 22px; }
ul.entry-list { margin-top: -15px; }
.related-posts ul { list-style-type: decimal; padding-left: 10px; }

/*---- entry page ----*/
.entry-archive-header { margin: 20px 0 10px; border: 1px solid #e2e2e2; padding: 12px; }
.entry-archive-header h2 { color: #a9c82e; }
.entry-archive-header p { line-height: 18px; color: #aaa; font-size: 90%; }
.entry-archive { float: left; width: 610px; overflow: hidden; margin-bottom: 30px; background: url(images/bg-entry.jpg) bottom repeat-x; border: 1px solid #e2e2e2; padding: 20px 14px 8px; }
.entry-archive h3 a:link, .entry-archive h3 a:visited, .entry-archive h3 a:active { text-decoration: none; color: #2b4254; font-size: 120%; letter-spacing: -1px; }
.entry-archive h3 a:hover { background: none; }

/*---- meta & extras for posts & pages ----*/
.meta-category a:link, .meta-category a:visited, .meta-category a:active, .meta-category a:hover { font-size: 80%; 
		color: #fff; 
		text-transform: uppercase; 
		text-decoration: none; 
		padding: 3px 6px; 
		background: #a9c82e; 
		/*-moz-border-radius: 3px; -webkit-border-radius: 3px; */
		line-height: 18px; }
.meta-category a:hover { background: #c4c4c4; color: #fff; }
.meta-date-home { font-size: 85%; color: #a9c82e; margin-bottom: 16px; display: block; }
.meta-date { font-size: 85%; color: #a4a4a4; margin-bottom: 28px; display: block; }
.meta-comment { width: 80px; float: left; }
.meta-number-comments { width: 120px; float: left; display: inline; overflow: hidden; font-size: 90%; margin: 10px 0px 0px 10px; background: #fff; color: #2b4254; padding: 3px 6px; text-decoration: none;}
.meta-share { width: 85px; float: left; margin-left: 6px; }
.meta-edit { width: 85px; float: left; margin-left: 6px; }
.meta-share a:link, .meta-share a:visited, .meta-share a:active, .meta-comment a:link, .meta-comment a:visited, .meta-comment a:active, .meta-edit a:link, .meta-edit a:visited, .meta-edit a:active { float: left; display: inline; overflow: hidden; font-size: 80%; margin: 10px 0; background: #ccc; /*-moz-border-radius: 3px; -webkit-border-radius: 3px; */ text-transform: uppercase; color: #fff; padding: 3px 6px; text-decoration: none; }
.meta-share a:hover, .meta-comment a:hover, .meta-edit a:hover { background: #a9c82e; color: #fff; }
.meta-tags { float: right; display: inline; overflow: hidden; font-size: 80%; margin: 10px 0; }
.meta-tags span a:link, .meta-tags span a:visited, .meta-tags span a:active { padding: 3px 6px; background: #ccc; /* -moz-border-radius: 4px; -webkit-border-radius: 4px; */line-height: 18px;  text-transform: uppercase; color: #fff; margin-right: 4px; }
.meta-tags span a:hover { background: #a9c82e; color: #fff; text-decoration: none; }
.meta-tags a:link, .meta-tags a:visited, .meta-tags a:active { color: #2b4254; text-decoration: none; }
.meta-tags a:hover { text-decoration: underline; background: none; }
.voteit { float: right; }
.voteit-header { max-width: 60px; background: #888 url(images/bg-votehd.jpg) bottom repeat-x; color: #fff; /*-moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; */text-transform: uppercase; font-size: 80%; text-align: center; display: 
block; padding: 3px 0; margin-left: 2px; }
	.ie .voteit-header { width: 60px; }

/*---- minipost ----*/
.minipost  { float: left; width: 610px; overflow: hidden; margin-bottom: 30px; border: 1px dashed #ccc; padding: 10px 14px 8px; }
.minipost p { line-height: 22px; margin-top: 3px; }
.mini-date { font-size: 85%; color: #aaa; }

/*---- tag cloud page ----*/
.tag-cloud p { margin-top: 20px; line-height: 38px; }
.tag-cloud a:link, .tag-cloud a:visited, .tag-cloud a:active { padding-right: 10px; color: #2b4254; text-decoration: none; }
.tag-cloud a:hover { background: none; text-decoration: underline; color: #a9c82e; }

/*---- browse for more posts ----*/
.navigation { text-align: center; margin: -10px 0 90px 0; }
.pagebar { float: left; color: #2b4254; margin: 10px 0; }
.pagebar a:link, .pagebar a:visited, .pagebar a:active { color: #2b4254; border: 1px solid #ddd; text-decoration: none; padding: 4px 8px; outline: none; }
	.ie .pagebar a:link, .pagebar a:visited, .pagebar a:active { line-height: 28px; height: 28px; }
.pagebar .this-page { border: 1px solid #a9c82e; padding: 4px 6px; font-weight: bold; background: #a9c82e; color: #fff; }
.pagebar a:hover { color: #777; border-color: #a9c82e; background: #eee; outline: none; }
.pagebar .inactive { border: 1px solid #ddd; color: #ccc; text-decoration: none; padding: 0.2em 0.5em; }

/*---- legacy styles ----*/
p.cita, p.curiosidad { display:block; background:url(images/ico-quote.gif) no-repeat left top; font: 28px Helvetica, Arial, sans-serif; letter-spacing: -1px; color: #2b4254; line-height: 32px; margin: 20px; padding:10px 20px 0 40px; }
/*blockquote { background: #f2f2f2; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; text-align: center; padding: 5px 20px; }  */
blockquote {
 color: #999;
 font-weight: bold;
 background: url(images/comilla01.gif);
 background-repeat:no-repeat;
 margin-left: 5px;
 padding-left: 50px;
 padding-top: 20px;
 padding-right: 40px;
 padding-bottom: 15px;
}

/*-- SIDEBAR --*/
#sidebar { float: right; width: 320px; }
#sidebar a:link, #sidebar a:visited, #sidebar a:active { color: #777; text-decoration: none; }
#sidebar a:hover { background: none; color: #333; text-decoration: underline; }
#sidebar-content { float: left; width: 320px; overflow: hidden; }
#sidebar-content h2 { background: url(images/bg-sidebar-header.jpg) bottom repeat-x; border: 1px solid #ddd; height: 26px; line-height: 26px; padding: 10px 0 4px 15px; font-size: 110%; }
#sidebar-content ul { list-style-type: none; }
#sidebar-content ul li { list-style-type: none;  padding: 0; }
#sidebar-content ul li ul { border: 1px solid #e2e2e2; border-top: none; border-bottom: none; }
#sidebar-content ul li ul li { list-style-type: none; border: 0; }
#sidebar-content ul li ul li a:link, #sidebar-content ul li ul li a:visited, #sidebar-content ul li ul li a:active { display: block; text-indent: 15px; line-height: 38px; border-bottom: 1px solid #e2e2e2; }
	.ie #sidebar-content ul li ul li a:link, #sidebar-content ul li ul li a:visited, #sidebar-content ul li ul li a:active { height: 38px; }
#sidebar-content ul li ul li a:hover { background: url(images/bg-sidebar-header.jpg) bottom repeat-x; text-decoration: none; }
.sidebar-spacer { display: block; clear: both; height: 30px; }

.espacio { display: block; clear: both; height: 10px; }
.espacio-lateral { display: block; clear: both; height: 30px; }

/*---- content tabs ----*/
.sidebar-author { color: #333; }
.domtab { margin-bottom: 35px; font-size: 90%; }
.domtab h3 { border-bottom: 1px dotted #ccc; margin-bottom: 6px; }
	.ie .domtab h3 { border-bottom: 1px solid #e6e6e6; }
.domtabs { float: left; width: 330px; }
.domtabs li { float: left; text-align: center; margin: 0 0 12px; line-height: 22px; }
.domtabs li a:link, .domtabs li a:visited, .domtabs li a:active { width: 90px; padding: 3px; display: block;
border: 1px solid #e2e2e2; color: #777; height: 24px; line-height: 24px; text-decoration: none; margin-right: 12px; }
.domtabs li a:hover { background: #eee; text-decoration: none; }
.domtab div { width: 305px; clear: both; border: 1px solid #e2e2e2; background: url(images/bg-sidebar-box.jpg) bottom repeat-x; padding: 12px 6px; }
.domtabs li.active a:link, .domtabs .active a:visited, .domtabs li.active a:active, .domtabs li.active a:hover {
border: 1px solid #ccc; background: url(images/bg-tabs.jpg) bottom repeat-x; }
ul.latest-content li { line-height: 22px; margin-left: 8px; }

/*---- Nube de etiquetas ----*/
#nube { margin: 0 0 35px 6px; border: 1px solid #ddd;}
#nube a:link {text-decoration:none; color: #777} 
#nube a:visited, #nube a:active, #nube a:hover { text-decoration: underline; color: #3b4c58; }
#nube ul {margin:6px;}


/*---- twitter updates ----*/
#twitter { margin: 0 0 35px 6px; border: 1px solid #ddd; }
#twitter h3  { background: url(images/bg-sidebar-header.jpg) bottom repeat-x; border-bottom: 1px solid #ddd; height: 26px; line-height: 26px; padding: 10px 0 4px 12px; font-size: 120%; letter-spacing: -1px; }
#twitter p { background: url(images/tweet.gif) top left no-repeat; padding: 10px 6px 10px 32px; font-size: 12px; line-height: 18px; }
#twitter p.more { background: none; padding-bottom: 10px; font-size: 11px; color: #777; }
#twitter a:link, #twitter a:visited, #twitter a:active { text-decoration: underline; color: #3b4c58; }
#twitter a:hover { text-decoration: none; color: #777; }

/*-- COMMENTS --*/
/*---- outer comments ----*/

.cuadroComentarios {padding-top:15px;}

#comments { padding-left: 15px; }
.bubble { background: url(images/bubble.gif) 0px 0px no-repeat; float: right; height: 35px; padding: 4px 10px 0 0; text-align: center; width: 45px; }
.bubble .count a:link, .bubble .count a:visited, .bubble .count a:active { font-size: 16px; letter-spacing: -2px; font-weight: bold; color: #fff; text-decoration: none; }
.bubble .count a:hover { background: none; text-decoration: none; }

.comment-cloud ul { list-style-type: square; margin: 10px 0 0 0; }
.comment-cloud li { margin: 0 0 16px 0; font-size: 110%; display: block; border: 1px solid #ddd; padding: 8px 6px; background: #f8f8f8; }
.comment-cloud li a:link, .comment-cloud li a:visited, .comment-cloud li a:active { text-decoration: none; display: block; color: #2b4254; }
.comment-cloud li a:hover { color: #333; background: none; }
.comment-cloud strong { background: none; }

/*---- inner comments ----*/
.commentlist { background: url(images/bg-comments.jpg) top repeat-x; }
.comment-list { font-size: 90%; }
.comment-list li { display: block; list-style: none; border-bottom: 1px solid #ddd; padding: 15px 8px 15px 2px; }
.comment-list h2.comment-list-head { font-size: 150%; display: block; padding: 0 15px 15px; }
.comment-list .mycomment { background: #eee; border-top: 1px solid #f8f8f8; }
.comment-list .alt { background: url(images/bg-comment.jpg) bottom repeat-x; }
.comment-content { margin-left: 90px; display: block; min-height: 90px; }
	.ie .comment-content { height: 90px; overflow: visible; }
.comment-content p { line-height: 20px; color: #3b4c58; }
.comment-gravatar { float: left; margin: 0 10px 3px 0; padding: 2px; text-align: center; max-width: 60px; line-height: 12px; }
.comment-gravatar img { border: 1px solid #ddd; }
.comment-gravatar a:link, .comment-gravatar a:visited, .comment-gravatar a:active { color: #3b4c58; }
.comment-gravatar a:hover { background: none; color: #3b4c58; text-decoration: none; }
.comment-count { display: block; text-align: right; font: 120% Helvetica, Sans-Serif; color: #ddd; letter-spacing: -1px; }
.comment-quoted p { text-align: left; color: #aaa; font-style: italic; margin-bottom: -2px; line-height: 18px; }
.trackback-list { border-top: 1px solid #fff; margin: 10px 0 1px; padding: 15px; }
.trackback-list li { list-style-type: decimal; padding: 0 0 2px; margin: 0 0 5px 25px; }
.trackback-list h2.trackback-list-head { font-size: 140%; display: block; padding: 5px 15px 15px 0; }
.comment-tools { display: block; text-align: right; height: 5px; line-height: 10px; margin-bottom: 0; }
	.ie .comment-tools { height: 16px; line-height: 16px; }
.comment-tools a:link, .comment-tools a:active, .comment-tools a:visited  { font-size: 70%; margin: 0; background: #ccc; /*-moz-border-radius: 3px; -webkit-border-radius: 3px; */text-transform: uppercase; color: #fff; padding: 2px 4px; text-decoration: none; margin-right: 5px; }
.comment-tools a:hover { background: #a9c82e; color: #fff; }
.comment-livepreview { clear: both; margin-top: 25px; margin-left: -5px; padding: 12px; background: url(images/bg-comments.jpg) top repeat-x; width: 560px; }
.comment-closed { width: 590px; color: #79b335; margin: 20px 20px; border: 1px dashed #bbb; background: url(images/bg-comment.jpg) bottom repeat-x; }
.comment-closed p { padding: 8px; }

/*-- FOOTER --*/
#clearline { width: 100%; border-bottom: 1px solid #000; float: left; margin-top: 30px; }
#footer { background: url(images/bg-footer.jpg) bottom repeat-x; height: 100px !important; clear: both; padding: 40px 0 20px; text-align: center; font-size: 90%; }
#footer a:link, #footer a:active, #footer a:visited, #footer a:hover { text-decoration: underline; color: #777; background: none; }
#footer p { line-height: 22px; }

/*-- FORMS --*/
/*---- comment forms ----*/
#comment-form { padding: 25px 5px 1px 20px; }
#comment-form label, #comment-form input [type=text] { display: block; float: left; margin-bottom: 10px; }
#comment-form label { width: 180px; text-align: right; margin-right: 6px; }
#comment-form p { margin: 5px 0; clear: left; }
#comment-form input { width: 354px; margin: 0 5px 10px 0; padding: 8px; background: url(images/bg-form.jpg) top repeat-x; border: 1px solid #ddd; font-size: 105%; font-family: Helvetica, Arial; color: #777; }
#comment-form textarea { width: 540px; margin: 0 0 10px; padding: 8px; background: url(images/bg-form.jpg) top repeat-x; border: 1px solid #ddd; font-size: 105%; font-family: Helvetica, Arial; line-height: 22px; color: #777; }
#comment-form #submit { display: block; margin: 0 auto; background: #a9c82e; color: #fff; /*-moz-border-radius: 6px; -webkit-border-radius: 6px; */}

/*---- searchform ----*/
#searchform { height: 46px; }
input#s { color: #999; width: 260px; height: 33px; background: url(images/bg-search.jpg) no-repeat; border: 0; padding: 2px 0 0 26px; }
	.gecko input#s { color: #999; width: 260px; height: 33px; background: url(images/bg-search.jpg) no-repeat; border: 0; padding: 10px 0 4px 26px; }
	.ie input#s { color: #999; width: 260px; height: 33px; background: url(images/bg-search.jpg) no-repeat; border: 0; padding: 8px 0 4px 26px; }
input#searchsubmit { border: 1px solid #aaa; background: transparent; padding: 4px 6px; text-transform: uppercase; font-size: 70%; color: #3b4c58; }