/*  
 
Theme Name: ComicPress
Version: 2.5

Theme URI: http://mindfaucet.com/comicpress/
Description: The customizable theme for publishing comics. <a href="http://mindfaucet.com/comicpress">Visit the ComicPress website.</a>

	Author: Tyler Martin
	Author URI: http://mindfaucet.com/

The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html

*/



/* STANDARD HTML TAGS */

body {
	margin: 0;
	color: #333333;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	/*background: #555 url('background.png') center top repeat-y;*/

	background-color: #000000;
	background-image: url('images/fondo_carton.jpg');
	background-position: top center;
	background-repeat:repeat-y;
	}

img{
	border:0px;
}

a {
	color:#ff6b00;
	text-decoration:none;
  	}
  	
  	a:hover {
  		color: #777;
  		}

	a img {
		border: none;
		}

p img {
	max-width: 100%;
	padding: 0;
	}
		
small {
	font-size: 11px;
	}
 
hr {
	height: 1px;
	color: #777;
	background-color: #777;
	border: 0px;
	}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #ddd;
	}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color:#5d8800;
	}
	
code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	background: #eee;
	/*border: 1px dotted #777;*/
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #999;
		}



/* HEADINGS */

h1, h1 a, h1 a:hover {
	margin: 0;
	padding: 0 0 0 5px;
	color: #000;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	letter-spacing: -2px;
	}

h2, h2 a {
	margin: 0;
	color: #111;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	text-decoration: none;
	}

	h2.pagetitle, h2.pagetitle a {
		margin: 10px 0 0 0;
		padding: 0 0 5px 0;
		text-align: left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;
		color:#ff6b00;
		font-weight:bold;
		}

h3, h3 a {
	margin: 30px 10px 0 0;
	padding: 0;
	color: #111;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	clear: both;
	}

h2 a:hover, h3 a:hover {
	color: #111;
	/*border-bottom: 1px dotted #777;*/
	}



/* THE HEADER */

#header {
	width: 760px;
	margin: 0 auto;
	background: #fff;
	}
	
	.description {
		margin: -3px 0 0 0;
		padding: 0px 0 10px 30px;
		color: #999;
		font-family: 'Times New Roman', serif;
		font-size: 14px;
		font-style: italic;
		letter-spacing: 2px;
		}



/* THE MENU */

#menubar {
	width: 760px;
	height: 66px;
	margin: 0 auto;
	background: #000;
	}

#menunav {
	margin: 0;
	padding: 1px 0 0 0;
	float: left;
	font-size: 19px;
	}

	#menunav a  {
		margin: 0 1px 0 0;
		color: #aaa;
		text-decoration: none;
		background: #222;
		}

		#menunav a:hover {
			color: #fff;
			} 
		
		.prev {
			/*padding: 0 2px 0 0;*/
			float: left;
			background-image:url(images/anterior.png);
			background-repeat:no-repeat;
			background-position:top left;
			width:140px;
			height:50px;
			display:block;
			cursor:pointer;
			}
			
		.prev:hover{
			background-repeat:no-repeat;
			background-position:0 -50px;
		}
		
		.next {
			padding: 0 0 0 2px;
			}
  
#menu {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	}

	#menu ul {
		margin: 0;		
		padding: 0;
		list-style: none;	
		}

	#menu li {
 		margin: 0;
 		padding: 0;
 		float: left;
		}

	#menu li a {
		height: 25px;
		padding: 0 5px 0 5px;
		display: block;
		float: left;
		color: #aaa;
		line-height: 25px;
		text-decoration: none;
		border-width: 0 1px 0 0;
		border-style: solid;
		border-color: #aaa;
		}

	#menu li a:hover {
		color: #fff;
		background: #333;
		}



/* THE COMIC */
	
#comic {
	width: 760px;
	margin: 0px auto;
	padding: 0 0 0 0;
	text-align: center;
	background: #fff;
	}



/* THE PAGE WRAPPER */

#page {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
	}



/* THE FOOTER */

#footer {
	width: 760px;
	margin: 0px auto;
	padding: 20px 0;	
	color: #999;
	text-align: center;
	background: #000;
	font-size:10px;
	}

	#footer a {
		color: #fff;
		text-decoration: none;
		border: none;
		}

	#footer a:hover {
		border-bottom: 1px dotted #fff;
		}



/* NAVIGATION */

.nav {
	margin: 0;
	padding: 3px 0 0 0;
	float:left;
	color: #999;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.nav-single {
	padding: 10px 20px 0 0;
	color: #999;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	float:right;
	}

.pagenav {
	padding: 40px 20px 20px 20px;
	color: #999;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	}

	.pagenav-left {
		float: left;
		
		}
		
	
	
	.pagenav-right {
		float: right;
		
		}
		
	
	

	/*.pagenav-right {
		float: right;
		}*/

.nav a, .pagenav a, .nav-single a {
	padding: 0 2px;
	color: #333;
	text-decoration: none;
	border: none;
	}

	.nav a:hover, .pagenav a:hover, .nav-single a:hover {
		color: #111;
		/*background-color: #ddd;*/
		}



/* CONTENT AREA */

#column {
	width: 560px;
	padding: 5px 0 20px 0;
	float: left;
	overflow: hidden;
	}

.post-frontpage {
	padding: 0;
	text-align: justify;
	}
	
.post, .content {
	padding: 0;
	text-align: justify;
	}

	.comicdate {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		width:760px;
		height:50px;
		display:block;
		float:left;
		background-image:url(images/fondo_navegacion.gif);
		background-repeat:no-repeat;
		padding-left:20px;
		padding-bottom:20px;
		}
	
	.postdate {
		color: #777;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding-left:20px;
		float:none;
		}

.entry{
	padding:0 20px 0 20px;
}

.postmeta {
	/*margin: 0;*/
	color: #777; 	
 	font-family:Arial, Helvetica, sans-serif;
 	text-align:left;
	float:left;
	width:520px;
	padding-bottom:50px;
	padding-left:20px;
	display:inline;
 	}

	.postmeta ul {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}
 	
.postmeta-single {
	padding: 10px;
 	color: #777;
	font-size: 11px;
	text-align: left;
	background: #eee;
	border: 1px solid #999;
	}
	
	.postmeta-single a {
		color: #000;
		}	
	
	.postmetatags {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		}

.postmeta a, .postmeta-single a {
	color: #333;
	text-decoration: none;
	/*border-bottom: 1px dotted #777;*/
	}
	
	.postmeta a:hover, .postmeta-single a:hover {
		color: #777;
		}

.postmeta-comments {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	
	}
	
	.balloon {
		color: #ccc;
		font-family: 'Webdings', fantasy;
		font-size: 18px;
		}



/* THE BLOG HEADER */

#blogheader {
	margin: 0;
	padding: 10px 0 0 0;
	background-image:url(images/cabeceraBlog.gif);
	background-repeat:no-repeat;
	width:560px;
	height:78px;
	}



/* COMMENTS */

.comment-wrapper {
	padding: 0 20px;
	}
	
	.comment-wrapper h3 {
		margin: 0;
		padding: 20px 0 0 0;
		color: #777;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 24px;
		clear: both;
		}

		.bigballoon {
			color: #ccc;
			font-family: 'Webdings', fantasy;
			font-size: 28px;
			}

	.comment-wrapper a {
		text-decoration: none;
		/*border-bottom: 1px dotted #777;*/
		}
		
		.comment-wrapper a:hover {
			color: #777;			
			/*border-bottom: 1px solid #777;*/
			}

	.comment-wrapper p {
		margin: 10px 0 0 0;
		}

.avatar {
	margin:0 10px 10px 0;
	padding:5px;
	float:left;
	border: 1px solid #777;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#comment, #author, #email, #url {
	padding: 2px;
	color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #999;
	/*-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	}

	#comment:hover, #author:hover, #email:hover, #url:hover {
		background: #eee;
		}
	
	#comment {
		width: 400px;
		}

	#author, #email, #url {
		width: 200px;
		}

#submit {
	margin: 0 150px 0px 0;
	padding: 0;
	float: right;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	width:102px;
	height:41px;
	background-image:url(images/bot_enviar.gif);
	background-repeat:no-repeat;
	border:0;
	}

	#submit:hover {
		cursor:pointer;
		}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	}

	.commentlist li {
		padding: 20px 0 0 0;
		clear: both;
		}



/* ARCHIVE */  

.comicarchiveframe {
	margin: 20px 0 10px 0;
	padding: 5px 10px 5px 10px;
	border-width: 1px;
	border-style: solid ;
	border-color: #ccc #aaa #555 #777;
	}
 
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}

.comicarchiveframe {
	margin: 20px 0 10px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #000;
	}
 
	.comicarchiveframe h3 {
		margin: 0;
		}
		
	.comicarchiveframe small {
		display: block;
		}
		
	.comicarchiveframe:hover {
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}



/* SIDEBAR */

#sidebar {
	width: 200px;
	margin: 0;
	padding: 5px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	/*background-color:#e7e7e7;*/
	background-image:url('images/fondo_sidebar.jpg');
	background-repeat:no-repeat;
	}

#sidebar h2, #sidebar h2 a {
	color: #ff6b00;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	/*text-transform: lowercase;*/
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

	#sidebar ul li {
		margin: 0 0 10px 10px;
		padding: 0;
		}

		#sidebar ul li ul li {
			margin: 0 10px 0px 10px;
			padding: 0;
			
			}

			#sidebar ul li ul li a {
				display: block;
				color: #333;
				text-decoration: none;
				/*border-bottom: 1px dotted #777;*/
				}

				#sidebar ul li ul li a:hover {
					color: #333;
					background: #ddd;
					/*border-bottom: 1px solid #777;*/
					}



/* CALENDAR */

#wp-calendar {
	width: 165px;
	margin: 0 0 0 5px;
	}

#wp-calendar th {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

#wp-calendar caption {
	color: #555;
	font-family: 'Georgia', sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #999;
	}

#wp-calendar a {
	color: #333;
	display: block;
	text-decoration: none;
	background: #ddd;	
	}
	
	#wp-calendar a:hover {
		color: #333;
		background: #bbb;
		}



/* SEARCH */

#s {
	width: 115px;
	margin: 0;
	padding: 2px;
	color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 10px;
	border: 1px solid #999;
	}

	#s:hover {
		background: #eee;
		}

#searchsubmit {
	margin: 0;
	padding: 0 0 0 0px;
	/*color: #fff;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	background: #888;
	border-width: 2px;
	border-style: solid;
	border-color: #555;*/
	border:0;
	background-image:url(images/bot_busca.png);
	width:50px;
	height:26px;
	}

	#searchsubmit:hover {
		cursor:pointer;
		/*background: #222;*/
		}



/* GALLERY */

.attachment {
	width: 520px;
	margin: 0 auto;
	text-align: center;
	}

	.attachment img {
		margin: 0 0 10px 0;
		border: 1px solid #000;
		}
		
	.attachment p {
		margin: 0 9px 10px 9px;
		padding: 10px;
		border: 1px solid #999;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}

.imagenav-wrap {
	width: 502px;
	height: 77px;
	margin: 0 auto;
	}

.imagenav {
	width: 77px;
	height: 77px;
	float: left;	
	}

.imagenav-center {
	width: 316px;
	height: 65px;
	margin: 0 10px;
	padding: 10px 5px 0 5px;
	float: left;
	color: #bbb;
	text-align: center;
	border: 1px solid #999;
	overflow: hidden;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
	.imagenav-center a {
		text-decoration: none;
		color: #777;
		/*border-bottom: 1px dotted #777;*/
		}
		
		.imagenav-center a:hover {
			color: #777;
			border-bottom: 1px solid #777;
			}

.imagetitle {
	color: #333;
	font-size: 18px;
	}

.imagenav-bg {
	width:75px;
	height:75px;
	position: absolute;
	z-index: 0;
	background: #eee;
	border: 1px solid #000;
	}

	.imagenav-bg img {
		width:75px;
		height:75px;
		}

.imagenav-arrow {
	width:75px;
	height:75px;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 50px;
	line-height:75px;
	text-align: center;
	border: 1px solid #000;
	float: left;
	}

.imagenav-link {
	width:75px;
	height:75px;
	position: absolute;
	z-index: 2;
	border: 1px solid #000;
	float: left;
	}

	.imagenav-link img {
		width:75px;
		height:75px;
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		opacity: 0.50;
		}

		.imagenav-link img:hover {
			filter: alpha(opacity=0);
			-moz-opacity: 0.00;
			opacity: 0.00;
			}

.aligncenter {
	margin: 0 auto;
	display: block;
	}

.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
	}

.alignleft {
	margin: 10px 10px 10px 0;
	display: inline;
	float: left
	}



/* CLEAR FLOATS */

.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	}
	
/*============ MIKE =============*/

.banner1{
	background-image:url(images/cabecera_01.gif);
	background-repeat:no-repeat;
	width:760px;
	height:103px;
	padding-top:12px;
	padding-left:16px;
	padding-bottom:0px;
}

.banner2{
	width:760px;
	height:103px;
	padding-top:12px;
	padding-left:16px;
	padding-bottom:0px;
	float:left;
}

.cabeceraPrincipal{
	background-image:url(images/cabecera_02.jpg);
	background-repeat:no-repeat;
	width:760px;
	height:226px;
	padding:0px;
}

#menuConejo{
	display:block;
	background-image:url(images/cabecera_03.jpg);
	background-repeat:no-repeat;
	width:760px;
	height:66px;
	
}

#menuConejo ul{
	list-style:none;
	border:0;
	padding:0;
	margin:0;
	padding-left:38px;
	padding-top:22px;
	float:left;
}

#menuConejo ul li{
	float:left;
	padding-right:10px;
}

.invisible{
	display:none;
}

.opc1{
	background-image:url(images/opc_01.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:70px;
	height:20px;
	display:block;
	cursor:pointer;
}

.opc1:hover{
	background-repeat:no-repeat;
	background-position:0 -20px;
}

.opc2{
	background-image:url(images/opc_02.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:64px;
	height:20px;
	display:block;
	cursor:pointer;
}

.opc2:hover{
	background-repeat:no-repeat;
	background-position:0 -20px;
}

.opc3{
	background-image:url(images/opc_03.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:50px;
	height:20px;
	display:block;
	cursor:pointer;
}

.opc3:hover{
	background-repeat:no-repeat;
	background-position:0 -20px;
}

.opc4{
	background-image:url(images/opc_04.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:110px;
	height:20px;
	display:block;
	cursor:pointer;
}

.opc4:hover{
	background-repeat:no-repeat;
	background-position:0 -20px;
}

.opc5{
	background-image:url(images/opc_05.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:75px;
	height:20px;
	display:block;
	cursor:pointer;
}

.opc5:hover{
	background-repeat:no-repeat;
	background-position:0 -20px;
}

.opc6{
	background-image:url(images/opc_06.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:75px;
	height:20px;
	display:block;
	cursor:pointer;
}

.opc6:hover{
	background-repeat:no-repeat;
	background-position:0 -20px;
}

.opc7{
	background-image:url(images/opc_07.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:74px;
	height:20px;
	display:block;
	cursor:pointer;
}

.opc7:hover{
	background-repeat:no-repeat;
	background-position:0 -20px;
}

.menuRSS{
	float:right;
	padding-right:30px;
}

.opcRSS{
	background-image:url(images/opc_rss.png);
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
	width:146px;
	height:66px;
}

@font-face {
    font-family: "Laffayette";
	src: url('http://www.conejofrustrado.com/fonts/Laffayette_Comic_Pro.eot' ); /* IE */ 
}
@font-face {
    font-family: "Laffayette";
 	src: url('http://www.conejofrustrado.com/fonts/Laffayette_Comic_Pro.ttf'); /* Authentic Browsers */
}




.tituloComic{
	font-family: Laffayette, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5d8800;
	font-weight:bold;
	padding-left:18px;
	font-smooth:always;
}

.tituloComic a{
	color:#5d8800;
	text-decoration:none;
}

.tituloComic a:hover{
	color:#83c000;
	text-decoration:none;
}

.tituloComicHome{
	font-family: Laffayette, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5d8800;
	font-weight:bold;
	padding-left:18px;
	float:left;
	width:540px;
	padding-top:10px;
	/*margin-bottom:-10px;*/
	font-smooth:always;
}

.tituloComicHome a{
	color:#5d8800;
	text-decoration:none;
}

.tituloComicHome a:hover{
	color:#83c000;
	text-decoration:none;
}

.tituloComic2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ff6b00;
	font-weight:bold;
}

.navPrimero{
	background-image:url(images/primero.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:140px;
	height:50px;
	display:block;
	cursor:pointer;
	float:left;
}

.navPrimero:hover{
	background-position:0 -50px;
	background-repeat:no-repeat;
}

.navAnterior{
	background-image:url(images/anterior.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:140px;
	height:50px;
	display:block;
	cursor:pointer;
	float:left;
}

.navAnterior:hover{
	background-position:0 -50px;
	background-repeat:no-repeat;
}

.navSiguiente{
	background-image:url(images/siguiente.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:140px;
	height:50px;
	display:block;
	cursor:pointer;
	float:left;
}

.navSiguiente:hover{
	background-position:0 -50px;
	background-repeat:no-repeat;
}

.comentarios {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	background-image:url(images/fondo_comentarios.png);
	background-repeat:no-repeat;
	color:#cc0000;
	width:165px;
	height:56px;
	padding-right:20px;
	padding-top:15px;
	padding-left:30px;
	}
	
.comentarios a{
	color:#CC0000;
	text-transform: uppercase;
	text-decoration:none;
}

.comentarios a:hover{
	text-decoration:underline;
}

.comentarios div{
	width:108px;
	text-align:left;
}

.oculto{
	visibility:hidden;
}

.margen{
	margin-left:20px;
}

.margenNegativo{
	margin-left:-20px;
}

.enlaceComentario{
	color:#666666;
}

.contenedorRespuesta{
	margin-top:30px;
	background-image:url(images/fondo_comentarios.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:560px;
	height:398px;
	padding-left:80px;
	padding-top:50px;
}

.izquierda{
	float:left;
}

.derecha{
	float:right;
}

.centrado{
	margin:0 auto;
}

.compartelo{
	float:left;
	padding-top:10px;
}


#twitter_div{
	background-image:url(images/sidebar_twitter.png);
	background-repeat:no-repeat;
	height:220px;
}

#twitter_update_list{
	padding-top:15px;
	padding-right:30px;
	text-align:center;

}

.fondoCajaTienda{
	background-image:url(images/tienda/fondo_caja.gif);
	background-repeat:no-repeat;
	height:208px;
}

.textoCajaTienda{
	font-size:11px;
	padding-left:20px;
	width:450px;
}

.logoCajaTienda{
	padding-left:20px;
	padding-top:20px;
}

.botTienda{
	padding-left:340px;
}

.textoTienda2{
	width:330px;
}

.pieTienda{
	background-image:url(images/tienda/fondo_pie.jpg);
	background-repeat:no-repeat;
	height:310px;
}

.destacadoTienda{
	font-weight:bold;
	color:#ff6b00;
}

.googleBoton{
	float:left;
	padding-top:10px;
	padding-left:3px;
}

