/*
Theme Name: Tempesta 
Theme URI: http://lynntempesta.com
Description: Website for Lynn Tempesta
Version: 1.1
Author: Vanessa Wood - Design to Spec LLC
Author URL: http://designtospec.com/

*/


/*////////// GENERAL //////////*/
body {
	margin: 0px;
	background-color: #006699;
	
}
#container {
	margin: 0 auto;
	width: 800px ;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	background-color: #FFF;
	}
#container2 {
	border: 0px solid #0000ff;
	background-color: #FFFFFF;
}
#container3 {
	width: 800px;
	float:left;
	border: 0px solid #ff0000;
	background-color: #FFFFFF;
}
/*////////// TYPEOGRAPHY //////////*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	letter-spacing: 2px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	line-height: 18px;	
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	 
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
	font-style: italic;	 
}
.blue {color: #006699; font-weight: bold;}
.blueB {color: #006699; font-weight: normal;}
.black {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
.red {color: #FF0000; font-weight: bold;}
.post   {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
.post h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 2px;
}
.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	letter-spacing: 2px;
}

.post h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	line-height: 18px;	
}
.post h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	 
}
.post h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
	font-style: italic;	 
}
.post a {
	color: #006699;}
.post a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.post a: hover {
color: #FF3300
	}
.post a:visited {
	color: #006699;}
p {
	margin-bottom: 18px;
}
a:link {
	color: #006699;
}
a:hover {
	color: #FF3300
	text-decoration: underline;
}
a:active {
	color: #006699;
}
a:visited {
	color: #006699;
	} 
ul {list-style-type:none;}	
.post a img { border-style:none; }
a img { border-style:none; }
/*////////// HEADERS //////////*/
#header {
	border: 0px solid #00ff00;
	width: 800px ;
	height: 74px;
	background-image: url(images/masthead2.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
#header p, #header h1, #header h2/**/ {
/*display: none;*/
}
#redbar {
	width: 800px ;
	height: 15px;
	background-color: #fbad17;
}

/*////////// CONTENT //////////*/
#content {
	margin:40px 10px 30px;
	width: 510px;
	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: #FFFFFF;
}
/*////////// NAV //////////*/
#nav {
	margin: 0 auto;
	background-color: #999999; 
	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:745px;
	height:32px;
	position:relative;
	z-index:100;
	border-right:1px solid #000;
	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:149px;}
/* 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:149px;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 #000; border-width:1px 0 1px 1px; background:#666666; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#999999 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:#CCCCCC no-repeat 130px center;
	color: #333333;
}
.menu ul ul :hover > a.drop {background:#999999 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:#cccccc;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#3300CC;}


/* 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:149px;border-top:1px solid #000;}
/* 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:149px;}

/* 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:#cccccc; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* 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:#000; background:#cccccc;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#e8e8e8;}

/* 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;
}
#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: #999999;
}
.smalblack {
	font-size: 12px;
	 
}
.headline {
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	font-weight: bolder;
	color: #E50102;
	line-height: 30px;
}
#contentB {
	width: 795px;
}
.subhead {
	color: #E50102;
	font-weight: bold;
}
td {
	background-position: top;
}
#foot-quote {
	text-align: left;
	margin-bottom: 24px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 24px;
}

#smgray {
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.info {
	font-weight: bold;
	color: #FF3300;
}
.quotes {
	
	
	color: #FF9900;
	}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 2px;
}
