/*  
 
Theme Name: Third 
Version: 2.5

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: Danny Hui
	Author URI: http://defyent.com/

The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html

*/


/********side nav bar*********/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}





/* STANDARD HTML TAGS */

a{
color:white;
}

#page h1{
padding:20px;
font-size:24px;
}

#page h2,#page h3{
padding:20px;
font-size:18px;
}


ddiv{
border:1px solid white;
}

body{
    background:url("/third/images/bg_band.gif");
    font-family:sans-serif;
    color:#fdfdfd;
}

#comicimg img{
background:white;
}

.header{
    width:1024px;
    height:158px; 
    margin:auto;
}

#logo a{
	background:url("/third/images/logo.png") no-repeat 22px 9px;
	width:258px;
	height:158px;
	float:left;
}


#top-banner{
    float:right;
    width:740px;
    height:100px;
    background:#1D1E20;
}

#menubar{
    float:right;
    width:740px;
    font-size:12px;
}

#menu ul{
float:right;
height:52px;
}

#menu ul li{
    display:inline-block;
}

#menu ul li a{
display:block;
padding:20px 5px 20px 5px;
font-size:14px;
color:white;
background:transparent;
text-decoration: none;
}

#menu ul li a:hover{
background:grey;
}

.nav{
padding:0 0 0 20px;
float:left;
}

.addthis_toolbox{
	padding:6px 10px 0;
	float:right;
}

.nav a{
width:54px;
height:30px;
display:inline-block;
background:url("/third/images/comicnav.png") no-repeat 1px 2px;
}

.nav .prev a,.nav a.prev{
	background-position:-51px 2px;
}

.nav .next a{
    background-position:-161px 2px;
}

.nav a.random{
    background-position:-107px 2px;
}

.nav a.last{
    background-position:-210px 2px;
}

.nav a:HOVER{
    background-position:1px -47px;
}


.nav .prev a:HOVER,.nav a.prev:HOVER{
    background-position:-51px -47px;
}

.nav .next a:HOVER{
    background-position:-161px -47px;
}

.nav a.random:HOVER{
    background-position:-107px -48px;
}

.nav a.last:HOVER{
    background-position:-210px -47px;
}


#comic{
width:1024px;
margin:auto;
background:#1d1e20;
}

#comicimg{
background:#5a5960;
text-align:center;
}


#comic .maintitle{
height:44px;
padding:20px 0 0 0;
border-radius:3px 3px 0 0;
background:#1d1e20;
}

#comic .maintitle h1 a{
color: white;
text-decoration:none;
font-size:18px;
padding:20px 0 0 10px;
}


h1 form{
float:right;
}

h1 form #s{
font-size:16px;
width:321px;
}
	
/***** LEFT side bar******/
#right-bar{
width:360px;
float:right;
}

#sidebar-left{
float:right;
width:350px;
}

.archieves{
padding: 10px;
}
.archieves li a{
color:white;
}
#page .archieves li h2{
	padding:0;
}

.archivedropdown{

width:300px;
margin:10px auto;
height:25px;
font-size:20px;
}

/***** END LEFT side bar******/
/***** Right side bar******/
#sidebar-right{
float:right;
width:350px;
margin-top:10px;
}

.longadd{
float:left;
padding:5px;
background:#1d1e20;
}
.longadd:first-child{
	margin-right:5px;
}
.bigadd{
background:#1d1e20;
width:300px;
padding:25px;
margin:auto;
}

/***** END Right side bar******/

/**** post area***/
#page{
width:1024px;
margin:auto;
padding:20px 0 0 0;
}

.entry{
float:left;
width:650px;
background:#1d1e20;
}

.post-frontpage .entry h2,.entry .post h2,.entry .post h3,.post-frontpage .comment-wrapper h3{
width:510px;
padding: 20px 10px 10px 100px !important;
margin:10px;
height:76px;
border-radius:15px;
background:black url("/third/images/avatars.png") no-repeat 18px 20px;
font-size:18px;
}

.rj.happy{
	background-position:18px 20px;
}
.rj.shock{
    background-position:18px -107px;
}
.rj.anger{
    background-position:18px -250px;
}
.rj.surprize{
    background-position:18px -389px;
}

.entry .post h3,.post-frontpage .comment-wrapper h3{
    background-position:18px -514px;
}

.entry h2 a.title-text,.entry .post h2 a{
	color:white;
    text-decoration: none;
}

.entry p{
padding:0 10px 20px 20px;
}


.entry .postmeta{
font-size:12px;
float:right;
padding:10px;
}
.entry .postmeta a{
color:white;
}

.entry .author-info{
	padding-top:30px;
}

.entry .author-info div{
float:left;
font-size:14px;
padding:0 30px 0;
}

.entry .author-info div:First-child{
padding:0;
}

.entry .author-info div.twitter a{
color:white;
}

.comment-wrapper a{
color:white;
}

.entry .author-info .comicdate{
font-size:12px;
float:right;
text-align:right;
padding:0;
}

/**** end post area***/


/**** Comment area***/

.comment-wrapper{
	width:650px;
	background:#1d1e20;
	padding:10px 0 0;
}


.commentlist img{
float:left;
padding-right:10px;
width:32px;
height:32px;
}
.commentlist cite{
float:left;
font-weight:bold;
}

.commentlist small{
clear:both;
float:none;
display:block;
text-align:right;
color:white;
font-size:12px;
}

.commentlist small a{
color:white;
}

.commentlist li{
	padding:0 20px 0 20px;
	clear:both;
    float:none;
    min-height:64px;
	padding-bottom:30px;
}

.commentlist li p{
	padding-left:42px;
}

#commentform p{
padding:20px;
}
#commentform textarea{
width:600px;
}
#commentform #submit{
float:right;
}

/**** end Comment area***/

.clear-both,.clear{
    clear:both;
    float:none;
}

#footer, .postmeta-single{
text-align:center;
font-size:12px;
}
#footer p{
    padding:20px;
}

#column{
width:650px;
float:left;
background:#1d1e20;
}
#column .content{
    margin-bottom:60px;
    clear:both;
    floar:none;
    background:#5A5960;
}

#column .content a{
text-decoration: none;
color:white;
}

#column .content h3{
padding:10px;
color:white;
font-weight:bold;
text-decoration: none;
}
#column .content small{
	float:right;
}
#column .comicarchiveframe{
    margin:auto;
    text-align:center;
}
	
.pagenav-right a,.pagenav-left a{
	padding:20px;
	color:white;
	display:block;
}

h2 p{
display:none;
}

.shock,.rj.shock{
background-position:18px -106px !important;
}
.anger,.rj.anger{
background-position:18px -249px !important;
}
.surprize,.rj.surprize{
background-position:18px -389px !important;
}

.eugine{
background-position:18px -1022px !important;
}

.shock,.eugine.shock{
background-position:18px -746px !important;
}
.anger,.eugine.anger{
background-position:18px -882px !important;
}
.happy,.eugine.happy{
background-position:18px -1176px !important;
}

.steve{
background-position:18px -1319px !important;
}

b{
font-weight:bold;
}

