﻿body {
	margin-top: 50px;
	padding: 0;
	overflow:scroll;
	background: #FFFFFF url(../Website/Images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #676767;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #649632;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
	margin-top: 0px;
	line-height: 240%;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul, ol { }

blockquote { }

a { color: #000000; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
	width: 880px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 70px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	background: url(../website/Images/img02.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 580px;
	height: 51px;
}

#menu ul {
	margin: 0;
	padding: 25px 0 0 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 5px 12px 5px 28px;
	background: url(../website/images/img06.gif) no-repeat left 50%;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	color: #FFFFFF;
	font: 12px Arial;
}

/* Search */

#search {
	float: right;
	width: 305px;
	height: 76px;
}

#search form {
	float: right;
	margin: 0;
	padding: 25px 20px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	background: #ECF9E4;
	color: #658453;
}

#search-submit {
	height: 21px;
	margin-left: 12px;
	color: #39561D;
}

/* Page */

#page {
	width: 900px;
	ht: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/** LOGO */

#logo {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	background: url(../website/Images/img03.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0 0 0 170px;
	line-height: normal;
}

#logo h1 { 	float: left;
padding-top: 70px; }

#logo h1 a {
	text-decoration: none;
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo h1 a:hover { text-decoration: underline; }

#logo p {
	padding: 100px 0 0 170px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#logo p a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo p a:hover { text-decoration: underline; }

/* Content */

#content {
	float: right;
	width: 600px;
}

/* Post */

.post {
	margin-bottom: 5px;
}

.post .title {
	height: 30px;
	margin-bottom: 0px;
	padding: 8px 0px 2px 40px;
	background: url(../website/Images/img11.jpg) no-repeat left top;
	color: #FFFFFF;
}

.post .date {
	float: right;
	margin-top: -45px;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #F1B566;
}

.post .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #B6ACA2;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
	padding: 25px 20px 0px 20px;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 0px;
	padding: 0 0 20px 0px;
}

#sidebar li ul {
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding: 0 20px;
}

#sidebar p {
	margin: 0;
	padding: 0 20px;
}

#sidebar h2 {
	height: 40px;
	margin: 0 0 0px 0px;
	padding: 8px 0 2px 40px;
	background: url(../website/Images/img04.jpg) no-repeat left top;
	font-size: 20px;
	color: #FFFFFF;
}

#sidebar p {
	line-height: 200%;
	text-align: left;
}

/* Footer */

#footer {
    clear:both;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url(../website/Images/img07.jpg) no-repeat left top;
	height: 61px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}

#footer a {
	color: #F1B566;
}

#socialwrapper {
	position:relative;
}

#social {
	position:absolute;
	width:204px;
	bottom:-2px;
	z-index:10;

}

#socialplaceholder {
	position:absolute;
	width:204px;
	bottom:-2px;
	z-index:30;

}

/* Blog button jQuert slide */

.button_wrap{
    position:relative;
    width:595px;
    height:50px;
    overflow:hidden;
    font-weight:bold;
    font-size:9px;
    margin:0;
    color:#888888;
    z-index:20;
}

.button_aLeft{
    width:100px;
    height:50px;
    -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px 10px 10px 10px;
    background-color:#006699;
    color:#ffffff;
    top:0px;
    right:0px;
    font-size:9px;
    position:absolute;
    line-height:9px;
    text-align:left;
}

.button_aLeft span{
	display:none;
    padding-left:0px;
}

.button_bLeft{
    width:94px;
    height:44px;
    font-size:12px;
    background-color:#fff;
    -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px 10px 10px 10px;
    color:#888888;
    position:absolute;
    top:3px;
    right:3px;
    text-transform:uppercase;
    line-height:44px;
    text-align:center;
    cursor:pointer;
}

.button_bLeft span{
    color:#0099cc;
}

.button_c{
    background-color:#0099cc;
    color:red;
    text-transform:uppercase;
}

.button_c span{
	color:#ffffff;
}

/* Example tumblrBadge CSS */

.tumblr {
list-style: none;
float: left;
width: 475px;
height: 50px;
position: absolute;
top: 0px;
left: 0px;
margin: 0 10px 0 10px;
padding: 0;
font-size: 9px;
line-height: 9px;
}

.tumblr li {
margin: 0 0 0 0;
}

.tumblr p {
margin: 0 0 0 0;
}

.tumblr img {
display: block;
}

.tumblr em {
display: block;
margin: 0;
}

.tumblr .tumblr-post-date{
display: none;
font-size: 9px;
margin: 0;
}

