/*   
Theme Name: Gadget
Theme URI: http://www.themejam.com
Description: A bold and sleek blog theme with social media integration.
Author: ThemeJam
Author URI: http://www.themejam.com
Version: 1.2
Tags: Gadget, Two Column, Social Media, Style options
*/

@import url(styles/reset.css);

body {
	font-size: 14px;
	font-family: arial, sans-serif;
	line-height: 1.5em;
	background: url(images/bg.jpg);
}
	
/* clearfix 
=================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


	
/* end clearfix */


	
/* General styles 
=================================*/
a {
	text-decoration: none;
	color: #9e0003;
}

a:hover {
	text-decoration: underline;
	color: #323232;
}

p {
	margin: 0 0 1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1em;
}

h1,h3,h4 {
	margin: 0 0 1em;
}

textarea,input {
	font-size: 13px;
	font-family: arial, sans-serif;
}


	
/* Layout 
=================================*/

#wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#main {
	float: left;
	width: 600px;
	margin: 0 20px 0 0;
}

#sidebar {
float:left;
padding:0 20px 30px;
width:340px;
}

#footer {
	clear: both;
}


	
/* Header
=================================*/

#header {
	width: 1020px;
	margin: 0 auto;
	height: 154px;
	padding: 1px 0 0;
}

#branding {
	float: left;
	padding: 0 0 0;
	font-size: 2em;
margin:35px 0;
width:20px;
}

#header #search {
	background: url(styles/black-orange/search-icon.gif) top left no-repeat #707070;
	background-position: 6px 3px;
	float: right;
	margin: 0 0 38px 15px;
	padding: 0 5px 0 31px;
	height: 30px;
}

#header #search input {
	width: 200px;
	height: 14px;
	background: #acacac;
	border: 1px solid #000;
	padding: 5px;
	color: #fff;
}

#header .secondary-nav {
	float: right;
}

#header .secondary-nav ul li {
	float: right;
	margin: 0 0 0 15px;
	padding: 4px 0 0;
}

#header .secondary-nav ul li a {
	color: #898989;
}

#header .secondary-nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#header .main-nav ul {
	clear: both;
	position: absolute;
	top: 127px;
	z-index: 10;
}


	
/* Main nav dropdown menu
=================================*/

.main-nav ul {
	position: absolute;
	z-index: 10;
}

.main-nav li:hover {
	visibility: inherit;
}

.main-nav li {
	float: left;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 12px 0 0;
	text-shadow: 1px 1px 1px #000;
}

.main-nav a {
	display: block;
	position: relative;
	color: #fff !important;
}

.main-nav ul ul li {
	float: none;
	margin: 0;
	text-shadow: none;
}

#header .main-nav li:hover ul,
#header .main-nav li.sfHover ul {
	left: 0;
	top: 2.5em;
	z-index: 99;
}

#header .main-nav ul li:hover li ul,
#header .main-nav ul li.sfHover li ul {
	top: -999em;
}

#header .main-nav ul li li:hover ul,
#header .main-nav ul li li.sfHover ul {
	top: 0;
}

#header .main-nav ul li li:hover li ul,
#header .main-nav ul li li.sfHover li ul {
	top: -999em;
}

#header .main-nav ul li li li:hover ul,
#header .main-nav ul li li li.sfHover ul {
	top: 0;
}

#header .main-nav ul ul,
#header .main-nav ul li li:hover ul,
#header .main-nav ul li li.sfHover ul,
#header .main-nav ul li li li:hover ul,
#header .main-nav ul li li li.sfHover ul {
	width: 150px; /* Set the sub menu width */
	left: 150px; /* must match width value */
}

.main-nav {
	margin: 1px 0 0 0;
}

.main-nav a {
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
}

.main-nav li ul {
	margin: -7px 0 0 0;
	border: 2px solid #b70202;
	border-bottom: 2px solid #b70202;
	border-top: none;
	background: #980201;
}

#header .main-nav li ul ul {
	margin: -4px 0 0 0;
	border-top: 2px solid #b70202;
}

.main-nav li li {
	padding: 0;
	background: #980201;
}

.main-nav li:hover,
.main-nav li.sfHover,
.main-nav a:focus,
.main-nav a:hover,
.main-nav a:active,
.main-nav li:hover a {
	outline: 0;
	color: #980201;
}

.main-nav li:hover li a {
	color: #000;
	text-transform: none;
	font-weight: normal;
	border-bottom: 1px solid #b70202;
}

.main-nav li:hover li a:hover {
	text-decoration: underline;
	font-weight: bold;
}
	
.main-nav li a.sf-with-ul {
	min-width: 1px;
	background: url(images/nav-arrow-down-off.png) top right no-repeat;
	padding: 5px 15px 5px 10px;
}

.main-nav li a.sf-with-ul:hover,
.main-nav li:hover a.sf-with-ul {
	background: url(images/arrow-down-on.png) top right no-repeat;
}

.main-nav li:hover li a.sf-with-ul {
	background: url(styles/black-orange/nav-arrow-right.gif) top right no-repeat;
}
 

	
/* Content
=================================*/

#container {
	width: 1000px;
	background: #fff;
	padding: 20px 0 0 20px;
}

#feature {
	clear: both;
	height: 240px;
	width: 840px;
	padding: 40px 70px 0 70px;
	margin: 0 0 2em 0;
	background: #fafafa;
	border: 1px solid #e0e0e0;
	position: relative;
}

#feature-slides,
#feature .slide {
	width: 800px !important;
	height: 198px !important;
	position: relative;
}

#feature .feature-content {
	float: left;
	width: 450px;
	margin: 0 27px 0 0;
}

#feature .feature-img {
	float: left;
}

#feature .feature-img a img {
	border: 4px solid #393939;
}

#feature .feature-img a:hover img {
	border: 4px solid #ccc;
}

#feature h2 {
	font-size: 2.143em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 .2em 0;
	padding: .1em 0 0 0;
	line-height: 1.1em;
}

#feature p {
	font-size: 1.143em;
	color: #393939;
	margin: 0 0 1em 0;
}

#feature-slides p.read-more {
	position: absolute;
	top: 168px;
	left: 0;
	background: url(../images/read-more-arrow.png) top left no-repeat #9c0000;
	background-position: 102px 10px;
}

a#prev,
a#next {
	position: absolute;
	display: block;
	width: 40px;
	height: 198px;
	top: 48px;
	z-index: 20;
}

a#prev {
	background: url(images/feature-prev.jpg) top left no-repeat;
	left: -1px;
}

a#next {
	background: url(images/feature-next.jpg) top left no-repeat;
	right: -1px;
}

a#prev:hover,
a#next:hover {
	background-position: -40px 0;
}

a#prev:active,
a#next:active {
	background-position: -80px 0;
}

p.read-more a {
	display: block;
	width: 100px;
	background: url(images/read-more-arrow.png) top left no-repeat #9e0003;
	background-position: 102px 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	padding: 3px 5px 3px 9px;
	clear: both;
}

p.read-more a:hover {
	background: url(images/read-more-arrow.png) top left no-repeat #393939;
	background-position: 102px 10px;
	text-decoration: none;
}

p.read-more a:active {
	padding: 4px 4px 2px 10px;
}

button {
	display: block;
	width: 100px;
	background: #9c0000;
	background-position: 102px 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	padding: 3px 5px 3px 9px;
	clear: both;
	border: none;
	cursor: pointer;
}

button:hover {
	background: #393939;
	background-position: 102px 10px;
	text-decoration: none;
}

button:active {
	padding: 4px 4px 2px 10px;
}

#main .post {
	position: relative;
	border-bottom: 1px dotted #898989;
	margin: 0 0 2em 0;
	padding: 0 0 1em 0;
    width:600px;
	}

.single #main .post, 
.page #main .post {
	border: none;
}

#main .post .comment-count {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 26px;
}

#main .post .comment-count a {
	display: block;
	width: 100px;
	height: 24px;
	padding: 2px 0 0 1px;
	background: url(images/icon-comments.jpg) top left no-repeat;
	text-align: center;
	font-size: .929em;
	font-weight: bold;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 2px 5px;
	background: #f5f5f5;
	border: 1px solid #dfdfdf;
	font-size: .857em;
	font-style: italic;
	color: #707070;
}

.wp-pagenavi span.current {
	color: #fff;
	background: #ff7600;
	border: 1px solid #ff7600;
}
	
/* Entry Content
=================================*/

h2.entry-title {
	font-size: 1.7em;
	font-weight: bold;
	margin: 0 0 .2em 0;
	width: 600px;
	line-height: 1.1em;
}

h1.entry-title {
	font-size: 2.143em;
	font-weight: bold;
	margin: 0 0 .3em 0;
	letter-spacing: -1px;
	line-height: 1.1em;
	color: #9c0000;
}

.page h1.entry-title {
	margin: 0 0 1em 0;
}

.archive h1.pagetitle,
.search-results h1.pagetitle {
	font-size: 1em;
	text-align: center;
	font-style: italic;
}

.search-results .page .comment-count {
	display: none;
}

.entry-meta-before {
	border-bottom: 1px dotted #898989;
	font-weight: bold;
	font-size: .857em;
	margin: 0 0 1.5em 0;
}

.entry-meta-before #byline {
	float: left;
	color: #898989;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .857em;
}

.entry-meta-before #comments-top a {
	float: right;
	color: #9c0000;
}

.entry-content {
color:#707070;
text-align:left;
margin-top:20px;
}

.post .entry-content h1 {
	font-size: 2em;
	font-weight: bold;
	color: #9C0000;
}

.entry-content h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #9C0000;
}

.entry-content h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #9C0000;
}

.entry-content h4,
.entry-content h5,
.entry-content h6  {
	color: #9C0000;
}

.entry-content ul {
	list-style: none;
	margin: 0 0 1.5em 2.5em;
}

.entry-content ul li {
	background-position: 0 7px;
	padding: 0 0 0 20px;
	margin: 0 0 .3em 0;
}

.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ol {
	list-style: decimal;
	margin: 0 0 1.5em 2.5em;
}

.entry-content ol ol {
	margin-bottom: 0;
}

.entry-content img {
	border: 3px solid #d7d7d7;
}

.entry-content .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.entry-content .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.entry-content .aligncenter,
.entry-content .center {
display:block;
margin:0 auto 15px;
text-align:center;
}

p.wp-caption-text {
	margin: 0;
	font-size: .857em;
	font-style: italic;
	text-align: center;
}

.entry-content blockquote {
	padding: 0 15px 0 10px;
	font-style: italic;
	border-left: 4px solid #FF7600;
}

.entry-content cite {
	text-align: right;
	display: block;
	font-weight: bold;
	padding: 0 10px 10px 0;
	margin: 0 20px 1.5em 0;
}

#fblike {
width: 300px;
}
	
/* Comments
=================================*/

h3#comments,
#respond h3 {
	font-weight: bold;
	font-size: 1.286em;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #898989;
}

.comment-text {
font-size: 12px;
}

.comment-body {
	position: relative;
}

.comment-body .reply {
	position: absolute;
	top: 0;
	right: 0;
}

.comment-body .reply a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .857em;
	color: #9E0003;
}

.comment-author {
color:#000000;
font-size:15px;
font-weight:bold;
}



.comment-author .comment-date a {
	font-size: .7em;
	font-weight: bold;
	color: #898989;
}

.commentlist li {
	margin: 0 0 1.5em;
	background: #f5f5f5;
	border: 1px solid #dfdfdf;
	padding: 10px;
}

.commentlist li#blank {
	visibility: none;
	background: none;
	border: none;
	padding: 0;
}

.children li {
	padding-bottom: 0;
}

.commentlist li li {
	padding: 10px 0 0 0;
	border: none;
	border-top: 1px dotted #898989;
}

.commentlist ul.children {
	margin: 0 0 0 1.5em;
	padding: 1.5em 0 0;
}

.comment-avatar {
border:4px solid #C5C5C5;
float:left;
height:50px;
margin:0 10px 0 0;
width:50px;
}

.comment-content {
	float: left;
	width: 500px;
}

.children .comment-content { width: 480px; }
.children .children .comment-content { width: 460px; }
.children .children .children .comment-content { width: 440px; }
.children .children .children .children .comment-content { width: 420px; }
.children .children .children .children .children .comment-content { width: 400px; }

#commentform textarea,
#commentform input {
	border: 1px solid #898989;
	padding: 4px;
}

#commentform label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .857em;
	color: #898989;
	padding: 0 0 0 5px;
}

#commentform label span {
	font-weight: normal;
	font-style: italic;
	font-size: .8em;
}

#commentform textarea {
	width: 612px;
}

#commentform input#submit {
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	padding: 5px 8px 4px 8px;
	cursor: pointer;
	background: #9e0003;
}


/* Sidebar
=================================*/

#sidebar h2 {
border-bottom:1px solid;
color:#9E0003;
padding-bottom:2px;
margin-bottom:10px;
}

#sidebar ul a {
color: #414141;
}

#cats li {
float:left;
width:49%;
border-bottom: #dfdfdf 0px solid;
}

.box {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	padding: 5px 0 10px 0;
	margin: 0 0 1.5em 0;
}

.box h4 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .929em;
	letter-spacing: 3px;
	background: url(styles/black-orange/box-header-line.gif) center left repeat-x;
	color: #ff7600;
}

.box h4 span {
	background: #f5f5f5;
	padding: 0 10px;
}

.box li,
.box div,
.box #searchform {
	margin: 0 10px 5px 10px;
}

.box table {
	margin: 0 auto;
}

.box.widget_categories li,
.box.widget_archive li {
	float: left;
	width: 130px;
	line-height: 1.4em;
	margin: 0 0 5px 15px;
	font-size: .929em;
}

.box.widget_categories li a,
.box.widget_archive li a {
	display: block;
	background: url(images/icon-paper.gif) top left no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 18px;
}

#searchform input {
	margin: 0 0 8px 0;
}

.ads {
margin: auto;
padding-top:10px;
}

.ads img {
border:1px solid #F5F5F5;
height:125px;
margin:0 18px 15px;
padding:3px;
width:125px;
}


#social { 
 height: 50px;
    padding-top: 13px;
}

#social ul li a.facebook { background: url('http://artegami.com/wp-content/uploads/2011/03/facebook.png') no-repeat 0 0;}
#social ul li a.twitter { background: url('http://artegami.com/wp-content/uploads/2011/03/twitter.png') no-repeat 0 0;}
#social ul li a.juegos { background: url('http://artegami.com/wp-content/uploads/2011/03/juegos.png') no-repeat 0 0}
#social ul li a.rss { background: url('http://artegami.com/wp-content/uploads/2011/03/feed.png') no-repeat 0 0}


#social ul li a span { display: none; }
#social ul li a {   display: block;
    height: 50px;
    width: 50px; }
#social ul li {    float: left;
    margin-left: 20px;
    width: 55px;}


.sides {
background:none repeat scroll 0 0 #f4f4f4;
border:1px solid #ededed;
margin:10px auto;
padding:10px;
width:300px;
}


/* Footer
=================================*/

#footer {
	width: 1000px;
	background: url(images/bg-page-bottom.png) top center no-repeat #9C0000;
	padding: 10px;
	text-align: center;
	color: #fff;
font-size: 11px;
}

#footer span {
font-family: arial;
font-size: 11px;
color: #fff;
}

#footer a {
text-decoration:underline;
color: #fff;
font-size: 11px;
}


/* Paginacion
=================================*/

div.pagination {
padding: 3px;
margin:3px 0 20px;
text-align:center;
}

div.pagination a {
border: 1px solid #dedfde;
margin-right:3px;
padding:2px 6px;
background-position:bottom;
text-decoration: none;
color: #707070;
}
div.pagination a:hover, div.meneame a:active {
border: 1px solid #000;
background-image:none;
background-color:#707070;
color: #fff;
}
div.pagination span.current {
margin-right:3px;
padding:2px 6px;
font-weight: bold;
color: #9E0003;
}
div.pagination span.disabled {
margin-right:3px;
padding:2px 6px;
color: #707070;
}


/* Error
=================================*/

.error404 {
font-family:arial;
color: #707070;
}

.error404 h1 {
text-align: center;
}

.errorultimos {
padding-top:20px;
text-align:left;
width:550px;
}

.errorultimos a {
text-decoration:none;
color:#9E0003;
font-weight:600;
}

.errorultimos a:hover {
color:#444;
border-bottom:1px solid #444;
background-color:#f7f7f7;
}

/* Small
=================================*/

.post small {
font-size:11px;
line-height:15px;
color: #606060;
}

.post small a {
color: #707070;
}

/* Publicidad header
=================================*/

.adheader {
width: 728px;
height: 90px;
margin:20px 0;
float:right;}

/* Adsense después de relacionados
=================================*/

#ad {
margin-top: 30px;
}

#relacionados {
margin-bottom: 20px;
}

.arteprem {
margin-left: 20px;
}

.anuncios img {
    margin-left: 16px;
    margin-right: 21px;
}
