﻿/* <!-- */
	/* General styles */
	body {
		background-image: url('images/body_bg.gif');
		background-repeat: repeat-x;		
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#main {
		width:800px;
		padding:6px 15px !important;
	}
	/* --> */

/*---:[ header styles ]:---*/
#masthead {
	width: 800px;
	height: 90px;
	background: url('images/logo.gif') no-repeat;
	background-repeat: no-repeat;}

#header h1 a {
	font: normal 100% georgia, verdana, courier, sans-serif !important;
	text-decoration: none;
	color: #fff;
	text-align: right;
	float: right;
	padding: 20px 60px 0 0px;}

#header h2{
	font: normal inherit  verdana, courier, sans-serif !important;
	text-decoration: none;
	color: #fff;
	text-align: right;
	padding: 10px 60px 0 0px;
	clear: both;}

#header {
	position: relative;
	margin: 0 0 1.0em 0;
	float: left;
	clear: both;
	height: 170px;
	width: 800px;
	background: url('images/header.jpg') no-repeat;}

#topmenu {
	text-align: right;
}

#topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;}

#topmenu li {
	display: inline; padding: 10px;}

#topmenu a {
	font-size: .8em;
	text-decoration: none;
	color: #FF00B4;}
/*---:[ footer styles ]:---*/
/* Content (POSTS) */
h1, h2 {
	color:white;	
	background-color:black;
	padding: 5px 5px 5px 5px;
}
h2 {
	background-color:teal;
	padding: 5px 5px 5px 5px;	
}
/*---:[ global elements ]:---*/
h2 a {color: white; text-decoration: none;}
a:visited {text-decoration: underline;}
a:hover {text-decoration: underline;}
a img {border: none;}