/*
Theme Name: Coquitlam Heritage Society
Theme URI: http://www.coquitlamheritage.ca
Description: Wordpress Theme for Coquitlam Heritage Society
Version: 1.0
Author: Eleven73 Media
Author URI: http://www.eleven73media.com


	Wordpress Theme for Coquitlam Heritage Society
	
	By Eleven73 Media (www.eleven73media.com)

*/

html, body{
	font-size:0.9em;
    background-color:#bcb286;
    background-repeat: repeat-y;
    font-family: sans-serif;	
	height:100%;
	margin:0px;
}
		
#container {
	width:1000px;
	margin:0px 0px 0px 0px;
	line-height: 130%;
	background-color:#fff;
	background-image:url(images/CH_content_repeat.jpg);
	
}

#middleContainer {
	min-height:650px;
	width:1000px;
	background-image:url(images/CH_content.jpg);
	background-repeat:no-repeat;

}

#top {
	height:140px;
	background-color: #ddd;
}

#top h1 {
	margin:0px;
}

#leftnav {
	height:100%;
	float: left;
	width: 200px;
	margin:0px;
}

#rightnav {
	float: right;
	width: 185px;
	margin:0;
	padding:0px 0px 0px 15px;
}

#content {
	margin-left: 200px;
	margin-right: 200px;
	padding: 10px 10px 10px 10px;
	background-color:#fff;
}

#footer {
	height:39px;
	clear:both;
	margin:0;
	color:#333;
	background-image:url(images/CH_footer.jpg);
}

#leftnav p, #rightnav p { 
	margin: 0 0 1em 0; 
}

#content h2 { 
	margin: 0 0 .5em 0;
	font-size:1.5em; 
}

/* =links */

a.content:link, a.content:visited  {
	font-size:1.0em;
    color:black;
    text-decoration: none;
	font-style:italic;
}

a.content:hover  {
	font-size:1.0em;
    color:white;
    text-decoration: none;
	font-style:italic;
}

a:link, a:visited, a:hover  {
    color:black;
    text-decoration: none;
    font-style:italic;
}


/* =paragraphs */

span.brown {
    color:#bcb286;
    font-weight: bold;
}

span.red {
    color:red;
    font-weight: bold;
}

img {
    border: 0px;
}

img.left {
    float: left;
    padding: 0px 15px 0px 0px;
    }

img.right {
    float: right;
    padding: 0px 0px 0px 15px;
    }

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

hr {
    border: 1px;
    width: 520px;
    color: light black;
    background-color: black;
}

p {
font-size: 0.9em;
	text-align: justify;
	word-wrap:break-word;
    }

p.event {
        margin: 20px 0px 0px 0px;
	text-align: justify;
	word-wrap:break-word;
    }

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.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;
}
