/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the 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!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/





/*---:[ Set 6: image of ocean water that slides into a tranquil blue-green color ]:---*/

body.custom { background: #8db6b6 url('images/square.gif') 50% 0; }

.custom #container { width: 826px; margin-top: 2em; margin-bottom: 2em; background-color: #fff; padding: 5px 26px 26px 26px; }

	.custom #page { background: #fff; border: 1px solid #E5E3DB; }
	#content_box { background: none; width: 780px;}
      .phone { float: right; font-size:11px; color: #454545; text-align:right; line-height: 1em; padding:0.6em 0.9em; }
	.menu { }
	.social {text-align: center; position: relative; top: 38px;}
      .headline_area h1, .headline_area h2 {color:#606E44; font-size:16px; font-weight:bold; margin-top:0; text-transform:uppercase; }
      .headline_area h1 a, .headline_area h2 a {color:#606E44; font-size:16px; font-weight:bold; margin-top:0; text-transform:uppercase; }
      .headline_area h1 a:hover, .headline_area h2 a:hover {color:#612002; font-size:16px; font-weight:bold; margin-top:0; text-transform:uppercase; }
	.format_text p { color:#3A3A3A; font-size:12px; line-height:18px; margin: 0; padding: 0.5em 0; text-align:justify; }
      li.widget ul li a { color: #444F2F; font-size: 11px; line-height:15px; text-decoration: underline;}
	.sidebar h3 { padding-top:5px; color: #455A5D; font-size:13px; margin-bottom:8px; margin-top:12px; font-weight: bold; border-top: 1px solid #E5E3DB; }
	li.widget {margin-bottom: 10px; }
	li.widget ul li { margin-bottom: 0.4em; font-size: 11px; line-height:15px;}
	.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft { border: 1px solid #e5e3db;
color:#565656;
float:left;
font-size:10px;
margin-bottom:10px;
margin-left:0;
margin-right:20px;
margin-top:0;
padding-bottom:8px;
padding-left:8px;
padding-right:8px;
padding-top:8px; }

	.format_text ul {
margin-left: 57px;
font-size: 12px;
}

	#image_box, #video_box, #custom_box { padding: 0; }
	#multimedia_box { margin-bottom: 10px; padding-left:9px; padding-top: 9px; }

.mainnav a {
color:#7D846C;
font-size:11px;
padding-right:16px;
text-decoration:none;
text-transform:uppercase;
}    
    
    /* reset default styles */
#menu,
#menu ul { margin: 0; padding: 0; }
#menu li { list-style-type: none; }
#menu {z-index: 1000; position: relative;}

/* first level */
#menu {height: 1.75em; margin-bottom: 0.75em}
#menu li,
#menu a { float: left;}
#menu a { display: block; }
#menu a:hover,
#menu a.menu_open { color: #000; }

/* second level and up */
#menu ul {
  visibility: hidden;
  position: absolute;
  width: 14em;
  border: 1px solid #7D846C;
  background: #FFF
}
#menu ul a { width: 12em; margin: 0.1em 0.25em }
#menu ul a:hover,
#menu ul a.menu_open { color: #000; }

/* third level (colors) */
#menu ul ul { background: #FFF }
#menu ul ul a:hover { color: #000; }

	
/*---[ end Set 6 ]:---*/


/*---:[ Custom NavBar Text ]:---*/


/*---[ end Custom NavBar Text ]:---*/		
