/*

*/

body {
	border: none;
	margin: 0 auto;
	padding: 0;
	background: #333333 url(../images/body-bg2.jpg) repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 12px;
}

h1 {
	font-size: 1.8em;
	color: #CCCCCC;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	/* list-style-image: url(images/img07.gif); */
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
  	width: 744px;
 	height: 134px;
	background: url(../images/header-logo.jpg) top left no-repeat;
 	margin: 0 auto;
	padding: 0px;
}

#header {
 	height: 109px;
	width: 744px;
	margin: 0 auto;
}

#headerLeft {
	float: left;
	padding: 0px;
	margin: 0 auto;
	width: 540px;
	height: 109px;
	color: #FFFFFF;
}

#headerRight {
	float: right;
	padding-top: 0px;
	margin: 0 auto;
	width: 200px;
	height: 109px;
	background: url(../images/header-rightbg.jpg) top left no-repeat;
	color: #FFFFFF;
}

#headerRight p {
	text-align: left;
	font-size: 18px;
	color: #b6bec9;
}

/* Menu */

#menu {
	width: 744px;
	height: 29px;
	margin: 0 auto;
	padding-top: 0px;	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 7px 15px 7px 15px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}

#menu a:hover {
	background: url(../images/menu-hover.jpg) repeat-x;
	margin: 0 3px 0 0;
	padding: 7px 15px 7px 15px;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: url(../images/menu-hover.jpg) repeat-x;
	margin: 0 3px 0 0;
	padding: 7px 15px 7px 15px;
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
  margin: 0px auto;
}

/* Page */

#page {
	width: 744px;
	margin: 0 auto;
	padding: 0;
}

/* Content */

#content {
	padding-top: 8px;
	float: left;
	width: 540px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 175%;
	text-align: left;
}

.post h1 {
	font-weight: normal;
	margin-top: 12px;
}

.title {
	padding: 0 0px;
	margin: 0;
	font-weight: bold;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
	padding: 20px 12px;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	/* background: url(../images/img04.gif) no-repeat left center; */
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */

#sidebar {
	float: right;
	width: 200px;
	height: 100%;
	background: url(../images/sidebar-bg.jpg) top left repeat-x;
	padding: 0 0 0 0px;
}

#sidebar #container {
	width: 200px;
	height: 100%;
	padding: 0 0 0 0px;
}

#sidebar #container #topquote {
	width: 200px;
	height: 31px;
	background: url(../images/top-quote.gif) top left no-repeat;
	margin-top: 4px;
	padding-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

#sidebar #quote{
	width: 168px;
	padding: 0px 0px 16px 0px;
	margin: 0px 16px 0px 16px;
}

#sidebar #quote p {
	margin: 0;
	padding: 10px 0px 10px 0px;
	text-align: left;
	font-size: 11px;
	color: #b6bec9;
	line-height: 145%;
}

#sidebar #container #bottomquote {
	width: 200px;
	height: 31px;
	background: url(../images/bottom-quote.gif) top left no-repeat;
	padding: 0px 0px 16px 0px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0 5px 25px;
	/* background: url(../images/img04.gif) no-repeat 10px 9px; */
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	/* background: url(images/img06.jpg) repeat-x;*/
	border: 1px solid #4A4A4A;
	font-size: 12px;
	color: #CCCCCC;
}

/* Footer */

#footer {
	height: 132px;
  	background: #000000 url(../images/footer-bg.jpg) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 12px 0 0 0;
	text-align: center;
	font-size: smaller;
	color: #999999;
}

#footer a {
	color: #FFFFFF;
}

/* PIE easyclearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */
