/*
Theme Name: Deadpan Hobo's Studios Webcomic Theme
Theme URI: http://www.brokenheartsonata.com/
Description: A personal website framework for Wordpress with webcomic capabilities (requires Webcomic plugin to work).
Author: Jose M. Nieves
Author URI: http://www.brokenheartsonata.com/
Version: 1.0
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Import a basic layout */
@import url('styles/2c-l.css');

#nav-above {
	display: none;
}

#wrapper {
	margin: auto auto;
	width: 960px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background: #cacaca;
}

#main {
	text-align: left;
	padding: 0 30px;
}

#content {
	background: #fff;
	padding: 5px 50px;
	min-height: 1050px;
}

body {
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		background: #fff;
}

a {
		color: #b51717;
}

a:visited {
		color: #744c4c;
}

a:hover {
		color: #6e0b0b;
}

img {
        margin: 4px;
}


/* =Calendar table
-------------------------------------------------------------- */

.widget_calendar table {
        margin-left: -10px;
        border-collapse: separate;
        border-spacing: 3px;
        border: 1px solid #aaa;
        background: #fff;
}

.widget_calendar caption {
        padding: 3px 0;
        border: 4px ridge #aaa;
        font-weight: bold;
        font-size: 13px;
        background: #eee;
        color: #333;
}

.widget_calendar th {
        padding: 3px 3px;
        vertical-align: top;
        border: 1px solid #aaa;
        background: #333;
        color: #eee;
        text-align: center;
}

.widget_calendar td {
        padding: 3px 3px;
        vertical-align: top;
        border: 1px solid #aaa;
        background: #ccc;
        color: #222;
        font-weight: bold;
        text-align: center;
}

.widget_calendar td#prev, td#next {
        font-weight: bold;
        text-align: center;
}

.widget_calendar td:hover {
        background: #666;
}

.widget_calendar a {
        text-decoration: none;
}

.widget_calendar a:visited {
        color: #777;
}

.widget_calendar a:hover {
        color: #eee;
}


/* =Header
-------------------------------------------------------------- */

#branding {
		background: url(images/header.png) no-repeat top center;
		height: 250px;
		width: 960px;
}

#blog-title {
		font-size: 36px;
}

#blog-title a {
		color: #fff;
}

#blog-title a:visited {
		color: #fff;
}

#blog-title a:hover {
		color: #ddd;
}

#blog-title, #blog-description {
		display: none;
}


/* =Menu - Taken from the theme GoodTheme Lead
-------------------------------------------------------------- */

.rss-image-top {
        float: right;
        padding-left: 5px;
        border-left: 1px solid #444;
}

#nav {
	margin: 0px;
	padding: 7px 5px;
	width:950px;
	float: left;
	background: #222;
	text-align: left;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float:left;
	list-style: none;
	margin: 0px 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:visited {
	color: #fff;
	display: block;
	font-family: "Courier New",  Tahoma, sans-serif;
	font-size: 9pt;
	font-weight: bold;
    margin: 0px 0px 0px 0px;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	text-transform:uppercase;
	}

#nav li a:hover {
	background: #666;
	color: #fff;
	}
	
#nav li li a, #nav li li a:visited {
	width: 130px;
	color: #999;
	float: none;
	margin: 0px 0px 0px -1px;
	padding: 7px 10px 7px 10px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #000;
	color: #fff;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 100px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	background: #444;
	}

#nav li ul a { 
	width: 100px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -29px 0 0 130px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
	
#nav .current_page_item a, #nav .current_page_item a:visited {
	color: #fff;
	background:#444;
	}

#nav .current_page_item a:hover {
	color:#FFFFFF;
	}

	
	
#nav .current_page_item ul li a, #nav .current_page_item ul li a:visited{
	background: #ddd;
	color: #666;
	}

#nav .current_page_item ul li a:hover {
	background: #f1f1f1;
	color: #000;
	}


/* =Content
-------------------------------------------------------------- */

.post, .comic {
        margin: 0 0 3em 0;      
}

#blog-comic-divider{
		font-family: "Courier New", Tahoma, sans-serif;
		font-size: 28px;
		color: #ddd;
		border: 5px groove #666;
		background: #555;
		margin: 30px 15px 22px 15px;
		padding: 5px 5px 2px 25px;
}

.comic .webcomic {
	margin-top: 10px;
	position: relative;
	left: -35px;
}

.webcomic-navi {
	width: 100%;
	left: 10px;
	margin: 10px 0 10px 15px;
}

.webcomic-navi a {
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #777;
	margin: 0 1px 10px 1px;
}

.webcomic-navi a span { display: none; }

.webcomic-navi .first-comic-link { background: url(images/navi.png) 0 0; display: block; width: 150px; height: 40px; }
.webcomic-navi .previous-comic-link { background: url(images/navi.png) -150px 0; display: block; width: 150px; height: 40px; }
.webcomic-navi .next-comic-link { background: url(images/navi.png) -300px 0; display: block; width: 150px; height: 40px; }
.webcomic-navi .last-comic-link { background: url(images/navi.png) -450px 0; display: block; width: 150px; height: 40px; }

.webcomic-navi .first-comic-link:hover { background: url(images/navi.png) 0 -40px; display: block; width: 150px; height: 40px; }
.webcomic-navi .previous-comic-link:hover { background: url(images/navi.png) -150px -40px; display: block; width: 150px; height: 40px; }
.webcomic-navi .next-comic-link:hover { background: url(images/navi.png) -300px -40px; display: block; width: 150px; height: 40px; }
.webcomic-navi .last-comic-link:hover { background: url(images/navi.png) -450px -40px; display: block; width: 150px; height: 40px; }

.webcomic-navi .first-comic-link.current-comic { background: url(images/navi.png) 0 -80px; display: block; width: 150px; height: 40px; }
.webcomic-navi .previous-comic-link.current-comic { background: url(images/navi.png) -150px -80px; display: block; width: 150px; height: 40px; }
.webcomic-navi .next-comic-link.current-comic { background: url(images/navi.png) -300px -80px; display: block; width: 150px; height: 40px; }
.webcomic-navi .last-comic-link.current-comic { background: url(images/navi.png) -450px -80px; display: block; width: 150px; height: 40px; }

.entry-title {
		font-size: 20px;
		border-bottom: 2px solid #000;
		margin: 0;
		padding: 5px 5px 2px 5px;
}

.entry-title a {
		color: #000;
		text-decoration: none;
}

.entry-title a:hover {
                color: #666;
}

.entry-meta {
		padding: 5px 5px 2px 5px;
}

.entry-content, .entry-summary {
        margin: 1.5em 0 0 0;
		text-align: justify;
}

.entry-meta a, .entry-content a, .entry-summary a, .entry-utility a {
		color: #777;
}

.entry-meta a:visited, .entry-content a:visited, .entry-summary a:visited, .entry-utility a:visited {
		color: #4444cc;
}

.entry-meta a:hover, .entry-content a:hover, .entry-summary a:hover, .entry-utility a:hover {
		color: #222;
}

.entry-meta, .entry-utility {
                font-size: 10px;
		font-style: italic;
}

#attachment {
        background: #eee;
        border: 1px solid #999;
}

.wp-caption {
        -moz-background-clip:border;
        -moz-background-inline-policy:continuous;
        -moz-background-origin:padding;
        background:#F9F9F9 none repeat scroll 0 0;
        border:1px solid #DDDDDD;
        margin-left:auto;
        margin-right:auto;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 10px;
        font-family: "Courier New", Tahoma, sans-serif;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto; 
}


/* =Widget Areas
-------------------------------------------------------------- */

#primary {
	padding: 25px 0 0 0;
}

.widget-area {
	margin: 0;
	font-family: "Courier New", Tahoma, sans-serif;
}

.widget-area .screen-reader-text { 		/* For text that's not the title of widget */
}

.widget-area .widget-title {
		font-size: 18px;
		padding-bottom: 10px;
}

.widget-area ul {
        list-style-type: none;
        margin-left: 0;
		padding: 0 10px;
}

.widget-area ul ul {
        list-style-type: none;
        margin-left: 1.1em;
}
.widget-area ul ul ul {
        margin-left: 2.5em;
}
.widget-container {
        margin: 0 0 1.5em 0;
}


/* =Comic Archive
-------------------------------------------------------------- */

.comic-year {
		font-size: 20px;
		border-bottom: 2px solid #000;
		margin: 0;
		padding: 5px 5px 2px 5px
}

.comic-archive {
		margin: 10px 0;
}

.comic-archive-date {
		margin: 4px 0;
}

.comic-archive-item {
		padding: 0 .5em;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
		font-size: 11px;
		margin: 0 0 20px -25px;
		padding: 10px;
		position: relative;
		width: 660px;
}

#comments a {
		color: #777;
}

#comments a:visited {
		color: #4444cc;
}

#comments a:hover {
		color: #222;
}

#comments-list {
		text-align: justify;
}

#comments-list h3 {
		font-size: 16px;
		margin: 0;
		padding: 5px 5px 2px 5px;
}

#comments-list ol {
		list-style-type: none;
		padding: 10px;
		position: relative;
		width: 580px;
}

#comments-list ol li {	
		padding: 10px;
		border: 1px solid #333;
		list-style-type: none;
		margin-bottom: 10px;
}

#comments-list ol li ul {
		padding: 10px;
}

#comments-list ol li ul li {
		border: 1px dotted #333;
}

.comment-author {
		font-size: 13px;
		font-weight: bold;
}

.comment-meta {
		padding: 5px 0;
		font-style: italic;
}

.comment-reply-link {
		font-size: 11px;
		font-style: italic;
}

#respond {
		padding: 10px;
}

#respond h3 {
		font-size: 16px;
}

#comment {
                width: 635px;
                height: 100px;
}

.form-label {
                font-size: 13px;
                margin-top: 5px;
}

#author, #email, #url, #comment {
                font-family: "Courier New", monospace;
                font-size: 14px;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
		background: #222;
}

#site-info {
		font-size: 10px;
		color: #fff;
		padding: 15px 0;
}

#site-info a {
		color: #aaaaff;
}


/* =Splash Screen (use with SplashScreen plugin)
-------------------------------------------------------------- */

#splash {
		width: 700px;
		margin: 50px auto;
		text-align: center;
		background: #fff;
}

#splash-image {
		/* Insert image here */
}

#splash-text {
		margin: 0;
		padding: 20px;
		font: 11px "Courier New",Tahoma, Arial, sans-serif;
}

#splash-text h2 {
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 5px;
}

#splash-buttons {
		padding: 15px;
}

#splash-buttons h2 {
		font-weight: bold;
}

#splash-buttons a {
		padding: 0 5px;
}


/* =Twitter (use with Twitter Widget Pro plugin)
-------------------------------------------------------------- */

.widget_twitter {
        border: 1px solid #bbb;
        margin:  5px -10px 15px -10px;
        background: #eee;
}

.widget_twitter h3 {
        border-bottom: 1px solid #bbb;
        margin: 0;
        padding: 6px;
        background: #444;
        color: #ccc;
}

.widget_twitter h3 a {
        color: #ccc;
        padding: 6px;
}

.widget_twitter ul {
        font-size: 11px;
        margin: 0 -10px;
        padding: 6px 6px 6px 3px;
}

.widget_twitter ul li {
        border-bottom: 1px dotted #777;
        margin-right: 15px;
        padding: 3px 0;
}


/* =Gallery (use with Lazyest Gallery plugin)
-------------------------------------------------------------- */

.lg_gallery .top_navigator {
		border: 1px solid #bbb;
		font-size: 10px;
		padding: 3px;
		margin: 10px 0;
}

.lg_gallery .folders {
		padding-top: 10px;
}

.lg_gallery .folder {
		display: none;
}

.lg_gallery .folder_caption {
		font-size: 16px;
}

.lg_powered {
		margin-top: 5px;
                display: none;
}