/**********************             RESETS         *********************/

html,body,div,h1,h2,h3,h4,h5,h6,p,a,span
{
  margin:0px;
  padding:0px;
}

img
{
  border: none;	
}

/**********************             CORE         *********************/
html
{
  width:100%;
 height:100%;
}

body
{
  font-family: "Courier New";
  width:100%;
	height:100%;
  background: url(../img/bg.gif);
}


a
{
 text-decoration:none;	
}

/*********************        SITE BLOCKS       **********************/

#container
{
  width:990px;
  height:auto;
  min-height: 100%;
  margin: 0 auto;
  background: url(../img/body-bg.gif) repeat-y;
}	


#top
{
  width:960px;
  
  padding-left: 15px;
  padding-top:15px;
  height:196px;
 
  
  font-size: 14px;
}
#logo
{
float:left;
width:600px;
height:165px;
}

#searchbox {
float:right;
padding-right:40px;
height:125px;
padding-top:40px;
}
#primary-navigation
{
clear:both;
  background: url(../img/nav-bg.gif) repeat-x;
  height: 35px;
  width: 960px;
  /*border: 1px solid #ff33ff;*/
}
#primary-navigation ul li
{
  
}


#content
{
  margin-left:15px;
  padding:20px;
  padding-top:10px;
  width: 920px;
  min-height:100%;
  background-color: #F7F7F7;
  
}

#breadcrumbs
{
margin-bottom:10px;
}


#main 
{
width: 660px;
min-height: 500px;
margin-right:20px;
float:left;
}

#block-main
{
  width: 634px;
  padding: 12px;
  min-height: 500px;
  background-color: #ffffff;
  margin-bottom: 20px;
 

}

#block-leave-comment
{
 width: 634px;
   padding: 12px;
  min-height: 200px;
  background-color: #ffffff;
  margin-bottom: 20px;
  
}

#block-comments
{
  background-color: #ffffff;
  width: 634px;
  padding: 12px;
  /* min-height: 447px;*/
  margin-bottom: 20px;
}

.block-home {
  background-color: #ffffff;
  width: 634px;
  padding: 12px;
  min-height: 247px;
margin-bottom:20px;

}

#sub
{
min-height:500px;
/*background-color: #ff9fff;*/

width:230px;
float:left;
}

.sub-item
{
width:250px;
background-color: #fff;
min-height: 50px;
margin-top:5px;
margin-bottom:20px;
font-size:12px;
}

.sub-item ul
{
list-style-type: none;
padding-bottom: 6px;
margin:0;
padding:0;
margin-top: 6px;
margin-bottom:0;
margin-left:4px;
}
.sub-item ul li
{
margin-bottom:3px;
padding-top:3px;
padding-bottom:8px;
}


#footer
{
clear:both;
border-top: 4px solid #000;

}

a, a:hover, a:visited
{
 color: #FA1E07;
}

h1
{
 
  font-size: 24px;
  color: #FA1E07;
  font-weight: bold;
  margin-bottom: 15px;
	
}

h2
{
  
	font-size: 26px;
	color: #F29B04;
	font-weight: bold;
	margin-bottom: 15px;
	
}

p
{
font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin-bottom: 15px;
}



.sub-item h3
{

color:#fff;
 background-color: #2B332B;
font-size:16px;
padding:3px;
padding-left:8px;
padding-right:8px;
margin-top: -3px;
margin-left: -3px;
display: inline;

}
.sub-item p
{

padding:5px;


}


#breadcrumbs {

font-size:12px;
}

#InThisIssue{
padding-bottom:20px;
}

h4.title
{
color:#fff;
 background-color: #2B332B;
font-size:16px;
padding:3px;
padding-left:8px;
padding-right:8px;
display: inline;

}
/** Search **/

#SearchForm
{
padding:20px;
}

#SearchForm input
{
margin-bottom:10px;
}

#SearchResults ul
{
list-style-type: none;
}

#SearchPagination ul
{
list-style-type: none;
height:30px;

}

#HeadSearchForm input
{
margin-bottom:10px;
}

#SearchPagination ul li
{
padding-right:10px;
float:left;

}
/** COMMENTS **/

#CommentAddForm
{

margin-bottom: 20px;
padding:20px;
text-align:right;
width:400px;
}
#CommentName
{
width:300px;
margin-top:15px;
}
#CommentEmail
{
width:300px;
margin-top:15px;
}
#CommentComment
{
width:300px;
margin-top:15px;
margin-top:15px;
}

#CommentAddForm .submit
{
margin-top: 10px;
}

h3.commentHeading
{

color:#fff;
 background-color: #2B332B;
font-size:16px;
padding:3px;
padding-left:8px;
padding-right:8px;
display:inline;
margin-bottom:10px;

}

#UserComments
{
  margin-top:10px;
}
.UserCommentComment
{
 
}

.UserCommentUser
{
 margin-bottom:10px;
}

#responsediv 
{
 margin-top:10px;
}

#ajax-loader
{
 margin-left:45%;
 margin-top:40px;
}


/** ************************************************************
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size:16px;
 font-weight:bold;
 
 ;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
 /*background: url(images/grad2.png) 0 100% repeat-x;*/
}

ul.dropdown li {
 float: left;
 background-color: #2B332B;
 margin-left:20px;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
  background-color: #2B332B;
  margin-top:0px;
 margin-left:0px;
}

ul.dropdown ul li {
 float: none;
  background-color: #2B332B;
  margin-left:0px;
  padding-top:5px;
    padding-bottom:5px;
  margin-top:0px;
}

ul.dropdown ul ul {
 background-color: #2B332B;
 width:300px;
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}



	ul.dropdown li {
	
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	color: #FFFFFF; background-color: #000000
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #FFFFFF; text-decoration: none; display:block;}
	ul.dropdown a:hover		{ color: #FFFFFF; background-color: #000000;}
	ul.dropdown a:active	{ color: #FFFFFF; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 0px;
	 background-color: #000000;
	 
	}

		ul.dropdown ul li {
		 font-weight: normal;
		 
		 	font-size:12px;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {

background-image: url(http://127.0.0.1/labouche-rebuild/ff/img/nav-arrow-down.png) no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(http://127.0.0.1/labouche-rebuild/ff/img/nav-arrow-right.png) no-repeat;
}



ul.dropdown li 
{
margin-top:5px;
 float: left;
 line-height: 1.3em;
 padding: 1px 9px;
}






