/* PRESTONS EDITS
#prestonlinks {font-family: Garamond; font-size:12px; font-style:normal; text-transform:uppercase; text-align: center; padding-bottom: 15px; }
#categorylist ul {list-style-type: none; list-style-image:none; margin:0; padding-bottom: 20px; }
#categorylist li { display: inline; padding: 0px 5px;}
#categorylist a:link, #category a:visited {color:blue}
#categorylist a:hover {color:red}

#footer {text-align: right;}

#masthead {font-family: Garamond;}

*/

/*Custom Image Caption added by Preston*/
.custom.caption {
text-align:left;
color:#777777;
font-family:verdana,sans-serif;
font-size:10px;
padding-top:2px;
border-bottom:1px dotted #CCCCEE;
}



/* --- random image junk from preston's plugin --- */
#image_copyright {
  margin: 0px;
  padding: 0px;
  padding-bottom: -15px;
  text-align: right;
  z-index: 1; 
  position: relative; 
  top: -22px; 
  left: 0px;
  padding-right: 15px;
  color: #fff;
  font-size: 10px; 
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
}

#header_exif_data {  
  color: #666;
  display: block;
  position: relative;
  background-color: none; 
  font-size: 11px; 
  text-align: right; 
  padding-right: 15px; 
  margin-top: -10px;
/*  border-bottom: 1px dotted #237FA1; */
  border-bottom: 1px solid #ddd;
  font-family: Helvetica, Verdana, Arial, sans-serif;
}


#masthead #logo { font: bold 3.2em Georgia, "Times New Roman", Times, serif; letter-spacing: +9px; }




#nav { text-align: center; width: 885px; padding: 0px 0px 10px 0px; border-top: 0; border-bottom: 1px solid #ddd; margin: 0 0 15px 0; float: left; clear: both; }
#nav a { text-size: 16px; font-weight: bold; padding: 0 20px 0 20px; text-transform: uppercase; }

/* ERICK REMOVED THIS

	        ul#nav li {height:40px;margin-left:25%; margin-right:25%; margin-bottom: 30px; padding: 0.25em 40px 0.7em 0; font-family: Garamond; text-transform: uppercase; float: left;}
	
		ul#nav li a:visited { color: #000; text-decoration: none; }
	
		ul#nav li a:hover { color: #237fa1; text-decoration: none; }
		
		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #090; text-decoration: underline; }
		
*/	





/*
File:			custom.css
Description:	Custom styles for the Neoclassical Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; } <--- This makes links green
	
	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them

Why this works:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!
*/