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

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: 10px; 
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

.pagecontent #container {
	margin: 10px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	display:none;
}



.pagecontent #sidebar2 {
	display:none;
}
.pagecontent #sidebar1 {
	display:none;
}

.pagecontent #footer {
	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: #000000;
	line-height:26px;
	letter-spacing:0.21em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 4px;
	}

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

.pagecontent #mainContent a {
	color: #666666;
	text-decoration:underline;
}
.close{
	display:none;
}
	
.close a{
	color: #666666;
}	

#close-up a{
	color: #666666;
}

#album a{
	color: #666666;
}
#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:#666666;
}

#prevnext{
display:none;
}
	

.pagecontent #mainContent h1{
	font-size:16px;
}
.pagecontent #mainContent h2{
	font-size:14px;
}
.pagecontent #mainContent h3{
	font-size:12px;
}



/* 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;
}

.copyright{
	color:#999999;
	font-size: 10px;
	font-style: italic;
}

.mainimage{
	border: 10px solid #000000;
}


/*
Blog
*/



.abstract{
	font-style: italic;
	color: #666666;
}
#sidebar1 td{
	font-size: 8px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}

.breadcrumbs{
	font-size: 9px;

}

#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: #666666;
	line-height:26px;
	letter-spacing:0.21em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 4px;
}
#title{
	padding-bottom: 5px;
}

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

}



/*  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: #ffffff;
} 

.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: #666666;
	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: 650px;
	color: #000000;
	line-height:26px;
	letter-spacing:0.21em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 14px;	
}

#contentcopy{
	width: 650px;
	color: #333333;
	line-height:16px;
	font-size: 12px;
	padding-top: 10px;
}

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

