/*

Theme Name: ComicPress 3C
Version: 2.5h

Theme URI: http://mindfaucet.com/comicpress/
Description: The 3-Column Edition of 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

*/


* {padding:0; margin:0;}

/* STANDARD HTML TAGS */

html, body {
	height: 100%;
	}

body {/*font-size:62.5%;*/
	/*font-size: 100.01%;*/
	font-size: 16px;
	font-family: Arial, 'Nimbus Sans L', Helvetica, sans-serif;
	background: #345 url('background.jpg');
        background-color: #456;
        background-attachment: fixed;
	}

/*p {text-indent: 0.5em;
  }*/

option {font-size: 1.0em;}

/*-------------------------------------------*/
/*Galería*/
#gallery {background: #222 url('flor_gal.jpg');
	text-align: center;
	padding: 10px 0px 0px 0px;
	border: white solid 2px;}

.gal-thumb {
	padding: 0px 10px 5px 10px;
	text-align:center;
	width: 150px;
	float: left;
	/*overflow: hidden;*/
	}
/*-------------------------------------------*/

a {
	color: #000;
	text-decoration: underline;
  	}

  	a:hover {
  		color: #777;
  		}

	a img {
		border: none;
		}

p img {
	max-width: 100%;
	padding: 0;
	}

small {
	font-size: 0.9em;
	}

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', 'Nimbus Sans L', Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	font-style: normal;
	}

code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	background: #eee;
	border: 1px dotted #777;
	font-size: 0.6em;
	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: #acb;
	/*font-family: 'Georgia', serif;*/
	font-size: 1.7em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	letter-spacing: -.02em;
	}

h2, h2 a {
	margin: 0;
	color: #111;
	font-weight: bold;
	font-size: 1.02em;
	text-align: left;
	text-decoration: none;
	}

	h2.pagetitle, h2.pagetitle a {
		margin: 20px 0 0 0;
		padding: 0 0 5px 0;
		color: white;
		/*font-family: 'Georgia', serif;*/
		font-size: 1.5em;
		font-weight: normal;
		/*letter-spacing: -2px;*/
		text-align: left;
		}

h3, h3 a {
	/*margin: 30px 10px 0 0;*/
	padding: 0;
	color: #FE9;
	font-size: 1.08em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	clear: both;
	}

h4, h4 a {
	padding: 0;
	color: #aaa;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	clear: both;
	}

h2 a:hover, h3 a:hover {
	color: #111;
	border-bottom: 1px dotted #777;
	}

/* First container, to have a footer always at the bottom */

#container {
	width:80%; max-width: 1100px; min-width: 962px;
	margin: 0px auto;
	background: #abc url('bg.jpg');
	min-height:100%;
	height: auto!important;
	height:100%;
	}

/* THE HEADER */

#header {
	/*width:80%; max-width: 1100px; min-width: 962px;*/
        height: 75px;
	margin: 0 auto;
	/*background: #876;*/
        background: #324d54 url('inkdolls01.jpg') right top;
        background-repeat: no-repeat;
	}

	.description {
		margin: -3px 0 0 0;
		padding: 0px 0 10px 30px;
		color: #999;
		font-family: 'Nimbus Roman No9 L','Georgia','Times New Roman', serif;
		font-size: 1em;
		font-style: italic;
		letter-spacing: 2px;
		}


/* THE MENU */

#menubar {
   float:left;
   overflow:hidden;
   width:100%;
   height: 1.4em;
	background: #234;
	color: #999;
    font-weight: bold;
	}


	#menubar li {
	font-weight: bold;
   display:block;
   float:left;
   list-style:none;
   color:#aaa;
		}

	#menubar li a {
		padding: 0 5px 0 5px;
		display: block;
		float: left;
		color: #aaa;
		text-decoration: none;
		border-width: 0 1px 0 0;
		border-style: solid;
		border-color: #aaa;
		}

	#menubar li a:hover {
		color: #fff;
		background: #333;
		}

	#menubar li a:focus, #menu li a:active {
		background: black;
		color: white;
		}

	#menubar li.current_page_item a, #menu li.current_page_item a:hover{
		color: white;
		background: #abc;
		}

/* THE COMIC */

#comic {
	margin: 0px auto;
	padding: 0 0 0 0;
	text-align: center;
	min-height: 332px!important;
	}



/* THE PAGE WRAPPER */

#page {
	/*width: 962px;*/
	margin: 0px auto;
	text-align: left;
	/*background: #abc url('bg.jpg');*/
	}



/* THE FOOTER */

#footer {
	width:80%; max-width: 1100px; min-width: 962px;
	margin: 0px auto;
	height: 1em; margin-top: -3em; padding:1em 0 1em 0;
	/*padding: 20px 0;*/
	color: #999;
	text-align: center;
	background: #234;
	}

	#footer a {
		color: #fff;
		text-decoration: none;
		border: none;
		}

	#footer a:hover {
		border-bottom: 1px dotted #fff;
		}



/* NAVIGATION */
#navcontainer {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
	}

#navcontainer ul{
   clear:left;
   float:left;
   list-style:none;
   margin:5px;
   padding:5px;
   position:relative;
   left:50%;
   text-align:center;
   }

#navcontainer ul li{
	margin: 0px 5px 0px 5px;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #def;
   display:block;
   float:left;
   list-style:none;
   position:relative;
   color:#aaa;
   right:50%;
   }

li.ghost{
   padding: 5px 10px 5px 10px;
   }

#navcontainer ul li a {
   padding: 5px 10px 5px 10px;
   display:block;
   background: #234;
   text-decoration:none;
   color:#aaa;
   line-height:1.3em;
   }

#navcontainer ul li a:hover{
		color:#fd2;
		}

#navcontainer ul li a:focus, #navcontainer ul li a:active{
		color:#fd2;
		}

/* Gallery cat */
.nav {
	padding: 3px 0 0 0;
	margin-left: 2%;
	text-align: center;
	/*float: right;*/
	}

.nav-single {
	padding: 10px 0 0 0;
	color: #999;
	font-family: 'Arial', 'Nimbus Sans L', Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	}

.pagenav {
	padding: 40px 20px 20px 20px;
	color: #999;
	font-family: 'Arial', 'Nimbus Sans L', Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
	}

	.pagenav-left {
		float: left;
		}

	.pagenav-right {
		float: right;
		}

.pagenav a, .nav-single a {
	padding: 0 2px;
	color: #333;
	text-decoration: none;
	border: none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	}

	/*.nav a:hover,*/ .pagenav a:hover, .nav-single a:hover {
		color: #111;
		background-color: #ddd;
		}



/* CONTENT AREA */

#column-wrapper {
	width:79.2% !important; min-width: 762px;
	float: left;
	overflow: hidden;
	}

#column {
	width: 73.3%; min-width: 562px;
	/*padding: 5px 0 20px 0;*/
	float: left;
	overflow: hidden;
	}

#column-2 {
	width:79.2% !important; min-width: 762px;
	/*padding: 5px 0 20px 0;*/
	float: left;
	overflow: hidden;
	}

.entry p {
	margin-bottom: 0.5em;
	}
.post-frontpage {
   background-color: #bcd;
	padding: 10px 20px 10px 20px;
	text-align: justify;
	border-bottom: solid #def 1px;
	border-top: solid #def 1px;
	}

div .content {
	background-color: #aaa;
	}

.post, .content {
	padding: 0 20px 0 20px;
	text-align: justify;
	}

.post-com{
	padding: 10px 20px 10px 20px;
	text-align: justify;
   background-color: #bcd;
	border-bottom: solid #def 1px;
	border-top: solid #def 1px;
   }

.page-post{
	text-align: justify;
   background-color: #bcd;
	border-bottom: solid #def 1px;
	border-top: solid #def 1px;
   }

.post-com h2{
	margin-bottom: 0.5em;
	}

.post-0 {
	padding: 10px 20px 10px 20px;
	text-align: justify;
	background-color: #c0c5cc;
	}

.post-1 {
	padding: 10px 20px 10px 20px;
	text-align: justify;
	background-color: #ccc;
	}

.divide {
	border-top: dashed 1px #e0e5ea;
	}

.post-1 h3, .post-0 h3 {
	margin-bottom: 0.5em;
	}
.post-1 small, .post-0 small{
	/*float:right;*/
	margin-bottom: 0.5em;
	}

	.comicdate {
		color: #777;
		font-size: 1.05em;
		font-weight: bold;
		float: right;
		}

	.postdate {
		color: #777;
		text-align: right;
		/*font-family: 'Georgia', serif;*/
		font-size: 0.95em;
		}

.postmeta {
   /*margen da problemas*/
	/*margin: 0 0 20px 0;*/
	/*padding: 0 0 5px 0;*/
	color: #777;
 	/*font-family: 'Georgia', serif;*/
 	text-align: right;
 	}

	.postmeta ul {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

.postmeta-single {
	/*padding: 10px;
 	color: #777;
	text-align: left;
	background: #eee;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 0.7em;*/
	color: white;
	}

	.postmeta-single a {
		color: #000;
		}

	.postmetatags {
		/*font-family: 'Georgia', serif;*/
		font-size: 1.02em;
		}

.permalink, .permalink a{
   font-size: 1.2em;
   text-decoration: none;
   color: #345;
   font-weight: normal;
   float: left;
   }

.postmeta a, .postmeta-single a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #777;
	}

	.postmeta a:hover, .postmeta-single a:hover {
		color: #777;
		border-bottom: 1px solid #777;
		}

.postmeta-comments {
	font-size: 1.06em;
	}

	.balloon {
		color: #ccc;
		font-family: 'Webdings', fantasy;
		font-size: 18px;
		}



/* THE BLOG HEADER */

#blogheader {
	background: #aaa url('blog.jpg') right;
        background-repeat: no-repeat;
	height: 100px;
	margin: 0;
	padding: 10px 0 0 20px;
	color: #fff;
	/*font-family: 'Georgia', serif;*/
	font-size: 2em;
	/*letter-spacing: -3px;*/
	}

.gallery {
	width:562px;
	height:100px;
	margin-top: 0.5em;
	font-size: 2em;
	color:white;
	text-indent: 15px;
	text-decoration: none;
	/*padding: 5px;*/
	background: #eaf url('blog.jpg');
	}

#blog-container {
   padding: 0 0 0 0px;
   margin: 5px;
   margin-top: 1.0em;
   /*background-color: #aaa;
   border: 2px dashed #68a;
   position:relative;*/
   }

.dashed {
   border: 2px dashed #68a;
}

#blog-container p
   {margin-bottom: 0.5em;
   font-size: 1.0em;
   }
/* COMMENTS */

/* Comment form */
#respond {
	/*padding: 0 20px;*/
	margin: 0px auto;
	max-width: 542px;
	/*height: 12em;
	overflow-y: scroll;*/
	}

h3#comments {
	margin: 0px auto;
	padding: 20px 0 0 0;
	max-width: 542px;
	color: #fff;
	/*font-family: 'Georgia', serif;*/
	font-weight: normal;
	font-size: 1.2em;
	/*letter-spacing: -1px;*/
	clear: both;
	}

#comments a {
	text-decoration: none;
	border-bottom: 1px dotted #777;
	}

	#comments a:hover {
		color: #777;
		border-bottom: 1px solid #777;
		}

	#comments p {
		margin: 10px 0 0 0;
		}

#comment, #author, #email, #url, #spamq{
	margin: 5px;
	padding: 2px;
	color: #000;
	/*font-family: 'Verdana', sans-serif;*/
	font-size: 0.8em;
	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, #spamq:hover {
		background: #eee;
		}

	#comment {
		width: 100%;
		}

	#author, #email, #url, #spamq {
		width: 199px;
		}

#submit {
	margin: 0 0 20px 0;
	padding: 0 5px;
	float: right;
	color: #fff;
	background: #888;
	/*font-family: 'Verdana', sans-serif;*/
	font-size: 1em;
	border-width: 2px;
	border-style: solid;
	border-color: #555;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*border-radius: 10px;*/
	}

	#submit:hover {
		cursor:pointer;
		background: #222;
		}

	.commentlist li {
		/*padding: 10px 0 10px 0;*/
		overflow: hidden;
		background-color: #A8ADB2;
		}

	.commentlist li.alt {
		/*padding: 10px 0 10px 0;*/
		background-color: #d8d8d8;
		clear: both;
		}

.comment-body {margin-left: 64px; margin-right: 7px; line-height:1.2em;}

div.reply {display: none !important}
ol.commentlist { list-style:none; padding:0; margin: 0px auto; max-width: 542px; font-family: 'Nimbus Sans L',helvetica, FreeSans, arial,sans-serif; }
ol.commentlist li { border:1px solid #d5d5d5; margin:0 0 10px; padding:5px 2px 2px 5px; position:relative; }
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight:bold; font-size: 1.0em; line-height: 1.1em; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 0.9em; }
ol.commentlist li div.vcard cite.fn a.url { color:#d8e8ff; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 0px; left:7px; position:absolute; top:7px; }
ol.commentlist li div.comment-meta { font-weight:bold; font-size: 1.0em; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#205B87; text-decoration:none; }
ol.commentlist li p { font-weight:normal; font-size: 1.0em; margin:5px 0 12px; }
ol.commentlist li ul { font-weight:normal; font-size: 1.0em; font-family: list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply { /*background:#345; border:1px solid #def; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#white;*/ font:bold 0.9em/1; padding:5px 5px 4px;  text-align:center; width:50px; }
ol.commentlist li div.reply a:hover { color:#fd2; text-decoration: underline;}
ol.commentlist li div.reply a { color: white; text-decoration:none; /*display: block;*/ }
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }
ol.commentlist ul.children li.odd { background:#b8b8b8; }
ol.commentlist ul.children li.even { background:#b0b5ba; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }

/* SIDEBARS */

#sidebar-left {
	width: 20.7% !important; min-width: 200px;
	margin: 0;
	padding: 5px 0;
	float: left;
	overflow: hidden;
	}

#sidebar-right {
	width: 26%; min-width: 200px;
	margin: 0;
	padding: 5px 0;
	float: left;
	overflow: hidden;
	}

.sidebar h2, .sidebar h2 a, #wp-calendar caption{
	color: #999;
	padding: 2px;
	text-align: left;
	/*font-family: 'Georgia', serif;*/
	font-weight: normal;
	font-size: 1.08em;
	text-transform: capitalize;
	background-color: #345;
	/*margin-right: 15px;*/
	margin-left: 10px;
	border-right: solid 2px #def;
	/*letter-spacing: -1px;*/
	}

.sidebar ul {
	padding: 0;
	margin: 0px 0px 5px 10px;
	list-style: none;
	}

	.sidebar img {margin: auto;
		border: 2px solid #abc;
		display: block;}

	.sidebar ul li{
		margin: 0 0 0 10px; /*left*/
		padding: 0;
		position: relative;
		}
/** html .sidebar ul li { float: left; }*/
* html .sidebar ul li a { height: 1%; }

	.sidebar ul li a {
		display: block;
		color: #333;
		text-decoration: none;
		}

	.sidebar ul li a:hover, .sidebar ul li a:focus, .sidebar ul li a:active {
		color: #333;
		background: #ddd;
		/*border-bottom: 1px solid #777;*/
		}

	.sidebar a:hover img {
		border: 2px solid white;
		margin: auto;
		}

	.nolink {color:white;
		}
/* CALENDAR */

#wp-calendar {
	width: 90%; min-width: 165px;
	margin: 0 0 0 5px;
	}

#wp-calendar th {
	color: #999;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	/*border: 1px solid white;*/
	}

#today{
	border: 2px solid white;
	}

#wp-calendar a {
	color: #333;
	display: block;
	text-decoration: none;
	background: #ddd;
	}

	#wp-calendar a:hover {
		color: #333;
		background: #bbb;
		}



/* SEARCH */

#s {
	width: 140px;
	margin: 0;
	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;*/
	}

	#s:hover {
		background: #eee;
		}

#searchsubmit {
	margin: 0;
	padding: 0 0 0 2px;
	color: #fff;
	/*font-family: 'Verdana', sans-serif;*/
	font-size: 12px;
	background: #888;
	border-width: 2px;
	border-style: solid;
	border-color: #555;
	/*-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
	}

	#searchsubmit:hover {
		cursor:pointer;
		background: #222;
		}



/* GALLERY */

.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;
	}

.clear2 {
	margin-bottom: 0.5em;
	}

form.ddpl-form select {
	/*margin-left: 10px;*/
	font-size: 1.0em;
	width: 150px; }
form.dppl-form input {
	font-size: 1.0em;
	float: right;
	}

.warnbox {
    background-color : #555;
    margin: auto;
    border: white 1px solid;
    color: white;
    margin-bottom:10px;
  }

.warnbox p{
	margin: 0.5em;
    /*text-align: center;*/
	}

.warnbox h1{
    font-size: 1.25em;
    color:#EC4A6A;}

.warnbox h3{
    Font-size: 1.25em;
    }

.warnbox h2{
    color:#EC4A6A;}
.statcounter {position: absolute;}