/* @override 
	http://crookedstaircase.com/wp-content/themes/calebklauder/css/base.css
	http://calebklauder.com/wp-content/themes/calebklauder/css/base.css
*/

@import url('960/reset.css');
@import url('960/960_24_col.css');
@import url('tripoli/tripoli.simple.css');

/* @group HTML & Wordpress Basics */

html,body {
	height: 100%;
	background: #34546a url('../img/body-bkgd.gif') repeat;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
header, footer, section, aside, nav, article, canvas {
	display: block;
}

#content a {
	color: #2370a5;
}
header {
	width: 960px;
	height: 460px !important;
	background: transparent url('../img/header-bkgd.jpg') no-repeat;
}
#main {
}
#content {
	background: transparent url('../img/content-bkgd.png') repeat-y 39px 0;
}

footer {
	background: transparent url('../img/footer-bkgd.jpg') no-repeat -6px top;
	height: 60px !important;
	padding-top: 20px;
}

header h1, header p.site-description {
	text-indent: -10000px;
}
header a.photo-link {
	position: absolute;
	top: 45px;
	right: 30px;
	width: 500px;
	height: 380px;
	display: block;
	background: transparent;
	cursor: pointer;
}

h1, h2, h3 {
	font-family: "IM Fell DW Pica", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2.post-title {
	font-size: 36px;
	margin-top: 0;
}

h2.post-title a {
	color: #000 !important;
	text-decoration: none;
}
h3, h3.gigpress-related-heading {
	font-size: 26px !important;
	color: #ac3a03;
}

article {
	padding-bottom: 31px;
	background: transparent url('../img/ornament-bottom.png') no-repeat center bottom;
	margin-bottom: .5em;
}

h2.widget-title {
	color: #ac3a03;
	text-transform: uppercase;
}

article .wp-post-image {
	border: 10px solid #fff;
	margin-top: 1em;
	transform:  rotate(-3deg);
	-moz-transform:  rotate(-3deg);
	-webkit-transform:  rotate(-3deg);
	box-shadow: 5px 5px 10px #9f8a63;
	-webkit-box-shadow: -5px 5px 10px #9f8a63;
	-moz-box-shadow: 5px 5px 10px #9f8a63;
}

.widget_gigpress h2.widget-title {
	height: 24px;
	background: transparent url('../img/heading-upcoming-shows.png') no-repeat left top;
	text-indent: -10000px;
}

.gform_widget h2.widget-title {
	height: 24px;
	background: transparent url('../img/heading-email-list.png') no-repeat left top;
	text-indent: -10000px;
}

abbr {
	cursor: default !important;
}

.pagination {
	float: left;
	width: 60%;
}

.archives-dropdown {
	float: right;
}

article blockquote {
	color: #000;
	padding: 0;
	margin: 0 0 1em;
	min-height: 100px;
	background: #fff url('../img/blockquote-bkgd-bottom.gif') no-repeat right bottom;
}

article blockquote p {
	margin: 0 !important;
	padding: 1em 3.5em;
}

article blockquote p:first-child {
	background: transparent url('../img/blockquote-bkgd-top.gif') no-repeat left top;
}

article blockquote > *:first-child:before {
	display: none;
}

ul.thumbs-list {
	margin: 1em;
	list-style: none;
}

ul.thumbs-list li {
	float: left;
	margin-right: 2em;
}

/* @end */

/* @group Menu */

body.home #access .current-menu-item {
	display: none;
}
#access {
	background: transparent;
	display: block;
	float: left;
	margin: 0 auto;
	width: 960px;
}
#access .menu-header,
div.menu {
	font-size: 12px;
	font-weight: bold;
	margin-left: 35px;
	width: 948px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	text-transform: uppercase;
}
#access a {
	color: #fff;
	display: block;
	line-height: 42px;
	padding: 0 10px;
	text-decoration: none;
	border-right: 1px solid #b08751;
}
#access .last a {
	border-right: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #bc7d41;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background-color: #44130d;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* @end */

/* @group Gigpress */

code {
	color: #000;
}

.gigpress-table {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.gigpress-table td {
	background: #fff;
}

.gigpress-tour td {
	background: #d6dfe6 !important;
}

.gigpress-header th {
	background: #9d6729;
	color: #fff;
}

th.gigpress-heading {
	background: #588db2 !important;
	color: #fff;
}

.gigpress-menu-container {
	margin-top: -4em;
}

.gigpress-subscribe,
.gigpress-calendar-add {
	display: none;
}

/* @end */

/* @group Asides */

#main div.grid_14 aside {
	padding-bottom: 31px;
	background: transparent url('../img/ornament-top.png') no-repeat center bottom;
	margin-bottom: .5em;
}

.album-teaser {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #6f2f15;
}

#sidebar .album-teaser {
	padding-top: 65px;
	margin: 0;
	font-size: 11px;
}

.album-plug-title {
	display: block;
	width: 388px;
	height: 96px;
	background: transparent url('/files/2010/08/caleb-klauder-western-country.png') no-repeat;
	text-indent: -10000px;
}

#sidebar .album-plug-title {
		background: transparent url('../img/caleb-klauder-western-country-sidebar.png') no-repeat;
		width: 192px;
		height: 48px;
		clear: both;
}

.album-teaser img {
	margin: 0;
}

#sidebar .album-teaser img {
	width: 118px;
	height: 112px;
	margin-top: -65px;
	margin-bottom: 5px;
}

.spec_page_widget .gigpress-related-show,
.spec_page_widget .gigpress-related-heading {
	display: none;
}

/* @group Widgets */

.widget ul {
	list-style: none;
	margin: 0;
}

/* @group gform */

.widget .gform_description {
	color: #52270b;
	font-size: 10px;
}

.widget .gform_wrapper input {
	border: 1px solid #e1c698;
	margin-bottom: .25em;
	margin-right: .25em;
	width: 150px;
}

.widget .gfield_label {
	color: #52270b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.widget .ginput_container {
	padding-bottom: .25em;
}

.widget .ginput_container label {
	color: #52270b;
	font-size: 10px;
}

.widget .gform_footer input {
	width: auto;
	border: none;
}

.validation_error,
.validation_message {
	background: #e5bdbf;
	padding: 5px;
	border: 1px solid #ac3a03;
}

#gforms_confirmation_message {
	border: 1px solid #2772a6;
	padding: 5px;
	background: #a7d0ec;
}

/* @end */

/* @group Gigpress */

.widget_gigpress,
.widget_gigpress a {
	color: #52270b !important;
}

.widget_gigpress li {
	border-bottom: 1px solid #ac3a03;
	padding: 5px 0;
}

.widget_gigpress .gigpress-sidebar-more {
	padding-top: 5px;
}

/* @end */

/* @end */

/* @end */

/* @group Footer */

ul.social-media {
	margin: 0;
	float: left;
	width: 182px;
}

ul.social-media li {
	display: inline;
	float: left;
	list-style: none;
	margin-right: 3px;
}

ul.social-media li a {
	display: block;
	width: 32px;
	height: 32px;
	background: transparent no-repeat left top;
	text-indent: -10000px;
}

li.myspace-link a {
	background-image: url('../img/myspace.png') !important;
}

li.facebook-link a {
	background-image: url('../img/facebook.png') !important;
}

li.twitter-link a {
	background-image: url('../img/twitter.png') !important;
}

.copyright {
	text-align: right;
}

.copyright,
.management {
	color: #7d4913;
	font-size: 10px;
	float: left;
	margin: 0px 1em 0 0 !important;
	width: 178px;
}

.management a {
	display: block;
	width: 110px;
	height: 45px;
	background: transparent url('../img/quicksilver-productions.png') no-repeat;
	text-indent: -100000px;
}

/* @end */

.album-audio {
	clear: both;
	margin-left: 0 !important;
	list-style: none !important;
}

.album-audio img {
	margin-right: 2em;
}

.page h3 {
	clear: left;
}

h2#comments {
	font-size: 2em;
}

#respond textarea#comment {
	width: 100%;
	margin-bottom: 1em;
}

span.next {
	float: right;
}


