/*   
Theme Name: Powers
Theme URI: http://www.sarahpowersmedia.com
Description: Theme developed for the Seaside Theater
Author: David Mans
Author URI: david.sarahpowersmedia.com
Version: 0.9.0

*/

@import url(styles/nav.css);
@import url(styles/fonts.css);

body
{
	background: url(./images/canvas.jpg) repeat;
	margin: 0;
	padding: 0;
}

#wrapper
{
	margin: auto;
	width: 875px;
}

/***** HEADER *****/

#header
{
	background: url(images/dark_canvas.jpg) repeat;

}

#head_wrap
{
	width: 935px;
	margin: auto;
	overflow: hidden;
}

#logo
{
	float: left;
	margin: auto;
	padding: 0;
}

#logo img
{
	padding: 0 0 5px 10px;
}

#title
{
	padding: 5px 0 5px 10px !important;
}


#tagline img
{
	padding: 10px 0 5px 10px;
}


/***** CONTENT *****/

#main
{
	overflow: hidden;
	margin: 10px 0 0 0;
}

#column_left
{
	width: 600px;
	float: left;
}

#sponsor
{
	background: #FFFFFF;
	border: #8A3F1A solid 10px;
	width: inherit;
	margin: 0 0 10px 0;
}

.banner_img
{
	margin: auto;
}

#content_top
{
	background: url(images/top_stitches.jpg) no-repeat;
	width: 620px;
	height: 8px;
	margin: 0;
}

#content
{
	background: url(images/recycled_paper.jpg);
	min-height: 550px;
	width: 600px;
	overflow: hidden;
}

.content_img
{
	float:right;
	margin: -10px 5px 0 5px;
}

#content_bottom
{
	background: url(images/bottom_stitches.jpg) no-repeat;
	height: 9px;
	width: 620px;

}

#stubs
{
	margin: 0 20px 0 50px;
}

.stub img
{
	padding: 15px;
	border: none;
}

.stub
{
	background: url(images/dark_gray.png) no-repeat;
	margin: 0 25px 0 25px;
	height: 93px;
	width: 193px;
	float: left;
}


/***** SIDEBAR *****/

#sidebar
{
	width: 250px;
	float: right;	
}

#sidetop
{
	background: url(images/top_gray_sidebar.jpg) no-repeat;
	width: 291px;
	height: 10px;
}

#side_content
{
	background: url(images/middle_gray_sidebar.jpg) repeat-y;
	padding: 10px 10px 20px 10px;
	min-height: 238px;
}

#side_content a
{
	color: #F9EEC1;
	text-decoration: none;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 0.8em;
	text-align: right;
}

#sidebottom
{
	background: url(images/bottom_gray_sidebar.jpg) no-repeat;
	width: 291px;
	height: 14px;
	overflow: hidden;
}

#news
{
	margin: 0;
	padding: 0;
}

#news p
{
	margin: 0;
	padding: 0 0 10px 0;
}

/***** FOOTER *****/
#foot_net
{
	padding: 20px 0 0 0;
	margin: auto;
	text-align: center;
}

#foot_net img
{
	vertical-align: middle;
	border: none;
}

#foot_net a
{
	padding: 0 10px;
}

#foot_nav
{
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	list-style: none;
}

#foot_nav li
{
	display: inline;
}

#footer
{
	margin: auto;
	clear: both;
}



