/*
    designed by WebTemplateOcean.com
    http://www.webtemplateocean.com/
    released under Creative Commons Attribution-ShareAlike 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #444444;
	background: #9DA4AA url('images/bg.jpg');
}

h1, h2 {
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: normal;
}

h1 {
	font: 48px Georgia, Times, serif;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #C1C6CA;
	color: #003399;
}

p {
	padding: .75em 0;
	line-height: 1.75em;
	text-align: justify;
}

p#subtitle {
	float: right;
	width: 300px;
	padding: 10px 10px 0 0;
	font-size: 22px;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #000000;
}

a {
    color: #CC4328;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* page */

#page {
	width: 100%;
	min-width: 980px;
	background: url('images/page.gif') repeat-x;
}

#page2 {
    width: 980px;
    margin: 0 auto;
}

/* header */

#header {
	height: 70px;
}

#header h1 {
	padding: 10px 0 0 30px;
}

#header h1 a {
    color: #293338;
    text-decoration: none;
}

/* menu */

#menu {
	height: 30px;
	background: #00396E url('images/menu.jpg');
}

#menu ul {
    list-style: none;
    padding: 0 30px;
}

#menu ul li {
	display: block;
	float: left;
	padding: 10px 18px 0 18px;
	font-weight: normal;
}

#menu ul li a {
	font-size: 14px;
	line-height: 1.2em;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: 0px;
	color: #FFFF7B;
}

#menu ul li a:hover {
	color: #FFFFFF;
	text-shadow: 0px 0px 10px #9AADC0;
}

/* intro */

#intro {
	margin: 0 10px;
	padding: 20px;
	background: #252627;
}

#intro2 {
	height: 300px;
	background: #0A2F49 url('images/img.jpg') no-repeat;
}

/* main */

#main {
    background: #D7D7D6 url('images/main.jpg') repeat-y;
}

#main2 {
}

#main3 {
    height: 1%;
    padding-bottom: 40px;
    background: url('images/main3.jpg') no-repeat bottom;
}

/* content */

#content {
	float: left;
	width: 580px;
	padding: 30px 0 0 50px;
}

#content .post {
	padding: 0 0 3em 0;
}

#content h2 {
	font: 2.5em Georgia, Times, serif;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #EEEEEE;
	color: #3F4D6A;
}

#content h2 a {
	color: #660099;
	text-decoration: none;
}

#content .entry {
    padding: 1em 0 0 0;
}

p.postmeta {
    color: #6C6C6C;
}

#content img {
    display: block;
    padding: 8px;
    background: #CACACA url('images/imgbg.jpg');
}

img.left {
	float: left;
	margin: .5em 30px .5em 0;
}

img.right {
    float: right;
    margin: 1em 0 .5em 30px;
}

/* sidebar */

#sidebar {
	float: right;
	width: 320px;
	padding: 10px 10px 0 0;
}

#sidebar h2 {
	height: 90px;
	padding-left: 80px;
	font: 22px/60px Georgia, Times, serif;
	color: #FFFF7B;
	background: #0C3D68 url('images/sidebarh2.jpg') no-repeat;
	text-align: left;
	letter-spacing: 2px;
}

#sidebar ul {
    list-style: none;
    padding: 0 40px 3em 0;
}

#sidebar ul li {
    padding-bottom: 2px;
    line-height: 2.5em;
    background: url('images/li.gif') repeat-x bottom;
}

#sidebar ul li a {
	padding-left: 80px;
}

#sidebar .boxtxt {
	padding: 0 40px 2em 20px;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    clear: both;
    padding: 20px 50px 40px 50px;
}

#footer p {
    font-size: .8em;
    text-transform: uppercase;
    text-align: center;
}
