/*
Theme Name: Arizona Music Academy
Description: A Wordpress Theme.
Author: Ben Jisa
Author URI: http://www.benjisa.com
version: 1.0
Tags: two-column, widget-ready
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#1d2634;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 10pt;
	margin:0px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration: underline;
	text-align: center;
	}

a:hover{text-decoration: none;}



/* container */


.container {
	width: 922px;
	margin: 0 auto;
	padding:0;
	background:#e3d0b3;
	color:#333;
	overflow: hidden;
	}
	
.containermain {
	width: 892px;
	margin: 0 auto;
	padding:0;
	background:#e3d0b3;
	color:#333;
	overflow: hidden;
	padding: 15px;
	}

.containersmall {
	width: 922px;
	height: 18px;
	margin: 0 auto;
	padding:0;
	background:#e3d0b3;
	color:#333;
	overflow: hidden;
	}
	
.containerpromo {
	width: 966px;
	height: 286px;
	background-image: url("images/promo.gif");
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header_background {
	background:#1d2634;
	background-image: url("images/head_background.jpg");
	background-position:top center;
	width: 100%; 
	height: 290px;
	color: #fff;
	background-repeat: repeat-x;
	}

#header {
	background:#1d2634;
	background-image: url("images/head_background.jpg");
	background-position:top center;
	width: 100%; 
	color: #fff; 
	}
	
#headerTop {
	width: 100%; 
	height: 145px;
	background-image: url("images/headtop.jpg");
	}

#header h1{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 16px;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 14px;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	background:#000;
	color: #fff;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	width:922px;
	height: 61px;
	overflow:hidden;
	background: url("images/separator_05.gif") repeat-x 0 0;

}
#menu a {
	color: #fff;
	padding-top: 12px;
	text-decoration: none;
}

#menuLeftsep {
	  display: block;
	  width: 9px;
	  height: 61px;
	  background: url("images/separator_05.gif") repeat-x 0 0;
	  float: left;
}

#menuRightsep {
	  display: block;
	  width: 9px;
	  height: 61px;
	  background: url("images/separator_07.gif") no-repeat 0 0;
	  float: left;
}

#menuHome {
	  display: block;
	  width: 110px;
	  height: 61px;
	  background: url("images/nav.gif") no-repeat 0 0;
	  float: left;
}

#menuHome:hover
{ 
  background-position: 0 -61px;
  text-decoration: none;
}

#menuAbout {
	  display: inline-block;
	  width: 127px;
	  height: 61px;
	  background: url("images/nav.gif") no-repeat 0 0;
	  background-position: -110px 0px;
	  float: left;
}

#menuAbout:hover
{ 
  background-position: -110px -61px;
  text-decoration: none;
}

#menuStudents {
	  display: inline-block;
	  width: 114px;
	  height: 61px;
	  background: url("images/nav.gif") no-repeat 0 0;
	  background-position: -237px 0px;
	  float: left;
}

#menuStudents:hover
{ 
  background-position: -237px -61px;
  text-decoration: none;
}

#menuPrograms {
	  display: inline-block;
	  width: 126px;
	  height: 61px;
	  background: url("images/nav.gif") no-repeat 0 0;
	  background-position: -351px 0px;
	  float: left;
}

#menuPrograms:hover
{ 
  background-position: -351px -61px;
  text-decoration: none;
}

#menuStore {
	  display: inline-block;
	  width: 107px;
	  height: 61px;
	  background: url("images/nav.gif") no-repeat 0 0;
	  background-position: -477px 0px;
	  float: left;
	  padding-right: 5px;
}

#menuStore:hover
{ 
  background-position: -477px -61px;
  text-decoration: none;
}

#menuRentals {
	  display: inline-block;
	  width: 197px;
	  height: 61px;
	  background: url("images/nav.gif") no-repeat 0 0;
	  background-position: -589px 0px;
	  float: left;
	  padding-right: 3px;
}

#menuRentals:hover
{ 
  background-position: -589px -61px;
  text-decoration: none;
}

#menuContact {
	  display: inline-block;
	  width: 115px;
	  height: 61px;
	  background: url("images/nav.gif") no-repeat 0 0;
	  background-position: -789px 0px;
	  float: left;
}

#menuContact:hover
{ 
  background-position: -789px -61px;
  text-decoration: none;
}


/* content */


#homecontent {
	float: right;
	width:605px;
	overflow: hidden;
	margin:14px;
	}	

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post_teacher {
	margin-bottom: 15px;
	padding:10px;
	line-height: 14pt;
	background-color: #FFF;
	}
	
.post h2{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 20px;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:255px;
	float:left;
	margin:0;
	padding: 0;
	border-right: 1px solid #000;
	}
	
#imagebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:330px;
	float:left;
	margin:0;
	padding: 0;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background:#000;
	clear: both;
	width: 922px;
	height: 115px;
	background-image: url("images/footer.gif");
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

#designcredit {
	display: block;
	background-image: url("images/sitebyben.gif");
	width: 147px;
	height: 57px;
	margin-left: 765px;
	margin-top: 15px;
	text-indent: -9999px;
}

/* content slider */

.hidden
{
display: none;
}

#prevNext
{
margin-bottom: -2.5em;
}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
}

.credit p
{
margin: 0;
padding: 0 1em;
font-size: 1.5em;
position: relative;
top: -50px;
line-height: 50px;
height: 50px;
background: black;
opacity: .7;
filter:alpha(opacity=70);
}

#sliderholder {
	width: 430px;
	height: 230px;
	float: right;
	padding-right: 60px;
	padding-top: 19px;
	color: #e3d0b3;
	
}

#shoutholder {
	width: 430px;
	height: 230px;
	float: right;
	padding-right: 60px;
	padding-top: 40px;
	color: #e3d0b3;
	
}

#shoutholder .h2 {
	text-align: center;
	size: 25px;
	vertical-align: center;
	
}

#shoutholder p {
	text-align: left;
	size: 16px;
	
}


/* slider */

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:430px;
	height:230px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	left:-30px;
	top:-150px;
	position: relative;
	}	
#nextBtn{ 
	left:430px;
	top:-225px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(http://arizonamusicacademy.com/resources/images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(http://arizonamusicacademy.com/resources/images/btn_next.gif) no-repeat 0 0;	
	}
	
/* image replacement */
    .graphic, #header h1, #prevBtn, #nextBtn{
        margin:0;
        padding:0;
        display:block;
        overflow:hidden;
        text-indent:-8000px;
        }
/* // image replacement */
