/*
Theme Name: Legacy Project - Seaside 
Theme URI: http://thelegacyprojectusa.com/
Description: Blue - Legacy Theme
Version: Blue 1.1
Author: Vanessa Wood - Design to Spec LLC
Author URL: http://designtospec.com/

*/


/*////////// GENERAL //////////*/
body {
	margin: 0px;
	background-color: #79d0f4;
	background-image: url(images/page-bg3.gif);
	background-repeat: repeat;
	
}	

#container {
	margin: 0 auto;
	width: 800px ;
	border: 0px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	background-color: #fbfbe1;
	}
#container2 {
	border: 0px solid #0000ff;
	background-color: #fbfbe1;
}
#container3 {
	width: 800px;
	float:left;
	border: 0px solid #ff0000;
	background-color: #fbfbe1;
}
/*////////// TYPEOGRAPHY //////////*/
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #004e7f;
	font-style: italic;
	line-height: 28px;
	letter-spacing: 2px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #004e7f;
	letter-spacing: 2px;
	line-height: 24px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #004e7f;
	font-style: italic;
	letter-spacing: 2px;
	line-height: 20px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0099CC;
	font-style: italic;	 
}
.post   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004e7f;
	}
.post h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #004e7f;
	line-height: 26px;
	font-style: italic;
	letter-spacing: 2px;
}
.post a {
	color: #0099FF;}
.post a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.post a:active {
	color: #FF0000;
	text-decoration: underline;
}
.post a:visited {
	color: #0099FF;
	text-decoration: underline;
	}
p {
	margin-bottom: 18px;
}
a {}
a:hover {
	text-decoration: underline;
}
a:visited {}

p {
	margin-bottom: 18px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
}
a:visited {}
/*////////// HEADERS //////////*/
#header {
	border: 0px solid #00ff00;
	width: 800px ;
	height: 200px;
	background-image: url(images/masthead4.jpg);
	background-repeat: no-repeat;
	background-color: #fbfbe1;

}
#header p, #header h1, #header h2/**/ {
/*display: none;*/
}
/*////////// CONTENT //////////*/
#content {
	margin:30px 10px;
	width: 525px;
	float:left;
	border: 0px solid #333333;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*////////// SIDEBARS //////////*/
#sidebarLT {
margin:30px 5px;
width:175px;
border: 0px solid #ff9900;
float:right;}
#sidebarRT {
	margin:0 10px;
	width: 200px;
	float: right;
	border: 0px solid #0000ff;
	background-color: #fbfbe1;
}
#sidebarContact {
	margin:0 10px;
	width: 400px;
	float: right;
	border: 0px solid #0000ff;
	background-color: #fbfbe1;
}
#side   {
	margin: 0;
	padding: 0;
}
#side li {
	list-style-type:none;   
}	

/*////////// NAV //////////*/
#nav {
	margin: 0 auto;
	background-color: #119BD7; 
	width: 800px;
	}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:740px;
	height:32px;
	position:relative;
	z-index:100;
	border-right:1px solid #004e7f;
	font-family:arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	 
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:120px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:120px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #004e7f; border-width:1px 0 1px 1px; background:#79d0f4; padding-left:0px; line-height:29px; font-weight:bold; text-align: center;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:120px; w\idth:138px; }

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#bae5f7 url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#dfecf1 no-repeat 130px center;
	color: #333333;
	
}
.menu ul ul :hover > a.drop {background:#bae5f7 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#dfecf1;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#dfecf1;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:120px;border-top:1px solid #004e7f;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:120px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#79d0f4; color:#004e7f; height:auto; line-height:1em; padding:5px 5px; width:120px;border-width:0 1px 1px 1px;text-align: center;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/*HOVER Box Change color */
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#004e7f; background:#bae5f7;}
.menu :hover > a, .menu ul ul :hover > a {color:#004e7f; background:#dfecf1;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}



/*////////// BLOG ELEMENTS //////////*/
/*////////// FORMS //////////*/
/*////////// FOOTER //////////*/

#pushbottom{
clear:both;
}
#footer {
	border: 0px solid #000033;
	height: 50px;
	width: 780px;
	margin-left: 10px;
	margin-bottom: 30px;
	font-size: 14px;
}
hr {
	color: #ec9874;
	background-color: #ec9874;
	height: 3px;
}
#footerRight{
margin: 0 10px 0 10px;
width:400px;
float:right;
border: 0px solid #552200;
}
#footerLeft{
margin: 0 10px;
width: 700px;
float:left;
border: 0px solid #332200;
}
#footer h3{
display: none;
}
/*////////// IMAGES //////////*/
/*////// FUN CLASSES ///////////*/
/*any little extra flares and fun design
elements you want to add can go here*/
.smaltext {
	font-size: 12px;
	color: #004e7f;
}
 
td {
	background-position: top;
}
table {
	background-color: #ffffff;
}
#smgray {
	font-size: 10px;
	color: #666666;
	text-align: center;
}
