/*
Theme Name: Magic Theme
Theme URI: http://magictheatre.org/
Description: The theme designed for Magic Theatre.
Version: 0.1
Author: William Summer
Tags: blue, custom header, fixed width, three columns, widgets

	This theme was designed and built by William Summer,
	whose blog you can't find

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
* { 
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #000;
}
a {
	text-decoration: none;
	color: #0ca5e8;
}
a:hover, a.hot:hover {
	color: #000;
}
blockquote {
	width: 75%;
	margin-left: 20px;
}
h1 {
	color: #000;
	font-size: 32px;
	font-weight: normal;
}
h2 {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 2px 0;
}
h2 span {
	margin-left: 10px;
}
h2 span a {
	color: #000;
}
h3 {
	font-size: 14px;
}
img {
	border: none;
}

ol.roman {
	list-style-type: upper-roman;
}
p {
	margin: 10px 0 5px 0;
	line-height: 18px;
}
p.first, p.wp-caption-text, h2.first {
	margin-top: 0;
}
p.wp-caption-text {
	line-height: 1.25em;
}
strong { 
	color: #000000;
}
#pagewrapper {
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1000px;
}
#page {
	margin-left: 30px;
	width: 940px;
}
#header {
	position: relative;
	background: #0ca5e8 url(/~magicthe/images/background_hdr_divider.jpg) repeat-x bottom left;
	padding-bottom: 15px;
	height: 113px;
	width: 100%;
	*z-index: 10;
}
#header p {
	display: inline-block;
	position: absolute;
	left: 270px;
	bottom: 17px;}

#navigation {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 20px;
}
#navigation ul {
	float: right;
}
#navigation ul li {
	display: block;
	float: left;
	padding: 2px 1px;
	position: relative;
	z-index: 40;
}
#navigation li a {
	text-decoration: none;
	text-transform: lowercase;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 4px;
}
#navigation li a:hover {
	background-color: #000000;
	color: #fff;
}
#navigation li ul {
	float: none;
	display: none;
	margin-top: 4px;
	*margin-top: 0;
	background-color: #fff;
	position: absolute;
}
#navigation li:hover ul, #navigation li.hover ul {
	display: block;
	*top: 20px;
	*left: 1px;
	z-index: 20;
	*width: 120px;
}
#navigation li:hover a, #navigation li.hover a {
	background-color: #000;
	color: #fff;
}
#navigation li:hover a:hover, #navigation li.hover a:hover {
	background-color: #0775a7;
}
#navigation li ul li {
	display: block;
	background-color: #000;
	border: none;
	white-space: nowrap;
	padding: 0 5px 0 0;
	*padding-right: 0;
	margin-top: 1px;
	width: 100%;
}
#navigation li ul li a {
	display: block;
	color: #fff;
	width: 100%;
	padding: 4px 0 4px 4px;
}
#topnav {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 2px;
	text-align: right;
}
#topnav #topinfo {
	margin-right: 238px;
}
#topnav #phone {
	margin-top: 2px;
}
#topnav ul.menu {
	display: inline;
	margin-top: 2px;
	margin-left: 20px;
	/*margin-right: 220px;*/
}
#topnav a {
	color: #000000;
	text-transform: lowercase;
	font-weight: bold;
}
#topnav a:hover {
	color: #ffffff;
	font-weight: bold;
}
#topnav #topbuttons {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
#topnav a#buy_tickets {
	display: block;
	float: right;
	height: 0;
	width: 116px;
	padding-top: 22px;
	margin-left: 5px;
	overflow: hidden;
	background: #fff url(http://magictheatre.org/wp-content/uploads/2011/11/BuyTickets_blk.jpg) no-repeat 0 0;
}
#topnav a#buy_tickets:hover {
	background: #fff url(http://magictheatre.org/wp-content/uploads/2011/12/BuyTickets_red.jpg) no-repeat 0 0;
}
#topnav a#support_magic {
	display: block;
	font-size: 8px;
	float: right;
	height: 0;
	width: 116px;
	padding-top: 22px;
	margin-left: 5px;
	overflow: hidden;
	background: #fff url(http://magictheatre.org/wp-content/uploads/2011/11/SupportMagic_blk.jpg) no-repeat 0 0;
}
#topnav a#support_magic:hover {
	background: #fff url(http://magictheatre.org/wp-content/uploads/2011/12/SupportMagic_red.jpg) no-repeat 0 0;
}
ul.menu { 
	display: inline;
	margin-left: 30px;
	list-style: none;
}
ul.menu li {
	display: inline;
	padding: 2px 5px;
	border-left: solid 1px #ddd;
}
ul.menu li.first {
	border: none;
}


/* --- main section --- */
#main {
	background-color: #fff;
	position: relative;
	padding-top: 20px;
	min-height: 450px;
	_height: auto !important;
	_height: 450px;
	width: 940px;
	*z-index: 0;
}
#left_column {
	float: left;
	width: 220px;
	vertical-align: top;
}
#left_column h3 {
	margin-top: 15px;
	margin-bottom: 0;
}
#center_column {
	display: block;
	margin-left: 240px;
	width: 460px;
}

#wide_column {
	width: 700px;
}
div.review, div.artist, div.excerpt {
	margin-bottom: 20px;
}
#wide_column div.review p, #wide_column div.excerpt p {
	font-family: Georgia,
             "New Century Schoolbook",
             "Nimbus Roman No9 L",
             serif;
	font-size: 13px;
	font-style: italic;
}
#wide_column div.review div.signed {
	width: 100%;
	text-align: right;
}
#wide_column div.artist img {
	float: left;
	vertical-align: text-top;
	margin-right: 15px;
}
#wide_column div.section {
	width: 100%;
	/*background: transparent url(/~magicthe/images/background_section_divider.jpg) repeat-x left bottom;*/
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	padding-bottom: 15px;
}
#wide_column div.section h3 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}
#wide_column h1 {
	font-size: 24px;	
}
#wide_column h2 {
	background-color: #fff;
	font-size: 16px;
	/*font-weight: bold;*/
	color: #000;
	margin-top: 15px;
}
#wide_column h2.first {
	margin-top: 0;
}
#wide_column h2 span {
	margin: 0;
}
#wide_column h3 {
	margin-top: 15px;
}
#wide_column h4 {
	margin-top: 10px;
}
#wide_column img.icon {
	float: left;
	margin-right: 10px;
	text-align: top;
}
#wide_column ol {
	margin-left: 20px;
}
#wide_column ul {
	margin-left: 15px;
}
.breadcrumb {
	margin-bottom: 10px;
	text-transform: lowercase;
}
.breadcrumb a {
	#c0c0c0;
}
#right_column {
	float: right;
	top: 0;
	width: 220px;
	vertical-align: top;
}
#right_column h4 {
	margin-bottom: 5px;
}
#right_column .links {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ccc;	
}
#right_column .links a {
	display: block;
	color: #000;
	margin-left: 10px;
	margin-bottom: 10px;
	text-transform: lowercase;
}
#right_column .links a:hover {
	color: #0ca5e8;	
}
#right_column .links h2 {
	background-color: transparent;
	color: #000;
	font-size: 16px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: auto;
}
#right_column .section li {
	list-style: none;
	margin-top: 5px;
}
#right_column .section li.active {
	list-style-image:url(/~magicthe/images/list_arrow.png);
	color: #0ca5e8;
	padding-left: 0;
}
#right_column .section li a {
	color: #333;
	text-transform: lowercase;
}
#right_column .section li.active a, #right_column .section li a:hover {
	color: #0ca5e8;
}
#right_column #subscribe {
	background: transparent url(/~magicthe/images/btn_signup.png) no-repeat 0 0; 
	height: 22px;
	width: 59px;
	padding: 0;
	margin: 0;
	border: none;
	overflow: hidden;
	padding-top: 21px;
	cursor: pointer;
}
#right_column input#subscribe:hover, #right_column input#subscribe.hover {
	background: transparent url(/~magicthe/images/btn_signup_over.png) no-repeat 0 0;
}
#right_column input#unsubscribe {
	display: none;
}

 /* Begin Captions & aligment */
.alignleft {
	float: left;
padding-right: 21px;
}

.alignright {
	float: right;
}

.wp-caption {
	
	text-align: center;
	background-color: #;
	padding-top: 4px;
	margin: 10px;
	
}

.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 & aligment */

div.event_details {
	line-height: 16px;
}
.eventtitle {
	text-transform: uppercase;
}
#right_column div.event_details label, .special_event label {
	display: inline-block;
	width: 50px;
	font-weight: bold;
}
.listshow {
	font-size: 11px;
	margin: 20px 0;
	text-transform: uppercase;
}
.listshow h4, .listshow h4 a {
	font-size: 12px;
        color: #0ca5e8;
	font-weight: bold;
	text-transform: none;
}
.listshow h4 a:hover {
	color: #000000;
}
#main img {
	vertical-align: middle;
}
span.indent {
	display: block;
	margin: 0;
	margin-left: 20px;
}
.pullout {
	float: right;
	text-align: center;
	margin-left: 10px;
}
.synopsis {
	width: 100%;
	background-color: #000;
	color: #fff;
	margin: 10px 0;
	overflow: hidden;
}
.synopsis a:hover {
	color: #0ca5e8;
}
.synopsis_title {
	float: left;
	padding: 20px 25px 20px 25px
}
.synopsis_title h1 {
        color: #fff;
}
.synopsis_short {
	font-weight: normal;
	padding-top: 20px;
	color: #fff;
}
.section {
	margin-bottom: 25px;
}
.thumbnail {
	display: block;
	float: left;
	height: 200px;
	width: 200px;
	margin-right: 20px;
	position: relative;
}
.thumbnail div {
	position: absolute;
	bottom: 0;
}
.row {
	min-height: 175px;
	margin-top: 25px;
	clear: left;
	width: 100%;
}
.video_thumbnail {
	float: left;
	margin-right: 20px;
}
.wp-caption {
	padding-bottom: 20px;
}
.cold {
	color: #0775a7;
}
.hot {
	color: #0ca5e8;
}
.bottomzero {
	margin-bottom: 0;
	padding-bottom: 0;
}
.mheight150 {
	min-height: 150px;
	*height: auto !important;
	*height: 150px;
	margin-bottom: 10px;
}
a.buy_tickets_now {
        display: block;
        overflow: hidden;
        height: 0;
        padding-top: 31px;
        width: 136px;
        background: #fff url(/~magicthe/images/btn_buy_tickets_now.png) no-repeat 0 0;
        border: none;
        cursor: pointer;
}
a.buy_tickets_now:hover {
        background-position: 0 -31px;
}
/* --- blog --- */
.post {
	position: relative;
	background: #fff url(/~magicthe/images/background_section_divider.jpg) repeat-x bottom left;
	padding-bottom: 20px;
	width: 100%;
}
.nobotborder {
	background: none;
	padding-bottom: 0;
}
/* --- comment and comment form --- */
.blog {
	position: relative;
	background: #fff url(/~magicthe/images/background_section_divider.jpg) repeat-x bottom left;
	margin-top: 15px;
	padding-bottom: 10px;
	width: 100%;
}
.divcomments {
	position: relative;
	background: #fff url(/~magicthe/images/background_section_divider.jpg) repeat-x bottom left;
	padding-bottom: 10px;
	width: 100%;
}
.comment-body p {
	margin-top: 4px;
}
.comment-border {
	background: #fff url(/~magicthe/images/background_section_divider.jpg) repeat-x bottom left;
	padding-bottom: 10px;
	margin-top: 15px;
	width: 50px;
}
.commentmetadata, .postmetadata {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
}
.inputfld {
	float: left;
	width: 224px;
}
.inputfld label {
	clear: right;
	display: block;
	font-size: 12px;
	text-transform: lowercase;
}
.inputfld label strong {
	color: #000;
}
.inputarea {
	clear: left;
}
.inputarea label {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-transform: lowercase;
}
ul.commentlist li {
	list-style: none;
	margin-top: 20px;
}
form#commentform {
	z-index: 1000;
}
form#commentform input#submit {
	height: 24px;
	width: 115px;
	padding-top: 24px;
	overflow: hidden;
	background: transparent url(/~magicthe/images/btn_submitresponse.png) no-repeat 0 0;
	cursor: pointer;
	border: none;
}
form#commentform input#submit:hover, form#commentform input#submit.hover {
	background-position: 0 -24px;
}
/* --- footer --- */
#footer {
        clear: both;
	font-size: 10px;
	margin-top: 30px;
}
#footer h2 {
	width: 220px;
}
#footer h2 span {
	color: #fff;
}
#footer h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 40px;
	clear: both;
}
#footer ul li {
	list-style: none;
	float: left;
	padding-right: 15px;
}
#footer p {
	display: block;
	margin-bottom: 20px;
}

/* ---- Image Rotator ---- */
div#image_rotator { 
	position: relative;
}
div#image_rotator div.absTopLeft {
	position: absolute;
	top: 0;
	left: 0;
}


/* ---- Thumbnail Layout ---- */

.multipleThumbnails {
        float:left;
	padding:15px 0 0 20px;
}

.clearThis {
	clear:both;
	width:100%
}
#mainvideo, #maingallery {
 	clear: both;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
a.webcal {
    display: block;
    margin-top: 100px;
}
#right_column > ul, #right_column > ul li {
    list-style: none;
}
#right_column li.widget {
    
    margin-bottom: 25px;
}
#right_column .widgettitle {
    display: block;
    padding: 2px 0 2px 10px;
}

h2 > a.rsswidget, h2 > a.rsswidget:hover {
    color: #ffffff;
}
h2 > a.rsswidget:hover {
    text-decoration: underline;
}


