/*  Style Sheet Name: Custom - Unity of Oroville
	Cascading Style Sheet for Templates
	Created: November 2, 2007
	Programming and Design by Donna Wightman
	Copyright 2008 Pastiche Templates Web Design
	http://www.pastichetemplates.com */
	
/*  Fonts:
	Regular text: Verdana, Tahoma, Arial, Helvetica, sans-serif
	Header: Formal436 BT size 36 and Informal size 18 for subtext
	Child Page Header text: Formal436 BT size 28 kerning 15 */


/* Use with colors.css */

/* Base structure and Box ID's and Classes */

html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 100%;
	background: url("../images/back.jpg") repeat-x;
}

#container {
	position: relative;
	width: 740px;
	height: auto;
	min-height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
	font: normal 62.5% verdana, tahoma, arial, helvetica, sans-serif;
}

#wrap {
	padding-bottom: 35px;
	background: url("../images/spacer.gif");
}

#topspacer {
	height: 30px;
	background: url("../images/backspacer.jpg") repeat-x;
}

#header_index {
	width: 720px;
	height: 270px;
	text-align: left;
	margin: 10px auto 5px auto;
	background: url("../images/image1.jpg") no-repeat;
}

#header_pages {
	width: 720px;
	height: 100px;
	text-align: left;
	margin: 10px auto 5px auto;
	background: url("../images/image1.jpg") no-repeat;
}

#header_pages_text {
	position: relative;
	top: 55px;
	left: 10px;
	width: 324px;
	height: 42px;
}

#footer {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 740px;
	height: 30px;
	margin-left: -370px;
	line-height: 30px;
	text-align: center;
	font-size: x-small;
	border-top: solid #003366 2px;
}

/* Use one of the following content layouts for each page - be sure to use <br style="clear:both;" /> after floating boxes */
/* Use textbox class for content padding */

#content {
	width: 720px;
	text-align: left;
	margin: 0 auto;
}

.textbox {
	width: 700px;
	padding: 0px 10px;
}

/* Use for two columns, left side at 57% wide, right side with border 43%  */
#left_col_380 {
	float: left;
	width: 380px;
	text-align: left;
	margin: 0 auto;
	padding: 10px 5px 0px 5px;
}

#right_col_290_border {
	float: left;
	width: 290px;
	text-align: left;
	margin: 0 auto;
	padding: 5px;
	border: 5px solid #CFD6EB;
}

/* Use for two columns, left side w/o border at 57% wide, right side 43%  */
#left_col_390 {
	float: left;
	width: 390px;
	text-align: left;
	margin: 0 auto;
	padding: 5px;
}

#right_col_290 {
	float: left;
	width: 290px;
	text-align: left;
	margin: 0 auto;
	padding: 5px;
}

/* Use for two columns 50% each */
#left_col_340 {
	float: left;
	width: 340px;
	text-align: left;
	margin: 0 auto;
	padding: 5px;
}

#right_col_340 {
	float: left;
	width: 340px;
	text-align: left;
	margin: 0 auto;
	padding: 5px;
}

/* Use for two columns with borders 50% each */
#left_col_325_border {
	float: left;
	width: 325px;
	text-align: left;
	margin-right: 5px;
	padding: 5px;
	border: 5px solid #CFD6EB;

}

#right_col_330_border {
	float: left;
	width: 330px;
	text-align: left;
	margin: 0 auto;
	padding: 5px;
	border: 5px solid #CFD6EB;
}

/* Use these for columns within columns */

.borderbox { 
	border: double #003366 3px;
	margin: 0 auto 10px auto;
	width: 325px !important; width: 330px;
}

.borderbox_content {
	padding: 10px;
}

.backbox {
	border: solid #CFD6EB 5px;
	margin: 0 auto 10px auto;
	width: 295px !important; width: 280px;
}

.backbox2 {
	border: solid #CFD6EB 5px;
	margin: 0 auto 10px auto;
	width: 500px;
}

.backbox_content {
	padding: 5px;
}

.splitbox {
	float: left;
	width: 185px;
	padding: 5px;
}

.splitbox2 {
	float: left;
	width: 340px;
	padding: 5px;
}

.splitbox3 {
	float: left;
	width: 165px;
	padding: 5px;
}

.ltblue, .ltblue2 {
	padding: 5px;
}

/* Headings */

h1, h2, h3, h4 ,h5 ,h6 {
	font-weight: bold;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	vertical-align: middle;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
}

h2, h3, h4, h5 ,h6 {
	font-size: 14px;
}

h1, h3, h5 {
	padding: 3px 3px 3px 0px;
}

h2, h4, h6 {
	padding: 3px;
	display: block;
}

h1 {
	font-size: 16px;
}

h2.close {
	padding: 3px;
	margin: 0;
	display: block;
}

/* Makes block headings width shorter and centered */

h2.short, h4.short, h6.short {
	width: 300px;
	text-align: center;
	margin: 0 auto;
}

/* Fix h2 heading so background fills the top and sides of column with borders */

#right_col_290_border h2, #right_col_290_border h6 {
	margin: -5px -5px 10px -5px;
}

/* Link formatting */

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

/* List styles */

ul {
	margin-top: 5px;
	padding-left: 15px;
}

li {
	font-size: 11px;
	font-weight: bold;
}

li.plain {
	font-size: 12px;
	font-weight: normal;
}

/* General formatting and classes */

p {
	margin: 0 0 10px 0;
	font-size: 12px;
}

.spacer {
	background: url("images/spacer.gif") repeat;
}

p.img {
	margin: 0 0 10px 0;
}

p.centered {
	margin: 7px 3px;
}

p.news {
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 5px;
}

.close {
	margin: 3px 0 3px 0;
	padding: 0;
}

.spacetop {
	padding-top: 10px;
}

.spacebottom {
	padding-bottom: 10px;
}

.bold, b {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	font-weight: bold;
	text-decoration: underline;
	margin: 5px;
}

.centered {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}
	
.small {
	font: normal 11px verdana, arial, sans-serif;
}

.black {
	font-size: 12px;
}

.alignright {
	float: right;
	padding-right: 5px;
}
	
.alignleft {
	float: left;
	padding-left: 5px;
}

hr {
	border: 0;
	width: 100%;
	height: 1px;
	margin: 10px 0;
}

/* Forms */

input {
	margin: 0;
	padding: 2px 0;
}

.submit input {
	margin: 0;
	padding: 0;
	border: 2px outset #C0C0C0;
}

.hidden {
	border: none;
	height: 1px;
}

/* Image formatting and classes */

img {
	border: 0px;
}

img.icon {
	padding-right: 3px;
}

img.arrow {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
}

img.aligncentered {
	display: block;
	margin: 5px auto;
	padding: 2px;
	border: #003366 1px solid;
}

img.alignleft {
	float: left;
	padding: 2px;
	margin: 0px 5px 2px 2px;
	border: #003366 1px solid;
}
	
img.alignright {
	float: right;
	padding: 2px;
	margin: 0px 2px 2px 5px;
	border: #003366 1px solid;
}

/* No borders */

img.centered {
	display: block;
	margin: 5px auto;
	border: none;
}

img.right {
	float: right;
	padding: 2px;
	margin: 0px 2px 2px 5px;
	border: none;
}

img.left {
	float: left;
	padding: 2px;
	margin: 0px 5px 2px 2px;
	border: none;
}

/* PayPal classes */

.paypalbutton, .gallerybutton { 
	font-size: 10pt; 
	width: 100px;
}

.price {
	font-weight: bold;
}

/* Image Gallery and Slideshow */

#gallery {
	width: 750px;
	height: 530px;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
}

#buttons {
	width: 300px;
	margin: 20px auto;
	text-align: center;
}

.buttonbox {
	float: left;
	width: 150px;
	margin: 5px auto 0 auto;
	text-align: center;
}

/*  This Cascading Style Sheet is 
	Quality Assured as Valid CSS.
	Validated on June 05, 2008
	W3C CSS Validation Service
	http://jigsaw.w3.org/css-validator */
