/*
Theme Name: Capital City Ballet
Theme URI: http://www.unattendedmedia.com
Description: This is a custom theme created by Unattended Media.
Author: Nathan Barry
Author URI: http://www.unattendedmedia.com

*/

* {
	margin: 0px;
	padding: 0px;
	}


body {
	background: url('img/background.jpg') repeat-y center #ffd6ac;
	font-family: Arial, Helvetica, sans-serif;
	color: #484b6c;
	height: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
	}

img {
	border: 0px;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 22px;
	color: #484b6c;
	padding: 10px 10px 10px 60px;
	}

h2 {
	font-size: 18px;
	color: #484b6c;
	padding: 10px 10px 10px 40px;
	}

p {
	margin: 10px 20px;
	}




/*  Layout  */

#container {
	width: 800px;
	padding: 0;
	text-align: left;
	margin: 0 auto;	
	}

#navigation {
	padding: 0px;
	background: #ffd6ac;
	height: 40px;
	text-align: center;
	}

#header {
	background: url('img/header.jpg');
	height: 297px;
	padding: 0px 0px;	
	}

#navwrapper {
	margin: 5px auto;
	width: 600px;
	height: 30px;
	}

#content {
	}

#extra {
	float: left;
	width: 260px;
	height: 100%;
	padding: 0px;
	background: #5e5e5e;
	}

#footer {
	clear: both;
	height: 20px;
	margin: 10px 20px;
	border-top: solid 1px #ffd6ac;
	padding: 5px;
	text-align: center;
	}

/*   MENU LIST STYLE      */

ul {
	list-style-type: none;
	padding: 0px;
	}
	
li {
	float: left;
	margin: 5px;
	}


li a {
	color: #2b2c38;
	text-decoration: none;
	font-size: 16px;
	}

li a:hover{
	color: #44465f;
	text-decoration: none;
	}
	
.logo {
	display: block;
	position: absolute;
	top: 165px;
	left: 610px;
	width: 350px;
	height: 55px;
	}

.image {
	border: solid 3px #ffd6ac;
	margin: 3px;
	}

.right {
	float: right;
	clear: both;
	}
	
.sub-nav {
	display: block;
	margin: 10px 0px 10px 40px;
	clear: both;
	width: 700px;
	padding: 0px;
	height: 30px;
	text-align: center;
	}
	
	