/**
  Theme Name: Culligan of Bryan College Station
  Theme URI: http://www.bcsculligan.com
  Version: 1.0
  Author: Chris Sivori
  Author URI: http://www.duetdesign.com
  Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS, blank-slate
  Licence: GPL
  
  Description: A theme for Culligan dealer in Bryan College Station.
*/


body {
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
}

#topSection {
	background: url(images/topSectionBG.jpg) no-repeat #FFF;
	height: 207px;
	padding: 0 0 0 50px;
}

#topSection img {
	float: left;
	border: none;
}

#topNav {
	text-align: right;
	padding: 30px 0 0 0;
	text-transform: uppercase;
	margin: 0;
	color: #3b5bac;
}

#topNav a, #topNav a:visited {
	color: #3b5bac;
        padding-bottom: 10px;
	text-decoration: none;
}

#topNav a:hover {
	text-decoration: underline;
}

#navBar {
	border-bottom: 1px solid #3b5bac;
	text-transform: uppercase;
}

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 10px 5px 10px 50px;
}

#navBar ul li {
	display: inline;
	padding: 0 50px 0 0;
	margin: 0;
}

#navBar ul li a, #navBar ul li a:visited {
	text-decoration: none;
	color: #3b5bac;
}

#navBar ul li a:hover {
	text-decoration: underline;
	color: #3b5bac;
}

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 12px;	
	border-bottom: 1px solid #3b5bac;
	text-transform: uppercase;
	}
	
.menu ul{
	background:#fff;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	
.menu li{
	float:left;
	padding:0px;
	}
	
.menu li a{
	background:#fff;
	color:#3b5bac;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
	}

.menu li a:hover, .menu ul li:hover a{
	background: url(images/navBGTop.gif) repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.menu li ul{
	background: url(images/navBG.gif) repeat-x #fff;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:255px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
	}
	
.menu li:hover ul{
	display:block;
	}
	
.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:255px;
	}
	
.menu li:hover li a{
	background:none;
	}
	
.menu li ul a{
	display:block;
	height:35px;
	font-size:11px;
	font-style:normal;
	text-transform: none;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
	}

.menu li ul a:hover, .menu li ul li:hover a{
		background:#0c3ba3;
		border:0px;
		color:#ffffff;
		text-decoration:none;
		}
.menu p{
	clear:left;
	}	

	

/* content areas */
	
#banner {
	/* background: url(images/promo-banner.jpg) no-repeat; */
	height: 328px;
	border-bottom: 1px solid #3b5bac;
}

#content {
	padding: 0;
}

#leftContent {
	float: left;
	width: 800px;
	padding: 10px 0 0 0;
}

#leftContent h1 {
	text-transform: lowercase;
	color: #333333;
	font-size: 20px;
	font-weight: normal;
}

#leftContent p {
	color: #333333;
	line-height: 18px;
}

#rightContent {
	float: right;
	padding: 30px 0 0 0;
}

#childLeftContent {
	float: left;
	padding: 30px 0 0 0;
	width: 230px;
	min-height: 300px;
        text-align: right;
}

#childLeftContent ul li {
	font-size: 12px;
	text-transform: uppercase;
        padding: 4px 0;
}

#childLeftContent ul li a, #childLeftContent ul li a:visited {
	color: #009;
}
	
#childLeftContent ul {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0;
}

#childLeftContent ul ul {
	padding: 5px 0 20px 10px;
}

#childLeftContent ul li ul li {
	font-size: 12px;
	text-transform: none;
}

#childRightContent {
	width: 730px;
	padding: 10px 0 0 0;
	float: right;
}

#childRightContent h1 {
	text-transform: lowercase;
	color: #333333;
	font-size: 22px;
	font-weight: normal;
        padding: 10px 0 10px 0;
}

#childRightContent p {
	color: #333333;
	line-height: 18px;
}

#childRightContent h2 {
	text-transform: lowercase;
	font-weight: normal;
        padding: 10px 0 10px 0;
}

#childRightContent ul li {
        padding: 2px 0;
}


#footer {
	height: 120px;
	text-align: center;
}



  /** the HTML is a bit dodgy for the tag cloud, need to add some padding
      between the title and the first href */
  .widget_tag_cloud a {
    padding-left: 5px;
  }

#comment {
  width: 500px;
}

/** normally hidden but will appear when css disabled */
.skip,
.noCss {
  position: absolute;
  left: -9999px;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}



