/* Basics */

body {
	margin: 0;
	padding: 0;
	background: #eeebc8 url(../images/bg.png) repeat-x;
	color: #000;
	font-size: 85%;
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: .5em 0;
	font-family: "Trebuchet MS"; 
	color: #000; 
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a:link {
	color: #5390bc;
}
a:visited {
	color: #5390bc;
}
a:hover, a:active {
	color: #99ccff;
	text-decoration: none;
}

code {
	color: #666;
}
input, textarea, select {
	background-color: #FFF; 
	color: #eeebc8;
	font-size: 1em;
	font-family: "Trebuchet MS";
}
form, img {
	border: 0; 
	margin: 0; 
	padding: 0;
}

/* Layout */ 

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background: #eeebc8 url(../images/wrapper.png) repeat-y;
	text-align: left;
}
#header {
	width: 760px;
	height: 132px;
	background: url(../images/header.png) no-repeat;
}

	/* Header styles */
	#header h1 {
		margin: 0;
		padding: 30px 0 0 40px;
		font-size: 28px;
		font-weight:bold;
		line-height: 20px;		
	}
	#header h1 a {
		text-decoration: none;
		color:#FFFFFF;
	}
	
	#header h1 a:hover {
		text-decoration: none;
		color:#5390bc;
	}
	
	#header p {
		margin: 0;
		padding: 5px 0 0 40px;
	}
	
	.subHeader {
		color:#99ccff;
		font-size:1.2em;		
	}

	#logo {
	padding: 10px 10px 10px 35px;
	width:110px;
	float:left
}

#topNavigation {
	float:right;
	top:100px;
	padding: 95px 45px 10px 35px;
	color:#FFFFFF;
	font-size: 1.3em;	
}

#topNavigation a {
	text-decoration: none;
	color:#FFFFFF;	
}

#topNavigation a:hover {
	text-decoration: none;
	color:#999999;
	
}

#topNavigation a:active a:visited {
	text-decoration: none;
	color:#FFFFFF;
	
}

#content {
	float: left;
	margin-top: -2px;
	padding: 0 10px 0 40px;
	width: 680px;
	background: url(../images/content.png) no-repeat;
	overflow: visible;
	voice-family: "\"}\""; 
	voice-family: inherit;
} 
html>body #content {
	width: 700px;
}
#sidebar {
	float: right;
	width: 10px;
	background: url(../images/sidebar.png) no-repeat top right;
	font-size: 0.9em;
	height: 268px;
}


* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
#footer {
	clear: both;
	margin: 0 10px;
	padding: 10px 0px 10px 0px;
	background-color: #950103;
	color:#FFFFFF;
	
}

	/* Footer styles */
	#footer p {
		margin: 0;
		padding: 0.5em 20px;
		background-color: #fff;
		font-size: 0.9em;
	}
	#footer a, a:active a:visited{
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	#footer a:hover{
		color: #FFFFFF;
		text-decoration: none;
	}
	
/* Blog */

.pagetitle {
	margin: 1.2em 0 0 0;
}


/* IE 6 Fixes */

/* PNG Transparency */
#logo img { behavior: url(../iepngfix.htc); }
img, #linkbox a { behavior: url(../iepngfix.htc); }

/* Float Element Fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
