body{
	margin:0 auto;
	background: url("../images/bg.jpg") no-repeat center top;
	text-align: center;
}
ul{ 
	margin:0;
	padding:0;
}

#wrapper{
	text-align: left;
	margin: 30px auto;
	width: 1050px;
}

/*--------------
	Header
---------------*/
#ao-logo{
	margin: 25px 0px 0px 345px;
	float: left;
}
#presentors-logo{
	margin-left: 835px;
	position: relative;
}
/*--------------
	Navigation
---------------*/
#navi-home{
	margin-left: 200px;
}
/*--------------
	Content
---------------*/
#content{
	margin : 0px 33px 0px 33px;
}

/*--------------
	Text
---------------*/
@font-face {
	font-family: 'Champagne & Limousines';
	src: url('http://akapelaopen.com/View/resources/fonts/Champagne & Limousines Bold.ttf');
	src: local('Champagne & Limousines Bold'), local('Champagne & Limousines Bold'), url('http://akapelaopen.com/View/resources/fonts/Champagne & Limousines Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Champagne & Limousines Regular';
	src: url('http://akapelaopen.com/View/resources/fonts/Champagne & Limousines.ttf');
	src: local('Champagne & Limousines'), local('Champagne & Limousines'), url('http://akapelaopen.com/View/resources/fonts/Champagne & Limousines.ttf') format('truetype');
}

@font-face {
	font-family: 'NovaBold';
	src: url('../fonts/NOVABOLD.otf');
	src: local('NOVABOLD'), local('NOVABOLD'), url('../fonts/NOVABOLD.otf') format('opentype');
}
.regularBold{
	font-family: 'Champagne & Limousines';
	font-size: 18px;
	color: #4f4f4f;
}

.regular{
	font-family: 'Champagne & Limousines Regular';
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	color: #373636;
	font-weight: bold;

}

.title{
	color: #260497;
	font-family: 'Novabold';
	font-size: 34px;
	font-weight: 600;
	margin: 0px;
}

h1{
	font-family: 'Novabold';
	font-size: 70px;
	color: #c00000;
	margin: 0px 0px 20px 310px;
}

h2{
	font-family: 'Champagne & Limousines';
	font-size: 20px;
	color: #260497;

}

/*--------------
	Home Page
---------------*/
#home-ao-font{
	width: 480px; 
	height: 60px; 
	margin-bottom: 10px;
}
#home-intro {
	margin: 0px 30px 0px 30px;
	text-align: center;
}
#home-objective{
	width: 900px;
	margin-left: 70px;
	height: 300px;
}
.home-obj{
	width: 180px;
	float:left; 
	margin : 20px;
}
.home-obj img{
	padding: 10px;
}
.obj-text{
	width: 145px;
	text-align: center;
	margin-top: -6px;
	margin-lefT: 15px;
}
.hm-img{
	width:470px;
	height:200px;
}
.hm-title{
	margin-left: 150px; 
	margin-top: 30px;
	width: 300px;
}

#hm-ao-font{
	width: 200px; 
	height: 50px;
}

#home-mid{
	position: absolute;
	width: 980px; 
	height: 460px;
}

.hm-div{
	height: 450px; 
	float: left; 
	width: 480px;
        margin-right: auto;
        margin-left: auto;
        

}
.hm-description{
	height: 120px;
}
#hm-box{
	background-color:#ffc000; 
	width:400px; 
	height: 350px;
	margin:-370px 0px 0px 530px;
}

#home-down{ 
	margin-top: 480px;
	width: 980px;
	text-align: center;
	position: absolute;
}

.sponsors.title
{
        margin- left: 30px;
}
#pldt
{
        width: 300px;
        height: 170px;
        margin-right: 35px;
        margin-top: 10px;
}

#mp
{
	width:300px;
	height: 150px;
}


#philex {
        width: 300px;
        height: 100px;
        margin-top: 10px;
}

#maynilad
{
        width: 150px; 
        height: 90px;
        margin-left: 35px;
}


#philpop
{
        width:170px; 
        height: 90px;
        margin-left: 35px;
}

#kfc
{
	width: 80px;
	height: 80px;
        margin-left: 35px;
}

/*--------------
	AboutUs Page
---------------*/

#about-images img{
	padding: 12px;
}

#about-images{
	width: 480px;
	float: left;
}
#about-text{
	padding: 8px; 
	float: left;
}
#about-ao-font{
	width: 350px; 
	height: 50px; 
	margin-left: -8px;
}
/*--------------
	Gallery
---------------*/
.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	height:550px;
	width: 900px;
	padding: 10px;
	border: 3px solid #c00000;
}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background:#000 url(http://akapelaopen.com/View/resources/images/nav.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(http://akapelaopen.com/View/resources/images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}

.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}





/*--------------
	Registration
---------------*/
.registration{
	font-size: 50px;
	font-family: 'Champagne & Limousines';
	text-align: center;
	color: #c00000;
	font-weight: 700;
}
/*--------------
	Mechanics Page
---------------*/

#mechanics{
    margin-top: -50px;
	background: url("../images/Mechanics-image.jpg") no-repeat;
	min-height: 450px;
	margin-left: 20px;
}

/*--------------
	Contact Page
---------------*/
.contact-text{
	margin: 30px 0px 0px 20px;
	width: 320px;
	float: left;
}

#googleMap{
	width:510px;
	height:300px;
	margin-left: 430px;
}

legend{
font-family: 'Champagne & Limousines';
font-size: 20px;
color: #260497;
padding : 3px;
}

fieldset{
bordeR-color: #260497;
margin-top: 10px;
}

section{
padding: 8px;
}

/*--------------
	Registration Page
---------------*/
div .one-wide{
width: 98%;
margin: 5px;
}

div .two-wide{
width: 48.5%;
float: left;
margin: 5px;
}

div .three-wide{
float: left;
width: 32%;
margin: 5px;
}

.member-wrapper{
margin-top: 10px;
width: 98%; 
display: inline-block;
}

.member{
width: 96%;
float: left;
margin: 0px 0px 10px 3px;
}

.remove-member,.input-member{
margin-top: 0px;
}

.input-member label{
display:block; 
float: left;
text-align:  center;
color: white;
font-family: 'Champagne & Limousines';
font-size: 20px;
}

.birthdate, .birthdate-title{
width: 30%;
}

.voice, .voice-title{
width: 33%;
}

.member-name, .name-title{
float: left; 
width: 35.5%; 
margin-right: 5px;
}

.button{
background-color:#260497 ;
font-size: 21px;
top: 23px; 
color: white;
}