/*
Theme Name: New-Jaret
Theme URI: http://www.web-works.biz/
Description: The new Jaret House Wordpress Theme
Author: Pete Hawkins
Author URI: http://www.web-works.biz/
Tags: white, custom header, fixed width, two columns, widgets

The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php

*/

 html, body {
background-color:#363942;
margin:0px;
padding:10px 0 0 0;
font-family:Arial, sans-serif;
}
/*fonts */
h1 {

color:#363942;
font-size:1.4em;
font-weight:600;
margin:0 0 5px 0;
}

h2 {

color:#363942;
font-size:1.0em;
font-weight:600;
margin:0 0 10px 0;
}

p {

color:#363942;
font-size:0.8em;
font-weight:normal;
line-height:16px;
}
p a:link,
p a:visited,
p a:hover {
text-decoration:underline;
color:#363942;
}

/* end of fonts */
#main {
margin:0 auto;
width:1100px;
background-color:#363942;
position:relative;
padding:10px;
}
#translate {padding-left:250px;}
#container {
margin:0 auto;
width:1100px;
height:290px;
background-color:#FFFFFF;
position:relative;
padding:10px;
}

#header {
background: #fff url('wp-content/themes/new-jaret/logo/logo.jpg') no-repeat bottom center;
width:1100px;
height:360px;
position:relative;
display:inline;
float:left;
}

#headerimg {
width:376px;
height:90px;
position:absolute;
left:0px;
top:0px;
z-index:200;
}

#menu-wrap {
width:204px;
height:10px;
position:absolute;
right:0px;
top:40px;
overflow:hidden;
}
#menu-wrap {width:100%; height:30px; position:relative; z-index:100;background-color: #fff;}
/* hack to correct IE5.5 faulty box model */
* html #menu-wrap {width:100%; w\idth:100%}
/* remove all the bullets, borders and padding from the default list styling */
#menu-wrap ul {padding:0;margin:0;list-style-type:none;background-color: #fff;}
#menu-wrap li, #menu-wrap a, #menu-wrap div {padding:0;margin:0;font-size:14px;}
#menu-wrap ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu-wrap ul li {float:right;position:relative;}
#menu-wrap ul ul li {width:100%}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    display:block;
    text-decoration:none; 
    color:#363942; 
    line-height:30px;
    padding-left:10px; 
    padding-right: 20px;
    
}
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active{    
    text-decoration:underline;   
background-color:#fff;       
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu-wrap a, * html #menu-wrap a:visited {width:10px; w\idth:10px;padding-right:20px;white-space:nowrap}

/* style the second level background */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
    border: 0px;
}

#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited {
    background-image: url(../img/cms-nav-dark-s.gif);
    background-repeat: no-repeat;
    background-position: right center;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu-wrap ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:149px;}
/* another hack for IE5.5 */
* html #menu-wrap ul ul {top:30px;t\op:30px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu-wrap table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
    color:#000; height:auto; line-height:15px; padding:5px 10px; width:150px;
}
/* yet another hack for IE5.5 */
* html #menu-wrap ul ul a, * html #menu-wrap ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
#menu-wrap a:hover, #menu-wrap ul ul a:hover{color:#000; }
#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {color:#000; }
          
/* style the second level hover */
#menu-wrap ul ul a:hover{background:#fff}
#menu-wrap ul ul :hover > a {background:#fff}
                                  
/* make the second level visible when hover on first level list OR link */
#menu-wrap ul li:hover ul,
#menu-wrap ul a:hover ul{visibility:visible; }


#menu-wrap li div.selected{    
    color: #004D99;
    text-decoration:underline;
    border-right:1px solid #5798d0;
    padding:5px 10px;
    width: 100%; 
    line-height:20px;
}
#menu-wrap ul ul li a.selected, #menu-wrap li ul li.current-cat a{    
    background-color: #fff;
    color: #004D99;
}

.cms-nav-clearit {
    clear: both;
    height: 0;
    line-height: 0.0;
    font-size: 0;
}
.cms-nav-sub-section{    
    font-weight:bold;
    font-size: 110%;
    list-style-type: none;
}
ul li.cms-nav-sub-section:before{
    content: '' !important;
}

.cms-nav-left-menu ul, .cms-nav-left-menu li, .cms-nav-left-menu a{
    padding:0;
    margin:0;    
}
.cms-nav-left-menu{
    list-style: none;
    padding:0;
    margin:0;
}
.cms-nav-left-menu li{
    position: relative;
    margin:4px 8px 2px 8px;
}


#image {
width:1100px;
height:200px;
position:absolute;
left:0px;
top:100px;
background-color:#f3f3f3;

}
a img {
	border:none;
}

#content {
width:1100px;
height:auto;
overflow:visible;
background-color:#FFFFFF;
position:absolute;
top:300px;
left:-10px;
padding:20px 10px 10px 10px;
}

.entry li {
	font-size:0.75em;
	
}
.entry img {
	border:none;
	padding:10px 20px;

}

#left_section {
width:628px;
height:auto;
min-height:100px;
display:inline;
float:left;
position:relative;
padding:20px 20px 0 30px;
margin-right:0px;
}

#sidebarLT {
width:158px;
margin:0;
border-left:1px solid #CCCCCC;
float:left;

}
#sidebarLT ul {
	

	
}
#sidebarLT li {
	list-style-type:none;
	
}


#sidebarLT h2 {
	text-align:left;
	font-size:1.2em;
	font-weight:600;
	margin:30px 0 10px 0;	
	
}
.alignleft {
	float:left;
	padding:10px 10px 10px 20px;
	
	
}
	
.linkalignright {
	float:right;
	padding:10px 0px 10px 10px;
	

	
}
.linkalignleft{
	float:left;
	padding:10px 10px 10px 20px;

	
}
	
.alignright{
	float:right;
	padding:10px 0px 10px 10px;
	

	
}
.wp-caption {
	font-style:italic;
	padding:10px 10px 10px 10px;
	
	
}
.logolft {
	float:left;
	margin:10px 10px 10px 0;
	
	
}
	
.logort {
	float:right;
	margin:10px 0px 10px 10px;


	
}
#sidebarRT {
width:330px;
height:auto;
display:inline;
float:right;
position:relative;
padding:10px 0 0 0;
margin:0;
border-left:1px solid #CCCCCC;

}
#sidebarRT ul {
	float:left;

	
}
#sidebarRT li {
	list-style-type:none;
	font-size:0.95em;
	margin:0;
	
	
	
}

#sidebarRT li a {
	font-size:0.95em;
	text-decoration:none;
	color:#363942;
	padding:0;
	border:none;
		
	
}
#sidebarRT li a:hover {
	text-decoration:underline;
	
	
}

#sidebarRT a img {
	border:none;
	
}
#sidebarRT h2 {
	font-size:1.2em;
	font-weight:600;
	margin:30px 0 10px 40px;	
	
}
#sidebarRT .imglft {
	float:left;
	border:0;


	
}
	
#sidebarRT .imgrt {
	float:right;
	padding:0 0 20px 0;
	border:0;

	
}

#footer {
width:1100px;
height:auto;
display:inline;
float:left;
position:relative;
padding:10px 0 10px 0;
border-top:1px solid #363942;
margin:10px 0 0 0;

color:#363942;
font-size:0.7em;
font-weight:normal;
line-height:18px;
}

#footer a:link,
#footer a:hover,
#footer a:visited {
text-decoration:none;
color:#363942;
}

.widgettitle {
margin:30px;
padding:5px 10px 5px 0;
display:block;
float:left;
margin:0;
color:#363942;
font-size:1.15em;
border:0px;
}
.textwidget {
	padding:10px 30px 10px 55px;
	font-size:13px;
	color:#363942;
	
}
iframe {border:none;}

#wp-calendar #next a {
	padding-right:0;
	padding-left:10px;
	text-align:left;
	color:#363942;
}
#wp-calendar #prev a {
	padding-left:0;
	padding-right:10px;
	text-align:right;
	color:#666666;
}
#fieldset {
	width:400px;
	margin-left:114px;
	background:#E6E2AF;
	border:1px solid #000;
	padding:5px;
	
}
#fieldset li{
	list-style-type:none;
	font-size:0.75em;
}
.legend {
	font-weight:600;
	color:#363942;
	padding:5px 0 0 5px;
	text-align:center;
}
.style2 {
	color:#284907;
	
}
