@charset "UTF-8";
 

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, 
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(/new_images/wood_texture.jpg);
	background-position: center 155px;
}

p {
	font-size: 12px;
}

a:link {
	color: #FCECD3;
}
a:visited {
	color: #9F6714;
}
a:hover {
	color: #C94F05;
}


.twoColFixRtHdr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	min-height: 800px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #36321e;
	background-color: #FFFFFF;
	background-image: url(/new_images/gradient.jpg);
	background-repeat: repeat-x;
} 

.twoColFixRtHdr #container a:link{

color: #0f0701;

}

.twoColFixRtHdr #header {
	background-color: #DDDDDD;
	background-image: url(/new_images/Sunset_02.jpg);
	background-position: 1500px 280px;
	height: 250px;
	padding-top: 15px;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
} 


.twoColFixRtHdr #header ul{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #0f0701;
	height: 30px;
	padding-top: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C94F05;
	border-bottom-color: #C94F05;
}

.twoColFixRtHdr #header ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	color: #F7EFDA;
	width: 1024px;
	margin-bottom: 10px;
}

.twoColFixRtHdr #header ul li.a:link {
		color: #FCECD3;
}
.twoColFixRtHdr #header ul li.a:hover {
	color: #C94F05;	
}

.twoColFixRtHdr #header ul li.a:visited{
		color: #9F6714;
}


.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 450px;
	height: 100%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-right: 500px;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 50px;
} 

.twoColFixRtHdr #mainContent a:link{

color: #0f0701;

}

.twoColFixRtHdr #mainContent2 a:link{

color: #0f0701;

}

.twoColFixRtHdr #mainContent2 {
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}
.twoColFixRtHdr #footer {
	background-color: #0f0701;
	color: #F7EFDA;
	font-size: 10px;
	margin-top: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.headerwidth {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.border {
	border: thin double #2F1500;
	height: 480px;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
#widget {
	overflow: hidden;
	padding: 1em;
	height: 305px;
	float: left;
	min-width: 400px;

}

#widget img {
	float: left;
	border: 1px solid white;
	padding: .2em;
	margin-right: .5em;
	width: 90px;
	height: 90px;
}

#widget li {
	clear: left;
	overflow: hidden;
	top: 0;
	padding-bottom: 1em;
	height: 96px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
	text-align: justify;
}
            .post {
                position:         relative;
                margin-bottom:    40px;
            }
			
			.post p {
			
			padding-bottom:10px;
			}

            .post div.labels {
                position:         absolute;
                right:            635px;
                text-align:       right;
                width:            150px;
            }

            .post div.date {
                background-color: #FFF9EA;
                white-space:      nowrap;
                font:             Normal 14px Verdana, Arial, Helvetica, sans-serif;
                letter-spacing:   -1px;
                color:            #36321e;
                display:          inline;
                padding:          3px 5px 0px 5px;
                line-height:      20px;
            }

            .post div.date a {
                color:           #36321e;
                text-decoration:  none;
            }

            .post h2 {
                font-size:        16px;
                font-weight:      Bold;
                color:            #36321e;
                letter-spacing:   -1px;
                margin:           0px 0px 10px 0px;
            }

            .post h2 a {
                color:            #534326;
                text-decoration:  none;
            }
            
            /* Regular Post */
            .post .regular {
                font-size:        12px;
                color:            #534326;
                line-height:      17px;
            }

            .post .regular blockquote {
                font-style: italic;
            }
            
            /* Photo Post */
            .post .photo img {
                border:           solid 10px #eee;
            }

            .post .photo div.caption {
                font-size:        11px;
                color:            #534326;
                margin-top:       5px;
            }
            
            .post .photo div.caption a {
                color:            #534326;
            }
            
            /* Quote Post */
            .post .quote span.quote {
                font:             Bold 28px Helvetica, sans-serif;
                letter-spacing:   -1px;
                color:            #534326;
            }

            .post .quote span.quote a {
                color:            #534326;
            }

            .post .quote span.quote big.quote {
                font:             Bold 60px Georgia, serif;
                line-height:      8px;
                vertical-align:   -20px;
            }
            
            .post .quote span.source {
                font-size:        12px;
                font-weight:      Bold;
                color:            #534326;
                letter-spacing:   -1px;
            }

            .post .quote span.source a {
                color:            #534326;
            }
            
            /* Link Post */
            .post .link a.link {
                font:             Bold 14px Helvetica, sans-serif;
                letter-spacing:   -1px;
                color:            #534326;
            }
            
            .post .link span.description {
                font-size: 12px;
                font-weight: normal;
                letter-spacing: -1px;
            }

            /* Conversation Post */
            .post .conversation ul {
                background-color: #f8f8f8;
                list-style-type:  none;
                margin:           0px;
                padding:          0px;
                border-left:      solid 5px #ddd;
            }
            
            .post .conversation ul li {
                border-bottom:    solid 1px #ddd;
                font-size:        12px;
                padding:          4px 0px 4px 8px;
                color:            #444;
            }
            
            .post .conversation ul li span.label {
                font-weight:      bold;
                color:            #111;
            }
            
            /* Audio Post */      
            .post .audio div.caption {
                font-size:        11px;
                color:            #444;
                margin-top:       5px;
            }
            
            .post .audio div.caption a {
                color:            #444;
            }
            
            /* Video Post */
            .post .video {
                width:            400px;
                margin:           auto;
            }

            .post .video div.caption {
                font-size:        11px;
                color:            #444;
                margin-top:       5px;
            }
            
            .post div.video div.caption a {
                color:            #444;
            }
            
						.query { font-weight: bold; }
						
						
						.post img {
	display: none;						
						}
