/*
 * StyleSheet for this comic site
 */
/* Global styles */
body {
	font-family: Arial,Nimbus Sans L;
	font-size: 10pt;
    margin: 0px;
    background-color: #334455;
}

/* Main Headers */
h1 {
	font-weight: normal;	
}

/* Secondary Headers */
h2 {
    padding-top: 16px;
    margin-top: 0px;
	font-weight: normal;
}

/* Tertiary Headers */
h3 {

}

/* Anchor tag styles */
a {
	text-decoration: none;	
    color: #1063B5;
}

a:hover {
	text-decoration: underline;
}

a img {
    border: 0px;
}

/* Anchor tags in the comic nav */
div.comicnav a {
	font-weight: normal;
}

/* Unordered lists */
ul {
	padding-left: 0px;
    margin: 0px;
}

/* Nested Unordered lists */
ul li ul {
	padding-left: 0px;
}

/* list items */
li {
	color: #666;
	list-style: none;
}

/* post list items */
div#post ul {
    padding-left: 14px;
}
div#post ul li {
    list-style: disc;
}

/*  Paragraph tags */
p {
	line-height: 1.4em;
	color: #666;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Text spans */
span.text {
	line-height: 1.4em;
	color: #666;
}

/* Header Div */
div#header {
	padding-top: 8px;
    width: 800px;
	margin: auto;
	text-align: left;	
    position: relative;
}
div#headerwrapper {
    height: 138px;
    border-bottom: 1px solid #000;
    background: url('/htdocs/images/headergradient.png') repeat-x;
}

/* Surrounds the Leonard's Comic Title */
div#headertitle {
    margin-left: 10px;
}
div#headertitle span.name {
    font-size: 2em;
    font-weight: bold;
    color: #FFF;
}
div#headertitle span.moto {
    color: #FFF;
}
div#headertitle h2 {
    color: #FFF;
    margin-top: 10px;
    margin-bottom: 0px;
}

/* Body Div */
div#body {
	width: 800px;
	margin: auto;
	text-align: left;
}

/* Top menu */
div#topmenu {
    width: 140px;
    height: 130px;
}
div#topmenu a {
    color: #FFF;
}
div#topmenu ul {
    padding: 12px;
    padding-left: 30px;
}
div#topmenu li {
    color: #FFF;
    list-style-type: disc;
}

/* Footer Div */
div#footerwrapper {
    padding-bottom: 8px;
    background-color: #334455;
    border-top: 1px solid;
    border-color: #334455; 
}
div#footer {
	width: 800px;
	margin: auto;
	text-align: right;
}

/* The accent bar underneath the headerlinks */
div#footeraccent {
    background-color: #283644;
    width: 100%;
    height: 20px;
}
div#footerlinks {
    position: relative;
    width: 520px;
    height: 20px;
}
div#footerlinks a {
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    color: #88AACC;
}
div#footerlinks a:hover {
    color: #FFFFFF;
    background: #151C23 none repeat scroll 0 0;
    text-decoration: none;
}

/* The div that contains the archive list */
div#archivelist {
	margin: auto;
	width: 500px;
	text-align: left;
}

/* The div that contains the cast list */
div#castlist {
	margin: auto;
	width: 500px;
	text-align: left;
}

/* The div that contains the links list */
div#linkslist {
    margin: auto;
    width: 500px;
    text-align: left;
}

/* The div that contains the comments list */
div#commentlist {
    margin: auto;
    width: 500px;
    text-align: left;
}

/* The comic image tag */
img.comic {
	border: 1px solid #DDD;
}

/* The div that contains the comic image */
div#comic {
	padding-top: 20px;
	width: 800px;
	border: 0px solid #DDD;
}
/* Previous arrow button */
div.leftarrow a {
    display: block;
    width: 40px;
    height: 30px;
    background: transparent url('/htdocs/images/left-arrow.png') no-repeat;
}
div.leftarrow a:hover {
    text-decoration: none;
    background-position: -40px 0;
}
/* Next arrow button */
div.rightarrow a {
    display: block;
    width: 40px;
    height: 30px;
    background: transparent url('/htdocs/images/right-arrow.png') no-repeat;
    background-position: -40px 0;
}
div.rightarrow a:hover {
    text-decoration: none;
    background-position: 0 0;
}


/* The div that contains the post / comments at the bottom of the comic */
div#post {
    width: 500px;
    text-align: left;
}

/* The div that contains the comic's title and post */
div#comictitle {
	margin: auto;
	width: 500px;
	text-align: left;
}

/* The div that contains the comic's navigation bar */
div.comicnav {
	margin: auto;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

/* This div is used to seperate vertical blocks */
div.horzdiv {
	width: 500px;
	height: 1px;
	border-top: 1px solid #DDD;
}

/* This div contains the left cast panels */
div.leftcast {
	float: left;
	padding-right: 40px;
}

/* This div contains the right cast panels */
div.rightcast {
	float: right;
	padding-left: 40px;
}

/* This div contains the oldest link */
div.oldestnav {
	float: left;
	padding-right: 40px;
}

/* This div contains the previous link */
div.previousnav {
	float: left;
    padding-right: 30px;
}

/* This div contains the next links */
div.nextnav {
	float: right;
}

/* This div contains the newest links */
div.newestnav {
	float: right;
    padding-left: 40px;
}

/* Comment form */
form#commentform textarea#id_note {
    margin-top: 10px;
    border: 1px solid #CCC;
    padding: 5px;
	font-family: arial;
	font-size: 10pt;
    width: 490px;
}

form#commentform input#id_name {
    margin-top: 10px;
    border: 1px solid #CCC;
    padding: 5px;
    font-family: arial;
    font-size: 10pt;
    width: 200px;
}

form#commentform input#id_email {
    margin-top: 10px;
    border: 1px solid #CCC;
    padding: 5px;
    font-family: arial;
    font-size: 10pt;
    width: 200px;
}

form#commentform label {
	color: #666;
    padding: 10px;
}

form#commentform ul.errorlist li {
    color: #F00;
    margin-top: 5px;
}

/* Comment link on comic pages */
span#comment a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

span#comment a:hover {
    text-decoration: none;
    color: #1063B5;
}

