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

@charset "UTF-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
background: #f0e3d0 url(_imagery/top-back-42.jpg); 
background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #930;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #930;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #000000;
}

a:link {
	color: #000000;                                                         
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.bodylink:link {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}

a.bodylink:visited {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}

a.bodylink:hover {
	background-color: #960;
	color: #000;
		text-decoration: none;
	}

ul.posts {
	margin: 0;
	padding: 5px;
	list-style-type: square;
	list-style-image: inherit;
	list-style-position: inside;
	line-height: 20px;
}



#header { 
	background: #f0e3d0; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

	

#bottombuttons {
	text-align: center;
	background: #f0e3d0;
	margin-top: 15px;
}



#fotosplash {
	background-color:#999;
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
	height: 220px;
}

#fotosplash img {
	margin: 10px 10px 5px 5px;
}
	

#search {
	text-align: left;
	padding: 2px 0px 5px 20px;
}

#search2 {
	text-align: left;
	padding: 2px 0px 5px 20px;
	background: #f0e3d0;
}

#footer { 
	padding: 0 10px 0 20px; 
	background:#DDDDDD;
} 


#centerit {
	
	width: 850px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
}

#comment {
	background-color: #DDD;
	padding: 10px 5px 5px 5px;
	margin: 10px 0 ;
	text-align: left;
}

#comment500 {
	background-color: #d4be9f;
	width: 500px;
	padding: 10px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#comment850 {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 5px 10px 5px 10px;
}

img {
	border: 0;
}

img.broader {
	border: 0;
	margin: 10px 10px 10px 10px;
}

#imageshowcase {
	margin: 10px 0 10px 0;
}

.image .caption {
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	text-align;
}

/* add on aug 12*/

div.footnote {
   font-size: 8pt;
}

.white {
	color: #FFF;
}

#goleft {
	text-align: left;
}

img {
	border: 0px;
}


/* Set grouped link colors using an ID */

/* NEW ADDED DROP DOWN CSS BELOW */

#addthis {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 15px 0 10px 0;
}

#addthis2 {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px 0 0px 0;
}


#twitter_div {
	background-color:#FC0;
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	
	padding: 20px 20px 20px 20px;
}


#twitter_div_2 {
	background-color:#FC0;
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 20px 20px 20px;
}





#centerit {
	
	width: 850px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
}

#imgcenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


#clearit {
	clear: both;
}

#ridiculous {
	height: 350px;
	width: 5px;
}
