@charset "UTF-8";
/* CSS Document */

html {
	background: #000000;
	height: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

html, body {	
	background: url(../images/background.jpg) top left;
	margin:0;
   	padding:0;
    height:100%;
    text-align: center;
}

h1 {
	font: 14pt Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover, a:active {
	color: #ffcc00;
}

img {
	border: 0px;
}

p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.logo {
	width: auto;
	height: 267px;
	background: url(../images/pyngwyn_logo.png) bottom center no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.logo h1 {
	display:none;
	
}

#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -125px;
	background: url(../images/top_bg.jpg) top center repeat-x;
}

#content { 
width: 900px;
margin: 0 auto;
text-align: left;
background: url(../images/topbar.jpg) top center no-repeat;

} 

.thewholepyngwyn {
	width: 900px;
	text-align: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;

}

/* side navigation */


.navi {
	width: auto;
	height: 84px;
	background: url(../images/nav.png) top center no-repeat;
	margin-left: auto;
	margin-right: auto;

}


.navbar li {
    list-style:none;
    display:inline;
    text-indent: -9000px;
}
.navbar .home a {
    width:50px;
    height: 22px;
    text-decoration:none;
    float:left;
    padding:0;
    margin:45px 20px;
}

.navbar .home a:hover, .home_on { 
	background:url(../images/nav.png) no-repeat;
    background-position:-15px -129px;
}

.navbar .performance a {
    width:110px;
    height: 26px;
    text-decoration:none;
    float:left;
    padding:0;
    margin:40px -10px;
}

.navbar .performance a:hover, .performance_on { 
	background:url(../images/nav.png) no-repeat;
    background-position:-75px -124px;
}

.navbar .about a {
    width:76px;
    height: 23px;
    text-decoration:none;
    float:left;
    padding:0;
    margin:38px 20px;
}

.navbar .about a:hover, .about_on { 
	background:url(../images/nav.png) no-repeat;
    background-position:-195px -122px;
}

.navbar .news a {
    width:125px;
    height: 30px;
    text-decoration:none;
    float:left;
    padding:0;
    margin:28px -5px;
}

.navbar .news a:hover, .news_on { 
	background:url(../images/nav.png) no-repeat;
    background-position:-286px -112px;
}

.navbar .photos a {
    width:155px;
    height: 32px;
    text-decoration:none;
    float:left;
    padding:0;
    margin:23px 15px;
}

.navbar .photos a:hover, .photos_on { 
	background:url(../images/nav.png) no-repeat;
    background-position:-421px -107px;
}

.navbar .art a {
    width:115px;
    height: 25px;
    text-decoration:none;
    float:left;
    padding:0;
    margin:20px 0px;
}

.navbar .art a:hover, .art_on { 
	background:url(../images/nav.png) no-repeat;
    background-position:-591px -104px;
}

.navbar .support a {
    width:73px;
    height: 25px;
    text-decoration:none;
    float:left;
    padding:0;
    margin:18px 11px;
}

.navbar .support a:hover, .support_on { 
	background:url(../images/nav.png) no-repeat;
    background-position:-717px -102px;
}


/* main content */

.main_content_home {
	background:url(../images/bg_01_pyngspray.jpg) top right no-repeat;
	width: 900px;
}

.home_current_project {
	text-align: center;
	width: 900px;
	margin: 0 0 10px 0;
}

.home_current_project .left {
	text-align: right;
	margin: 0 50px 50px 0;
	width: 300px;
	min-height: 500px;
	position: relative;
	float: left;
}

.home_current_project .right {
	text-align: left;
	width: 450px;
	min-height: 500px;
	margin: 0 0 50px 0;
	position: relative;
	float: left;
}

.home_current_project .copy {
	margin: 0 0 0 25px;
	position: relative;
	float: right;
}

.push {
	height: 125px;
}

/* footer */

#footer {
	width: 100%;
	height: 125px;
	color: #727275;
	background: url(../images/footer.jpg);
	clear: both;
	bottom:0px; 
	text-align: center;
}

/* Extras */

.float_left {
	position: relative;
	float: left;
}

.float_right {
	position: relative;
	float: right;
}

.spacer {
	height: 28px;
}

.current_project_logo {
	width: 900px; 
	height: 122px;
	background: url(../images/current_project.jpg) top left no-repeat;
	text-align: left;
}

.current_project_logo h2 {
	display: none;
}

.mission_statement {
	width: 900px;
	clear: both;
	text-align: left;
}

.mission_statement .copy {
	width: 700px;
	margin: 0 100px 25px 100px;
}

.facebook {
	position: relative;
	float: right;
	margin: 0 0 0 0;
}