/*
Theme Name: Custom Childtheme
Theme URI: http://catswebweave.com
Description: Custom childtheme for DrMiller
Author: Catherine Scholz
Author URI: http://catswebweave.com
Tags: 
Template: lifestyle_30
Version: 0.1
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url('../lifestyle_30/style.css');

body {

	background: #00113F;

	width: 980px;

	color: #333333;

	font-size: 16px;

	font-family: Arial, Tahoma, Verdana;

	margin: 0px auto 0px;

	padding: 0px;

	}

#wrap {

	background: #FFF8EF;

	width: 960px;

	margin: 10px auto 10px;

	padding: 0px;

	position: relative;

	border: 10px solid #CFB79B;

	}

a, a:visited {

	color: #22376F;

	text-decoration: none;

	}



a:hover {

	color: #18274F;

	text-decoration: underline;

	}



#topnavbar {

	background: #00113F url(images/topnav.png);

	width: 960px;

	height: 30px;

	color: #FFFFFF;

	margin: 0px;

	padding: 0px;

	}
#subnavbar {

	background: #6F5C45;

	width: 960px;

	height: 24px;

	color: #FFFFFF;

	margin: 0px;

	padding: 0px;

	}


#subnav li a:hover, #subnav li a:active {

	background: #00113F;

	color: #FFFFFF;

	display: block;

	text-decoration: none;

        margin: 0px 5px 0px 0px;

	padding: 6px 13px 6px 13px;

	}
#navbar {

	background: #E1DCCA;

	width: 960px;

	height: 35px;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	color: #FFFFFF;

	font-weight: bold;

	margin: 0px;

	padding: 0px;

	}

	

#navbarleft {

	width: 680px;

	float: left;

	margin: 0px;

	padding: 0px;

	}
#nav li a:hover, #nav li a:active {

	background: #EBE6D4 url(images/navhov.png);

	color: #18274F;

    margin: 0px;

	padding: 9px 15px 8px 15px;

	text-decoration: none;

	}
#nav li a:hover, #nav li a:active {

	background: #EBE6D4 url(images/navhov.png);

	color: #18274F;

    margin: 0px;

	padding: 9px 15px 8px 15px;

	text-decoration: none;

	}
#nav li li a, #nav li li a:link, #nav li li a:visited {

	background: #E1DCCA;

	width: 150px;

	color: #18274F;

	font-size: 14px;

	font-family: Georgia, Times New Roman;

	font-weight: normal;

	text-transform: none;

	float: none;

	margin: 0px;

	padding: 7px 10px 7px 10px;

	border-bottom: 1px solid #FFFFFF;

	border-left: 1px solid #FFFFFF;

	border-right: 1px solid #FFFFFF;

	}
#content h1 {

	color: #18274F;

	font-size: 22px;

	font-family: Georgia, Times New Roman;

	font-weight: normal;

	margin: 0px 0px 5px 0px;

	padding: 10px 0px 0px 0px;

	}

#content h1 a, #content h1 a:visited  {

	color: #18274F;

	font-size: 22px;

	font-family: Georgia, Times New Roman;

	font-weight: normal;

	margin: 0px 0px 5px 0px;

	padding: 10px 0px 0px 0px;

	}

#content h4 {

	color: #18274F;

	font-size: 22px;

	font-family: Georgia, Times New Roman;

	font-weight: normal;

	margin: 0px 0px 20px 0px;

	padding: 10px 0px 0px 0px;

	}

#searchbox {

	background: #F7F5EF !important;

	width: 220px;

	color: #18274F;

	font-size: 12px;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	font-weight: normal;

	margin: 0px;

	padding: 4px 0px 3px 5px;

	border-top: 1px solid #759697;

	border-right: 1px solid #A3BAB9;

	border-left: 1px solid #759697;

	border-bottom: 1px solid #A3BAB9;

	display: inline;

	}

#subbox {

	background: #EEEEEE !important;

	width: 250px;

	color: #18274F;

	font-size: 12px;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	font-weight: normal;

	margin: 10px 0px 0px 0px;

	padding: 3px 0px 3px 5px;

	border-top: 1px solid #759697;

	border-right: 1px solid #A3BAB9;

	border-left: 1px solid #759697;

	border-bottom: 1px solid #A3BAB9;

	display: inline;

	}

