/*	
Theme Name: Taco Man and Burrito Boy
Theme URI: http://tmabb.com/
Description: Theme for the webcomic Taco Man and Burrito Boy. Powered by Comicpress 2.1, by Tyler Martin, at http://mindfaucet.com/comicpress/
Version: 4.5
Author: Ray Merkler
Author URI: http://www.tmabb.com/
*/

body {
	background : url('images/backgrounds/body_bg.gif');
}
body.pw_leaderboard {
	margin: 0;
	text-align: center;
	background: url('images/backgrounds/bubble_bg.gif');
}
body.pw_skyscraper {
	margin: 0;
	text-align: center;
	background: url('images/backgrounds/bubble_sidebar_bg.gif');
}

body,td,li,p {
	font: 13px 'Trebuchet MS', 'Arial', sans-serif;
	color: #302010;
	text-align: left;
	vertical-align: top;
	line-height: 1.3em;
}

h1 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0px 0px 5px 0px;
}

h1.date_header {
	margin: 0px 0px -5px 0px;
}

h2 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 10px 0px 0px 0px;
}

h2.sidebar {
	margin: 10px 0 0 0;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 10px;
}

h4 {
	font-weight: bold;
	font-size: 1em;
	margin: 0 10px;
}

h5 {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	margin: 0 10px;
}

p {
	margin : 0px 10px 10px 10px;
}

p.sidebar {
	text-align: center;
	margin: 0px auto 10px auto;
}

ol {
	text-align: left;
	padding: 0px 10px;
	margin-top: 10px;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

li {
	list-style-type: none;
	text-align: center;
}

li.comment {
	text-align: left;
}

li.tweet {
	font-size: 0.75em;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 5px;
}

hr {
	width: 67%;
	height: 1px;
	border: 0;
	background-color: #302010;
	margin: 15px auto;
	text-align: center;
}

.pagetitle {
	margin: 5px;
}
.post {
	margin : 5px;
}
.news_content {
	margin-top: 5px;
	text-align: justify;
}
.news_timestamp {
	font-size: 0.75em;
	margin: -12px 0px 0px 10px;
}
.current_mood_label {
	font-weight: bold;
	font-style: italic;
}
.current_mood {
	font-style: italic;
}
.postmetadata {
	font-size: 0.75em;
}

.comic_nav_table {
	width: 150px;
	height: 30px;
}

.comic_archive_frame {
	margin-bottom: 15px;
}

a:link {
	text-decoration: none;
	color : #208870;
}
a:visited {
	text-decoration: none;
	color : #208870;
}

a.permalink {
	color : #302010;
}

img {
	border: none;
}

/* needed to get proper centering in IE */
#ie_centering_shell {
	text-align: center;
	position: relative;
}

#shell {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	position: relative;
}

#header {
	width: 980px;
	height: auto;
	clear: both;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	position: relative;
}

#new_reader_click_here {
	width: 330px;
	height: 35px;
	display: block;
	margin-left: 245px;
	margin-right: 375px;
	margin-top: -40px;
	margin-bottom: 5px;
	position: relative;
	z-index: 1001;
}

#comic_pane {
	width: 920px;
	height: auto;
	clear: both;
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: -40px;
	margin-bottom: 5px;
	position: relative;
	z-index: 1000;
}

#content_and_sidebar {
	width: 980px;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -40px;
	margin-bottom: 5px;
	position: relative;
}

/* CALENDAR */

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	padding: 0;
	width: 100%;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
}

#wp-calendar {
	margin: 0 auto 0px;
	width: 155px;
	empty-cells: show;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar a:hover {
	background: #ECCFB0;
}

#wp-calendar td {
	padding: 0;
	text-align: center;
	border: 1px solid #BBBBBB;
}

/* Hover popups: credit goes to Mininova labs, at http://labs.mininova.org/. */
#popup {
	/* Necessary: */
	position: absolute;
	display: none;
	z-index: 10;

	/* Additional styling: */
	width: 150px;
	font : 16px Arial, Helvetica, sans-serif;
	background-color: #eee;
	border: 1px dotted #ece;
	opacity: .85;
	filter: alpha(opacity=85);
}