/*  
Theme Name: Theatre Smash
Theme URI: http://theatresmash.com
Description: Theme for Theatre Smash
Version: 1.0
Author: Robin Senior
Author URI: http://robinsenior.com
*/

@import "sidebar.css";
@import "left.css";

html
{
	background: #151716 url(images/wallpaper.jpg);
	background-color: black;
	text-align: left;
}

/* Begin Typography & Colors */
body
{
	margin-left: 73px;
	margin-bottom: 0px;
	margin-right: 0px;
	border: 0px;
	font-size: small;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

/* theatre smash logo text */
#header_logo
{
	float: left;
}

#entirepage
{
	margin-top: 40px;
}


/* navigation bar */
.nav
{
	margin: 0px;
	height:23px;
	width:100%;
	border-top: 2px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 2px solid black;
	text-shadow: #000000 0px -1px 0px;	
}

td.selected
{
	background-image: url(images/nav_selected_bg.png);
}

td.unselected
{
	background-image: url(images/nav_bg.png);
	border-bottom: 2px solid black;
}

td.nav_td
{
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid black;
}

td.nav_td_border_right
{
	border-right: 2px solid black;
	border-left: 0px solid black;
}

td.nav_td_border_left
{
	border-right: 0px solid black;
	border-left: 2px solid black;
}

td.nav_td a:link
{
	color: white;
	text-decoration: none;
}

td.nav_td a:visited
{
	color: white;
	text-decoration: none;
}

td.nav_td a:hover
{
	color: #888888;
	text-decoration: none;
}

td.nav_td a:active
{
	color: white;
	text-decoration: none;
}

img
{
	border: none;
}

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;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}


/* ticket banner */

#ticket_banner
{
	height: 23px;
	width: 100%;
	text-align: center;
	background-image: url(images/nav_selected_bg.png);
	vertical-align: bottom;
}

/* footer */
#footer
{
	text-align: right;
	background-image: url(images/nav_bg.png);
	border-color: black;
	border-style: solid;
	border-left-width: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	height:23px;
	width: 831px;
	float: left;
	margin-top: 23px;
	margin-bottom: 0px;
	color: white;
	font-size: x-small;
}


#announcements
{
	text-align: left;
	background-image: url(images/nav_bg.png);
	border-color: black;
	border-style: solid;
	border-left-width: 2px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	height:23px;
	width: 831px;
	color: white;
	font-size: x-small;
}

#announcements div div
{
	padding-top: 5px;
	padding-left: 5px;
	text-shadow: #000000 0px -1px 0px;
}

#announcements a:link
{
	color: #888888;
	text-decoration: underline;
}

#announcements a:visited
{
	color: #888888;
	text-decoration: underline;
}

#announcements a:hover
{
	color: #888888;
	text-decoration: underline;
}

#announcements a:active
{
	color: white;
	text-decoration: underline;
}

/* wrapper: stops the sidebar column from getting shifted to the next line if the window width is too small */
#wrapper
{
	width: 854px;
	float: left;
}

.widget
{
	margin-bottom:10px;
}

/* twitter widget */
#twitter-1 a:link
{
	color: white;
	text-decoration: none;
}

#twitter-1 a:visited
{
	color: white;
	text-decoration: none;
}

#twitter-1 a:hover
{
	color: #888888;
	text-decoration: none;
}

#twitter-1 a:active
{
	color: white;
	text-decoration: none;
}


/* 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;
	color: black;
	font-weight: bold;
}
/* End captions */
