/*  
Theme Name: Parkgate
Theme URI: http://www.barques.co.uk
Description: Theme for Shirley Advance by <a href="http://www.barques.co.uk">Barques</a>
Version: 1.0
Author: David Elliott
Author URI: http://www.barques.co.uk

*/
/* RESET 
----------------------------------------------------------------------------------------------- */

/* v1.0 | 20080212 */

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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image: url(images/page-bg.gif);
	background-repeat: repeat-x;
}
ol, ul {
	list-style: none;
}
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 */
/* GENERAL
----------------------------------------------------------------------------------------------- */

@charset "UTF-8";
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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/page-bg.gif);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	background-color: #F5F4ED;
	background-image: url(images/container-bg.gif);
}
.thrColFixHdr #mainBox {
	width: 950px;
	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;
	background-color: #FFFFFF;
} 
 
.thrColFixHdr#whoweare #mainBox {
	background-image: url(images/who-we-are.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
} 

.public-sector#mainBox {
	background-position: left bottom;
	background-repeat: no-repeat;
}
.housing-associations#mainBox {
	background-position: left bottom;
	background-repeat: no-repeat;
}
.private-developers#mainBox {
	background-position: left bottom;
	background-repeat: no-repeat;
}
.land-owners#mainBox {
	background-position: left bottom;
	background-repeat: no-repeat;
}


#topBlock {
	padding: 0px;
	margin: 0px;
} 

/* end general ------------------ */


/* header
----------------------------------------------------------------------------------------------- */

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


/* sidebar1 and 2
----------------------------------------------------------------------------------------------- */

.thrColFixHdr#whoweare #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	margin-top: 50px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #BD147B;
	padding: 10px;
	margin-bottom: 100px;
	margin-left: 30px;
}
.thrColFixHdr#whoweare #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	margin-top: 50px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #BD147B;
	padding: 10px;
	margin-bottom: 120px;
}

#leftbox1, #leftbox2, #rightbox1, #rightbox2 {
	width: 410px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #BD147B;
}

#leftbox1 {
	float: left; /* since this element is floated, a width must be given */
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 10px;
	display: inline;

}
#leftbox2 {
	float: left; /* since this element is floated, a width must be given */
	margin-top: 0px;
	margin-right: 0px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	display: inline;

}
#rightbox1 {
	float: right; /* since this element is floated, a width must be given */
	margin-top: 0px;
	margin-right: 20px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: inline;

}
#rightbox2 {
	float: right; /* since this element is floated, a width must be given */
	margin-top: 0px;
	margin-right: 20px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: inline;

}
.public-sector#mainBox #leftbox1 {
	width: 420px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 215px;
}
.public-sector#mainBox #leftbox2 {
	width: 420px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 175px;
}
.public-sector#mainBox #rightbox1 {
	width: 420px !important;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px !important;
	height: 215px;
}
.public-sector#mainBox #rightbox2 {
	width: 420px !important;
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	height: 175px;
}


.housing-associations#mainBox #leftbox1 {
	width: 430px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 180px;
}
.housing-associations#mainBox #leftbox2 {
	width: 430px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 180px;
}
.housing-associations#mainBox #rightbox1 {
	width: 430px !important;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px !important;
	height: 180px;
}
.housing-associations#mainBox #rightbox2 {
	width: 430px !important;
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	height: 180px;
}


.private-developers#mainBox #leftbox1 {
	width: 420px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 200px;
}
.private-developers#mainBox #leftbox2 {
	width: 420px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 200px;
}
.private-developers#mainBox #rightbox1 {
	width: 420px !important;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px !important;
	height: 200px;
}
.private-developers#mainBox #rightbox2 {
	width: 420px !important;
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	height: 200px;
}

.land-owners#mainBox #leftbox1 {
	width: 420px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 210px;
}
.land-owners#mainBox #leftbox2 {
	width: 420px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	height: 210px;
}
.land-owners#mainBox #rightbox1 {
	width: 420px !important;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px !important;
	height: 210px;
}
.land-owners#mainBox #rightbox2 {
	width: 420px !important;
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	height: 210px;
}



#rightbox2 p, #rightbox1 p, #leftbox1 p, #leftbox2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	padding-bottom: 5px;
}

#rightbox2 ul, #rightbox1 ul, #leftbox1 ul, #leftbox2 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: disc;
} 

#rightbox2 ul li, #rightbox1 ul li, #leftbox1 ul li, #leftbox2 ul li {
	line-height: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
} 



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DBD7BE;
}

.thrColFixHdr #sidebar1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BD147B;
}
.thrColFixHdr #sidebar1 a:hover{
	
	color: #666666;
}

.thrColFixHdr #sidebar1 h3, .thrColFixHdr #sidebar2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #BD147B;
	display: block;
	font-weight: bolder;
	text-transform: capitalize;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar1 p, .thrColFixHdr #sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	line-height: 14px;
}
.thrColFixHdr #sidebar1 h2, .thrColFixHdr #sidebar2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	color: #98A6CB;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	font-weight: lighter;
	line-height: 22px;
}
.thrColFixHdr#whoweare #sidebar1 p, .thrColFixHdr#whoweare #sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	line-height: 14px;
}

.thrColFixHdr #sidebar1 ul, .thrColFixHdr #sidebar2 ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
 }

.thrColFixHdr #sidebar1 ul li{
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
 }
.thrColFixHdr #sidebar2 ul li {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size:11px;
	color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C62984;
	margin: 0px;
	line-height: 14px;
 }
.thrColFixHdr #sidebar1 ul li a, .thrColFixHdr #sidebar2 ul li a { 
text-decoration: none; 
}


.thrColFixHdr #sidebar1 ul li a, .thrColFixHdr #sidebar2 ul li a{
	font-size: 14px;
	font-weight: normal;
	color: #5D2523;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	}
	
	.thrColFixHdr #sidebar2 a{
	
	color: #fff;
	
	}
	
.thrColFixHdr #sidebar1 ul li a:hover, .thrColFixHdr #sidebar2 ul li a:hover { 
		text-decoration: underline; 
		
	}
 
.thrColFixHdr #sidebar1 ul li.current_page_item a, .thrColFixHdr #sidebar2 ul li.current_page_item a {
	color: #BD147B;
	}
	
/* end sidebar1 ------------------ */

/* sidebar2
----------------------------------------------------------------------------------------------- */

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	margin-top: 5px;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 80px;
	background-color: #5D2523;
}
.thrColFixHdr #sidebar2 a {
	color: #BD267B;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 a:hover {
	color: #fff;
	text-decoration: none;
}

/* end sidebar2 ------------------ */


/* mainContent
----------------------------------------------------------------------------------------------- */

.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 5px;
	float: left;
	width: 600px;
} 

.thrColFixHdr#newspage #mainContent {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	float: left;
	width: 730px;
}


.thrColFixHdr#whoweare #mainContent {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	width: 900px;
	margin: 0px;
}
.thrColFixHdr#4boxes #mainContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	width: 900px;
	margin: 0px;
}
.thrColFixHdr#homepage #mainContent {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 120px;
	padding-left: 20px;
	float: left;
	width: 900px;
	margin: 0px;
	background-image: url(images/home.jpg);
}
.thrColFixHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	color: #BD147B;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: capitalize;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	line-height: 24px;
}
.thrColFixHdr #mainContent h1 a {
	color: #BD147B;
	text-decoration: none;
}
.thrColFixHdr #mainContent h1 a:hover {
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #636152;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: capitalize;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.thrColFixHdr #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #5D2523;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #mainContent #headBox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #BD147B;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BD147B;
}
.thrColFixHdr #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #BD147B;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.thrColFixHdr #mainContent h5 {
	text-transform: uppercase;
}

.thrColFixHdr #mainContent h5, .thrColFixHdr #mainContent h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #BD147B;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.thrColFixHdr #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	color: #BD147B;
	line-height: 18px;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:hover {
	color: #000000;
}

.thrColFixHdr #mainContent address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style:italic;
	padding-left: 5px;
	color: #5D2523;
}
.thrColFixHdr #mainContent pre {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	color: #5D2523;
	line-height: 18px;
	font-style:normal;
	padding-left: 5px;
}
.thrColFixHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F2A27;
	line-height: 18px;
	padding-bottom: 5px;
}
.thrColFixHdr #mainContent #mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F2A27;
	line-height: 18px;
	padding: 0px;
	float: left;
	width: 570px;
}
.thrColFixHdr #mainContent #newsStoryBlock {
	width: 735px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5D2523;
}
.thrColFixHdr #mainContent #newsStoryBlock h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	color: #BD147B;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: capitalize;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	float: left;
	width: 570px;
}
.thrColFixHdr #mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D2523;
	line-height: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: disc;
} 

.thrColFixHdr #mainContent ul li {
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 
.thrColFixHdr #mainContent ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D2523;
	line-height: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: decimal;
} 

.thrColFixHdr #mainContent ol li {
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 


/* end mainContent ------------------ */

/* Categories 
-------------------------------------------------------------------------------------------- */

#sidebar2 ul li.cat-item ul.children{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
}

#sidebar2 ul li.cat-item ul.children li.cat-item ul.children{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	display: block;
}
#sidebar2 ul li.cat-item ul.children li.cat-item {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}

#sidebar2 ul li.cat-item ul.children li.cat-item ul.children li.cat-item {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
}

#sidebar2 ul li.cat-item a {
	color:#333333;
	text-decoration:none;
	font-weight: normal;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#sidebar2 ul li.cat-item a:hover {
	color:#BD147B;
	text-decoration:none;
	
}

#sidebar2 ul li.current-cat{
	color:#FFFFFF;
	background-color:#F3C0C0;
	font-size: 10px;
	font-weight: normal;
	}
	
#sidebar2 ul li.current-cat-parent {
	color:#666666;
	background-color:#F3C0C0;
	font-size: 11px;
	}
#sidebar2 ul li.current-cat a{
	color:#333333;
	font-weight: bold;
	}
	
#sidebar2 ul li.cat-item ul.children a{
	color:#333333;
	font-size: 11px;
	}
#sidebar2 ul li.cat-item ul.children a:hover{
	color:#BD147B;
	}
#sidebar2 ul li.current-cat-parent  li.current-cat a{
	color:#333333;
	}
	
#sidebar2 ul li.current-cat-parent  li.current-cat a:hover{
	color:#BD147B;
	}
#homepage #sidebar2 img{
	}
#newsStory {
	color:#333333;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	text-decoration: none;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F7F3EC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#newsStory #newstext p {
	color:#333333;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: 14px;
}
#newsStory h4 a {
	color:#FFFFFF;
	display:block;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #666666;
	padding: 5px;
	margin-bottom: 5px;
}

#newsStory h4 a:hover {
	color:#ffffff;
	background-color: #005E4C;
}

#featured {
	padding-bottom: 10px;
}


/* End Categories */


/* footer
----------------------------------------------------------------------------------------------- */

.thrColFixHdr #footer {
	padding: 10px;
	background-color: #C62184;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5D2523;
} 
.thrColFixHdr #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.thrColFixHdr #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.thrColFixHdr #footer a:hover {
	color: #000000;
}

.thrColFixHdr #subfooter {
	padding: 0px;
	font-size: 11px;
	color: #cccccc;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
	border-top-style: solid;
	bottom: 0px;
	position: fixed;
	right: 0px;
	background-image: url(images/shirley-logo.png);
	background-position: right bottom;
	height: 80px;
	background-repeat: no-repeat;
	z-index: 100;
	width: 250px;
}
.thrColFixHdr #subfooter 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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	position: fixed;
	left: 0px;
	bottom: 0px;
}
.thrColFixHdr #subfootertext {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09573D;
	position: fixed;
	left: 0px;
	bottom: 0px;
	text-align: left;
	background-color: #DCE5E5;
	z-index: 98;
	right: 0px;
}
.thrColFixHdr #subfootertext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09573D;
}
.thrColFixHdr #subfootertext a:hover {
	color: #000000;
}

.thrColFixHdr #subfooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09573D;
}
.thrColFixHdr #subfooter a:hover {
	color: #000000;
}
.thrColFixHdr #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.thrColFixHdr #footer a:hover {
	color: #000000;
}

/* end footer ------------------ */

/* MENU TOP
----------------------------------------------------------------------------------------------- */

.thrColFixHdr  #menuTop {
	text-align: center;
	display: block;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 250px;
}

.thrColFixHdr  #menuTop ul{
	list-style-type: none;
}

.thrColFixHdr #menuTop ul li{
	float: left;
	list-style-type: none;
}

.thrColFixHdr #menuTop ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	color: #666666;
	list-style-type: none;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 8px;
}
.thrColFixHdr #menuTop ul li a:hover{
	color: #BD147B;
	text-decoration: none;
}
.thrColFixHdr #menuTop li.current_page_item a {
	color:#BD147B;
	text-decoration: none;
}
.thrColFixHdr #menuTop li.current_page_item a:hover {
	color:#333333;
	text-decoration: none;
}

/* end MENU TOP ------------------ */

/* Meta
--------------------------------------------------------- */

#meta{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #58595B;
	display: block;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5D2523;
	width: 570px;
	position: static;
	float: left;
} 
#meta a{
	color: #C0AF98;
} 

#meta a:hover{
	color: #FFFFFF;
} 
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	display: block;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
} 
.breadcrumbs a{
	color: #999999;
	text-decoration: none;
} 

.breadcrumbs a:hover{
	color: #000000;
} 

.thrColFixHdr #sidebar1 #searchbox, .thrColFixHdr #sidebar2 #searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #BD147B;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
} 

#calendar h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	display: block;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#calendar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
}
#calendar p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
}
#calendar p a:hover {
	
	color: #000000;

}

.searchmeta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0060cc;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0060cc;
	padding: 10px;
} 
.searchmeta a{
	color: #0060cc;
} 

.searchmeta a:hover{
	color: #000000;
}
.sociable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	display: block;
	text-transform: uppercase;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #333333;
}
.sociable_tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	display: block;
	text-transform: uppercase;
	padding-bottom: 10px;
	
}

#back a:hover{
	color:#000000;
	background-color: #FFFFFF;
	
}
#back a{
	color:#FFFFFF;
	background-color: #000000;
	display:block;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 50px;
	margin-top: 10px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* meta END */

/* 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 ------------------ */
/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #BD147B;
	padding-top: 5px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	background-image: url(images/grad-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-right: 5px;
}
.wp-caption p.wp-caption-text {
	text-align: center !important;
	color: #FFFFFF !important;
	font-size: 11px !important;
	margin-top: 0px !important;
	margin-bottom: 0px  !important;
	padding-top: 0px  !important;
	padding-right: 3px  !important;
	padding-bottom: 5px  !important;
	padding-left: 3px  !important;
}

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


}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	padding: 5px;
	margin: 0;
	color:#FFFFFF;
}
.wp-caption p.wp-caption-text a {

	color:#FFFFFF !important;
	
}
.wp-caption p.wp-caption-text a:hover {

	color:#000000 !important;
	
}
.left, .alignleft {
	float:left;
	border: 1px solid #FFFFFF;
	}

.right, .alignright {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
	}
/* End Captions */
#thumbbox {
	margin:0;
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	float: left;
}
