/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.custom a
{
	color: #6F0707;
	text-decoration: none;
}
.custom a:hover
{
	text-decoration: underline;
}
.custom li.widget p a 
{
	text-decoration:none;
}
.custom li.widget p a:hover
{
	text-decoration: underline;
}
.custom #content_box
{
	background: transparent;
	border-top: 1px solid #000;
}
.custom #header
{
	background: #fff url(images/header1.png) no-repeat scroll;
	height: 170px;
	padding: 0;
	border: 0;
}
.custom li.rss
{
	display: none;
}
.custom ul#tabs
{
	border: none;
}
.custom ul#tabs li
{
	border: none;
	background: none;
}
.custom .headline_area
{
	text-align: center;
}
.front .headline_area
{
	display: none;
}
.front #tabs
{
	display: none;
}
.custom .textwidget
{
	text-align: center;
}
.custom .sidebar h3
{
	font-size:1.2em;
	color: #000;
	font-variant:small-caps;
	letter-spacing:2px;
	line-height:1.385em;
	margin-bottom:0.615em;
	text-align: center;
}
.smallcaps
{
	font-variant: small-caps;
	font-size:1.2em;
}
.clear
{
	clear: both;
}
div.aligncenter
{
	text-align: center;
}
blockquote
{
	border: 1px solid #6F0707;
	padding-top: 1em;
	color: #000;
	background: #bf6661;
	z-index: -1;
}
.format_text img.alignright 
{
	margin:0 0.7em 1.571em 1.571em;
}
.format_text blockquote
{
	margin: 0 8px 1.571em}
	
.opening-weekend-packages #tickets {
	display: none;
}
.support #support{
	display: none;
}
.support #video_box {
	display: none;
}

td.paypal  {
	border-width: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: red red red red;
	background-color: rgb(255, 245, 238);
	-moz-border-radius: 3px 3px 3px 3px;
	padding: 2px 0 2px 5px;
	margin-bottom: 15px;
	font-variant: small-caps;
	font-size: .9em;
}

td.paypal input[type="image"] {
	border-style: none;
	background: #fff;
}

td.paypal h4
{
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;
}
td.shirt
{
	font-variant: small-caps;
	font-size: .9em;
}
td.shirt h4
{
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;	
}
td.shirt input[type="image"] {
	border-style: none;
	background: #fff;
}
table.paypal  {
	width: 220px;
	border-width: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: red red red red;
	background-color: rgb(255, 245, 238);
	-moz-border-radius: 3px 3px 3px 3px;
	padding: 2px 0 2px 5px;
	margin-bottom: 15px;
	font-variant: small-caps;
	font-size: .9em;
	margin-left: 40px;
}

table.paypal input[type="image"] {
	border-style: none;
	background: #fff;
}

table.paypal h4
{
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;
}
table.paypal2
{
	width: 220px;
	border-width: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: red red red red;
	background-color: rgb(255, 245, 238);
	-moz-border-radius: 3px 3px 3px 3px;
	padding: 2px 0 2px 5px;
	margin-bottom: 15px;
	font-variant: small-caps;
	font-size: .9em;
	margin-left: 40px;
	float: right;
}
table.paypal2 input[type="image"] {
	border-style: none;
	background: #fff;
}

table.paypal2 h4
{
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;
}
input[type="image"] {
	border-style: none;
	background: #fff;
}
.custom #footer {
border-top:3px double #000;
clear:both;
color:#000;
text-align:right;
}
.custom #footer a {
	color: #6F0707;
	border-bottom: none;
}
table.ow
{
	margin-bottom: 15px;
	border-bottom: 3px double #6f0707;
	border-top: none;
	border-right: none;
	border-left: none;
}
table.paypal_side  {
	width: 220px;
	border-width: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: red red red red;
	background-color: rgb(255, 245, 238);
	-moz-border-radius: 3px 3px 3px 3px;
	padding: 2px 0 2px 5px;
	margin-bottom: 15px;
	font-variant: small-caps;
	font-size: .9em;
 	margin: 0 auto;
 	text-align: left;
}
td.ppinfo
{
	width: 310px;
}
.custom #video_box 
{
	background:#fff none repeat scroll 0 0;
	padding: 1em 0;	
}
#designer
{
	float: left;
	text-align: left;
}
#copyright
{
	float: right;
}
.boldred
{
	color: #f70017;
	font-weight: bold;
	font-size: 1.5em;
}