 	/*   
	Theme Name: YWCA of Central MA
	Theme URI: http://ywcacm.org/ | http://ywcaworcester.org/
	Description: Custom template for YWCA of CM
	Author: Marianne Sarkis and Claudia Snell 
	Author URI: http://www.claudiasnell.com
	Version: 1.0
	.
	Custom template for YWCA of CM
	.
	*/
/* ------------------------------------------------------------------
---------- EXTERNAL STYLESHEETS ----------------------------------------------
------------------------------------------------------------------ */
/* 	csshorizontalmenu.css - for the top navigation (in orange)
	holygrail.css - for the body layout with the columns 
	*/

/* ------------------- SECONDARY SIDEBARS -----------------*/
.secondarysb {
	border: 1px solid #E9E2D7;
	color: #333;
	padding: 0px 10px;
	background-color: #fff;
	line-height: 1.30em; 
	}
.secondarysb h2
{
	font-color: #333;
	font-size: 14px;
	text-align: center;
}
.secondarysb ul
{
	font-size: 11px;
	padding: 0px;
}
.secondarysb h3
{
	font-color: #333;
	font-size: 12px;
	text-align: left;
}

#adbox a:link, a:active, a:visited {
	color: #000;
}
/* ------------------------------------------------------------------
---------- BASE LAYOUT ----------------------------------------------
------------------------------------------------------------------ */
body {
	text-align: center;  /* centering the page container, 
							text-align will be reset to left 
							inside the container */
	margin: 0;
	padding: 0;
	background: #D3D3D3;
	border: 0;
	color: #333;
	font-family: Arial, "Times New Roman", Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	
	color:#1E1E1E;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6em;
	
	
	
	}

a:link, a:visited, a:active {
	color: #ff6633;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	}
		
p {
text-align: left;
}

H1
{
	color: #ff6633;
	font-family: "Arial", "Times New Roman", sans-serif;
	text-transform: lowercase;
	font-size: 2.15em; 
	font-weight: bold;
	
}
h2
{
	color: #f63;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-transform: Capitalize;
	font-size: 18px;
	text-align: center;
}

h3 {font-size: 1.4em; font-weight: bold; }
H4 {
	font-size: 1em; 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	color: #ff6633;
	font-family: "Arial Rounded MT Bold", "Arial Black", "Times New Roman", sans-serif;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}
 
.entry-content p {
margin:0px 0 0;
}

.sidebarcontent hr {

	margin: 10px 5px;
	color: #E9E2D7;
	background-color: #E9E2D7;
	}

hr {
	height: 1px;
	border: none;
	margin: 5px auto;
	color: #cccccc; 
	background-color: #cccccc;
	}
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
#clearer
{
	clear: both;
	height: 1px;
}
a:link img{text-decoration: none;
	border-width: 0px;
}

a:visited img{text-decoration: none;
border-width: 0px;
}

 a:hover img{text-decoration: none;
border-width: 0px;
}

.center {
text-align: center;
}

.large {
	font-size: 1.75em; 
	}

.medium {
	font-size: 1.25em; 
}

.small {
	font-size: 10px;
	}

/* ------------------------------------------------------------------
---------- WRAPPER [Wraps the entire page and centers it] -----------
------------------------------------------------------------------ */

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

/* ------------------------------------------------------------------
---------- CONTAINERS, BOXES, AND WRAPPERS -----------------------------
------------------------------------------------------------------ */

#inner {
	margin: 10px;
}

.innerborder {
 	border:1px solid #E9E2D7;
	background-color: #fff;
	padding: 0px 10px;
	min-height:400px;
}
.w100
{
	width: 100px;
}
.w137
{
	width: 137px;
}
.w175
{
	width: 175px;
}

.w200
{
	width: 200px;
}
.w480
{
	width: 480px;
}
.w500
{
	width: 500px;
}
.h100
{
	height: 100px;
}
.h120
{
	height: 120px;
}
.h200
{
	height: 200px;
}
.h250
{
	height: 250px;
}
.h250
{
	height: 250px;
}
.h50
{
	height: 50px;
}
.h60
{
	height: 60px;
}
.border {
	border: 1px solid #E9E2D7;
}

.nobold {
	font-weight: normal; 
}

.arrowborder {
	background: #fff url("images/arrow.jpg") top right no-repeat; 
}

.arroworange {
	background: #fff url("images/arrow_orange.jpg") top right no-repeat; 
}
/* ------------------------------------------------------------------
---------- FRONT PAGE -----------------------------
------------------------------------------------------------------ */

/*-------------------- LEFT SIDEBAR -------------------*/

#welcomebox {
	background-color:#333333;
	border:1px solid #FF6633;
	color:#FFFFFF;
	overflow:hidden;
	padding:10px 15px 20px;
	font-size: 0.9em;
	margin: 5px auto 10px auto;
}

#welcomebox h1 {
margin-top: 0px;
margin-bottom: 5px;
}

#frontbox {
	border:1px solid #B0BEC7;
	padding: 0px;
	margin-top: 10px;
}

#frontbox h3 {
color:#333333;
font-size:17px;
padding:0 20px;
text-transform:lowercase;

}

#returnbox {
	padding: 0px;
	margin-top: 5px;
	padding:0 10px 0 0;
}

#returnbox h3 {
	color: #000;
	text-transform: lowercase; 
	padding: 0px 20px;

}



/*-------------------- MAIN CONTENT -------------------*/

div#container {
margin: 0 auto;
}
div.split2 div {
	float: left;
}
div.wide {
	clear: left;
}

div.framebox {
	border:1px solid #B0BEC7;
	padding: 10px 10px 10px 10px;
	width: 229px;
	margin: 2px; 
	background-color: #fff;
	height: 95px;
	line-height: 1.25em;
	font-size: 11px;
}

div.framebox h3 {
	color: #ff6633;
	font-size: 1.0em;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.framebox_news {
	border:1px solid #B0BEC7;
	padding: 10px 10px 10px 10px;
	width: 229px;
	margin: 2px; 
	background-color: #fff;
	height: 95px;
	line-height: 1.25em;
	font-size: 11px;
}

div.framebox_news h3 {
	color: #ff6633;
	font-size: 1.0em;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.framebox_news h3 a:link, a:visited, a:active, a:hover {
color: #ff6633;
}

div.framebox_news h3 a:visited {
color: #ff6633;
}
div.framebox_news a:link, a:visited, a:active {
	color: #000;
	}

div.framebox_news ul {
margin-left: 0px;
padding-left: 10px;
color: #ff6633;
}


div.orangebox {
	background-color: #ff6633;
	color: #fff;
	padding: 5px 5px 10px 5px;
	width: 113px;
	margin: 2px; 
	height: 90px;
	line-height:1.25em;
}


.orangebox a:link, .orangebox a:visited {
	color: #fff;
}


.margin-top {
margin-top: 10px;
}

/*-------------------- RIGHT SIDEBAR -------------------*/

#barframe {
	background-color: #EFEFEF;
	padding: 15px;
}

.sidebarcontent {
	background-color: #fff;
	border: 1px solid #E9E2D7;
	padding: 10px;
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

.sidebarcontent h2 {
	margin: 0px;
}
.sidebarcontent h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.sidebarcontent .large {
	font-size: 1.25em;

}
 
.sidebarcontent li{
	list-style-type:none;
	list-style-position:outside;
	
}

.sidebarcontent ul {
	margin: 0px;
	list-style-type:none;
	list-style-position:outside;
	padding-left: 10px;
}

#wp-calendar th {
background-color:#ff6633;
}

#eventslist ul {
margin: 0px;
}

/* ------------------------------------------------------------------
---------- HEADER ---------------------------------------------------
------------------------------------------------------------------ */


	
/*-------------------- TOP NAVIGATION (Intranet, Directions, Contact)-------------------*/	
	
	#topnav_one
	{
		background-color: #333;
		border-bottom: #111 1px solid;
		color: #FFF;
		font-size: 12px;
		height: 20px;
		padding: 5px 0 0;
	}
	#topnav_one a:active,#topnav_one a:link,#topnav_one a:visited
	{
		color: #fff;
		font-weight: 700;
	}
	#topnav_one a:hover
	{
		color: #d3d3d3;
		font-weight: 700;
	}
	#topnav_one ul
	{
		margin: -5px 0 0;
		padding: 5px;
		text-align: left;
	}
	#topnav_one ul li
	{
		display: inline;
		font-size: 1em;
		padding: 10px 25px 5px 5px;
	}
	
	/*-------------------- MASTHEAD -------------------*/	
	#masthead
	{
		background-color: #fff;
		margin: 0;
		padding: 0;
		border-top: 10px solid #333;
	}


/* ------------------------------------------------------------------
---------- ELEMENTS STYLINGS ----------------------------------------------
------------------------------------------------------------------ */

/*-------------------- IMAGES  -------------------*/	

.noborder
{
	border-style: none;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	display: box;
}

.maincat .catimage {
	margin: 0 -5px;
	padding: 0px ;
	}


.catimage
{
	border-style: none;
	margin: 0px 15px 5px 0px;
	display: inline;
}

.catimage a:link, a:visited, a:active {
text-decoration: none;
} 

/* ------------------------------------------------------------------
---------- SIDEBARS INNER STYLINGS -----------------------------------
------------------------------------------------------------------ */

/*-------------------- SECONDARY NAVIGATION  -------------------*/

#sidebar
{

	padding:5px;
	background-color: #eee ;
	margin-bottom: 5px;
}
#sidebar .link-cat-title
{
	display: none;
}
#sidebar H1
{
	background-color: #333;
	color: #fff;
	font-size: 1.25em;
	text-align: center;
	margin: 0px;
	padding: 5px; 
	}
  
#secondary_nav
{
	background-color: #eee;
	margin-bottom: 0px;
}
#secondary_nav a
{
	color: #fff;
	margin: 0;
	padding: 0;
}
#secondary_nav h2
{
	background-color: #333;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px;
	text-align: center;
}
#secondary_nav li
{
	background-color: #fff;
	border: 1px solid #E9E2D7;
	color: #333;
	display: box;
	margin: 0;
	padding: 10px 5px 10px 35px;
}
#secondary_nav li a,a
{ 
	color: #000;
}
#secondary_nav li:hover
{
	background: #e3e3e8 url("images/menu_leaf.gif") top left no-repeat; 
	color: #F63;
	display: box;
}
#secondary_nav ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
}

/* ------------------------------------------------------------------
---------- CONTENT ELEMENTS STYLINGS -----------------------------------
------------------------------------------------------------------ */

#innercontent {
	background-color: #f3f3f3;
	padding: 5px;
	min-height:400px;
}

#home_innercontent {
	background-color: #EEEEEE ;
	padding: 5px;
	border:1px solid #E9E2D7;
	min-height:200px;
}

/*-------------------- ARTICLES  -------------------*/

.articles
{
	background: #F3F3F3 none repeat scroll 0 0;
	border: 1px solid #E9E2D7;
	padding-left: 10px;
	padding-bottom: 0px;
	min-height: 97px;
}
.articles a:hover
{
	text-decoration: underline;
}
.articles h2
{
	background: #EFEFF7;
	border: 1px solid #E9E2D7;
	color: #f63;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 10px;
	padding: 8px;
	text-transform: uppercase;
	x-system-font: none;
}

.articles h1 {
margin-top: 0px;
padding-top: 0px;
}

.articles p
{
	padding-left: 20px;
	padding-bottom: 10px;
}

/*---------------------- FOOTER    -------------------*/

#footer h2 {
font-size: 14px;
color: #fff;
text-align: left;
}
#footer .widgettitle {
padding: 0px;
margin: 0px 0px 5px 0px;
}

#footer {
background-color: #333;
line-height: 1em;
padding-bottom: 5px;
}

#footer ul, dl {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	}

#footer ul ul, ul ol, ol ul, ol ol {
	/* remove margins on sub-lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
	}


#footer a:link, #footer a:visited {
	color: #fff;
}


#footer li {
	list-style-type: none;
	}

#newsColumn,#infoColumn {
  float: left;
  width: 50%;
  color: #fff;
}

#newsColumn {
  background-color: #333;
}

#infoColumn {
  background-color: #333;
  text-align: right;
}

#newsColumnContent,#infoColumnContent {
  padding: 10px 10px 0 10px;
}

#whiteline1 {
padding: 0 10px;
border-bottom: 1px solid #fff;
height: 1px;
margin-left: 10px;
}

#whiteline2 {
padding: 0 10px;
border-bottom: 1px solid #fff;
height: 1px;
margin-right: 10px;
}

/*---------------------- ADVERTISING -------------------*/

.spotlights h3 a  {color: #333333;}

.spotlights h3 { 
font-size: 12px;
margin: 0px;
}

.spotlights { 
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style-position: outside;
	} 
#ad-ad-hp-spotlights {
padding-bottom: 10px;
}



#ad-ad-hp-right {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
	list-style-position: outside;
}
#ad-ad-hp-right .widget {
	margin: 0px;
	padding: 0px;
}

#ad-ad-hp-right li {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#adbox
{
	
	padding: 5px;
	font-size: 10px;
	background-color: #EEEEEE;
	margin: 0 auto 0px 0;
}

#adbox {
	list-style-type: none;
}

#leftad
{
	float: left;
}

#rightad,.floatright
{
	float: right;
}

table.adtable {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.adtable td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.icongray
{
	background-image: url(http://ywcaworcester.org/worksite/wp/wp-content/images/icon_leaf_gray.jpg);
	background-repeat: no-repeat;
	color: #f63;
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	height: 60px;
	margin: 0 0 5px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 115px;
}
.icongray a
{
	color: #f63;
}
.iconorange
{
	background-image: url(http://ywcaworcester.org/worksite/wp/wp-content/images/icon_leaf_orange.jpg);
	background-repeat: no-repeat;
	color: #333;
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	height: 60px;
	margin: 0 0 5px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 115px;
}
.iconorange a
{
	color: #333;
}

#spacer
{
	height: 5px;
}
#dvs-buttonswrap {
	background:#FFF;
	float:none;
	font-size:12px;
	margin: 0 auto 20px auto;
	padding-bottom:0;
}

#dvs-leaves a
{
	color: #fff;
	margin: 0px;
	padding: 0px;
}
#dvs-leaves H2
{
	background-color: #333;
	border-top: thin solid #ff6633;
	color: #ff6633;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
	text-align: center;
}

#dvs-leaves {
	background-color:#fff;
	margin: 0 auto;
	height: 60px;
	width: 680px;
 
}

#dvs-leaves li
{
	display: inline;
	text-align: center;
	margin: 0 5px;
	width: 137px;
	font-size: 18px;
}
#dvs-leaves li a
{
	text-decoration: none;
	width: 137px;
}
#dvs-leaves li:hover
{
	
	display: box;
}
#dvs-leaves ul
{
	/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}
div.float {
  float:right;
	margin-right:30px;
  }
  
div.float p {
   text-align: center;
   }

#box_1 {
	background-image: url(http://ywcaworcester.org/worksite/wp/wp-content/images/icon_leaf_gray.jpg);
	float:left;
	width:115px;
	height: 60px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle;
	color: #ff6633;
}
#box_1 a {
	color: #ff6633;
}
 
#box_2 {
	margin:0 7px 0 14px;
	float:left;
	width:115px;
	height: 60px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle;
	color: #333;
	background-image: url(http://ywcaworcester.org/worksite/wp/wp-content/images/icon_leaf_orange.jpg);
}
#box_2 a {
	color: #333;
}

#box_3 {
margin:0 14px 0 7px;
float:left;
width:115px;
height: 60px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #ff6633;
	background-image: url(http://ywcaworcester.org/worksite/wp/wp-content/images/icon_leaf_gray.jpg);
	display: table-cell;
    vertical-align: middle 
} 
#box_3 a {
	color: #333;
}

#box_4 {
	margin:0 0 0 5px;
	float:left;
	width:115px;
	height: 60px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle;
	color: #333;
	background-image: url(http://ywcaworcester.org/worksite/wp/wp-content/images/icon_leaf_orange.jpg);

}

#box_4 a {
	color: #ff6633;
}

#box_1 h2, #box_2 h2, #box_3 h2, #box_4 h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:.8em;
} 

#box_1 ul, #box_2 ul, #box_3 ul, #box_4 ul {
	margin:0 0 0 5px;
	padding:0 0 0 0;
	list-style:none;
}

#box_1 li, #box_2 li, #box_3 li, #box_4 li {
	margin:0 0 .3em 0;
	padding:5px 0 0 5px;
	font-size:.8em;
}

.v-outer {
			display: table;
			#position: relative;
			width: 115px;
			height: 60px;
			width: 100%;
		}
 
			.v-middle {
				display: table-cell;
				#position: absolute;
				#top: 50%;
				vertical-align: middle;
				width: 100%;


			}
 
				.v-inner {
					#position: relative;
					#top: -50%;
					margin: 0px 20px;
					text-align: center;
					
				}

/* ------------------------------------------------*/
/* ------------------- INDIVIDUAL PAGES------------*/
/* ------------------------------------------------*/

/* ------------------- GET FIT --------------------*/

#fit_1 {
	background-image: url(http://ywcaworcester.org/worksite/wp/wp-content/images/fit_adults.jpg);
    background-repeat: no-repeat;
	border: 1px solid;
	float:left;
	width:150px;
	height: 168px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle;
	color: #333;
	margin-right: 15px;
	position: relative; 
}
 
#fit_2 {
	margin:0 7px 0 14px;
	position: relative; 
	float:left;
	width:150px;
	height: 168px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle;
	color: #333;
	border: 1px solid;
	margin-right: 15px;
}

#fit_3 {
	margin:0 14px 0 7px;
	position: relative; 
	float:left;
	width:150px;
	height: 168px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
	border: 1px solid;
	display: table-cell;
    vertical-align: middle; 
	margin-right: 15px;
} 

#fit_4 {
	margin:0 0 0 5px;
	position: relative; 
	float:left;
	width:150px;
	height: 168px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle;
	color: #333;
	border: 1px solid;
	margin-right: 15px;
}

#fit_1 h2, #fit_2 h2, #fit_3 h2, #fit_4 h2 {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 145px; 
	font-weight: bold; 
	color: #333;
	background-color: #ff6633;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: -5px;
	}

#fit_1 h2 a, #fit_2 h2 a, #fit_3 h2 a, #fit_4 h2 a{
	color: #333;
}
dl.margins-removed
{
margin: 0 0 10px 0;
padding: 0;
font-size: 11px;
}

.margins-removed dt
{
margin: 5px 0 0;
padding: 0;
font-weight: bold;
}

.margins-removed dd
{
margin: 0 0 0 0;
padding: 0 0 0 10px;
}


/* ------------------- TYPOGRAPHY -----------------*/

.title {
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
	}
	
.title a {
	color: #000;
	}
#secondary_nav a.liexternal {
	background: none;
	padding-right:12px;	
}	
/* ------------------- BREADCRUMBS -----------------*/

.breadcrumb
{
	background-color: #fff;
	font-size: 10px;
	padding: 10px;
} 
.breadcrumb a
{
	color: #ff6633;
}

/* ------------------- EVENTS -----------------*/
.events {
	border: 1px solid #E9E2D7;
	color: #333;
	padding: 10px;
	background-color: #ffffff;
	text-align: center;
	overflow: hidden;
	}
.events h2
{
	font-color: #333;
	font-size: 14px;
	text-align: center;
}
.events ul
{
	font-size: 11px;
	padding: 0px;
}
.events h3
{
	font-color: #333;
	font-size: 12px;
	text-align: left;
}
	.eventtitle {
	font-size:12px;
	text-transform: capitalize;
	}
	
.eventsdetails
{
	border: 1px solid #E9E2D7;
	color: #333;
	padding: 0 10px 10px;
	background-color: #fff; 
	min-height: 400px;
	overflow: hidden;
}

.location
{
	padding-left: 20px;
}
.widgettitle {
	font-size:12px;
	font-weight:bold;
	text-transform: capitalize;
	color: #333;
	text-align: center;
	padding-bottom: 5px;
	}

#catdescription
{
	border:1px solid #B0BEC7;
	background-color: #F0F0F0;
	overflow: hidden;
	width: 100%;
}
.catdescription h1 {
	padding: 0px; 
	margin: 0px;
}

.catdescription h2 {
	padding: 0px; 
	margin: 0px;
}

.catcontainer {
	border:1px solid #B0BEC7;
	background-color: #F0F0F0;
	margin-bottom: 20px;
}

.maincat { 
	background-color: #333; 
	color: #fff; 
	border: 2px solid #ff6633; 
	padding:10px;
	overflow: hidden;
	text-align: center;
}

.maincat h1  {
	margin-top: 0px;
	line-height: 1em;
	text-align: left;
	}
.subcats {
	padding: 10px;
	}
	
.subcats h2 {
	margin-top: 0px;
	text-align: left;
}
.catdescription {
	width: 60%;
	float: right;
}
.catdescription p{
	padding: 0px 10px 10px 0;
}

.postswrapper
{
	background: #EFEFF7 none repeat scroll 0 0;
	border: 1px solid #E9E2D7;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 20px;
	padding-left: 10px; 
	padding-right: 10px;
}

.post {
margin-top: 10px;
}




/* ------------------- WIDGETS -----------------*/
body.mceContentBody {
	background: #fff;
	color: #000;
}
body.mceContentBody p{
	margin: 0px;
	padding: 0px;
}

#secondary_nav a.lipdf {
	padding-right:12px;
}

.widget ul, dl {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	}

.widget ul ul, ul ol, ol ul, ol ol {
	/* remove margins on sub-lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.widget {
	list-style-type: none;
	}
