/* 

    AUTHOR: Phillip Horrex
            pjhorrex@gmail.com
			
*/

/* ------------------------------------------ */
/* BASIC PAGE SETUP AND TYPOGRAPHY            */
/* ------------------------------------------ */

html { 
	overflow-y: scroll;
}
body {
	background-color:#DDECEF;
	background-image:url('http://philadelphiastudioballet.com/wp-content/themes/PSB/images/bg-main.jpg');
	background-position:center;
	background-repeat:repeat-y;
	background-attachment:scroll;
	text-align:center;
}
ul {
	list-style: none;
}
h1 {
	font-size:17px;
	margin: 10px;
	color: #4F3143;
}
h2 {
	font-size:15px;
	margin: 10px;
	margin-left: 15px;
}
p {
	font-family: Helvetica;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	font-size:12px;
}
a {
	outline: none;
	color:#4F3143;
}
img.frame {
	border: 1px solid #DFCB7D;
	padding: 5px;
	margin: 5px;
}

/* END SETUP */


/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */

#wrapper {
	background: #F8F2DA;
	width: 810px;
	height:100%;
	text-align:left;
	margin:0 auto;
	position:relative;
}
#header {
	background-color: #C7AFBD;
	background-image:url('http://philadelphiastudioballet.com/wp-content/themes/PSB/images/header.jpg');
	height:100px;
}
#footer {
	font-size: 10px;
	color: #F8F2DA;
	width:810px;
	background-color:red;
	background-image:url('http://philadelphiastudioballet.com/wp-content/themes/PSB/images/bg-footer.jpg');
	background-repeat:repeat-x;
	position: relative;
	margin: 0 auto;
}
#copyright{
	padding-top: 20px;
	text-align:center;
}
ul#menu{
	font-family:
	list-style-type:none;
	background-image:url('http://philadelphiastudioballet.com/wp-content/themes/PSB/images/bg-menu.jpg');
	background-repeat:repeat-x;
	height:30px;
}
ul#menu li {
	display:inline;
	background-image:url('http://philadelphiastudioballet.com/wp-content/themes/PSB/images/bg-menu-item.jpg');
	background-position:right;
}
ul#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	color:#C7AFBD;
	text-decoration:none;
	font-size: 16px;
	font-weight:bold;
	padding:4px 20px 0px 20px;
}
ul#menu li a:hover { color:#DDECEF; }
ul#menu li a.current { color:#DDECEF; }

/* END STRUCTURE */


/* ------------------------------------------ */
/* CONTENT PANELS */
/* ------------------------------------------ */
#leftcol {
	margin: 20px;
	width: 140px;
	float:left;
}
#rightcol {	
	margin-right:20px;
	width: 600px;
	float:right;
}
#linkitems {
	padding-bottom: 5px;
}
#links{
	font-family:Arial, Helvetica, sans-serif;
	border-right: 1px solid #DFCB7D;
	font-size: 12px;
}

/* END CONTENT PANELS */
