/*  
Theme Name: FSS Theme
Theme URI: http://www.shaw-webdesigns.com
Description: A simple, clean and fresh blog design.
Date: 12th Dec 2009
Author: Leticia Shaw
Author URI: http://www.shaw-webdesigns.com
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	margin:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:500;
	background-color:#3f0b0c;
}

#bodyBackground {
	background-image: url(images/fss-bckgrnd-top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:878px;
}

#footerBackground {
	/*background-image:  url(../images/fss-bckgrnd-bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
}

/*--formatting--*/
a {
	color: #b63d13;
}

a:hover {
	text-decoration: none;
	color: red;
}

p {
	/*padding: 0 0 1.8em;*/
	padding: 0 0 15px;
}	

h2 {
	font-size:30px;
	/*font: 900 30px Arial, Helvetica, sans-serif;*/
	/*letter-spacing: -1px;*/
	padding-bottom: 10px;
}

h2 em {
	/*font: 400 30px "Times New Roman", Times, serif;*/
	font-size:30px;
	font-style: italic;
	letter-spacing: 0;
}

h2.pagetitle {
	/*font: 400 24px "Times New Roman", Times, serif;*/
	font-size:24px;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 0;
	/*background-color: #e1dfb9;
	border-bottom: 1px solid #D7D39A;*/
}

h2.pagetitle strong {
	font-size: 30px;
	font-style: italic;
}

h2 a {
	color:#3f0b0c;
	/*color: #5d5b35;*/
	text-decoration: none;
}

h3 {
	font: 900 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h4 {
	font: 900 16px "Times New Roman", Times, serif;	
	font-style: italic;
}

h5 {
	font: 400 14px Arial, Helvetica, sans-serif;	
}

h6 {
	
}

blockquote {
	width: 400px;
	font-style: italic;
	background-color: #D7D39A;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 70px;
	/*_margin: 0 0 10px 50px;*/
	border-bottom: 1px solid #A6A371;
	border-top: 1px solid #A6A371;
	font: 400 16px "Times New Roman", Times, serif;		
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 18px;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

.clearBoth {
	clear:both;
}

.edit_post_link {
	float:inherit;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	/*border: 1px solid #ddd;*/
	text-align: center;
	/*padding-top: 4px;*/
	margin: 10px;
	/*background-color: #f3f3f3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
	padding: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	/*border: 0 none;*/
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 0px 0px 0px;
	margin: 0;
}
/* End captions */

/*--container--*/

#wrapper {
	width: 1024px;
	margin: 0 auto;
}

#header {
	width: 1024px;
	height: 239px;
	float: left;
}

#content {
	width: 1024px;
	float: left;
	background: url(images/content-bckgrnd.jpg) repeat-y;
	padding-bottom:25px;
}

#content #left-col {
	padding-left:26px;
	width: 304px;
	float: left;
	/*padding-right: 10px;
	background:url(../images/sidebar-bckgrnd.jpg) repeat-y top left;
	background-color:#2f2134;*/
}

#content #right-col {
	width: 680px;
	/*margin-top: 20px;*/
	float: left;
	background-color:#FFFFFF;
}

#content #left-col #sidebar {
	width: 286px;
	float: left;
	margin-top:15px;
	padding-left:20px;
	/*position: relative;*/
}

#footer {
	width: 100%;
	float: left;
	background: url(images/fss-bckgrnd-bottom.jpg) repeat-x;
	height: 122px;
	/*padding-top: 15px;
	padding-bottom: 20px;*/
	color: #fff;
}

/*--header--*/

#header #leftHeader {
	width: 456px;
	height: 239px;
	float: left;
}

#header #leftHeader #logo {
	width: 456px;
	height: 145px;
	float: left;
}

#header #leftHeader #phoneBckgrnd {
	width: 456px;
	height: 49px;
	background-image: url(images/phone-area-bckgrnd.jpg);
	background-repeat: no-repeat;
	float: left;
	background-position: left top;
}

#header #leftHeader #phoneBckgrnd .phoneNum {
	padding-top:15px;
	padding-left:95px;
	font-size:20px;
	font-weight:bold;
	color:#3f0b0c;
	text-align:left;
	float: left;
}

#header #leftHeader #taglineBckgrnd {
	width: 456px;
	height: 45px;
	background-image: url(images/fss-tagline-bckgrnd.jpg);
	background-repeat: no-repeat;
	float: left;
}

#header #leftHeader #taglineBckgrnd .tagline1 {
	/*padding-left:12px;*/
	font-size: 18px;
	color: #fcdf70;
	text-align: center;
	display:block;
}

#header #leftHeader #taglineBckgrnd .tagline2 {
	/*padding-left:12px;*/
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	display:block;
}

#header #rightHeader {
	width: 568px;
	height: 239px;
	float: left;
}


/*--content--*/
/*--page-menu--*/

#content #menu { /* menu area */
	float: left;
	width: 250px;
	margin-left:18px;
	padding-left:12px;
	margin-top:24px;
	padding-bottom:12px;
	background-color:#cf7524;
	text-align: left;
	border:2px solid #FFFFFF;
	clear:both;
}

#content #menu ul {
	/*width: 240px;
	text-align: left;
	padding-top:12px;
	padding-bottom:12px;
	list-style-image: url(images/menu-current-page-icon-blnk.jpg) ;
	list-style-position: inside;
	list-style-type: none;*/
}

#content #menu ul .current_page_item {
	/*width: 240px;
	text-align: left;
	list-style-position: inside;
	list-style-image: url(images/menu-current-page-icon.jpg);
	list-style-type: none;*/
}

#content #menu ul li.page_item { /* page_item is wordpress default class for page list */
	/*padding-bottom:5px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;*/
}

#content #menu ul li.page_item a {
	/*font-size:17px;
	text-decoration: none;
	color: #FFFFFF;*/
}

#content #menu ul li.page_item a:hover {
	/*color: #efc944;*/
}

#content #menu ul li.current_page_item a { /* current_page_item is wordpress default class for active page list */
	/*color: #3f0b0c;*/
}

#content #menu ul ul {
	/*width:290px;
	position:relative;
	z-index:100;*/
	/*visibility:hidden;*/
	/*margin-left:240px; 
	background-color:#cf7524;
	height:0;
	top:-10px;*/
}

/* style the second level background */
#content #menu ul ul a.drop, #content #menu ul ul a.drop:visited {
	/*background-color:#d4d8bd;*/
}
/* style the second level hover */
#content #menu ul ul a.drop:hover{
	/*background-color:#c9ba65;*/
}
#content #menu ul ul :hover > a.drop {
	/*background-color:#c9ba65;*/
}

/* style the second level links */
#content #menu ul ul a, #content #menu ul ul a:visited {
	/*color:#FF3366;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border-width:0 1px 1px 1px;*/
	/*float:left;*/
}

/* style the top level hover */
#content #menu a:hover, #content #menu ul ul a:hover{/*color:#efc944;*/}
#content #menu :hover > a, #content #menu ul ul :hover > a {/*color:#efc944;*/}

/* make the second level visible when hover on first level list OR link */
#content #menu ul li:hover ul,
#content #menu ul a:hover ul{/*visibility:visible;*/ }


/* keep the third level hidden when you hover on first level list OR link */
#content #menu ul :hover ul ul{/*visibility:hidden;*/}

/*--featured-post--*/

#featured-post {
	width: 600px;
}

#featured-post h3 {
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #918e61;
	letter-spacing: -1px;
	padding-bottom: 5px;
}

#featured-post .featured {
	width: 578px;
	border: 1px solid #c0bd92;
	float: left;
	padding: 0 10px;
	background: #fff url(images/featured-bg.png) no-repeat top left;
}

#featured-post .featured h2 a {
	display: block;
	padding: 5px 0 0 0;
	letter-spacing: -1px;
}

#featured-post .featured span#f-date {
	padding: 3px 4px;
	background-color: #eae8c6;
	color: #5d5b35;
	font-size: 10px;
}

#featured-post .featured span#f-date a {
	color: #5d5b35;
}

#featured-post .featured p {
	padding-top: 5px;
}

#featured-post .featured p img, #featured-post .featured p a img {
	padding: 5px;
	border: 1px solid #e5e3c2;
	background-color: #fff;
	float: right;
	margin: 0 0 5px 5px;
}

#featured-post .featured small {
	float: left;
	padding: 4px 0;
	border-top: 1px solid #eae8c6;
	width: 558px;
	background: url(images/tag.png) no-repeat center left;
	padding: 4px 0 4px 20px;
}

#featured-post a#readmore {
	float: right;
	display: block;
	background: url(images/readmore.png) no-repeat top left;
	width: 79px;
	height: 22px;
	text-indent: -9999em;
	margin: -10px 10px 0 0;
	display: inline;
}

/*--post--*/

.post {
	width: 660px;
	float: left;
	margin-top: 20px;
	margin-left:20px;
}

.post h2 {
	font-size:24px;
	padding-bottom: 8px;
	border-bottom:1px solid #3f0b0c;
	margin-bottom:18px;
	font-weight:normal;
	letter-spacing:normal;
}

.post a img, .post img {
	padding: 0px;
	/*border: 3px solid #3f0b0c;
	margin: 10px;*/
}

.post .post-info {
	/*float: left;*/
	width: 250px;	
	padding-right: 10px;
	/*border-top: 1px solid #b5b38f;*/
	border-bottom: 1px solid #b5b38f;
}

.post .post-info a img, .post .post-info img {
	padding: 5px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.post .post-info em {
	/*display: block;*/
	font-size: 9px;
	/*border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;*/
}

.post .post-info span.post-tag {
	/*display: block;*/
	/*border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;*/
	font-size: 9px;
	padding: 3px 0;
}

.post .post-info span.post-tag a {
	text-decoration: none;
	font-weight: 900;
}

.entry {
	float: left;
	width: 650px;
}

p.metadata {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	margin-top: 15px;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	width: 600px;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

/*--right-col--*/

/*--feed--*/
#feed {
	width: 330px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
}

#feed a.rss {
	width: 32px;
	height: 27px;
	background: url(images/rss.png) no-repeat top left;
	float: right;
	text-indent: -9999em;
	text-align: left;
}

/*--search--*/
#searchform {
	width: 254px;
	float: left;
	background-color:#efc944;
	border:2px solid #FFFFFF;
	/*height: 41px;*/
	margin-top: 25px;
	margin-left: 23px;
}

#searchform form {
	float: left;
	width: 254px;
	margin: 10px 0px 10px 7px;
	height:25px;
	/*display: inline;*/
}

#searchform form input#s {
	width: 195px;
	/*background: url(images/form.png) no-repeat top left;*/
	height:25px;
	border: 1px solid #c9c9c9;
	float: left;
	margin-right: 10px;
	/*padding: 3px 0 0 10px;
	color: #666;*/
}

#searchform form input#searchsubmit {
	width: 25px;
	background: url(images/search.jpg) no-repeat center left;
	height: 25px;
	border: 0;
	float:left;
}

/*--assoications--*/
#associationsArea {
	width: 247px;
	height: 278px;
	float: left;
	background: url(images/fss-associations.jpg) no-repeat center left;
	/*border:2px solid #FFFFFF;
	height: 41px;*/
	margin-top: 0px;
	margin-left: 23px;
	margin-bottom: 25px;
}

#associationsArea #asscciationsList {
	height:235px;
}

#asscciationsLogos {
	margin-top:0px;
	height:73px;
}

#associationsArea h2 {
	padding-top:48px;
	/*margin-left:15px;*/
	font-size:13px;
	text-align:center;
	color:#0d004c;
	font-weight:bold;
	letter-spacing:normal;
	padding-bottom:17px;
	border:none;
}

#associationsArea h3 {
	margin-top:8px;
	/*margin-left:15px;*/
	font-size:14px;
	text-align:center;
	color:#385222;
	font-weight:bold;
	letter-spacing:normal;
	padding-bottom:15px;
}

#associationsArea h3 a {
	color: #385222;
}

#associationsArea h3 a:hover {
	text-decoration: none;
	color: #cf7524;
}



/*--sidebar1--*/

#sidebar h3 {
	text-align: center;
	border-top: 1px solid #a6a371;
	border-bottom: 1px solid #a6a371;
	background-color: #dedcb9;
	margin-bottom: 15px;
}

#sidebar ul {
	list-style: none;
}

#sidebar1 {
	float: left;
	width: 90%;
	/*padding-right: 10px;*/
}

#sidebar2 {
	float: left;
	width: 90%;
}

#sidebar ul {

}

#sidebar ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	color:#FF9900;
}

#sidebar ul li h2 {
	padding: 3px 4px 6px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #efc944;
	letter-spacing:normal;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	float: left;
	/*width: 175px;*/
	width: 100%;
	border: 0;
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	/*border-top: 1px solid #bbb875;*/
	float: left;
	/*width: 150px;
	width: 100%;*/
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px 10px;
}

#sidebar ul li ul li a:hover {
	color: #fff;
	background-color: #bbb875;
}

/*--comments--*/

#comments {
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	width: 600px;
}

h3#comment-title {
	/*background: url(images/comments.png) no-repeat top left;*/
	width: 600px;
	float: left;
	/*text-indent: -9999em;*/
	padding-top: 5px;
}

#comments ol, #comments ol li {
	float: left;
	width: 600px;
	list-style: none;
	padding: 0;
}

#comments ol li .comment-data {
	float: left;
	width: 475px;
	margin-right: 10px;
	background-color: #d7d39a;
	padding: 5px 10px;
	min-height: 120px;
	/*_height: 120px;*/
	overflow: auto;
	border: 1px solid #c1bd85;

}

#comments ol li.alt .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #eae8c6;
	padding: 5px 10px;
	min-height: 120px;
	border: 1px solid #c1bd85;
	/*_height: 120px;*/
	overflow: visible;
	margin-top: -1px;
	margin-bottom: -2px;
}

#comments ol li .comment-info {
	width: 90px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

/*--respond--*/
#respond {
	/*background: url(images/respond.png) no-repeat top left;*/
	padding-top: 30px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	float: left;
	width: 640px;
}

#respond p {
	padding: 2px 0;
}

#respond input {
	padding: 2px;
	border: 1px solid #c1bd85;
}

/*--footer--*/

#footer #footerSpacer {
	/*width:1024px;*/
	margin: 0 auto;
	/*margin-left:27px;*/
	padding-bottom:15px;
	/*width: 1024px;
	float: left;*/
}

#footer .footer-text {
	width: 1024px;
	margin: 0 auto;
	text-align:center;
}

#footer .footer-text a {
	color: #fff;
}

#footer .footer-text span {
	float: left;
	width: 1024px;
	padding-bottom:10px;
	font-weight:normal;
	font-size:14px;
}

#footer .footer-text em {
	float: left;
	width: 360px;
	text-align: right;
}

/*--widget-formatting*/
.textwidget {
	padding: 5px;
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: left;
	border-bottom: 1px solid #BBB875;
}

#tag_cloud {
	text-align: center;
}

ul#recentcomments li.recentcomments {
	width: 150px;
	font-weight: 900;
	border-top: 1px solid #BBB875;
	padding: 2px 4px;
}

ul#recentcomments li.recentcomments a {
	border:0 ;
	width: 150px;
	font-weight: 400;
}

ul#recentcomments li.recentcomments a:hover {
	background-color: #D7D39A;
}

#calendar_wrap {

}

#wp-calendar {
	width: 150px;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #b63d13;
	color: #fff;
}

#prev {
	text-align: left;
}

#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

#next {
	text-align: right;
}

#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

/*--navigation--*/

.navigation {
	float: left;
	width: 600px;
	margin: 20px 0;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/*--gallery--*/

p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #dedcb6;
	border: 1px solid #c5c39b;
}
p.attachment a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.navigation a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a img {
	/*padding: 3px;*/
	padding: 0px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a:hover img {
	border: 1px solid red;
}

.lg_slideshow { /* Need to change this style in lazyest-style.css file. Comment out all of the lines. */
	position:relative;
  /*margin: 10px auto;*/
  margin: 0;
  z-index:99;
}

.slideshowLeft .lg_gallery {
	float: left;
	border: 3px solid #3f0b0c;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}

.slideshowRight .lg_gallery {
	float: right;
	border: 3px solid #3f0b0c;
	padding: 0px;
	margin: 0px 0px 0px 15px;
}


