/*
Theme Name: FSC
Theme URI: http://www.barques.co.uk
Description: Theme designed for FSC Consulting by Barques
Version: 1.0
Author: Barques
*/

@charset "UTF-8";

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
}

ol, ul {

	list-style: none;
	
}


body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */



/* BASESTYLES */


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: Arial, Helvetica, sans-serif;
	background-color: #E2E5DB;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

h1 {
	color:#669933;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:lighter;
	text-transform: uppercase;
	padding-bottom: 10px;
	}
	
h2 {
	color:#500047;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height: 18px;
	}
	
h3 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform: none;
	line-height: 18px;
	display: block;
	background-color: #52014A;
	padding: 5px;
	margin-bottom: 5px;
	}
	
p {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 10px;
	line-height: 16px;
	}
	
.twoColFixRtHdr #mainContent ul {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.twoColFixRtHdr #mainContent li {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 5px;
	list-style-type: disc;
	margin-left: 20px;	
	}
	
	p a {
	color:#669933;
	
	}
	
	p a:hover {
	color:#000000;
	
	}
	

/* END BASESTYLES */




/* HEADER */


.twoColFixRtHdr #header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 90px;
	padding: 0;
} 
.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 */
}

/* END HEADER */


/* MENU */

#mainmenu ul {

	list-style: none;
	
}

#mainmenu li {
	list-style: none;
	float: left;
	margin-top: 35px;
	margin-right: 10px;
}
#mainmenu  .page_item a {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	width: 100%;
}

#mainmenu  .page_item a:hover {
	color:#669933;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
	padding-bottom: 5px;
}

#mainmenu .current_page_item {
	color:#669933;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
	padding-bottom: 5px;
}

#mainmenu .current_page_item a, #mainmenu .current_page_item a:hover {
	color:#669933;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
	padding-bottom: 5px;
}

#mainmenu .current_page_ancestor a, #mainmenu .current_page_ancestor a:hover {
	color:#669933;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
	padding-bottom: 5px;
}

#mainmenu .current_page_ancestor {
	color:#669933;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
	padding-bottom: 5px;
}

/* END MENU */

/* SUBMENU */

#sidebarmenu ul {

	list-style: none;
	
}

#sidebarmenu li {
	list-style: none;
}
#sidebarmenu  .page_item a {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 5px;
	width: 100%;
}

#sidebarmenu  .page_item a:hover {
	color: #669933;
}

#sidebarmenu .current_page_item {

	color: #669933;
}

#sidebarmenu .current_page_item a, .current_page_item a:hover {

	color: #669933;
}

.twoColFixRtHdr #sidebarmenu {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 0px;
}


/* END MENU */

/* PICBOX */

.twoColFixRtHdr #pictureBox {
	background-repeat: no-repeat;
	background-color: #749F29;
	margin: 0px;
	padding: 0;
	background-color: #FFFFFF;
} 

/* END PICBOX */



/* SIDEBAR */

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.twoColFixRtHdr #sidebar1 p {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 10px;
	line-height: 16px;
	}
	
.twoColFixRtHdr #sidebar1 ul {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 10px;
	line-height: 16px;
	}
	
.twoColFixRtHdr #sidebar1 li {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	}
	
	.twoColFixRtHdr #sidebar1 a {
	color:#666666;
	text-decoration:none;
}

.twoColFixRtHdr #sidebar1 a:hover {
	color:#500047;
	text-decoration:none;
}

/* END SIDEBAR */



/* MAINCONTENT */

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
} 

/* END MAINCONTENT */



/* FOOTER */

.twoColFixRtHdr #footer {
	background-color: #E2E5DB;
	background-image: url(images/foot-bg.gif);
	background-repeat: repeat-x;
	height: 50px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 10px;	
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.twoColFixRtHdr #footer a {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.twoColFixRtHdr #footer a:hover {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

/* END FOOTER */


/* POST */

.post {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
	margin-bottom:10px;
	}

.post h1 {
	color:#669933;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:lighter;
	text-transform: uppercase;
	padding-bottom: 10px;
	}
	
.post a {
	color:#669933;
	text-decoration:none;
	}
	
.post a:hover {
	color:#000000;
	text-decoration:none;
	}


.post h2 {
	color:#500047;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
	padding-bottom: 10px;
	}
	
.post p {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 10px;
	line-height: 16px;
	}
.post small {
	color:#52014A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 16px;
	font-style:italic;
	}

/* END POST */




/* MISC */

.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;
}

/* END MISC */

.gallery-caption {
	color:#333333 !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:8px !important;
	background-color: #CCCCCC !important;
	text-transform: uppercase !important;
	padding: 2px !important;
	margin-bottom: 2px !important;
	width:100px !important;
}
.gallery-item {
	padding: 0px !important;
	width:104px !important;
	float: left !important;
	text-align: center !important;
	margin-top: 0px !important;
	margin-right: 2px !important;
	margin-bottom: 0px !important;
	margin-left: 2px !important;	
	 			
}

#wp_quotes
{
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #E2E5DB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/testimonials.png);
	background-repeat: no-repeat;
	margin-top: 40px;
	color: #676864;
}

#wp_quotes div.wp_quotes_quote
{
}

#wp_quotes div.wp_quotes_author
{
	text-align:right;
	font-style: italic;
	margin-top: 5px;
	margin-left: 40px;
	font-size: 9px;
	text-transform: uppercase;
	color: #5F5F5C;
}

div.wp_quotepage
{
	font-size: 14px;
	width: 80%;
	margin-left: 40px;
}

div.wp_quotepage_quote
{
}



hr.wp_quotepage_hr
{
	width: 70%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

div.wpquotes_poweredby
{
	text-align: center;
	font-size: 0.8em;
	margin-top: 12px;
}

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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #E2E5DB;
	padding-top: 4px;
	color: #FFFFFF;
	padding-left: 3px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

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

.twoColFixRtHdr #mainContent .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	padding: 5px;
	margin: 0;
	color:#666666;
}
.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	margin: 5px;
	}
/* End Captions */
