/*  
Theme Name: Desjoyaux
Description: A pool theme by <a href="http://www.wiredupcomputersolutions.com/">Wired Up</a>
Version: 1.0
Author: Matt Frey
Author URI: http://www.wiredupcomputersolutions.com/
*/

/* HTML TAGS */

* {
	margin: 0px;
	padding: 0px;
	}


body {
	background: #fff url(images/body_bg.jpg) repeat scroll left top;
	color: #000;
	font: 14px Arial, Helvetica, sans-serif;
	position: relative;
}

p {
	font-size: 14px;
	margin-bottom: 15px;
}

img {
	border: 0px;
	}
	
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: inherit;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
	margin: 15px 0;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

hr {
	margin-bottom: 15px;
	}

ul {
	margin: 0 20px;
}

small {
	display: block;
	margin-bottom: 15px;
}

a, a:link, a:hover, a:active, a:visited {
	color: #369;
}

a:hover {
	text-decoration: none;
}

/* end HTML tags */

/* begin main divs */

#container {
	width: 958px;
	margin: 0 auto 25px;
	overflow: hidden;
}

#header {
	margin: 10px auto;
}

/* end main divs */

/* begin header */

#header div {
	float: left;
	}
	
#header #slogan {
	text-align: center;
	width: 479px;
	}
	
#header #slogan p {
	color: #fff;
	font: italic 20px/173px Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	}
	
/* end header */

/* begin Menu */
.menu, .menu ul
{
	padding: 0;
	list-style-type: none;
	display: block;
	margin: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}

.menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
}

.menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.menu li li
{
  float: none;
}

.menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}

.menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.menu:after, .menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul
{
  min-height: 0;
}

.menu ul
{
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}


* html .menu, * html .menu ul
{
  height: 1%;
}

* html .menu ul a
{
  height: 1%;
}

* html .menu li li
{
  float: left;
  width: 100%;
}

* html .menu, * html .menu ul
{
  height: 1%;
}

* html .menu ul a
{
  height: 1%;
}

* html .menu li li
{
  float: left;
  width: 100%;
}

#navigation
{
  position: relative;
  margin: 0  auto;
  width: 100%;
  _left: 0px;
  height: 35px;
  z-index: 100;
}

.menu 
{
  padding: 0;
  margin: 0 0 10px 0;
}

* html #navigation
{
  zoom: 1;
}

/* end Menu */

/* begin MenuItem */
.menu ul li
{
  clear: both;
}

.menu a , .menu a span
{
  height: 35px;
  display: block;
}

* html .menu a , * html .menu a span
{
  float: left;
}

.menu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;
  
}

.menu a span
{
  font-family: "Lucida Grande","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: Bold;
  font-style: normal;
  text-decoration: none;
  color: #000;
  padding: 0 15px;
  line-height: 35px;
  text-align: center;
  
}

* html .menu a span
{
  display: inline;
}

.menu a:hover span
{
  color: #FFFFFF;
  background-color: #09c;
}

.menu li:hover a span
{
  color: #FFFFFF;
  background-color: #09c;
}

.menu a.active span
{
  background-color: #ddd;
  color: #000;
}

/* end MenuItem */

/* begin MenuSubItem */

.menu ul a 
{
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-right: auto;
  
  width: 162px;
  background-image: url('images/subitem-bg.png');
  background-position: left top;
  background-repeat: repeat-x;
  
  border-width: 0px;
  border-style: solid;
  border-color: #E4D8EA;
}

#navigation ul.menu ul span, #navigation ul.menu ul span
{
	display:inline;
	float:none;
	margin:inherit;
	padding:inherit;
	background-image:none;
	text-align:inherit;
	text-decoration:inherit;
}

.menu ul a , #navigation ul.menu ul span, #navigation ul.menu ul span
{
	line-height: 20px;
	color: #5C4D66;
	font-family: 'Arial';
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


.menu ul ul a
{
  margin-left: auto;
}

.menu ul li a:hover
{
  color: #000000;
  border-color: #C4C2BB;
  background-position: 0 -20px;
}

.menu ul li:hover>a
{
  color: #000000;
  border-color: #C4C2BB;
  background-position: 0 -20px;
}


/* end MenuSubItem */

/* begin content */

#sheet {	
	background: #fff;
	padding: 10px;
	overflow: hidden;
}

#contentWrapper {
	margin: 10px 0 0 0;
	}

#content {
	float: left;
	width: 722px;
}

p.subtitle {
	font-style: italic;
}

/* end content */

/* begin post */

.post {
	padding: 10px;
	margin-bottom: 15px;
}

.posttitle {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

p.postmetadata {
	margin: 3px 0;	
	font-size: 11px !important;
}
/* end post */

/* begin sidebar */

#sidebar {
	float: left;
	margin: 0 0 0 10px;
	width: 206px;
}

#sidebar p {
	font-size: 12px;
	}
	
#sidebar h3 {
	text-transform: uppercase;
	}

.Block {
	margin: 0 0 15px;
	}

.Block-body h3 {
	margin: 0 0 15px;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #069;
}

#sidebar ul li.current_page_item a {
	color: #333;
	font-weight: bold;
}

#sidebar ul li.current_page_item ul li a {
	color: #369;
	font-weight: normal;
} 

/* end sidebar */

/* begin footer */

#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	bottom: -55px;
	color: #ccc;
	font-size: 10px;
	z-index: -1;
}

#footer a, #footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	color: #ccc !important;
}

#footer .top, #footer .btm {
	width: 100%;
	min-height: 20px;
	background: #333;
}

#footer .btm {
	line-height: 35px;
	text-align: center;
	}

#footer .mid {
	background: #fff;
	min-height: 250px;
	opacity: 0.45;
	filter:alpha(opacity=45);
}

/* end footer */

/* begin Wordpress Classes */

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
	}
	
.alignright {
	float: right;
	margin: 0 0 15px 15px;
	}
	
.linklove {
	display: none;
	}
	
.post-edit-link {
	padding: 10px;
	margin: 20px 0 0;
	display: block;
	width: 100px;
	text-align: center;
	background: #ccc;
	border: solid 1px #666;
	}