body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #181818;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #905C0D;
}

a:hover {
	color: #000;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background:  url(images/img05.jpg) repeat-x left top;
}

/* Header */

#header-wrapper {
	background: #fff;
}


#header {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img11.jpg) no-repeat right bottom;
}

/* Logo */

#logo {
	float: left;
	height: 200px;
	margin: 0;
	padding: 0px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-top: 45px;
	padding-left: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 4.6em;
	color: #E3295B;
}

#logo h1 a {
	color: #E3295B;
}

#logo p {
	margin-top: -20px;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #464646;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #464646;
}

/* Search */

#search {
	float: right;
	width: 279px;
	height: 110px;
	padding: 0;
}

/*#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 30px;
}*/

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 195px;
	height: 20px;
	/*padding: 6px 10px;*/
	float: right;
	border: 1px #000 solid;
	background: #fff url(images/search.jpg);
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background:#000;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 18px;
	margin-right: 3px;
	padding: 12px 38px 10px 37px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border-top: 5px #000 solid;
}

#menu a:hover, #menu .current_page_item a {
	color: #905C0D;
	text-decoration: none;
	background: #fff;
}

#menu .current_page_item a {
	/*padding-left: 0;*/
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	margin-top: 3px;
	padding: 0;
	border-top: 7px solid #000000;
	background:#fff url(images/img12.jpg) repeat-y left top;
}

#page-bgtop {
}

#page-bgbtm {
	padding: 30px 20px 0px 20px;
}

/* Content */

#content {
	float: right;
	width: 680px;
	padding: 0;
}

.post {
}

.post .title {
	height: 38px;
	padding: 12px 0 0 20px;
	letter-spacing: -.5px;
	color: #2B2B2B;
}

.post .title a {
	color: #2B2B2B;
	border: none;
}

.post .meta {
	margin-top: -10px;
	padding-bottom: 5px;
	margin-left: 20px;
	padding-left: 15px;
	background: url(images/img04.jpg) no-repeat left 6px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #905C0D;
}

.post .meta a {
	color: #905C0D;
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 20px 10px 20px;
}

.links {
	display: block;
	width: 100px;
	margin: 20px 0px;
	padding: 3px;
	background: #905C0D;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	padding-top: 10px;
	float: left;
	width: 210px;
	color:#181818;
}

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

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	/*border-bottom: 1px dashed #000;*/
}

#sidebar li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #181818;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 0px;
	text-align: left;
}

#sidebar a {
	border: none;
	color: #2A5814;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer-wrapper {
}

#footer {
	width: 960px;
	height: 20px;
	margin: 0 auto;
	padding: 0px 0 20px 0;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 11px;
	/*text-transform: uppercase;*/
	text-align: center;
	color: #999999;
}

#footer a {
	color: #6EA414;
}

#left{
	float: left;
	position:absolute;
	width: 330px;
}

#right{
	float: right;
	width: 350px;
	position: static;
}

table{
	font-size: 12px;
	vertical-align:text-top;
}

.awesome {
	display: block;
	width: 100px;
	padding: 3px;
	background: #905C0D;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

img{
	border:none;
}

img.border{
	border: 2px solid #000;
}

.standout{
	color: #905C0D;
}

table ul{
	margin: 0; padding: 0;
}

#sidebar .date{
	float: right;
	display: block;
	width: 60px;
	padding: 0px 10px 0px 10px;
	background: #905C0D;
	opacity: 0.40;
	text-align: center;
	text-transform:none;
	font-size: 10px;
	color: #FFFFFF;
}

#sidebar .date:hover{
	float: right;
	display: block;
	width: 70px;
	padding: 0px 10px 0px 10px;
	background: #000;
    opacity: 0.40;
	text-align: center;
	text-transform:none;
	font-size: 10px;
	color: #FFFFFF;
}

#sidebar a.normal {
	text-decoration: none;
	color: #905C0D;
}

#sidebar a:hover {
	color: #000;
}

/*Galleriffic*/

p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}


/*Beginning of Gallerific 3*/

div.navigation a.pageLink {
	height: 20px;
	line-height: 10px;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 500px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 500px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('css/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 500px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img {
	border-style: solid;
	border-width: 1px;
	border-color:#905C0D;
}
div.caption-container {
	float: right;
	position: relative;
	margin-top: 30px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 180px;
}

div.caption {
	padding: 0 12px;
}

div.image-title {
	font-size: 1.4em;
	color: #905C0D;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}
div.navigation-container {
	float: left;
	position: relative;
	left: 50%;
	width: 500px;
}
div.navigation {
	float: left;
	position: relative;
	left: -50%;
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}

div.navigation a.prev {
	background-image: url('css/prevPageArrowWhite.gif');
}
div.navigation a.next {
	background-image: url('css/nextPageArrowWhite.gif');
}
div.loader {
	background-image: url('css/loaderWhite.gif');
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #000;
	color: #000;
}
/*End of Galleriffic*/
