
* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	color: #ffffff;
}

/** Links. */

a:link,
a:visited {
	text-decoration: none;
	color: #c0c0c0;
}

a:active,
a:hover {
	color: #000000;
	background: #c0c0c0;
}


p {
	margin-bottom: 20px;
}

ul {
	list-style: none;
}

body {
	background: #262323;
	font-family: 'Verdana', 'Arial', sans-serif;
}


div#header {
	position: relative;
	width: 100%;
	height: 110px;
	background: #460808;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#headerinner {
	position: relative;
	width: 850px;
	height: 110px;
	margin: 0 auto;
}

h1 {
	position: absolute;
	top: 20px;
	right: 250px;
	font-family: 'Palatino Linotype', 'Georgia', 'serif';
	font-size: 56px;
	text-align: center;
	font-weight: normal;
}

span#strap {
	font-size: 75%;
	font-style: italic;
}

img#flower {
	position: absolute;
	bottom: 0;
	right: 150px;
}

h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover {
	text-decoration: none;
	color: #ffffff;
	background: none;
}


div#wrapper1 {
	position: relative;
	width: 100%;
	float: left;
}

div#wrapper {
	position: relative;
	width: 850px;
	min-height: 450px;
	margin: 0 auto;
}

div#content {
	position: relative;
	float: left;
	width: 650px;
	margin: 0 20px;
}

h2 {
	font-weight: normal;
	margin-bottom: .5ex;
}

.postdate {
    margin-bottom: 10px;
}

.entry h3 {
	font-weight: normal;
	font-size: 18px;
}

p.wp-caption-text {
	display: none;
}

.ngg-singlepic {
    border: none;
    background-color: #262323;
    padding: 4px 0 0 0;
    margin-bottom: 5px;
}

.wpcf7 {
    position: relative;
    width: 400px;
}

.wpcf7 input,
.wpcf7 textarea {
    background: #262323;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    width: 100%;
}

#contact-submit input {
    padding: 2px 4px;
    cursor: pointer;
}


.gmainsect {
	position: relative;
	float: left;
	width: 310px;
	height: 85px;
	padding:10px 0 0 0;
	border: 1px solid gray;
	margin: 0 10px 10px 0;
}

.gmainthumb {
	float: left;
	width: 100px;
	height: 75px;
	border: none;
	margin: 0 20px 0 10px;
}

.gmaintext {
	float: left;
	width: 170px;
}

.fspic {
	width: 100%;
}

.thumblink:link,
.thumblink:visited,
.thumblink:active,
.thumblink:hover {
	background: none;
}

.thumblink:active,
.thumblink:hover {
    color: #F5F603}

.thumbwrap {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 37px 10px 0;
}

.twlast {
	margin: 0 0 10px 0;
}

.thumbnail {
	float: left;
	width: 100px;
	height: 75px;
	border: none; /*3px solid gray;*/
}

.thumbcaption {
	float: left;
	width: 100px;
	height: 25px;
	font-size: 10px;
	overflow: hide;
}

#crumb {
	text-align: right;
	font-size: 12px;
	padding-bottom: 10px;
}

#fspicdesc {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	border-top: 0 none;
}



div#sidebar {
	position: relative;
	float: right;
	width: 120px;
	margin: 25px 0 0 20px;
}


h2.widgettitle {
	font-size: 90%;
	margin-top: 20px;
}

#sidebar ul li ul li {
	text-align: left;
	font-size: 14px;
}

li.page_item {
	text-align: left;
	font-size: 14px;
}



div#footer {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 3px 0;
	border-top: 1px solid #0A09FD;
}

div#copyright,
div#siteby {
	position: relative;
	margin-bottom: 3px;
	font-size: 9px;
	/*height: 1ex;*/
}

div#copyright {
	float: left;
	margin-left: 40px;
}

div#siteby {
	float: right;
	margin-right: 40px;
}



