html {
height:100%;
}
body {
	margin: 0;
	padding-bottom:45px;
	background: #80acac url(images/gradientlong.png) repeat-x;
	font-size: 13px;
	color: #FFFFFF;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
		max-height:1170px;
}

h1, h2, h3 {
	text-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;
	padding: 8px;
}

/* Header */

#header {
	width: 830px;
	height: 280px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 170px;
	background: url(images/img07.gif) no-repeat left 65% top 5%;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 50px;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 68px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #372412;
}

/* Gallery */

#gallery {
	clear: both;
	width: 830px;
	height: 300px;
	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: 830px;
	height: 70px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 166px;
	height: 73px;
	padding-top: 35px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #fffe72;
}

#menu .active a {
	color: #ff93b1;
}

/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 532px;
	min-height:1170px;
	max-height: 1170px;
}

.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;
	height:100%;
}

#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/egg.png) no-repeat left bottom;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
#tweet {
   padding: 15px 20px 0 5px;
   width: 240px;
   font-size: 11px;
   background: #80acac;
   float: left;
   color: #FFFFFF;
}

#tweet ul {
   display: block;
   list-style: none;
   padding: 0;
   margin: 0;
   line-height: 13px;
   max-width: 210px;
}

#tweet img {
   float: left;
   margin: 0 10px 0 0;
}

#tweet li {
   clear: both;
   margin: 0 0 20px 0;
   border-bottom: 1px solid #CCC;
   height: 95px;
   position: relative;
   padding-right: 5px;
   
}

#tweet li:nth-last-child(1) {
   border: none;
   height: 55px;
}

#tweet .tweet_text {
   margin-left: 50px;
}

#tweet .tweet_text a {
   color: #666;
   text-decoration: none;
}

#tweet .tweet_text a:hover {
   color: #000;
   background: #ffff00;
   text-decoration: none;
}

#tweet .tweet_text a:active {
   color: #fff;
   background: #000;
}
/* Footer */

#footer {
	background: #fffe72;

	backgrrepeat-y;
	border-top: 0px solid #9dd2a4;
	text-align: center;
	font-size: 7px;
	position:fixed;
	bottom: 0px;
    width:100%;
	left: 0;
	color: #E8AD35;
}

#footer a {
	color: #C28C21;
}
