
/* ---- Basics ---- */

*{
font-family: Arial, sans-serif;
}

.Clear,
.clear {
clear: both;
}

.left,
.Left{
float:left;
}

.right,
.Right{
float:right;
}

.center,
.Center{
text-align:center;
}

.entry h1,
.page h1{
font-size: 12.6px;
}

.entry h2,
.page h2{
font-size: 11.9px;
}

.entry h3,
.page h3{
font-size: 11.2px;
}

.entry h4,
.page h4{
font-size: 10.5px;
}

.entry h5,
.page h5{
font-size: 9.8px;
}

.entry h6,
.page h6{
font-size: 9.1px;
}

a:link,
a:visited{
font-size: 12px;
color: #685c53;
text-decoration: none;
}

a:hover{
color: #645950;
}

#content-inner p {
margin-bottom: 10px;
}


/* ---- Universal ---- */

body {
color: #685c53;
font-size: 12px;
background: #645950 url("http://www.jwlphotography.com/blog/thyme-blog-gateway.php?action=create_gradient&hex1=645950&hex2=645950&height=1000") repeat-x;
}

#body-inner {
}

#vignette {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#wrapper {
position: relative;
margin: 0 auto 0 auto;
width: 1200px;
}

#content-top{
height:110px;
width:1200px;
background: url('images/bg_top.png') top no-repeat;
margin: -25px 0 -70px 0;
background-position:center;
}

#content {
margin:0 auto;
background: url('images/bg_main.png') repeat-y;
position:relative;
width: 1200px;
background-position:center;
}

#content-inner{
width: 750px;
margin: 0 auto;
position: relative;
}

#content-bottom{
background:url('images/bg_bottom.png') no-repeat;
height: 124px;
width: 1200px;
margin:0 auto;
position:relative;
z-index: 10;
background-position:center;
}

.indent{
}

/*  ---- Header ---- */

#header-container{
width: 100%;
position:relative;
margin: 0 0 15px 0;
}

#header {
text-align: center;
width: 1000px;
position: relative;
margin: 0 auto 0 auto;
overflow: hidden;
height: 300px;
}


/* ---- Search Form ---- */

#search-container {
width: 750px;
height: 40px;
margin:0 auto;
position:relative;
z-index:40;
border-bottom: 1px solid #685c53;
}

#searchform input#searchsubmit{
background: none;
color: #685c53;
border: none;
font-size: 13px;
padding:5px;
text-align:center;
margin:0;
}

#searchform input#s{
background: none;
color: #685c53;
border: none;
font-size: 12px;
padding:5px 8px 5px 2px;
margin:0;
background: url('images/search_bar.jpg') no-repeat;
}

#search-form{
float:right;
}

#search-form #searchform .screen-reader-text{
display:none;
}




/*  ---- Logo ---- */

#logo{
margin:0;
position:relative;
z-index:9999;
float:left;
}




/* ---- Navigation ---- */

#navigation-container {
position:relative;
z-index: 9999;
width: 1020px;
margin: 0 auto 0px auto;
min-height: 101px;
}

#navigation {
float: right;
position: relative;
height: 101px;
}

#navigation ul {
position: relative;
z-index: 3;
float: left;
list-style: none;
}

#navigation li {
float: left;
}

#navigation a {
display: block;
color: #e0ded9;
padding-left: 14px;
font-size: 14px;
line-height: 101px;
height: 101px;
}

#navigation .Active > a,
#navigation a:hover {
color: #e0ded9;
}

/* first dropdown */
#navigation li ul {
	clear: both;
	position: absolute;
	left: -999em;
	z-index: 5000;
	background: #645950;
	border: 1px #645950 solid;
	width: 170px;
	margin:0 0 0 7px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
}

#navigation li ul a{
}

#navigation li ul li {
margin: 0 0 0 0;
clear:both;
height: 16.8px;
border:none;
}

#navigation li ul li a {
font-size: 10.5px;
padding: 0 7px 0 7px;
height: 16.8px;
line-height: 16.8px;
border: none;
text-align:left;
}

#navigation li ul li:hover {
border-style: none;
line-height: 16.8px;
height: 16.8px;
}

#navigation li ul li a:hover{
line-height: 16.8px;
height: 16.8px;
}

/* second dropdown */
#navigation li ul ul {
position: relative;
top: -16.8px;
left: 170px;
background: ;
width: 170px;
margin:0 0 0 0;
border-top: 1px solid #e0ded9;
}

#navigation li ul ul li {
margin: 0 0 0 0;
width: 170px;
background: #645950;
text-align:left;
}

#navigation li ul ul li a {
background: #645950;
text-align: left;
}

#navigation li ul ul li a:hover {
background: #645950;
}

#navigation li:hover ul ul,
#navigation li:hover ul ul ul,
#navigation li.sfhover ul ul,
#navigation li.sfhover ul ul ul {
left: -999em;
}

#navigation li:hover ul,
#navigation li.sfhover ul {
left: auto;
}

#navigation li li:hover ul,
#navigation li li.sfhover ul {
left: 170px;
}



/*  ---- Twitter ---- */

#twitter-wrapper{
position:relative;
float:right;
font-size:12px;
height:22px;
width:22px;
padding:0 12px 0 0;
top:2px;
}

#twitter-wrapper a.navItem{
float:right;
}

#twitter{
padding:7px 10px;
height: 66px;
text-transform:none;
width:330px;
background: #645950;
color: #e0ded9;
}

#twitter-logo{

}

#twitter .twitter-link{
clear:both;
}

#twitter .twitter-clear{
clear:both;
height:7px;
}

#twitter .twitter-date{
padding:0 5px 0 0;
}

#twitter .twitter-timestamp{
padding:0 0 0 5px;
border-left: 1px solid #e0ded9;
}

#twitter a {
color: #e0ded9;
}

#twitter a:hover {
color: #e0ded9;
}


/* Twitter Box */
#twitter-container{
width:22px;
}

#twitter-container ul{
list-style:none;
padding:0;
}

#twitter-container li{
float:right;
}

#twitter-container li ul {
clear: both;
position: absolute;
left: -999em;
z-index: 5000;
margin-left: -260px;
width: 350px;
line-height: 16px;
height: 80px;
top:30px;
border: 1px solid #645950;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
}

#twitter-container li ul li {
clear:both;
}

#twitter-container li ul li:hover {
border-style: none;
}

#twitter-container li:hover ul ul,
#twitter-container li:hover ul ul ul,
#twitter-container li.sfhover ul ul,
#twitter-container li.sfhover ul ul ul {
left: -999em;
}

#twitter-container li:hover ul,
#twitter-container li.sfhover ul {
left: auto;
}

#twitter-container li li:hover ul,
#twitter-container li li.sfhover ul {
}iner li li.sfhover ul {
}





/* ---- Post ---- */

.post {
padding: 20px 0 0px 0;
border-bottom:1px solid #685c53;
}

.post .title {
float:left;
}

.post .title h2 a {
font-size: 14px;
color: #645950;
text-decoration: none;
}

.post .title h2 a:hover {
color: #e0ded9;
}

.post .date {
font-size: 9.1px;
color: #645950;
float:right;
line-height: 14px;

font-style:italic;
}

.post .entry {
line-height: 20.4px;
padding: 7px 0 7px 0 ;
}

.post .entry p{
line-height: 20.4px;
}

.post .entry ul {
list-style-type: disc;
margin-bottom: 10px;
}

.post .entry li {
margin-left: 20px;
}

.post .entry ul ul{
margin-bottom: 0px;
}

.post .entry a {
font-size: 12px;
color: #685c53;
text-decoration: underline;
}

.post .entry a:hover {
color: #e0ded9;
}

.post .entry strong {
font-weight: bold;
}


.post .postmetadata{
padding:0 0 20px 0;
}

.post .postmetadata a {
padding-top: 5.6px;
font-size: 9.8px;
padding-right: 8.4px;
color: #645950;
}

.post .postmetadata a:hover {
color: #e0ded9;
}




/* ---- Page ---- */

h2.pagetitle{
font-size: 14px;
color: #645950;
}




/* ---- Single Entry Post ---- */

.single-entry-data{
padding:15px 0 0 0;
font-size: 11.2px;
color: #645950;
}

.pages{
font-weight:bold;
}

.pages a{
text-decoration:underline;
}



/* ---- Comments ---- */
#comment-area{
}

#comment-area ul.commentlist{
list-style:none;
}

#comment-area ul.commentlist li{
padding:0 0 10px 0;
}

#comment-area ul.commentlist ul{
padding:0 0 0 20px;
}

#comment-area ul.commentlist li li{
padding:10px 0 0 0;
}

#comment-area ul.commentlist ul ul{
padding:0 0 0 40px;
}

#comment-area ul.commentlist ul ul ul{
padding:0 0 0 60px;
}

#comment-area ul.commentlist ul ul ul ul{
padding:0 0 0 80px;
}

#comment-area ul.commentlist ul ul ul ul ul{
padding:0 0 0 100px;
}

#comment-area ul.commentlist ul ul ul ul ul ul{
padding:0 0 0 120px;
}

#comment-area ul.commentlist .comment-author,
#comment-area ul.commentlist .comment-text,
#comment-area ul.commentlist .comment-text p,
#comment-area ul.commentlist .comment-date{
display:inline;
}

#comment-area ul.commentlist .comment-author{
font-weight:bold;
}

#comment-area ul.commentlist .comment-text p,
#comment-area ul.commentlist .comment-date a{
}

#comment-area ul.commentlist .comment-reply,
#comment-area ul.commentlist .comment-reply a{
display:inline;
}

#comment-area #respond{
}

#comment-area #respond .cancel-comment-reply{
padding:5px 0;
}

#comment-area #respond input,
#comment-area #respond textarea{
padding:4px;
margin:0 0 10px 0;
border: 1px solid #685c53;
background:none;
color: #685c53;
font-size: 12px;
}

#comment-area #respond .label-container{
position:relative;
}

#comment-area #respond .label-container label{
position:absolute;
top:4px;
padding:0 0 0 10px;
}

#comment-area #respond input#submit{
background:none;
color: #685c53;
}

#comment-area #respond #contact-failed,
#comment-area #respond #contact-success{
padding:7px;
border: 1px solid #685c53;
margin:0 0 10px 0;
}



/* ---- Footer ---- */

#footer {
background: none;
width: 1000px;
position:absolute;
left: 100px;
z-index:5000;
}

#footer a {
font-size: 10.5px;
color: #645950;
}

#footer a:hover {
color: #e0ded9;
}

#footer #entry-navigation{
/* --- needed for IE7 ---- */
}

#footer .Left {
font-size: 16px;
height: 42px;
line-height: 42px;
float: left;
}

#footer .Right{
height: 42px;
line-height: 42px;
float: right;
}

#footer-info {
color: #685c53;
padding: 4px;
text-align: center;
font-size: 12px;
position:relative;
}

#footer-info p {
display: inline;
font-size: 12px;
}

#footer-info a {
color: #685c53;
font-size: 12px;
}

#footer-info a:hover {
color: #e0ded9;
}