/*
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!
*/

.custom #masthead #logo a, .custom #masthead #logo a:visited { color: #690022; }
.custom #masthead #logo a:hover { color: #690022; }
.custom #masthead h1, .custom #masthead #tagline { color: #577270; }
.custom #rotating_image img { border: 10px solid #c7bda1; }

.custom h2 { color: #690022; border-top: 1px dotted #9c9a79; }
.custom .sidebar h2 { border-bottom: 1px solid #9c9a79; }
.custom h2 a, .custom h2 a:visited { color: #333; }
.custom h2 a:hover { color: #577270; }
.custom p { clear: both; }
.custom a, .custom a:visited { color: #577270; }
.custom a:hover { color: #690022; }

.custom .format_text { font-size: 1.4em; }
.custom #footer { padding: 1.0em 0; border-top: 1px double #9c9a79; }
.custom .archives h1 { border-top: 1px solid #9c9a79; border-bottom: 1px dotted #9c9a79; }
.custom .format_text img.frame { border: 1px solid #9c9a79; }
.custom .navigation { border-top: 1px solid #9c9a79; }
.custom table#wp-calendar caption { border-bottom: 1px dotted #9c9a79; }
.custom table#wp-calendar th { border-bottom: 1px dotted #9c9a79; }

.custom #search { background: #c7bda1; border: 1px dotted #9c9a79; }
.custom #search #s { border: 1px solid #9c9a79; border-right-color: #9c9a79; border-bottom-color: #9c9a79; }
.custom #search #s:focus { background: #c7bda1; border-color: #9c9a79; border-right-color: #9c9a79; border-bottom-color: #9c9a79; }
.custom #search input[type="submit"] { border-top-color: #9c9a79; border-left-color: #9c9a79; cursor: pointer; }
.custom #search_form .search_input { border: 1px solid #9c9a79; border-right-color: #9c9a79; border-bottom-color: #9c9a79; }
.custom #search_form .search_input:focus { background: #c7bda1; border-color: #9c9a79; border-right-color: #9c9a79; border-bottom-color: #9c9a79; }
	
.custom .comments_intro { border-bottom: 1px dotted #9c9a79; clear: both; }
.custom dl#comment_list dd.comment { border-bottom: 1px dotted #9c9a79; }
.custom #respond { border-bottom: 1px dotted #9c9a79; }
.custom #comment_form .text_input { border: 1px solid #9c9a79; border-right-color: #9c9a79; border-bottom-color: #9c9a79; }
.custom #comment_form .text_input:focus { background: #c7bda1; border-color: #9c9a79; border-right-color: #9c9a79; border-bottom-color: #9c9a79; }
.custom #comment_form .form_submit { border: 3px double #9c9a79; border-top-color: #9c9a79; border-left-color: #9c9a79; color: #333; }


dd.gallery-caption { color: #577270; font-size: 0.8em; }
/*.gallery
.gallery-item
.gallery-icon
*/
.attachment-medium { padding: 0; margin: 0; border: 1px solid #9c9a79; }

.alignleft { margin: 0 0 5px 0; float: left; }
.aligncenter  { margin: 0 44px 5px 44px; float: left; }
.alignright { margin: 0 0 5px 0; float: right; }
.wp-caption-text { padding: 4px 0 0 0; color: #577270; font-size: 0.8em; line-height: 1.3em; }
.wp-caption-dd { color: #577270; font-size: 0.8em; }
