/*
Theme Name: Chiloquin Arts
Theme URI: http://chiloquinarts.com
Description: Customized Theme for Chiloquin Arts
Version: 1.0
Author: Green Tangerine Media
Author URI: http://greentangerinemedia.com
*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, Sans-Serif;
	background: #4c6383 url('images/background.jpg') top center repeat-x;
	color: #333;
	text-align: center;
	}

#page {
	background-color: #eee;
	width: 900px;
	border: #333 3px solid;
	text-align: left;
	margin: 0 auto 0 auto;
	}
	
#header {
	height: 170px;
	margin: 0;
	background-image: url(images/header.gif);
	background-position: top center;
	background-repeat: repeat-x;
	}
	
#headerimg {
	width: 900px;
	height: 170px;
	margin: 0 auto 0 auto;
	padding: 0;
	}
	
#navbar {
	background-color: #A64821;
	width: 900px;
	border-bottom: #333 1px solid;
	font-size: 1.2em;
	}
	
#content {
	width: 840px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0;
	}
	

	
#clear {
	clear: both;
	}
	
#footer {
	width: 870px;
	padding: 15px 15px 15px 15px;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1em;
	}

#reflection {
	width: 960px;
	height: 135px;
	margin: 0 auto 0 auto;
	background-image: url(images/reflection3.jpg);
	}

#content p {
	margin-bottom: 12px;
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
#content h2 {
	font-size: 2em;
	color: #A64821;
	margin-bottom: 15px;
	}
	
#content ul {
	margin-bottom: 15px;
	}
	
#content li {
	margin-left: 30px;
	margin-bottom: 2px;
	font-size: 1.2em;
	}
	
#content a:link, a:visited {
	color: #A64821;
	text-decoration: none;
	}
	
#content a:hover {
	color: #A64821;
	text-decoration: underline;
	}

#headerimg h1 {
	display: block;
	text-indent: -54321px;
	width: 900px;
	height: 170px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(images/banner.gif);
	}
	
#navbar ul {
	}
	
#navbar li {
	display: inline;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	}
	
#navbar a:link, #navbar a:visited {
	width: 125px;
	display: block;
	float: left;
	padding: 5px 0 5px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	}
	
#navbar a:hover {
	background-color: #DFEBFC;
	color: #333;
	}
	
.posthome {
	width: 840px;
	float: left;
	margin-top: 40px;
	text-align: justify;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 22px 7px;
	display: inline;
	border: #4C6383 2px solid;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 22px 0;
	display: inline;
	border: #4C6383 2px solid;
	}
	
img.aligncenter {
	padding: 4px;
	margin: 0 7px 22px 0;
	display: inline;
	border: #4C6383 2px solid;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	

	
#attachment {
	float: left;
	margin: 24px;
	}
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	width: 150px;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 5px;
	margin: 10px 18px 10px 18px;
	#margin: 10px 15px 10px 15px;
	height: 215px;
	float: left;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
}
/* End captions */