/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #151515 url(images/img01.gif) repeat-x;
	font-size: 13px;
	
}

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

h1, h2, h3 {
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: normal;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

h3 {
	font-size: 16px;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}

p, ul, ol {
	line-height: 100%;
	color: #CCC;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFF;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}

div#container {
	position:relative; 
	margin:0 auto; 
	width:830px;
	background:#312f2f;
	height:100%;
	height: auto;
	min-height:100%; /* real browsers */
}
/* Header */

#header {
	background: url(images/img02.gif) no-repeat;
	width: 830px;
	height: 180px;
	margin: 0 auto;		
}

	
/* Gallery */

#gallery {
	clear: both;
	width: 830px;
	height: 350px;
	margin: 0 auto;
	background-color: #312f2f;
}




/* Menu */

#menu {
	width: 830px;
	height: 34px;
	background: url(images/img03.jpg) no-repeat;
	padding-top: 0px;
	margin: 0 auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	background: url(images/img03.jpg) no-repeat;
	float: left;
	width: 115px;
	height: 34px;
	padding-top: 10px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0;
	font-size: 13px;
	color: #FFFFFF;
	font-family: "Trajan Pro";
	font-variant: normal;
}

#menu a:hover {
	color: #999;
	font-variant: normal;
	text-decoration: none;
}

#menu .active a {
	color: #FFF;
}
/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
	background-color: #312f2f;
	text-align:center;
	height: 100%;
	min-height: 100%;
}

/* Content */

#content {
	margin:0 auto;
	width: 650px;
	background-color: #312f2f;
	height: auto;
	min-height: 100%;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCC;
}

.floating-box{
	float: left;
	width: 280px;
	margin: 20px;
	font-size: 110%;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 100%;
}

#form{
	clear: both;
	width: 830px;
	margin: 0 auto;
	height: 100%;
	background-color: #312f2f;
	text-align: center;
}

div.img
  {
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  display:inline;
  }

div.img img
  {
	display:inline;
	margin:20px;
	border:none;
	text-align:center;
	vertical-align:middle;
  }

.left
  {
        float: left; /*left in our text*/
        margin: 40px; /*space around the image*/
}  

.post {
	margin: 0px 0px 60px 110px;
	width: 450px;
	float:left;
	color: #000;
	font-size: 12pt;
}

.post .title {
	margin: 0px;
	font-size: 12pt;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
}

.post .title h1 {
}

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

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}



.title {
	margin: 0;
	border-bottom: 2px solid #4A3903;
}

.byline {
	margin: 0;
	background-color: #312f2f;
}

.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;
}

hr{
	border: 0;
	width: 60%;
	background-color: #151515;
	color: #151515;
	height: 2 px;
	margin: 0 auto;
}

#hr.hr{
	display: none;
}

/* Footer */

#footer {
	background: #151515 url(images/img10.gif) no-repeat;
	width: 830px;
	height: 143px;
	margin: 0 auto;
	bottom: 0;
}

#footer a {
	color: #C28C21;
}
