/*
Theme name:Giant
Template:thematic
*/
/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');html,body {
	background: #a7E05d;
}
a:link,a:visited {
	color: #3973b8;
}
a:hover {
	color: #690;
}
H1,H2 {
	font-family: Helvetica,Arial,sans-serif;
	color: #EF5121;
	font-weight: bold;
}
H1 {
	font-size: 24px;
	line-height: 1.2;
}
H2 {
	text-transform: capitalize;
}
hr.blue {
	background-color: #3973B8;
	color: #3973B8;
	margin: 0 0 13px 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	display: inline;
}
/* high level structure blocks */
#wrapper.hfeed {
	padding: 0;
	font-family: verdana,arial,sans-serif;
	font-size: 13px;
	line-height: 17px;
	background: #a7E05d url(images/main-bg.png) repeat-y;
}
#blog-title,#blog-description {
	display: none;
}
div#header {
	margin: 0;
	padding: 0;
	background: #a7E05d;
}
div#access {
	height: 18px;
	padding: 0;
	margin: 5px 0 0 0;
	background: transparent;
	border: none;
	float: left;
	z-index: 1;
}
div#branding {
	margin: 0;
	width: 100%;
	height: 96px;
	padding: 0;
	background: #F6FAFB url(images/2011-banner.jpg) no-repeat;
}
div#main {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}
div#primary {
	border: none;
	width: 150px;
	height: 1000px;
	float: left;
	margin: 0;
	padding: 0;
}
div#content {
	background: transparent url(images/bg/content-bg.png) repeat-y;
	margin: 0;
	position: relative;
	z-index: 5;
	padding: 10px 0 30px 0;
	float: left;
	width: 630px;
	min-height: 770px;
}
div#content.top {
	background: transparent url(images/bg/left-top.png) top left no-repeat;
	margin: 0;
	position: relative;
	z-index: 1;
	padding: 20px 0 30px 0;
	float: left;
	width: 630px;
}
div#content.bottom {
	background: transparent url(images/bg/bottom.png) bottom left no-repeat;
	margin: 0;
	position: relative;
	z-index: 1;
	padding: 20px 0 30px 0;
	float: left;
	width: 630px;
}
div#footer {
	clear: both;
	margin: 0 0 0 -15px;
	padding: 0;
	height: 60px;
	bottom: 0;
	border: none;
	position: static;
	background: url(images/footer-bg.gif) no-repeat;
}
#siteinfo {
	display: none;
}
/* Left Top Navigation */
ul#leftnav.menu {
	margin-top: 30px;
	padding: 0 0 0 20px;
	width: 138px;
	position: relative;
	z-index: 2;
}
ul#leftnav.menu li {
	padding-left: 25px;
	padding-bottom: 1px;
	padding-top: 1px;
	background: transparent url(images/bg/leftnav-main-off.gif) no-repeat;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
}
ul#leftnav.menu li.current_page_item {
	background: #1834AD url(images/bg/leftnav-main-on.png) no-repeat;
	list-style: none;
}
ul#leftnav.menu li a {
	color: white;
	text-decoration: none;
}
ul#leftnav.menu li ul {
	margin: 0;
	padding: 0;
}
ul#leftnav.menu li ul li {
	margin: 2px 0 0 0px;
	padding: 0 0 0 10px;
	list-style: none;
	font-size: 9px;
	text-transform: capitalize;
	background: #1834AD url(images/bg/leftnav-sub-off.png) no-repeat;
}
ul#leftnav.menu li ul li a:hover,ul#leftnav.menu li ul li a:active {
	text-decoration: underline;
}
/* TOP NAVIGATION */
ul#topnav {
	width: 420px;
	margin: 0 0 0 400px;
	padding-top: 13px;
	height: 18px;
	z-index: 99;
	position: relative;
}
ul#topnav li {
	list-style: none;
	float: left;
	margin: 0px 1px 0 0 ;
	text-transform: uppercase;
	font-size: 9px;
	text-align: center;
	width: 101px;
	background: #3973B8 url(images/bg/topnav-bg-off.png) no-repeat;
}
ul#topnav li.current_page_item {
	background: #3973B8 url(images/bg/topnav-bg-on.png) no-repeat;
}
ul#topnav li a {
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 2px 12px 3px 12px;
}
/* ENTRY STYLES */
h1.entry-title {
	color: #EF5121;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0;
	margin: 0 0px 15px 40px;
	width: 425px;
}
div.entry-content {
	z-index: 10;
	padding: 0 30px 0 20px;
	width: 550px;
	margin-left: 20px;
}
div.entry-content p {
	line-height: 1.25;
	margin: 0 0 7px 0;
}
div.entry-content p img {
	margin: 4px 0;
}
img.alignone {
	line-height: 1;
}
div.entry-content h2,div.entry-content h3 {
	margin: 7px 0 0 0;
	padding: 7px 0 0 0;
	font-size: 16px;
}
div.entry-content h3 {
	line-height: 1.2;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
div.entry-content h3 img {
	margin: 0;
	padding: 0;
}
.performer-image {
	float: left;
	line-height: 1;
	margin: 0;
	padding: 0;
	clear: both;
}
.performer-end {
	padding-left: 120px;
	padding-bottom: 10px;
	width: 100%;
}
div.entry-content ul li.performer-listing {
	list-style-image: url('images/arrow.png');
	margin: 0 0 0 110px;
	padding: 0;
	line-height: 1;
	font-weight: bold;
}
.performer-listing img {
	margin: 0px 4px 0 0;
}
.performer-country {
	color: #ef5121;
	padding-top: -5px;
}
.performer-name {
	color: black;
}
.performer-name a {
	color: #3973B8 ;
}
.performer-description {
	margin: 0 0 0 130px;
	padding: 0 0 0 130px;
	min-height: 75px;
}
.performer-act {
	padding: 0 0 0 130px;
	color: #690;
	font-style: italic;
	font-weight: bold;
}
/* LIST STYLES */
div.entry-content ul {
	margin: 13px 0 13px 20px;
	padding: 0;
}
div.entry-content ul li {
	margin-left: 10px;
}
ul li.arrow-list,ul li.arrow-list-regular {
	margin: 13px 0 0 0;
	padding: 0;
	font-weight: bold;
	list-style-image: url('images/arrow.png');
}
ul li.arrow-list-regular {
	font-weight: normal;
}
/* Styles for the individual performer page template */
.performer-content {
	float: left;
	width: 300px;
	margin: 0 0 0 15px;
	padding-left: 15px;
	padding-right: 0;
}
.performer-content H1 {
	color: #EF5121;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
}
.performer-content p {
	margin: 0 0 12px 0
}
#performer-sidebar {
	width: 230px;
	position: absolute;
	top: 20px;
	left: 370px;
	text-align: left ;
	margin: 0;
	padding: 0;
}
div.sidebar-box {
	border: 1px solid green;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 10px 0px;
}
div.sidebar-box h3 {
	color: #EF5121;
	font-weight: bold;
	margin: 5px 0 5px 5px;
}
div#performer-sidebar table {
	margin: 5px;
	font-size: 11px;
}
div#performer-sidebar td {
	padding: 2px;
	margin: 0;
}
/* Styles for the home page template */
.home-content {
	float: left;
	width: 60%;
	margin: 0 0 0 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#internal-sidebar {
	width: 28%;
	position: absolute;
	top: 20px;
	left: 67%;
	text-align: center;
	margin: 0;
	padding: 0;
}
div#secondary.aside.main-aside {
	width: 100%;
	margin: 0;
	padding: 0;
	float: right;
	border: none;
}
div#secondary.aside.main-aside h3.widgettitle {
	color: #EF5121;
	padding: 5px 0 0 0;
	font: 14px Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}
div#secondary.aside.main-aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#secondary.aside.main-aside ul li.widgetcontainer {
	width: 100%;
	margin-bottom: 10px;
}
div#secondary.aside.main-aside ul li#linkcat-4 {
	background-color: #ECFCD1;
	border: 1px solid #9abd63;
	margin: 0 0 0 13px;
	width: 75%;
	padding: 5px 10px 0 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
ul.xoxo.blogroll li {
	font-size: 11px;
	line-height: 1.2;
	color: #1834AD;
	margin-bottom: 6px;
}
div#secondary.aside.main-aside ul li ul#social {
	margin-top: 10px;
	padding-left: 30px;
}

div#secondary.aside.main-aside ul li#text-6.widgetcontainer {float: left;}
ul#social li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
}
div.textwidget form {
	font-size: 10px;
	line-height: 1.1;
	padding: 5px 0 0 0;
	margin: 0;
}
div.textwidget form input {
	margin-top: 5px;
	padding: 0;
}
li#twitter-tools {
	text-align: left;
}
span.sc-sponsor {
	font-size: 11px;
	line-height: 1.2;
}
#slideshow {
	border: 3px black solid;
}
blockquote {
	background: #edfcd8;
	padding: 10px;
	width: 300px;
	margin: 0 0 20px 0;
	font-style: normal;
	color: black;
}
.orange {
	font-weight: bold;
	color: #EF5121;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.green-italic {
	font-weight: bold;
	color: #690;
	font-style: italic;
	margin: 0per;
}
.green-box,h3.green-box {
	padding: 20px;
	background: #edfcd8;
	width: 300px;
	margin: 0;
}
div.entry-content p.singlespace {
	line-height: 1.2;
	margin: 0;
}
td,tr,table {
	border: none;
	padding: 10px;
}
td.bodysml {
	font-size: 11px;
	margin: 0;
}
input.button {
	font: 13px Arial,sans-serif;
}
div#ticketform td {
	padding: 0 0 5px 0;
	margin: 0;
}
td.green-bg {
	background-color: #ECFED5;
}
div.aktt_tweets {
	font-size: 10px;
	line-height: 1.2;
}
div.aktt_tweets ul li {
	margin-bottom: 6px;
}
/* Schedule Table Styles */
table.schedule {
	font-size: 11px;
}
table.schedule tr {
	margin: 0;
	padding: 0;
}
table.schedule td {
	margin: 0;
	padding: 0;
}
table.schedule td.date {
	color: #EF5121;
	font-weight: bold;
}
table.schedule td.header {
	font-weight: bold;
	padding-top: 6px;
}
/* 404 styles */
#post-0 {
	text-align: center;
	padding: 0 50px;
}
/* BPT styles */
div.home-content tr,div.home-content td {
	margin: 0;
	padding: 0;
}
div.home-content td.boxy_grey_bar {
	font: 16px verdana,arial,sans-serif;
	color: #EF5121 ;
}
td.boxy_grey {
	margin: 0;
}
