/*
Theme Name: The Bandido Massacre
Theme URI: http://bandidomassacre.com/
Description: Custom theme developed for bandidomassacre.com.
Version: 1.0
Author: Jefferson Rabb
Author URI: http://jeffersonrabb.com/
*/

body {
	background-color: #666;
	background-image: url(images/bg.jpg);
	font-size: 24px;
	color: #323232;
	font-family:"Adobe Caslon Pro","Garamond Premier Pro","Times Roman",serif;
	margin: 0 0 0 0;
}
div {
	padding: 0;
	margin: 0;
	border: none;
}
img {
	border: none;
}
div#outer {
	background-image: url(images/outer-glow.gif);
	width: 1000px;
	margin: 0 auto 0 auto;
}
div#container {
	background-color: #f8f8ed;
	width: 950px;
	margin: 0 auto 0 auto;
	text-align: left;
	border-bottom: 6px solid #666666;
}
div#wide-column {
	
}
div#wide-column .internal {
	padding: 10px 35px 10px 35px;
}
#header {
	height: 243px;	
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div#main {
	width: 100%;
	background-color: #f8f8ed;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	min-height: 500px;
	padding: 30px 0 0 0;
}
div#footer {
	width: 900px;
	font-size: 14px;
	text-align: center;
	background-color: #ffdd00;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding: 85px 25px 25px 25px;
}
div#main #left-column {
	width: 240px;
	float: left;
}
div#main #center-column {
	width: 670px;
	padding: 0 40px 0 0;
	float: left;
}

div#main #center-column ul {
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em 0;
	
}
div#main #center-column ul li {
	padding: 0;
	margin: 0;
}
.clearall {
	clear: both;
}
p {
	
}
a {
	color: #c15e3e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ef4610;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 0.3em 0;
	padding: 0;
}
h1 {
	font-size: 56px;
}
h2 {
	font-size: 46px;
}
h3 {
	font-size: 36px;
}


/* NAV SIDEBAR */

div#navsidebar h3 {
	display: none;
}

div#navsidebar ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #323232;
	font-size: 15px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0 30px 0 0;
	padding: 0;
	
}
div#navsidebar ul li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 1px 35px;
}
div#navsidebar ul li a {
	text-decoration: none;
	color: #323232;
	margin: 0;
	padding: 0;
}
div#navsidebar ul li.current_page_item, 
div#navsidebar ul li.current_page_item:hover,
div#navsidebar ul li.current_page_parent, 
div#navsidebar ul li.current_page_parent:hover {
	font-weight: bold;
	border-bottom: 1px solid #888888;
	background-image: url(images/selected-nav.gif);
	background-repeat: repeat-y;
}
div#navsidebar ul li.current_page_item:hover {
	padding-bottom: 1px;
}

div#navsidebar ul li:hover {
	border-bottom: 1px solid #888888;
	padding-bottom: 0px;
}

/* End NAV SIDEBAR */

/* BLOG SIDEBAR */

div#blogsidebar h3 {
	font-weight: bold;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ffdd00;
	background-repeat: repeat-y;
	margin: 35px 30px 10px 0;
	padding: 0 0 1px 35px;
}

div#blogsidebar {
	margin: 0 0 0 0;
}

div#blogsidebar ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #323232;
	font-size: 15px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0 30px 0 0;
	padding: 0;
	
}
div#blogsidebar ul li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 1px 35px;
}
div#blogsidebar ul li a {
	text-decoration: none;
	color: #323232;
}
div#blogsidebar ul li.current-cat, 
div#navsidebar ul li.current-cat:hover,
div#blogsidebar ul li.current_page_parent, 
div#blogsidebar ul li.current_page_parent:hover {
	font-weight: bold;
	border-bottom: 1px solid #888888;
	background-image: url(images/selected-nav.gif);
	background-repeat: repeat-y;
}
div#blogsidebar ul li.current_page_item:hover {
	padding-bottom: 1px;
}

div#blogsidebar ul li:hover a {
	text-decoration: underline;
}

/* End BLOG SIDEBAR */

/* Homepage Sidebar (area under the timeline) */

div#homesidebar {
	text-align: center;
	margin: 15px 0 0 0;
}
div#homesidebar ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
div#homesidebar ul li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 15px;
}

/* End Homepage Sidebar */

ul.hnav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #323232;
	font-size: 14px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0 0 25px 0;
	padding: 0;
	background-color: #f1f2f3;
	width: 100%;
}
ul.hnav li {
	display: inline; 
	list-style-type: none;
	padding: 3px;
	
}
ul.hnav li a {
	text-decoration: none;
	color: #323232;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
div.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
div.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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 caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	/*border: 1px solid #ddd;*/
	text-align: center;
	/*background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;*/
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

.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;
}
/* End captions */

.wordtube {
	margin-bottom: 25px;
}
.cast-of-characters-item {
	margin: 0 0 25px 0;
}
.cast-of-characters-item img {
	margin: 0 0 25px 25px;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.contactleft {
	text-align: left!important;
}
