@import "all.css";


/*BACKGROUND IMAGE************/
body {
	background: url('images/bg.png') repeat fixed; 
	/*if you want a solid color instead, erase "url('images/bg.jpg') repeat" and write in your color code "#333333"*/
        font:13px Arial, Helvetica, sans-serif; /*ENTRY FONTS*/
	color:#755C3B; /*OVERALL TEXT COLOR*/
}


/*LINK STYLES****************/
a {
	text-decoration:none;
	color:#AAD128;
        border: none
}

a img {border:none}

a:hover {text-decoration:none;}


/*LOGO IMAGE*****************/
#logo {
	height:70px;
	width:100%;
	background:#fff url('images/logo.jpg') no-repeat left;	
}


/*MENU COLORS****************/
#menu {
	background:#755C3B ;
}


#menu li a {
	font:11px Arial, Helvetica, sans-serif; /*MENU FONT STYLES*/
	text-transform: uppercase;
	color:#ffffff;	/*MENU FONT COLOR*/
}

#menu li a:hover {
	color:#B5C4C2; /*MENU FONT COLOR WHEN HOVERING*/
} 



/*BANNER COLORS*************/
#banner {
height: 325px; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
}


/*TWITTER / SEARCH / RSS***/
.holder {
	background:#e9e6dd;
}


/*POSTS*******************/

.title {
	
        margin-left:75px;
        margin-right: 75px;
	margin-top: 1px;
        margin-bottom: 25px;
        border-bottom: thin dotted #755C3B;
        border-top: thin dotted #755C3B;
        align: middle;
}

	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin-bottom: 11px;
        margin-left: 5px;
        padding-left: 5px;
	font-size: 20px;
	font-family: Arial, Verdana, "Times New Roman", Times, sans-serif;
	font-weight:normal;
	line-height:10px;
	color:#B5C4C2;
        font-variant: small-caps;
}

	/*DATE AND CATEGORY FONT STYLES*/




/* NEXT / PREVIOUS PAGE ARROWS*/
.arrows {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
	background:#715E3F;
}
.arrows li {
	font:10px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
}
.arrows li.prev {
	float:left;
	padding:0 0 0 29px;
}
.arrows li.next {
	float:right;
	padding:0 16px 0 0;
}
.arrows li a {
	color:#fff;
	text-decoration:none;
}
.arrows li a:hover {text-decoration:underline;}

/*NAVIGATION for single posts*/
.navigation {
	width: 950px;
	padding-left: 15px;
        padding-right: 55px;
        margin-right: 25px;
        padding-top: 11px;
        padding-bottom: 11px;
}

.nav_divider {
         align: middle;
         border-top: thin dotted #755C3B;
         margin-top: 25px;
         margin-left: 75px;
         margin-right: 75px;

}

.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}

/*FS PHOTO ADDITIONS*/

.dropdown {
      margin-left: 25px;
}


.post_logo {
   background: url(images/post_header_logo.gif);
   margin-right: 20px;
   margin-bottom: 10px;
   margin-left: 50px;
   border: white;
   float: left;
}




.post_title {

   padding-top: 0px;

   padding-bottom: 0px;

   margin-right: 10px;
}

.bottom_post_ornament {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header_img {
    border: 1px solid #755C3B;
}

.page_title {
    position: relative;
    align: middle;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-right: 10px;
   font-variant: small-caps;
}

#flashcontent {
    border: 1px solid #755C3B;
    width: 1000.00px;
    height: 400.00px;
}

#pagebottom_spacer {
margin-bottom: 200px;
margin-top: 150px;
border: 0px 0px 0px 25px solid #755C3B;
}

.page_title {
	
        margin-left:25px;
        margin-right: 250px;
	margin-top: 1px;
        margin-bottom: 50px;
        border-bottom: thin dotted #755C3B;
        border-top: thin dotted #755C3B;
}

.post p { padding-right: 50px;}


           