@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Puritan);
@import url(http://fonts.googleapis.com/css?family=Quattrocento);

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #3F482F;
	font-family: 'Puritan', Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #6B7447;
	background-image: url(../images/pattern2.jpg);
}

.pagecontent #container {
	width: 970px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DAD4A7;
	background-image: url(http://www.jeffco.ca/images/bgd-08.gif);
	background-repeat: repeat-y;
	background-position: left;
} 

#header {
	text-align:left;
	background-color: #3F482F;
	padding: 10px;
	vertical-align: baseline;
	color: #FFFFCC;
	font:1.0em 'Quattrocento', Arial, Helvetica, sans-serif;
	color: #797C54;	padding-top: 10px;
	padding-bottom: 10px;
}
		
#header a{
	color:#DAD4A7;
	font-weight:bold;
	text-decoration:none;
}	
#header a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

/*#ads-right{
	background-color: #7e805d;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;

}

#ads-left{
	background-color: #ACA57F;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
}

#content-jeffco-ads{
	background-color: #ACA57F;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:10px;
}*/


.pagecontent #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* since this element is floated, a width must be given */
	height: 650px;
	background: #A4A377; /* top and bottom padding create visual space within this div */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.pagecontent #footer {
	padding: 0 10px 0 20px;
	background-color: #A4A377;
	background-image: url(../images/flag-giv.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
} 
.pagecontent #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.pageName{
	color: #3F482F;
	line-height:30px;
	/*letter-spacing:0.21em;*/
	font-family: 'Quattrocento', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-transform: uppercase;
	padding-top: 4px;
	}


.pagecontent #mainContent ul{
	line-height: 150%;
}

.pagecontent #mainContent {
	margin-top: 0;
	margin-right: 185px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 15px;
	line-height: 1.3em;
} 

.pagecontent #mainContent a {
	color: #993300;
	text-decoration:none;
	}
	
.pagecontent #mainContent a:hover {
	color: #5C743D;
	text-decoration:none;
	}
	
/*#blogContent img{
	border: 10px solid #797C54;
	}*/
	
	
.close a{
	color: #993300;
}	
.close a:hover{
	color: #5C743D;
}	

#close-up a{
	color: #993300;
}
#close-up a:hover{
	color: #5C743D;
}	

#album a{
	color: #993300;
}
#album a:hover{
	color: #5C743D;
}	

#album{
	width:375px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}


#close-up{
	width:90%;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

#album .note{
	font-size: 10px;
	font-style: italic;
	color:#495B42;
}

	

.pagecontent #mainContent h1{
	font-size:1.2em;
}
.pagecontent #mainContent h2{
	font-size:1.1em;
}
.pagecontent #mainContent h3{
	font-size:1em;
}



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#button ul {
	list-style: none;
	padding: 0;
	border: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3F482F;
}
	
#button li {
	font-size: 1.3em;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3F482F;
}

#button li a {
	display: block;
	background-color: #797C54;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#button li a.external {
	color: #cfcdbc;
}

#button{
	padding-top: 10px;
	width: 150px;
	float:left;
	background-color: #797C54;
}

#button li a:hover {
	background-color: #797C54;
	color: #DAD4A7;
	background-image: url(../images/bg-hover.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#button li a.external:hover {
	background-color: #797C54;
	color: #c8cdbc;
	background-image: url(../images/bg-hover_ext.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#button li a:active {
	/*background-color: #F4FFE4;*/
	background-image: url(../images/bg-active.jpg);
	color: #fff;
}


#button a{
	color: #993300;
}


#button a:hover{
	color: #5C743D;
}	

#button{
font-size:.8em;
}

#sectionlinks1{
	font-size: 1em;
	font-weight:bold;
	color: #3F482F;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#sectionlinks2{
	font-size: 1em;
	font-weight:bold;
	color: #3F482F;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#sectionlinks3{
	font-size: 1em;
	font-weight:bold;
	color: #3F482F;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
}
.copyright{
	color:#616443;
	font-size: .9em;
	font-style: italic;
	margin-top: 5px;
}

.mainimage{
	border: 10px solid #3F482F;
}


/*
Blog
*/



.abstract{
	font-style: italic;
	color: #797C54;
}
#sidebar1 td{
	font-size: 8px;
	padding:0px;
}

.breadcrumbs{
	font-size: .8em;

}

#menu{
	padding-left: 10px;
	padding-right: 10px;

}

#blogsectionlinks2{
	font-size: 12px;
	font-weight:bold;
	color: #3F482F;
	padding-top: 0px;
}
#blogsectionlinks3{
	font-size: 12px;
	font-weight:bold;
	color: #3F482F;
	padding-top: 0px;
}
#pageName{
	color: #3F482F;
	line-height:26px;
	letter-spacing:0.21em;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 4px;
}
#title{
	padding-bottom: 5px;
	font-weight:bold;
}

#abstract{
	padding-bottom: 10px;
	font-style:italic;
	line-height:140%;
}
#posted{
font-size: 10px;

}
.sidetitle{
font-size: 12px;
	font-weight:bold;
	color: #3F482F;
}


/*  Photo Templates   */

.pagecontent #photocontainer {
	width: 970px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DAD4A7;
	background-image: url(http://www.jeffco.ca/images/bgd-photo-08.gif);
	background-repeat: repeat-y;
	background-position: left;
} 

.pagecontent #mainContentphoto {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 150px;
} 

.pagecontent #mainContentphoto a {
	color: #993300;
	text-decoration:none;
	}
	
.pagecontent #mainContentphoto a:hover {
	color: #5C743D;
	text-decoration:none;
	}
	
	#photocenter {
	width:650px;
	}
	
h4 {
	margin-bottom: 1px;
	padding-bottom: 1px;

	margin-top: 2px;
	padding-top: 2px;
}

#mainContent ul{
	margin-bottom: 1px;
	padding-bottom: 10px;

	margin-top: 2px;
	padding-top: 2px;

}

#contentlabel{
	width: 550px;
	color: #3F482F;
	line-height:26px;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 14px;
	letter-spacing: 0.075em;
}

#contentcopy{
	width: 550px;
	color: #3F482F;
	line-height:14px;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 0px;
	text-align:center;
}

.sidesearch {
	color: #808080;
	width:163px;
	border: 1px solid #808080;
	background-color: #DAD4A7;
}


.familysearch {
	color: #808080;
	width:250px;
	height:18px;
	border: 1px solid #808080;
	background-color: #F5EFBD;
	vertical-align: top;
}

.pagecontent #container #mainContent .thumb{
	border: 2px solid #3F482F;
	margin-right: 10px;
	margin-bottom: 10px;
}

#topbox{
	border: 2px solid #3F482F;
	background-color: #A4A377;
	padding: 10px;
	width:835px;
}

#topboxinset{
	border: 2px solid #3F482F;
	background-color: #DAD4A7;
	padding: 10px;
}

#bottombox{
	border: 2px solid #3F482F;
	background-color: #A4A377;
	padding: 10px;
	width: 650px;
}

#bottombox750{
	border: 2px solid #3F482F;
	background-color: #A4A377;
	padding: 10px;
	width: 784px;
}

#bottomboxinset{
	border: 0px solid #3F482F;
	background-color: #DAD4A7;
	padding-bottom: 10px;
}

/*!-- Album downloads */

#bottombox #bottomboxinset #contentcopy a {
	color: #3F482F;
}
#bottombox #bottomboxinset #contentcopy a:visited {
	color: #9B3907;
}
#sales{
float:left;
}




#twitter_bgd{
	width:167px;
	background-image: url(../images/twitter/bgd.gif);
	background-repeat: repeat-y;
	padding-bottom: 1px;
}

#twitter_div{
	width:157px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#twitter_div ul {
	overflow: hidden;
	
	list-style: none;
	display: block;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 12px;	
	}
	
#twitter_div li {
	padding-bottom: 5px;
	color: #686D45;
	font-size: 10px;
	font-weight: bold;
}
	
#twitter_div a {
	text-decoration:none;
	font-weight: normal;
	color: #5C5C3D;
	font-size: 9px;
}

#twitter_div a:visited {
	font-weight: normal;
	text-decoration:none;
	color: #5C5C3D;
}
#twitter_div a:hover {
	font-weight: normal;
	color: #5C5C3D;
	text-decoration:underline;
}.booktitle {
	font-size: 9px;
	font-style: italic;
}
.iframe_border{
	border: 10px solid #3F482F;
}

#album{
	width:125px;
	height:230px;
	padding:5px;
	padding-top:10px;
	margin:5px;
	float:left;
	overflow: auto;
	background-color: #bfbb8f;
}
.cleardiv{
	margin-top:10px;
	clear:both;
	padding-top:10px;
}
.pagecontent #container #mainContent #album a .thumb{
margin-right:0px;	
}
#bottomboxinset img{
	border: medium solid #3F482F;
}
