
/*------------------------------------------------------
www.nannypoppins.com - screen.css

designed and developed by: 
http://www.vivalapixel.com

Defines Layout and style for screen media.
------------------------------------------------------*/

/*------------------------
REDEFINE HTML TAGS
------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	line-height: 150%;
	margin: 10px 0px 0px 0px;
	background-image: url(../images/bgimage.gif);
	background-repeat: repeat;
	color: #333333;
}

html>body {
	font-size: small;
	line-height: 150%;
}

strong {
	font-size: 12px;
}

/*----------------------------------------------
Headers
----------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, sans-serif;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 130%;
	color: #7C5841;
}

h4 {
	font-size: 120%;
}

.content h4 {
	color: #5C577F;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

/*----------------------------------------------
REDEFINE HTML TAGS -  END
----------------------------------------------*/

/*----------------------------------------------
General Link Selectors
----------------------------------------------*/

 a, a:visited, a:link, a:active {
	text-decoration: none;
	background-color: transparent;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #5C5780;
}

 a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #C18A6E;
	padding: 3px;
	font-weight: bold;
	color: #fff;
}


/*----------------------------------------------
Home Page
----------------------------------------------*/

#home-text {
width: 330px;
height: 135px;
padding: 0; 
margin: 0 0 0 10px;
float: left; 
}

#home-image td {
padding: 10px 0 10px 10px;
background-color: #fff;
border-top: solid #CACAAF 3px;
}

#home-image img {
float: left;
}

#home-image p{
margin: 0; 
padding: 5px 0 5px 18px; 
width: 320px; 
float: left; 
}

.home-columns {
	width: 230px;
	padding: 8px;
	vertical-align: text-top;
	background-color: #FFF;
	border-left: #DEDDE6 1px solid;
	border-top: #DEDDE6 1px solid;
	line-height: 120%;
}

#home-columns2 {
	width: 230px;
	padding: 8px;
	vertical-align: text-top;
	background-color: #FFF;
	line-height: 120%;
	border-top: #DEDDE6 1px solid;
}

.home-column-headers {
	width: 230px;
	padding: 5px;
	vertical-align: text-top;
	background-color: #FAF6EA;
	text-align: center;
	color: #312C51;
	border-left: #DEDDE6 1px solid;
	border-top: #DEDDE6 1px solid;
}

#home-column-headers2 {
	width: 230px;
	padding: 5px;
	vertical-align: text-top;
	background-color: #FAF6EA;
	text-align: center;
	color: #312C51;
	border-top: #DEDDE6 1px solid;
}

#home-footer-nav {
	text-align: center;
	padding: 5px;
	color: #BFBCD2;
	background-color: #FBF8EF;
	border-top: #DEDDE6 1px solid;
}


ul#home-nav-list-top, ul.home-nav-list-bottom  { 
list-style-position: inside; 
list-style-type: none; 
list-style: none}

ul#home-nav-list-top {
padding: 0 0 8px 0; 
float: left; 
margin: 0 0 0 18px;  }

ul.home-nav-list-bottom {
padding: 0; 
margin: 0; }

/*----------------------------------------------
Forms CSS
----------------------------------------------*/

#form-content {
background-color: #e8e6df;
padding: 10px;
	vertical-align: text-top;
	width: 351px;
}
/*----------------------------------------------
Custom CSS
----------------------------------------------*/

#footer {
	text-align: center;
	padding: 7px;
	font-size: x-small;
	color: #000000;
	line-height: 110%;
}

#footer a {color: #fff;}

.header {
	
}

.content {
	background-color: #FFFFFF;
	padding: 10px;
	vertical-align: text-top;
	width: 351px;
}

.quote-column {
	background-color: #f8f5ee;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEDDE6;
	vertical-align: top;
	padding: 10px;
	font-style: italic;
	width: 140px;
	font-size: x-small;
}

/*----------------------------------------------
Navigation
----------------------------------------------*/

#secondary-nav {
	width: 190px;
	background-color: #EDEDF3;
	border-right: 1px solid #DEDDE6;
	padding: 0;
	vertical-align: text-top;
}

#secondary-nav ul {
	list-style-type: none;
	padding: 0px 5px 0px 5px;
	margin: 0 0 0 10px;
}

#secondary-nav li {
	padding: 2px 0 8px 0;
}

ul.sub-nav {
	margin: 0;
	background-color: #EAEAF3;
	padding: 0;
	border-left: 1px solid #B3B3B3;
}


.main-nav {
	text-align: center;	padding: 5px;
	color: #BFBCD2;
	background-color: #FAF6EA;
	border-top: 1px solid #DEDDE6;
	border-bottom: 1px solid #DEDDE6;
}
