/*
Designed by austinwebs.co.uk
*/

* {
	margin: 0;
	padding: 0;
}

img { border: none; 
}

body {
	background: url(images/img01.jpg) repeat-x top left;
		
}

body, th, td, input, textarea {
	text-align: justify;
	font: 18px "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A7F7F;
	padding: 10px 10px 10px 10px;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #063445;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #063445;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #f1f8e2;
}

h1, h2, h3 {
	margin-top: 0em;
	color: #3b758a;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

h2 {	
	font-size: 1.5em;
	
	color: #3b758a;
	
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
}

h3 {
	font-size: 2em;
}

h4 {	
	font-size: 1.5em;
	color: #3b758a;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
}

h5 {	
	font-size: 1.0em;
	color: #3b758a;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
}
p, ul, ol {
	margin-top: 1.0em;
	line-height: 1.2em;
	font-size: 1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #001d27;
	text-decoration: underline;
	
}

a:hover {
	border: none;
	
}

h1 a, h2 a, h3 a {
	border: none;
	color: #3b758a;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #063445;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 400px;
	margin: 0 auto;
	background: url(images/img02.gif) no-repeat top left;
	padding-left: 450px;
}

#menu {
	height: 47px;
	width: 500px;
	
}

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

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 30px 16px 30px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-left: #ffffff 1px solid;
	color: #f1f8e2;
}

#menu a:hover {
	background: #3b758a;
	color: #f1f8e2;
}

#menu .current_page_item a {
	
	padding: 15px 30px 16px 30px;
	color: #f1f8e2;
	
}

#menu .last{
	border-right: #ffffff 1px solid;
}

#search {
	float: right;
	width: 260px;
	margin: 0px;
	padding-top: 7px;
}



/* Logo */

#logo {
	width: 900px;
	height: 250px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding: 90px 5px 0 0px;
	font-size: 48px;
	color: #f1f8e2;
}

#logo h2 {
	padding: 0px 0 0 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BD0A70;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #f1f8e2;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 0px;
	background: #ffffff;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 480px;
	padding: 10px 10px 10px 10px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	padding: 5px 10px 0 10px;
	height: 30px;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
}

.post .entry {
	padding: 0px 10px 0px 10px;
}

.post .meta {
	margin: 0;
	padding: 0px 0px 0px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	
}

.post .meta a {
	color: #75043D;
}

.post .links {
	margin: 0;
	padding: 0px 0px 15px 15px;
	
}

.post .tags {
	margin: 0;
	background: #F2F2F2;
	padding: 5px 10px 5px 15px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}


/* Contentb */

#contentb {
	float: left;
	width: 360px;
	padding: 25px 10px 10px 10px;
}

.postb {
}

.post .titleb {
	margin: 0;
	font-weight: normal;
}

.post h1.titleb {
	padding: 5px 0  0 5px;
	height: 30px;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
}

.post .entryb {
	padding: 0 5px 30px 0px;
}

.post .metab {
	margin: 0;
	padding: 0px 0px 0px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.post .meta ab {
	color: #75043D;
}

.post .linksb {
	margin: 0;
	padding: 0px 0px 15px 15px;
	
}

.post .tagsb {
	margin: 0;
	background: #F2F2F2;
	padding: 5px 10px 5px 15px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.postb .links ab, .postb .tags ba {
	border: none;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	margin: 0;
	padding: 15px 0  0 0px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #B10961;
}

#recent-posts h3 {
	margin: 0;
	padding: 15px 0  0 0px;
	font-size: 19px;
}

#recent-posts p {
	margin: 0 0 10px 0;
	padding: 15px 0  20px 0px;
	border-bottom: #E7E7E7 1px solid;
	line-height: 18px;
	font-size: 13px;
}

#recent-posts a {
	background: #999999;
	padding: 3px 15px 3px 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f1f8e2;
	
}

#recent-posts h3 a {
}



/* Footer */

#footer {
	background: #00374b;
	height: 120px;
	padding-top: 20px;
}

#footer p {
	text-align: center;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

#footer a {
	
	padding: 2px 7px;
	color: #ffffff;
}

/* Other */

blockquote {
	margin: 15px 0px;
 	padding: 10px 15px 15px 15px;  
    border: 1px solid #ECF8FE;
	background: #f1f1f1 url(quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #3d7a90;	
}

#contentLeft {
float: left;
width:100px;
}

#contentRight {
float: right;
width:300px;
}

