/*  
Theme Name: MOCA
Theme URI: http://moca-tucson.org/
Description: The default MOCA theme
Version: 1.0
Author: Ian Johnson / Monte Workman
Author URI: http://www.moiagroup.com

*/

body { 
	background: #FFF;
	text-align: center;
	margin: 0;
	font-family: "Helvetica", Verdana, "Verdana Ref", sans-serif;
	font-size: 82%;
	color: #666;
	line-height: 1.3em;	
}

a {
	color: #F96502;
	text-decoration: none;
}
a:hover {	
	text-decoration: underline;
}

p {
	margin-bottom: 1em;
	line-height: 1.4em;
	}
	
h2, h3, h4 {
	font-family: "Helvetica", Verdana, "Verdana Ref", sans-serif;
	font-weight: bold;
	color: #2E2E2E;
}

h1 { font-size: 2em; line-height: 1.1em; color: #E8462A; font-weight: normal; margin-bottom: 8px;}
h2 { font-size: 1.45em; line-height: 1.2em; margin: 10px 0; padding-bottom: 8px;}
h3 { font-size: 1.1em; line-height: 1em; color: #000; margin: 8px 0;}
h4 { font-size: 1.0em; }
	
#homecenter strong {
    color: #000;
}
#header {
	position: relative;
	text-align: center;
	height: 138px;
	margin-bottom: 20px;
}

	
hr {
	border: 0;
	border-bottom: 1px solid #999;
	}

#header {
	height: 87px;
    background-color: #E7462A;
	background-image: url(images/header_shadow.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
    margin-bottom: 60px;
	}
#header_inner {
	width: 960px;
	margin: auto;
	height: 90px;
	text-align: right;
	}
#page {
	width: 960px;
	margin: auto;
	text-align: left;
	margin-bottom: 20px;
	}
#header_notice {
    width: 400px;
    float: left;
    color: #fff;
    padding-left: 200px;
    padding-top: 53px;
    text-align: left;
}
#header_notice a {
	color: #fff;
}
	
#header_mailing {
	width: 310px;
	float: left;
	height: 85px;
	}
#head-search {
    text-align: right;
	float: right;
	height: 45px;
	padding: 40px 0 0 0;
	width: 220px;
	}

#head-search ul li {
	display: inline;
	height: 22px;
	float: left;
	margin: 7px 0 0 0;
	}

#head-search label {
	display: none;
	}

#head-search input.text-field {
	border: 1px solid #FFF;
	background-color: #efefef;
	padding: 3px 2px 3px 2px;
	font: .7em verdana, Arial, Helvetica, sans-serif; 
	color: #FFF;
	width: 160px;
	margin-right: 5px;
	background-color: #E7462A;
	}

#head-search input.searchbutton {
    background-image: url(images/but_orange.jpg);
	height: 24px;
    width: 26px;
	cursor: pointer;
    border: 0;
	}

#head-search input.searchbutton:hover {
    background-image: url(images/but_orange_roll.jpg);
	}

    
#sidejoin {
	height: 45px;
	padding: 30px 0 0 0;
	}

#sidebar strong {
     color: #666;
}
#sidejoin ul li {
	display: inline;
	height: 24px;
	float: left;
	margin: 2px 0 0 0;
	}

#sidejoin label {
    margin-left: 3px;
	}

#sidejoin input.text-field {
	border: 1px solid #999;
	background-color: #efefef;
	padding: 3px 2px 3px 2px;
	font: .7em verdana, Arial, Helvetica, sans-serif;
	color: #999;
	width: 141px;
	margin-right:05px;
	}

#sidejoin input.joinbutton {
    background-image: url(images/but_white.jpg);
	height: 24px;
    width: 26px;
	cursor: pointer;
    border: 0;
	}

#sidejoin input.joinbutton:hover {
    background-image: url(images/but_white_roll.jpg);
	}
.infotext {
    margin: 5px 0;
    font-size: .9em;
}
.admissiontext {
	clear: both;
	margin: 30px 0 0 0;
}

#homeleft {
	width: 220px;
	float: left;
	padding-top: 296px;
	}
#homecenter {
	width: 360px;
	margin-left: 20px;
	float: left;
	}
#homecenter strong {
    color: #000;
}

#homeright {
	width: 375px;
	margin-left: 10px;
	float: right;
	}

#sidebar {
    width: 180px;
    float: left;
}
#content {
	width: 730px;
	margin-left: 40px;
	float: left;
	}


#footer {
	width: 960px;
	margin: auto;
	text-align: left;
	font-size: .9em;
	line-height: 1.3em;
	}

#footer_inner {
    padding-top: 8px;
    font-size: .9em;
    border-top: 1px solid #999;
    margin-left: 195px;
}
.breadcrumb {
	margin-bottom: 5px;
	}
#content h1 {
	margin-bottom: 10px;
	}
	
/****** STOCK WORDPRESS STYLES ******************************/
img.alignleft {
	float: left;
	margin-right: 13px;
	border: 1px solid #999;
}
	
img.alignright {
	float: right;
	margin-left: 13px;
	border: 1px solid #999;
}

.navigation {
	margin-bottom: 20px;
	}
	
.navigation a {
	color: #FFF;	
	}
.txtalignleft {
	width: 45%;
	float: left;
}

.txtalignright {
	width: 45%;
	float: right;
	text-align: right;
}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */



/* Begin Images */
p img {
	padding: 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
img { -ms-interpolation-mode: bicubic; }
