/*	----------------------------------------------------------------------------
 *	Theme Name: Ithanet
 *	Theme URI: http://www.ithanet.eu
 *	Description: Ithanet tableless and XHTML compliant theme
 *	Version: 1
 *	Author: Ithanet Team
 *	Author URI: http://www.ithanet.eu
 *	---------------------------------------------------------------------------	*/
body
{
/*	border: 0px solid #000000; */
	border: none;
	background: #666666;
	font-family: Georgia, Times, Tahoma, Verdana, Arial, Helvetica, "Times New Roman", serif;
	font-size: 90%;
	color: #444;
	
	height: auto;
	margin: auto;
	outline: none;
	padding: 0;
	text-align: left;
	text-decoration: none;
	vertical-align: baseline;
	width: 980px;
}
  pre, code
  {
	color: blue;
    font-size: 0.9em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }
/*-----------------------------------------------------------------------------
 *	wrapper
 *-----------------------------------------------------------------------------	*/
#wrapper
{
	/* border: 0px solid #ff0000; */
	background-color: #fff;	/* url(images/wrapper.gif); */
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	width:980px;
}
/*-----------------------------------------------------------------------------
 *	top
 *-----------------------------------------------------------------------------	*/
#top {
	/* border: 0px solid #00ff00; */
	background: #666666 url(images/top.gif); no-repeat;
	height:15px;
	overflow: hidden;
}
/*-----------------------------------------------------------------------------
 *	header
 *-----------------------------------------------------------------------------	*/
#header {	
	/* border: 3px solid #333333; */
	background: #000000 url(images/header.png) no-repeat top;
	height: 151px;
	margin: 0px 0px;
	overflow: hidden;
	padding: 0px;
}
#header-l {
	/* border: 0px solid #f00000; */
	background: #000000 url(images/logo.jpg) no-repeat top;
	float: left;
	height: 151px;
	overflow: hidden;
	margin: 0px 0px;
	width: 30%;
}
#header-r {
	/* border: 0px solid #00000f; */
	float: right;
	height: 151px;
	padding: 0px;
	text-align: right;
	width: 69%;
}
/*-----------------------------------------------------------------------------
 *	Navbar
 *-----------------------------------------------------------------------------	*/
#navbar {
	background: #000000 url(images/navbar.gif);
	color: #FFFFFF;
	display: block;
	height: 35px;
	font-size: 0.9em;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 0px;
	width: 980px;
}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-weight: normal;
    margin: 0px;
	padding: 9px 20px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #000000;
	}

#nav li a:hover, #nav li a:active {
	background: #000000 url(images/navhov.gif);
	color: #FFFFFF;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 170px;
	background: #424242;
	color: #FFFFFF;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #000000;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

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

#nav li ul ul {
	margin: -30px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
/*-----------------------------------------------------------------------------
 *	Content
 *-----------------------------------------------------------------------------	*/
#container {
	/* border: 0px solid #fff000; */
	/*background: #fff;*/
	background: #FFFFFF url(images/header_flipped_54px.jpg) no-repeat bottom;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	overflow: auto;
	width: 100%;
} 	
#banner {	
	/* border: 1px solid #ff0000; */
	background: #FFFFFF;
	height: 0 px;

	/* background: #FFFFFF url(images/banner1.png) no-repeat;*/
	/* height: 151 px;*/
	overflow: hidden;
}
#banner p {
	/* border: 1px solid #101010; */
	display: none;
	padding: 1em;
}
#content-left {
	/* border: 0px solid #000fff; */
	float: left;
	height: 100%;
	line-height: 1.5em;
	width: 15%;
	padding: 5px 5px 5px 5px;
}
#content-main {
	/* border: 1px solid #000fff; */
	float: left;
	height: 100%;
	line-height: 1.5em;
	width: 74%;
}
#content-right {
	/* border: 0px solid #000fff; */
	float: right;
	height: 100%;
	line-height: 1.5em;
	width: 30%;
}
#sidebar {
	/* border: 4px solid #000fff; */
	float: right;
	height: 100%;
	line-height: 1.5em;
	margin: 1em 1em 2em 1em;
	width: 22%;
}
#postarea {
	/* border: 1px solid #101010; */
	display:inline;
	float: left;
	height: 100%;
	width: 100%;
}
.post {
	/*border: 1px solid #101010; */
	display:inline;
	background: #f7f7f7;
	float: left;
	height: 100%;
	line-height: 1.5em;
	margin: 1em 1em 1em 1em;
	padding: 1em 1em 1em 1em;
	width: 95%
}
.post_title{
	font-family: Trebuchet MS;
	font-weight: normal;
	border-bottom: 2px solid #CCCCCC;
}
.post_title h1, h2, h3, h4 {
	color: #ee4422;
	font-size: 1.6em;
}
.post_title a {
	color: #ee4422;
	font-size: 1em;
	text-decoration: none;
	background-color: transparent;
}
.post_author {
	font-size: 0.8em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#postarea .nextprevious {
		height: 10px;
		display: block;
} 
#postarea .nextprevious a {
		color: #CCC;
}               
#postarea .nextprevious .left {
		float: left;
}              	
#postarea .nextprevious .right {
		float: right;
}
.post-meta {font-variant: small-caps; color: maroon; }
.post-meta-key {color: green; font-weight: bold; font-size: 110%; }
/*	---------------------------------------------------------------------------
 *	Bottom 
 *	---------------------------------------------------------------------------	*/
#bottom {
	/*background: #dadada;*/
	height: 0px
	/*height: auto;*/
	margin: 0px auto 0px;
	overflow: auto;
	width: 100%;
}
#bottomContainer {
	border-top: 2px solid #7f7f7f;
	height: 85px;
	font-size: 0.9em;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 0px;
}
#bottomContainer a img {
	float: left;
	border: none;
	display:inline;
	padding: 0px 0px;
}
#bottomLine {
	/* background: #000000 url(images/navbar.gif);*/
	color: #FFFFFF;
	height: 0px;
	font-size: 0.9em;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 0px;
	width: 980px;
}
/*	---------------------------------------------------------------------------
 *	footer
 *	---------------------------------------------------------------------------	*/
#footer {
	display:block;
	background: #000000 url(images/bottom.gif);
	height: 15px;
	margin: 0px auto 0px;
	padding: 0px;
}
/*	---------------------------------------------------------------------------
 *	eof
 */

