

body {
	margin: 0;
	padding: 0;
	background: #372412 url(../images/img01.gif) repeat-x;
	font-size: 13px;
	color: #FFFFFF;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	xtext-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFEA6F;
}

a:hover {
	text-decoration: none;
}

img { border: none; }

/* Header */

#header {
	width: 1000px;
	height: 250px;
	margin: 0 auto;
	background: url(../images/img02.jpg) no-repeat;
}

/* Logo */

#logo {
	height: 170px;
	background: url(../images/img07.gif) no-repeat left 65%;
}

#logo h1 {
	float: left;
	xpadding: 40px 40px 0 50px;
	xletter-spacing: -2px;
	xfont-size: 48px;
}

#logo h2 {
	float: right;
    font-size: 22px;
    margin-top: 43px;
    text-align: center;
}
#logo h2:hover {
text-shadow:3px 2px 5px #999999;
}
#logo a {
	color: #372412;
    font-family: calibri;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-decoration: none;
}

/* Gallery */

#gallery {
	clear: both;
	width:1000px;
	height: 410px;
	margin: 0 auto;
	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Menu */

#menu {
	width: 1000px;
	height: 70px;
	background:url(../images/img03.jpg) no-repeat;
	padding:33px 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	color: #ffffff;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 73px;
    letter-spacing: 0;
    padding-left: 0;
    padding-top: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    width: 111px;
}

#menu a:hover {
	background: url(../images/hhh.png) no-repeat;
	color: #372412;
}

#menu .active a {
	background: url(../images/hhh.png) no-repeat;
	color: #372412;
}

/* Page */

#page {
	width: 970px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 682px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #4A3903;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(../images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(../images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(../images/img05.gif) no-repeat left bottom;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #FFEA6F;
	border-top: 3px solid #E8AD35;
	text-align: center;
	font-size: smaller;
	color: #372412;
	width:100%;
	margin:0 auto;
	height:205px;
}

#footer a {
	color: #C28C21;
}




#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



#sidebar1 li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(../images/img06.gif) no-repeat 15px 50%;
	list-style:none;
}
#sidebar1 a {
	text-decoration: none;
}


#sidebar1 a:hover {
	text-decoration: underline;
}
.foot
{
	float:left;
	width:330px;
	height:200px;
	}
	.foo
	{
		width:1000px;
		height:auto;
		margin:0 auto;
		}
		.foot h1, h2, h3
		{
			color:#372412;
			}
input, textarea
{
	width:200px;
	 background: #fff;
    border: medium none;
    border-radius: 13px 0;
    margin: 4px;
    padding: 7px;
}
.foot p
{
	margin:0;
line-height:23px;
}
.foot h2
{margin:2px;color:#009}
.foot h1{margin:0 0 10px }








.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.entry p
{
	font-size:14px;
}
#content1 {
    float: left;
    width: 980px !important;
}
.ifrm iframe
{
	margin:0 0 0 20px;
}
table, th, td {
    border: 1px solid #fff;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
}