/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 50px 0 0 140px;
	background: #fff;
	font-size: 15px;
	color: #000;
	text-align:justify;
	line-height:1.5em;
}

body, th, td, input, textarea, select, option {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 3em;
}

h2 {
	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: #000;
	text-transform: uppercase;
}

a:hover {
	text-decoration: none;
}



/* Header */

#header {
	display:none;
}

/* Logo */

#logo {
		display:none;
}

#logo h1 {
		display:none;
}

#logo h2 {
		display:none;
}

#logo a {
		display:none;
}

/* Gallery */

#gallery {
		display:none;
	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Menu */

#menu {
		display:none;
}

#menu ul {
		display:none;
}

#menu li {
		display:none;
}

#menu a {
		display:none;
}

#menu a:hover {
		display:none;
}

#menu .active a {
		display:none;
}

/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	padding: 0;
}

/* Content */

#content {
	float: left;
	width: 532px;
}
#content h1.head {
  display:none;
	width: 532px;
	height:30px;
	line-height:30px;
  background:url(images/bg_big.png) no-repeat left top;
  font-size:1.5em;
  padding-left: 50px;
}
.contentdiv {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display:table;
	height:auto;
	width:500px;
	clear:both;
	float:left;
	border-bottom: 2px dotted #4A3903;
}
.contentdiv h2.title {
  font-size:16px;
  font-weight:bold;
}
.contentdiv p {
  font-size:15px;
  color:#000!important;
  font-family: Georgia, Times New Roman;
}
h1.title {
	margin: 0;
	font-size:15px;
}

.byline {
	display:none;
}

.print-header {
  display:block;
  width:100%;
  height:auto;
  text-align:left;
}
.print-header h1{
  display:block;
  width:100%;
  text-align:center;
  font-weight:bold;
  font-size:20px;
  color:#000;
  text-transform: uppercase;
}
.print-footer {
  display:block;
  width:100%;
  height:auto;
  text-align:center;
  margin-bottom:50px;
}
#paginate-slider1 {
display:none;
}
.entry .date {
  display:none;
}
.entry .entrynavigation  {
  display:none;
}
.contentdiv img {
  width:200px;
  height:auto;
  border:1px solid #000;
}
.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 {
	display:none;
}

#sidebar ul {
		display:none;
}
#sidebar h1 {
  	display:none;
}
#sidebar h3 {
  	display:none;
}
#sidebar li {
}

#sidebar li ul {
		display:none;
}

#sidebar li li {
		display:none;
}

#sidebar h2 {
		display:none;
}

#sidebar a {
	display:none;
}

#sidebar a:hover {
	display:none;
}

/* Footer */

#footer {
display:none;
}

#footer a {
	color: #C28C21;
}

