/*  
Theme Name: Ipod Noticias
Theme URI: http://www.ipodnoticias.com/
Description: Blog Theme for Ipod Noticias designed and coded by Myles de Bastion & Dmitry Fadeev of <a href="http://www.pixelshell.com">Pixelshell</a>
"<a href="http://www.ipodnoticias.com">Ipod Noticias</a>"
Author: Pixelshell
Author URI: http://www.pixelshell.com

	Theme Copyright Reserved to Ipod Noticias

*/



/* Begin Main Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #f4f8ff url('images/bg_header-sky-gradient.gif') repeat-x top;
	color: #333;
	text-align: center;
}
#page {
	text-align: left;
}
#header {
	background: #fff;
}
#headerimg 	{ 
	margin: 7px 9px 0; 
	padding: 0 0 10px 16px; 
} 
#wrapper {
	clear: both;
	background: #fff url('images/bg_page-side-shadows.gif') repeat-y top;
}
#content p {
	font-size: 1.4em;
	font-family: Verdana, Sans-Serif;
}
#content p a, .entry li a {
	color: #4e74e1;
	font-weight: normal;
	text-decoration: underline;
}
#content p a:hover, .entry li a:hover {
	color: #8aa7fb;
	text-decoration: none;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.8em;
}
.narrowcolumn .postmetadata {
	text-align: left;
	color: #888888;
}
#content p.postmetadata {
	font-family: Arial, Sans-serif;
	font-size: 1.5em;
}
#content p.postmetadata a {
	font-weight: bold;
	color: #ffcc66;
	text-decoration: underline;
}
#content p.postmetadata a:hover {
	text-decoration: none;
	color: #ff9933;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.day {
	font-size: 2.1em;
}
.month {
	font-size: 1.3em;
	font-weight: bold;
}
.year {
	font-size: 1.2em;
}
h1, h2, h3 {
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
}
h1 {
	font-size: 4em;
	text-align: center;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	text-indent: -99999px;
}
.post h2 {
	width: 500px;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: Verdana, Sans-Serif;
	font-size: 2.4em;
	text-align: left;
	color: #ff9933;
}
.widecolumn h2 {
	width: 560px;
}
h2.pagetitle {
	font-size: 1.6em;
	color: #FF9933;
}
#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	float: none;
	color: #fff;
	text-shadow: #576c7d 1px 1px 1px;
}
#sidebar a {
	color: #4E74E1;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #8AA7FB;
}
h3 {
	font-size: 1.8em;
}

.post h3 {color: #ff9933;}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.entry li {
	font-size: 1.3em;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-size: 1.2em;
	font-weight: normal;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #ff9933;
	text-decoration: underline;
}
a:hover {
	color: #ffcc66;
	text-decoration: none;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#footer p a {
	color: #4e74e1;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 auto;
	padding: 0; 
}
#page {
	padding: 0;
	margin: 0 auto;
	margin-top: 8px;
	width: 986px;
}
#header {
	background: none;
	padding: 0; 
	height: 120px; 
}
#headerimg {
	float: left;
	position: relative;
}
.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0 0 -200px 116px;
	width: 500px;
	position: relative;
    z-index: 2;
}
.widecolumn {
	float: left;
	padding: 0;
	margin: 0 0 -200px 56px;
	width: 560px;
	position: relative;
    z-index: 2;
}
.post hr {
	display: block;
}
.entry {
	clear: right;
}
.postmetadata {
	float: left;
	clear: both;
	width: 98%;
	background: url('images/icon_enlace.gif') no-repeat left;
	margin: 12px 0 20px 0;
	padding-left: 32px;
}
.entry p.postmetadata {
	background: none;
}
#footer {
	background: #a3abb1 url('images/bg_footer.gif') repeat-x top; 
	border: none;
	height: 212px;
	padding: 30px 0;
	clear: both;
	position: relative;
}
#footerwrapper {
	width: 986px;
	margin: 0 auto;
	position: relative;
}
#footer p {
	color: #626971;
	width: 500px;
	text-align: left;
	position: relative;
	top: -80px;
	left: 180px;
}
/* End Structure */


/*	Begin Navigation Menubar */
#navigation {
	float: left;
	background: url('images/bg_navigation-menubar.gif') no-repeat top #437eb9;
	width: 986px;
	min-width: 960px;
}
#navigation ul li, #menu_first, #menu_last {
	background: url('images/menubar_separator.gif') no-repeat left;
	float: left;
	list-style-type: none;
	padding: 10px 26px;
	position: relative;
}
#middle_ul {
	float: left;
	margin: 0 0 0 12px;
	padding: 0;
}
#menu_first {
	background: none;
	float: left;
	position: relative;
	left: 13px;
}
#navigation ul li a, #menu_first a, #menu_last a {
	padding-bottom: 10px;
}
#menu_last {
	background: url('images/menubar_separator.gif') no-repeat left;
	position: relative;
	float: right;
	right: 14px;
	width: 125px;
}
#menu_last.active_link {
	background: url('images/menubar_active-menu_last.gif') no-repeat right;
}
#menu_last a:hover, #menu_first a:hover, #navigation ul li a:hover {
	color: #d7ebfe;
}
#navigation a.active_arrow {
	background: url('images/menubar_active-arrow.png') no-repeat center bottom;
}
#navigation a {
	text-decoration: none;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color:#FFF;
	text-shadow: #3d5775 0 -1px 0;
	font-weight: bold;
}
#navigation li.active_link {
	background: url('images/menubar_active.gif') no-repeat left;
}
#menu_first.active_link {
	background: url('images/menubar_active-menu_first.gif') no-repeat left top;
}
/*	End Navigation Menubar */


/*	Begin Headers */
h1 {
	margin: 0;
	text-indent: -99999px;
}
h2 {
	margin: 24px 0 0 0;
}
#content h2 {
	margin: 24px 0 15px 0;
}
h2.pagetitle {
	text-align: left;
	background: url('images/icon_archive.gif') no-repeat top left #fff;
	line-height: 24px;
	padding-left: 32px;
}
#sidebar h2 {
	padding: 24px 0 10px 48px;
	background: url('images/bg_sidebar-h2.gif') no-repeat top left #fff;
	margin-left: -18px;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3#respond {
	color: #666;
	text-align: left;
}
h3#comments {
	padding: 20px 0 0 0;
	margin: 40px auto 20px ;
	clear: both;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
#sidebar p.ads img {
	margin: 0 0 12px 20px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 6px;
	padding-top: 2px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	margin: 2px 12px 6px 2px;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
img.logo_med {
	margin: 10px 20px 0 10px;
}
img.logo_greyscale {
	position: relative;
	left: -350px;
	margin: 0;
}
/* End Images */



/* Begin Lists  */

html>body .entry ul {
	padding: 0 0 0 30px;
	list-style-type: none;
} 
html>body .entry ul li {
	margin: 7px 0 8px 0;
	padding-left: 24px;
	background: url('images/li_bullet.gif') left 2px no-repeat;
}
html>body .entry ol li {
	margin: 7px 0 8px 20px;
	background: none;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar .sidebar_header {
	font-size: 1.3em;
	padding-right: 16px;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul p, #sidebar ul select {
	padding: 0;
	font-family: Verdana, sans-serif;
	color: #3c5d65;
}
#sidebar ul li.recentcomments {
	margin-left: -30px;
	padding: 2px 16px 0 20px;
	font-size: 1.1em;
	background: url('images/li_sidebar-bullet.gif') no-repeat left 4px;
}
#sidebar ul li.cat-item, #sidebar ul.sidebar-list li {
	margin-left: -30px;
	padding: 2px 0 0 20px;
	background: url('images/li_sidebar-bullet.gif') no-repeat left 4px;
}
#sidebar ul li.cat-item a, #sidebar ul.sidebar-list a {
	font-family: Verdana, Sans-serif;
	font-size: 1.2em;
	color: #4e74e1;
	text-decoration: none;
}
#sidebar ul li.cat-item a:hover, #sidebar ul.sidebar-list a:hover {
	color: #8aa7fb;
	text-decoration: underline;
}
#sidebar ul li.recentcomments a {text-decoration:none;}
/* End Entry Lists */



/* Begin Form Elements */

#search {
	float: right;
	background: url('images/bg_search.gif') no-repeat top left;
	width: 330px;
	height: 70px;
	padding: 0 8px 0 0;
	margin: 0 auto;
	margin-top: 40px;
}
#searchform {
	float: right;
	margin: 10px auto;
	padding: 6px 3px; 
	text-align: center;
	}
#searchform #searchsubmit {
	position: relative;
	top: 6px;
	left: -168px;
}
#searchform #s, #sidebar #searchform #s {
	position: relative;
	width: 132px;
	top: 3px;
	left: -13px;
	padding: 5px 2px 0 3px;
	background:transparent none repeat scroll 0%;
	border:medium none;
	color:#afafaf;
	font-size: 1.1em;
	font-family: Tahoma, Sans-Serif;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 10px 0 0 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 1px 0 10px 0;
	margin-left: 626px;
	width: 323px;
}
.widget {
	background: url('images/bg_sidebar-bottoms.gif') #fff bottom left;
	padding: 0 0 18px 18px;
	margin-bottom: -5px;
}
.widgettitle {
	margin-bottom: 20px;
}
#sidebar p {
	margin: 0 0 1px 10px;
}
#sidebar ul {
	margin-bottom: 12px;
}
.widget select {
	width: 196px;
	margin-left: 10px;
}
#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	position: relative;
	left: -30px;
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
.thedate {
	display: block;
	float: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 28px 0 0 -80px;
	padding: 6px 0 0 0;
	width: 52px;
	height: 64px;
	text-align: center;
	color: #fff;
	background: url('images/bg_small.gif') no-repeat top center transparent;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	background: url('images/blockquote.gif') no-repeat top center #fdf7d5;
	margin: 15px 30px 0 18px;
	width: 410px;
	padding: 10px 17px 0 30px;
	color: #000;
	font-style: italic;
	clear: right;
	position: relative; z-index: 1;
}
blockquote h3 {
	margin: 10px 0 0 10px;
}
cite {
	position: relative;
	left: 18px;
	top: -21px;
	background: url('images/cite.gif') no-repeat bottom center #fdf7d5;
	margin: 0;
	height: 48px;
	padding: 12px 44px 0 21px;
	width: 392px;
	display: block;
	text-align: right;
	font-weight: bold;
}
.bq {
	background: url('images/bq_top.gif') no-repeat top center #fdf2b3;
	margin: 15px 30px 0 20px;
	width: 410px;
	padding: 10px 17px 2px 30px;
	color: #000;
	font-style: italic;
}
cite.bq {
	margin: -14px 0 0 20px;
	background: url('images/bq_cite-bottom.gif') no-repeat bottom center #fdf2b3;
	height: 78px;
	padding-left: 30px;
	padding-right: 32px;
	width: 395px;
	display: block;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}
.commentlist {
	color: #666;
}
.commentlist blockquote {
	margin: 0;
}
.commentlist cite {
	text-align: left;
	height: 0;
	margin: 0;
	padding: 0 0 20px 0;
	top: 0;
	left: 0;
	background: none;
	font-size: 1.3em;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.clear {
	background: url('images/bg_clear.gif') no-repeat center top;
	clear: both;
	height: 220px;
	margin: 0;
	position: relative;  
}
.more-link {
	background: url('images/icon_seguir-leyendo.gif') no-repeat left;
	float: left;
	line-height: 24px;
	margin: 24px 0 0 0;
	padding-left: 32px;
	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}
#content a.more-link {
	text-decoration: underline;
	color: #ff9933;
}
#content a.more-link:hover {
	color: #ff9933;
	text-decoration: none;
}
.comments-link {
	background: url('images/icon_comentarios.gif') no-repeat left;
	float: right;
	clear: both;
	line-height: 24px;
	margin: 14px 0 5px 0;
	padding-left: 32px;
	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	color: #ffcc66;
	text-decoration: underline;
}
.enlace-link {
	background: url('images/icon_enlace.gif') no-repeat left;
	float: right;
	clear: left;
	line-height: 24px;
	margin: 14px 0;
	padding-left: 32px;
	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	color: #ffcc66;
	text-decoration: underline;
}
a.enlace-link:hover, a.comments-link:hover {
	color: #ff9933;
	text-decoration: none;
}
.navigation {
	clear: both;
	font-size: 1.4em;
}
.navigation div {
	padding-top: 20px;
	width: 50%;
}
.navigation div.alignleft {
	text-align: left;
	margin: 0;
}
.navigation div.alignright {
	text-align: right;
	margin: 0;
}

/* End Various Tags & Classes*/

.comparativa td {padding: 5px; vertical-align: middle; text-align: left; border-bottom: 1px solid #a1a5a9;border-right: 1px solid #A1A5A9;font-size: 12px;} .comparativa .header {font-size: 11px; background: #F6F6F6;} .comparativa .description {font-size: 11px; vertical-align: bottom; text-align: left;} .comparativa .even {background: #FFFFFF;} .comparativa .odd {background: #F6F6F6;} #compra { padding: 2px; background-color:#FFFF66; text-align: center; } 

#content img {padding:6px;border-top:1px solid #ddd;border-left:1px solid #ddd;border-bottom:1px solid #c0c0c0;border-right:1px solid #c0c0c0;}

.ddop-portada {font-size: 1.2em}
.ddop {font-size: 0.9em}
.trackbacks {font-size: 1.2em}
.caption {font-weight:bold}
.g-top {margin-top:12px}

#content .commentlist img {padding:0px;border:none;}

#content form img, #content img.wp-smiley {padding:0px;border:none;}

img.center, div.center {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important; }

img.alignright, div.alignright {
	float: right;
	margin: 0 0 2px 18px; }

img.alignleft, div.alignleft {
	float: left;
	margin: 0 18px 2px 0; }

div.img div {
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: center;
	background-color: #fffde5;
	border-top: 1px solid #f2f0d9;
	border-bottom: 1px solid #e6e4cf;
	padding: 6px;
	margin-top: 5px; 
	margin-right: -12px;}
	
a.external
{
	background: url(/wordpress/wp-content/plugins/sem-external-links/external.png) center right no-repeat;
	padding-right: 13px;
}

/* Begin Comments CSS */

.commentlist li {
	background: url(images/li_comments_bg.png) no-repeat bottom;
}
.commentlist li cite {
	display: block;
	background: url(images/li_comments_bg.png) no-repeat top;
	width: 464px;
	height: 10px;
	padding: 12px 18px;
	margin: -10px 0 5px -10px;
}
.commentlist li .commentmetadata {
	padding: 0 12px;
}
.commentlist li {
        width: 480px;
}
.commentlist li p {
 	position: relative;
 	left: -10px;
 	width: 456px;
 	background: transparent url(images/p_comments_bg.png) repeat-y scroll center center;
 	padding: 0 22px 8px;
}
.commentlist li .commentmetadata {
	position: relative;
 	left: -10px;
 	top: -16px;
 	width: 456px;
 	background:transparent url(images/p_comments_bg.png) repeat-y scroll center center;
 	padding: 0 22px 22px;
 	margin-bottom: -30px;
}

/* End Comments CSS */

#content div.sociable { margin: 16px 0; background-color:#FFEEA8; }

#content span.sociable_tagline { position: relative; }
#content span.sociable_tagline span { display: none; width: 14em; }
#content span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
#content .sociable span {
	display: block;
}
#content .sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
#content .sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
#content .sociable ul li:before { content: ""; }
#content .sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

#content .sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
#content .sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.sociable a.external
{
	background: none;
	padding-right: 2px;
}


