/*
Theme Name: drawnbymouse
Theme URI: http://rodenbeek.com
Description: Basic on a broad level, gets pretty granular though
Version: 1.0
Author: Noah Rodenbeek
Author URI: http://rodenbeek.com/
Tags: one column

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* From Meyer's reset rules v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
* End reset
*/
/* ********************************************* */
/*                                               */
/* Arjuna Del Toso :: http://arjuna.deltoso.net/ */
/*                                               */
/* ********************************************* */
body {
	background: #fff;
	font-size: 14px;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	color: #000;
}

/* Page */
#page {
	width: 960px;
	padding: 0px;

	margin: 0 auto;

}
/* Page End */

/* Header */
#header {
	color: #fff;
	height: 75px;
	margin: 0 auto -10px auto;
}

#header h1 {
	float: left;
}

#header h1 a {
	background: url("http://drawnbymouse.com/images/header.jpg") no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	width: 960px;
	height: 75px;
}

#header h1 a:hover {
	background: url("http://drawnbymouse.com/images/header2.jpg") no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	width: 960px;
	height: 75px;
}

#header h2 {
	font-weight: 100;
	padding-left: 25px;
	display: inline;
}
#header a {
	color: #FF2A14;
	text-decoration: none;
}
#header a:hover, #header a:visited {
	color: #B51B0C;
	text-decoration: none;
}
/* Header End */

/* Sidebar */
#sidebar-pages {
	border-bottom: 1px solid #444;
	background-color: #000000;
}
#sidebar-pages ul li, #sidebar-pages ul {
	display: inline;
	float:left;
}
#sidebar-pages a {
	font-size: 11px;
	display: block;
	position: relative;
	width: 100px;
	height: 45px;
	padding-top: 7px;
	padding-left: 4px;
	border-right: 1px solid #444;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	color: #BDDDFF;
	font-weight: 900;
/*	border-bottom: 2px solid #000;*/
}
#sidebar-pages a:hover {
	background-color: #118DA6;
/*	border-bottom: 2px solid #000;*/
}
/* Sidebar End */

/* Posts */
#posts {
}
.titlelist{
	list-style: none;
	float: left;
}
.linklist{
	list-style: none;
	float: right;
}
#posts h2.title-single {
	font-size: 18px;
	line-height: 38px;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	font-weight: 100;
	color: #C01903;
}
#posts h2.title, #posts div.excerpt {
	font-size: 18px;
	line-height: 38px;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	font-weight: 100;
	color: #C01903;
}
#posts h2.title a, #posts div.excerpt {
	font-size: 24px;
	line-height: 38px;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	font-weight: 100;
	color: #666;
}
#posts h2.title a {
	color: #C01903;
}
#posts h2.title a:hover {
	color: #911100;
	text-decoration: none;
}
#posts div.excerpt p {
	margin-bottom: 10px;
}
#posts div.excerpt p:before {
	content: "___";
	color: #999;
}
.post {
	margin-top: 10px;
}
.post-text {
	background: transparent;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #aaa;	
	line-height: 150%;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	margin: 0 auto 30px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 650px;
}
.post-text p {
	margin-bottom: 10px;
}

.post-meta {
	background-color: transparent;
	border-top: 2px solid #ccc;
	margin-top: 40px;
	font-size: 12px;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	padding: 8px 10px 8px 10px;
	color: #bbb;
}
.post-meta a {
	color: #BDDDFF;
}
.post-meta .meta-date {
	padding-left:20px;
	background:url(images/date.png) no-repeat top left;
}
.post-meta .meta-details {
	padding-left:20px;
	background:url(images/application_view_columns.png) no-repeat top left;
}
.post-meta .meta-tags {
	padding-left:20px;
	background:url(images/award_star_bronze_2.png) no-repeat top left;
}
.post-meta .meta-comments {
	padding-left:20px;
	background:url(images/user_comment.png) no-repeat top left;
}
#posts ol,#posts ul {
	padding: 5px 0px 15px 0px;
}
#posts blockquote {
	padding: 14px 50px 10px 50px;
}
#posts blockquote p:first-letter {
	color: #fff;
	font-size: 160%;
	padding: 2px;
	padding-left: 0;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
}
#posts ol {
	list-style: lower-roman;
}
#posts ul {
	list-style: circle;
}
q {
	quotes: "«" "»" "'" "'";
}
.post-text form p {
	padding-bottom: 10px;
}
.post-text input[name="post_password"] {
	margin-bottom: 10px;
}
.post-text input[type="submit"], .post-text input.button, .post-text input.file, #searchform input[type="submit"] {
	margin-bottom: 10px;
	color: black;
	background-color: #E0232B;
	border-color: #E0232B;
	font-size: 12px;
}

.post-text h1, .post-text h2,.post-text h3, .post-text h4, .post-text h5, .post-text h6 {
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #ccc;
}
.post-text h1, .post-text h2, .post-text h3 {
	font-size: 34px;
	letter-spacing:-1px;
	line-height: 1.05em;
	padding-bottom: 10px;
}
.post-text h2, .post-text h3 {
	font-size: 32px;
	margin: 5px 0 0 0;
}
.post-text h3 {
	font-size: 28px;
}
.post-text h4 {
	font-size: 1.6em;
	line-height: 23px;
}
.post-text dl {
	padding: 5px 50px;
}
.post-text dl dt {
	font-weight: bold;
	font-size: small;
	letter-spacing: 1px;
	padding-bottom: 1px;
}
.post-text dl dd {
	padding-bottom: 3px;
	font-style: italic;
}
.post-text dl dd:before {
	content: "» ";
}
.post-text ol ol, .post-text ul ul {
	margin-left: 18px;
}
.post-text table {
	
}
.post-text table th {
	padding: 5px;	
	border-bottom: 3px solid #fff;
}
.post-text table tr td  {
padding: 3px;
	border: 1px solid #fff;
}
#searchform input[type="text"] {
	margin-bottom: 3px;
	font-size: 14px;
}
#sidebar #searchform input[type="text"] {
	width: 150px;
}
#searchform label {
	display: none;
	visibility: hidden;
}
/* Posts End */


/* Comics */
#comics {
	margin-top: 10px;
}
.titledate{
	margin: 10px 0 0 15px
}
.linklist{
	margin: 10px 25px 0 0;
}
.linklistnext{
	list-style: none;
	float: right;
	margin: 10px 55px 0 0;
}
#comics h2.title-single {
	font-size: 24px;
	line-height: 38px;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	font-weight: 100;
	color: #C01903;
}
#comics h2.title, #comics div.excerpt {
	font-size: 24px;
	line-height: 38px;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	font-weight: 100;
	color: #C01903;
	margin: 0 0 0 10px;
}
#comics h2.title a, #comics div.excerpt {
	font-size: 24px;
	line-height: 38px;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	font-weight: 100;
	color: #666;
	margin: 0 0 0 10px;
}
#comics h2.title a {
	color: #C01903;
}
#comics h2.title a:hover {
	color: #911100;
	text-decoration: none;
}
#comics div.excerpt p {
	margin-bottom: 10px;
}
#comics div.excerpt p:before {
	content: "___";
	color: #999;
}
.comic {
	margin-top: 0;
}
.comic-text {
	background: #FBFBFB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
		
	line-height: 150%;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 95px;
	padding-right: 95px;
}
.comic-text p {
	margin-bottom: 10px;
}

.comic-meta {
	background-color: transparent;
	border-top: 2px solid #ccc;
	margin-top: 40px;
	font-size: 12px;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	padding: 8px 10px 8px 10px;
	color: #222;
}
.comic-meta a {
	color: #C01903;
}
.comic-meta a:hover {
	color: #961200;
}
.comic-meta .meta-date {
	padding-left:20px;
	background:url(images/date.png) no-repeat top left;
}
.comic-meta .meta-details {
	padding-left:20px;
	background:url(images/application_view_columns.png) no-repeat top left;
}
.comic-meta .meta-tags {
	padding-left:20px;
	background:url(images/award_star_bronze_2.png) no-repeat top left;
}
.comic-meta .meta-comments {
	padding-left:20px;
	background:url(images/user_comment.png) no-repeat top left;
}
#comics ol,#comics ul {
	padding: 5px 0px 15px 0px;
}
#comics blockquote {
	padding: 14px 50px 10px 50px;
}
#comics blockquote p:first-letter {
	color: #444;
	font-size: 160%;
	padding: 2px;
	padding-left: 0;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
}
#comics ol {
	list-style: lower-roman;
}
#comics ul {
	list-style: circle;
}
q {
	quotes: "«" "»" "'" "'";
}
.comic-text form p {
	padding-bottom: 10px;
}
.comic-text input[name="comic_password"] {
	margin-bottom: 10px;
}
.comic-text input[type="submit"], .comic-text input.button, .comic-text input.file, #searchform input[type="submit"] {
	margin-bottom: 10px;
	color: white;
	background-color: #C01903;
	border-color: #C01903;
	font-size: 12px;
}

.comic-text h1, .comic-text h2,.comic-text h3, .comic-text h4, .comic-text h5, .comic-text h6 {
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #444;
}
.comic-text h1, .comic-text h2, .comic-text h3 {
	font-size: 34px;
	letter-spacing:-1px;
	line-height: 1.05em;
	padding-bottom: 10px;
}
.comic-text h2, .comic-text h3 {
	font-size: 32px;
	margin: 5px 0 0 0;
}
.comic-text h3 {
	font-size: 28px;
}
.comic-text h4 {
	font-size: 1.6em;
	line-height: 23px;
}
.comic-text dl {
	padding: 5px 50px;
}
.comic-text dl dt {
	font-weight: bold;
	font-size: small;
	letter-spacing: 1px;
	padding-bottom: 1px;
}
.comic-text dl dd {
	padding-bottom: 3px;
	font-style: italic;
}
.comic-text dl dd:before {
	content: "» ";
}
.comic-text ol ol, .comic-text ul ul {
	margin-left: 18px;
}
.comic-text table {
	
}
.comic-text table th {
	padding: 5px;	
	border-bottom: 3px solid #fff;
}
.comic-text table tr td  {
padding: 3px;
	border: 1px solid #fff;
}

#archive{
	margin: 0 auto;
	width: 305px;
	height: 25px;
	background: white;
}

#archive form{
	width: 305px;
	margin: 0 auto;
}

#searchform input[type="text"] {
	margin-bottom: 3px;
	font-size: 14px;
}
#sidebar #searchform input[type="text"] {
	width: 150px;
}
#searchform label {
	display: none;
	visibility: hidden;
}
/* Comicss End */

/* Sidebar Main */
#sidebar {
	color: #760102;
	font-size: 12px;
	border-top: 2px solid #8D1100;
	margin-top: 10px;
	padding-top: 10px;
}
#sidebar h4 {
	color: #C01903;
	padding-bottom: 5px;
}
#sidebar h2 {
	display: none;
	visibility: hidden;
}
#sidebar .widget {
	margin-bottom: 15px;
}
#first, #second, #third, #fourth {
	padding-left: 5px;
	width: 225px;
	float:left;
}
#second {
	padding-left: 10px;
}
#third {
	padding-left: 15px;
}
#fourth{
	float: right;
}
/*ADSPACE*/

ul.adspace{
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.adspace li a {
    display: block;
    background: url("http://drawnbymouse.com/images/degreead.jpg") no-repeat;
    text-indent: -9999px;
    overflow: hidden;
	margin: 0 50px 10px 0;
}

ul.adspace li.degreead a {
    width: 160px;
    height: 200px;
    float: left;
    _display: inline;
    background-position: 0px 0px;
}
ul.adspace li.degreead a:hover {
    background-position: 0 -200px;
}
/*END ADSPACE*/

#sidebar acronym, #sidebar abbr {
	border-bottom: 0;
}
#sidebar ul.children li, #sidebar li#pages ul ul li {
	list-style:none;
	padding-left:15px;
	background:url(images/subcategory_icon.png) no-repeat top left;
}
#sidebar #feed h4 {
	padding-left:20px;
	background:url(images/rss.png) no-repeat top left;
}
#sidebar #links h4 {
	padding-left:20px;
	background:url(images/layout_link.png) no-repeat top left;
}
#sidebar #categories h4, #sidebar .widget_categories h4 {
	padding-left:20px;
	background:url(images/layers.png) no-repeat top left;
}
#sidebar #search_in_sidebar h4 {
	padding-left:20px;
	background:url(images/magnifier.png) no-repeat top left;
}
#sidebar #meta h4 {
	padding-left:20px;
	background:url(images/information.png) no-repeat top left;
}
#sidebar #archives h4 {
	padding-left:20px;
	background:url(images/folder.png) no-repeat top left;
}
#sidebar #recent-posts h4 {
	padding-left:20px;
	background:url(images/recent_posts.png) no-repeat top left;
}
#sidebar #calendar h4 {
	padding-left:20px;
	background:url(images/calendar.png) no-repeat top left;
}
#sidebar #calendar #wp-calendar td {
	padding: 1.5px;
}
#sidebar .widget_links h4 {
	padding-left:20px;
	background:url(images/link.png) no-repeat top left;
}
#sidebar #tag_cloud h4 {
	padding-left:20px;
	background:url(images/tag_green.png) no-repeat top left;
}
#sidebar #recent-comments h4 {
	padding-left:20px;
	background:url(images/user_comment.png) no-repeat top left;
}
#sidebar #pages h4 {
	padding-left:20px;
	background:url(images/page.png) no-repeat top left;
}
#sidebar .widget_text h4 {
	padding-left:20px;
	background:url(images/text_dropcaps.png) no-repeat top left;
}
/* Sidebar Categories End */

#credits {
	float: right;
	font-size: 10px;
	color: #888;
	text-align: right;
	line-height: 14px;
	margin-top: 10px;
}

/* Page & Archives */
.current_page_item {
	background-color: #333;
}
#kindofarchive, .text-feedback {
	padding-left: 95px;
	padding-right: 95px;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	font-weight: 200;
	color: #666;
}
#navlinksleft {

	float: left;
	margin: 0 0 20px 0;
}
#navlinksleft a {
	text-decoration: underline;
	font-weight: bold;
	color: #C01903;
}
#navlinksleft a:hover {

	color: #9E1300;
}
#navlinksright {
	float:right;
	margin-bottom: 20px;
}
#navlinksright a {
	text-decoration: underline;
	font-weight: bold;
	color: #C01903;
}
#navlinksright a:hover {

	color: #9E1300;
}

/* Page End */
/* Comments */
#comments {
	padding-left: 105px;
	padding-right: 105px;
}
h3#comments {
	margin-bottom: 10px;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	font-weight: 200;
	color: #000;
	line-height: 150%;
	padding-left: 125px;
	background:white;
}
ol.commentlist {
	font-size: 11px;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	margin-left: 95px;
	margin-right: 95px;
}
ol.commentlist li {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 25px;
	border-top: 1px solid #C01903;
	list-style-type: decimal-leading-zero;
}
.reply {
	padding: 10px 105px 15px 210px;
}
.says {
	display: none;
	visibility: hidden;
}
.nocomments {
	padding: 20px 105px 20px 105px;
}
.fn {
	font-weight: 500;
	font-style: normal;
	padding-left: 3px;
}
li.comment p {
	padding-top: 12px;
}
.comment-meta {
	margin-top: -22px;
	text-align: right;
	font-style: italic;
	font-size: 12px;
	padding-bottom: 5px;
	padding-right: 20px;
	background:url(images/clock.png) no-repeat top right;
}
.comment-author {
	font-size: 16px;
	border-bottom: 1px solid #444;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
}
#respond {
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	background-color: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 105px;
	padding-right: 105px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #aaa;	
}
#comment {
	width:620px;
	font-size: 11px;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
}
#submit {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: white;
	background-color: #C01903;
	font-size: 12px;
}
.leaveareply {
	margin-bottom: 10px;
	font-weight: 200;
	font-size: 120%;
	letter-spacing: 2px;
	color: #C01903;
}
#commentform p {
	margin-bottom: 10px;
}
#commentform p small {
	padding-left: 15px;
}
.reply {
	padding-left: 0;
}
#commentform {
	margin-top: 10px;
}
ol.commentlist ul.children {
	border: 1px dashed #aaa;
}
ol.commentlist ul.children li {
	list-style-type: none;
	border-top: 0;
}
/* Comments End */

/* General rules */
li {
	line-height: 160%;
}
a {
	color: #C01903;
	text-decoration: none;
	padding-bottom: 3px;

}
a:visited {
	padding-bottom: 3px;

	color: #C01903;
	text-decoration: none;
}
a:hover {
	color: #FF6B2A;
	padding-bottom: 1px;
	text-decoration:none;
}
#sidebar-pages a:hover {
	text-decoration:none;
}
.clear {
	clear: both;
	display: block;
}
ins {
	font-style: italic;
}
acronym, abbr {
  border-bottom: 0.071em dotted black;
}
code, pre {
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
}
pre {
	line-height: 1.1em;
	border: dashed #aaa 0.071em;
	padding: 1.071em 1.428em 1.071em 1.428em;
	overflow: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #fff;
	width: 600px;
}
small {
	font-size: small;
}
sub {
	font-size: 10px;
}
sup {
	font-size: 10px;
}
/* General rules end */

/* Images */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: center;
   background-color: transparent;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	color: #444;
}
/* Images End */









/* Justice LEague Post */
#league{
	width: 700px;
	height: 325px;
	background: #131313;
}

#league h2 {
    background: url("http://drawnbymouse.com/images/league.png") no-repeat;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    width: 413px;
    height: 213px;
    background-position: 0 0;
    margin: 0 auto;
}
#league h2:hover {
    background: url("http://drawnbymouse.com/images/league.png") no-repeat;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    width: 413px;
    height: 213px;
    background-position: 0 -213px;
}

#league ul{
    list-style: none;
    padding: 0;
    margin-top: -20px;
}

#league li {
    display: block;
    background: url("http://drawnbymouse.com/images/leaguebuttons.png") no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

#flash {
    width: 100px;
    height: 100px;
    float: left;
    _display: inline;
    background-position: 0px 0px;
    margin: 0 10px 0 20px;
}
#flash:hover {
    background-position: 0 -100px;
}

li#aquaman {
    width: 100px;
    height: 100px;
    float: left;
    _display: inline;
    background-position: -100px 0;
    margin: 0 10px 0 0;
}
#aquaman:hover{
    background-position: -100px -100px;
}

li#wonderwoman {
    width: 100px;
    height: 100px;
    float: left;
    _display: inline;
    background-position: -200px 0px;
    margin: 0 10px 0 0;
}
#wonderwoman:hover{
    background-position: -200px -100px;
}

li#greenlantern {
    width: 100px;
    height: 100px;
    float: left;
    _display: inline;
    background-position: -300px 0px;
    margin: 0 10px 0 0;
}
#greenlantern:hover{
    background-position: -300px -100px;
}

li#superman {
    width: 100px;
    height: 100px;
    float: left;
    _display: inline;
    background-position: -400px 0px;
    margin: 0 10px 0 0;
}
#superman:hover{
    background-position: -400px -100px;
}

li#batman {
    width: 100px;
    height: 100px;
    float: left;
    _display: inline;
    background-position: -500px 0px;
}
#batman:hover{
    background-position: -500px -100px;
}

