/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #A9B3BB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
}

#main_wrap {
  background: #fafafa url(../images/bkgnd.jpg) no-repeat;
  	width: 1200px;
	margin: 0 auto;
	border: 3px solid #FFFFFF;
	
	
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

h4 {
	color: #E0EEF9;
	font-size: 2em:
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 140%;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 3px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 3px solid #848C8F;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 670px;
	height: 75px;
	margin: 0 auto;
	padding: 70px 0 0 100px;
}

#logo h1, #logo p {
	color: #FFFFFF;
}

#logo h1 {
}

#logo p {
	margin: 0;
	padding: 0 0 0 2px;
	line-height: normal;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

.clearfix:after {
    display:block;
    clear:both;
}

#main_nav {
	width:800px;
	/*display: inline-block;*/
	text-align:center;
	margin-left:auto; 
	margin-right:auto; 
	height: 50px;
	padding: 8px 20px 0 20px;
}

#main_nav ul {
	
	color: #b0ccff;
	float: left;
	-webkit-transition: .25s;
	transition: .25s;
}

#main_nav li {
	float: left;
	position: relative;
	width: 150px;
	list-style: none;
	-webkit-transition: .25s;
	transition: .25s;
}
#main_nav .current-item > a {
	text-decoration:underline;
	color:#FFFFFF;
}

#main_nav > ul > li > a, h1 {
	text-transform: uppercase;
}

#main_nav a {
	display: block;
	text-decoration: none;
	padding: 5px 15px;
	color: #000;
}

#main_nav ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	visibility: hidden;
	opacity: 0;
}

#main_nav ul ul ul {
	left: 100%;
	top: 0;
}

#main_nav li:hover, #main_nav li:hover li {
	background: #ccc;
}

#main_nav li li:hover, #main_nav li li:hover li {
	background: #aaa;
}

#main_nav li li li:hover {
	background: #888;
}

#main_nav li:hover > ul {
	visibility: visible;
	opacity: 1;
}
	


/* ******************* END NEW MENU OPTIONS ***************************/

/* Wide Post */

.wide-post {
	width: 778px;
	margin: 0 auto;
	background: #D4D9DD url(../images/boxback.jpg) repeat-y;
}

.wide-post .title {
	padding: 30px 30px 20px 30px;
	background: url(../images/boxtop.jpg) no-repeat;
	font-size: 2em;
	color:#FFFFF;
}

.wide-post .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #333333;
}

.wide-post .title a:hover {
	border: none;
}

.wide-post .entry {
	padding: 0 30px;
}

.wide-post .bottom {
	height: 27px;
	background: url(../images/boxbottom.jpg) no-repeat left bottom;
}

.wide-post .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: 1.5em;
}

.wide-post .links a {
	text-decoration: none;
}

.wide-post .links .date {
	padding-left: 20px;
	background: url(../images/img08.gif) no-repeat left center;
}

.wide-post .links .author {
	padding-left: 20px;
	background: url(../images/img09.gif) no-repeat left center;
}

.wide-post .links .comments {
	padding-left: 20px;
	background: url(../images/img10.gif) no-repeat left center;
}

.wide-post .links .feeds {
	padding-left: 10px;
	background: url(../images/img11.gif) no-repeat left center;
}

/* Two Columns */

.two-columns {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

.two-columns .column-one {
	float: left;
	width: 370px;
}

.two-columns .column-two {
	float: right;
	width: 370px;
}

.two-columns .title {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #090909 url(../images/topbar.jpg) repeat-x;
	font-size: 1.4em;
	color: #FFFFFF;
}

.two-columns .entry {
	background: url(../images/topbkgnd.jpg) repeat-x;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-posts li {
	padding: 5px 15px;
	border-bottom: 2px solid #949EA4;
}

/* Recent Comments */

#recent-comments {
}

#recent-comments ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-comments li {
	padding: 5px 15px 5px 15px;
	border-bottom: 2px solid #949EA4;
}

/* Submenu */

#submenu {
	clear: both;
	padding: 20px 0;
	background: #535657 url(../images/img16.gif) repeat-x left bottom;
	color: #A9B6BB;
}

#submenu ul {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
	width: 180px;
	padding: 0 12px 0 0;
}

#submenu li ul {
	width: auto;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	background: url(../images/img17.gif) no-repeat left center;
	border-bottom: 1px solid #424546;
}

#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 2em;
}

#submenu a {
	text-decoration: none;
	color: #A9B6BB;
}

#submenu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear:both;
	padding: 20px 0;
	background: #456BA9 repeat-x left bottom;;
	
}

#footer p {
	text-align: center;
	font-size: .8em;
	color: #FFFFFF;
}

#footer a {
	color: #E0E0E0;
}
