

body {
	background: #EEEEEE;
	color: #333333;
	font-size: 14px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 auto 0;
	line-height: 20px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #484848;
	text-decoration: none;
	}
	
a:hover {
	color: #a90329;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}

a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	background: #EEEEEE;
	width: 960px;
	margin: 10px auto 10px;
	position: relative;
	border: 3px solid #FFFFFF;
	-moz-box-shadow: 0 1px 3px #333333; 
	-webkit-box-shadow: 0 1px 3px #333333;
	}

/***** Header  ********************/

#header {
	background-color:#FFF;
	width: 960px; 
	height: 50px;
	}

#title-area {
	width: 460px;
	float: left;
	margin: 0; 
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	color: #FFFFFF;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", "Trebuchet MS";
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	line-height: 36px;
	}
	
#title-area #title a, #title-area #title a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#title-area #description {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
	}

#header .widget-area {
	width: 488px;
	float: right;
	margin: 0; 
	padding: 20px 0 0 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 0 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url('/i/tpl.gif') left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 353px;
	height: 50px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** Header Right Navigation ********************/

/***** TopNav *****/
#topnav {
	width: 960px;
	background: #fff;
	font-family: Georgia, "Times New Roman", "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	clear: both;
	overflow: hidden;
	}

#topnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#topnav li {
	float: left;
	list-style: none;
	}
	
#topnav li a {
	color: #333333;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 0px 10px 10px 5px;
	text-decoration: none;
	position: relative;	
	}

#topnav li a:hover, #topnav li a:active, #topnav .current_page_item a, #topnav .current-cat a, #topnav .current-menu-item {
	color: #2C343F;
	}
	


	
/***** Primary Navigation Extras ********************/
	
#topnav li.right {
	float: right;
	margin: 0;
	padding: 0px 10px 8px 10px;
	}

#topnav li.right a {
	display: inline;
	background: none;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	border: none;
	}
	
#topnav li.right a:hover {
	color: #333333;
	text-decoration: underline;
	}


/***** Primary Navigation ********************/

#nav {
	width: 960px;
	background: #9B2335;
	clear: both;
	overflow: hidden;
	}

#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	}
	
#nav li a {
	font-family: Georgia, "Times New Roman", "Trebuchet MS";
	color:#ffffff;
	display:block;
	font-size: 14px;
	margin: 0;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	position: relative;

	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item {
	color:#9B2335;
	border:0 none;
	background-color:#EEEEEE;
	}
	




#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	

	
/***** Secondary Navigation ********************/

#subnav {
	width: 960px;
	font-family: Georgia, "Times New Roman", "Trebuchet MS";
	font-size: 12px;
	color: #a90329;
	clear: both;
	overflow: hidden;
	}

#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li {
	float: left;
	list-style: none;
	}
#subnav li .inthenews {
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	position: relative;
	color: #9B2335;
}
	
#subnav li a {
	color: #9B2335;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	position: relative;
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item {
	background: #2C343F;
	color: #FFFFFF;
	}
	
#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#subnav li a .sf-sub-indicator {
	background: url('/_i/arrow-down-subnav.png');
	display: block;
	width: 10px;
	height: 10px;
	top: 11px;
	right: 5px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #2C343F;
	color: #FFFFFF;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #0088B3;
	color: #FFFFFF;
	}

#subnav li li a .sf-sub-indicator {
	background: url('/_i/arrow-right-subnav.png');
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul ul {
	margin: -31px 0 0 159px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}




/***** Content Navigation ********************/

#cntnav {
	width: 400px;
	font-family: Georgia, "Times New Roman", "Trebuchet MS";
	font-size: 12px;
	color: #a90329;
	clear: both;
	overflow: hidden;
	}

#cntnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#cntnav li {
	float: left;
	list-style: none;
	}
#cntnav li .inthenews {
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	position: relative;
	color: #9B2335;
}
	
#cntnav li a {
	color: #9B2335;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	position: relative;
	}

#cntnav li a:hover, #cntnav li a:active, #cntnav .current_page_item a, #cntnav .current-cat a, #cntnav .current-menu-item {
	background: #2C343F;
	color: #FFFFFF;
	}
	
#cntnav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#cntnav li a .sf-sub-indicator {
	background: url('/_i/arrow-down-cntnav.png');
	display: block;
	width: 10px;
	height: 10px;
	top: 11px;
	right: 5px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#cntnav li li a, #cntnav li li a:link, #cntnav li li a:visited {
	background: #2C343F;
	color: #FFFFFF;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	}
	
#cntnav li li a:hover, #cntnav li li a:active {
	background: #0088B3;
	color: #FFFFFF;
	}

#cntnav li li a .sf-sub-indicator {
	background: url('/_i/arrow-right-cntnav.png');
	top: 10px;
	}

#cntnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	}

#cntnav li ul a { 
	width: 140px;
	}

#cntnav li ul ul {
	margin: -31px 0 0 159px;
	}

#cntnav li:hover ul ul, #cntnav li:hover ul ul ul, #cntnav li.sfHover ul ul, #cntnav li.sfHover ul ul ul {
	left: -999em;
	}

#cntnav li:hover ul, #cntnav li li:hover ul, #cntnav li li li:hover ul, #cntnav li.sfHover ul, #cntnav li li.sfHover ul, #cntnav li li li.sfHover ul {
	left: auto;
	}

#cntnav li:hover, #cntnav li.sfHover { 
	position: static;
	}







/***** Inner ********************/

#inner {
	width: 940px;
	margin: 10px auto 10px;
	}
    
/***** Homepage ********************/

.dcg  {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#content .dcg h2 {
	font-size: 18px;
	font-weight: normal !important;
	}
	
#featured-top, #featured-bottom {
	width: 590px;
	float: left;
	}
	
.featured-top-left {
	width: 290px;
	float: left;
	}
.365featured-top-left {
	width: 380px;
	float: left;
	}


	
.featured-top-right {
	width: 190px;
	float: right;
	}

#content #featured-top h2, #content #featured-top h2 a, #content #featured-bottom h2, #content #featured-bottom h2 a {
	color: #0088B3;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	}
	
#content #featured-top h2 a:hover, #content #featured-bottom h2 a:hover {
	color: #0088B3;
	text-decoration: underline;
	}
		
#content #featured-top h4, #content #featured-bottom h4 {
	background: #0088B3;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-shadow: #333333 1px 1px;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 1px 8px;
	}

#featured-top .wrap, #featured-bottom .wrap {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#featured-top p, #featured-bottom p {
	margin: 0;
	padding: 5px 0 0 0;
	}

#featured-bottom .widget, #featured-top .widget {
	margin: 0 0 15px 0;
	padding: 0;
	}

#featured-bottom .user-profile {
	overflow: hidden;
	}
	
#featured-bottom .user-profile p {
	padding: 10px;
	}
	
.more-from-category a {
	font-weight: bold;
	}
	
.more-from-category a:hover {
	text-decoration: underline;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: double #DDDDDD;
	}
	
/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 790px;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 940px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	background: #FFFFFF url('/_i/content-split-top.png') top no-repeat;
	width: 440px;
	margin: 0 0 10px 0;
	padding: 9px;
	border: 1px solid #DDDDDD;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}
	
.sidebar-content #content, .content-sidebar #content {
	background: #FFFFFF url('/_i/content-top.png') top no-repeat;
	width: 590px;
	margin: 0 0 10px 0;
	padding: 9px 9px 0 9px;
	border: 1px solid #DDDDDD;
	}
	
.full-width-content #content {
	background: #FFFFFF url('/_i/full-top.png') top no-repeat;
	width: 920px;
	margin: 0 0 10px 0;
	padding: 9px;
	border: 1px solid #DDDDDD;
	}

#content blockquote {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #DDDDDD;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}

.clear {
	clear: both;
	}
	
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
	color: #333333;
	font-family: Georgia, "Times New Roman", "Trebuchet MS";
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1 {
	font-family: Georgia, "Times New Roman", "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px 0;
	}
	
#content h2 {
	font-size: 18px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #9B2335;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4, #header .widget-area h4 {
	font-size: 14px;
	}
	
#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Unordered/Ordered Lists ********************/

#content .post ul, #content .page ul, #content .post ol, #content .page ol, #header .widget-area ul, #featured-bottom ul, #featured-top ul  {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li, #header .widget-area ul li, #featured-bottom ul li, #featured-top ul li {
	margin: 0 0 0 20px;
	padding: 0;
	}

	
#content .post ul li, #content .page ul li, #header .widget-area ul li, #featured-bottom ul li, #featured-top ul li {
	list-style-type: square;
	}

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
	padding: 0;
	}
	
/***** Post Info ********************/
	
.post-info {
	margin: 0 0 5px 0;
	padding: 0;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** AdSense ********************/

.topadspace {
	padding: 5px 5px 5px 100px;
	border-top: 1px solid #DDDDDD;
	}

.adsense {
	padding: 10px 10px 10px 100px;
	border-top: 1px solid #DDDDDD;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #DDDDDD;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	

/***** Images ********************/

#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}
	
.tp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #DDDDDD;
	}

.tp-caption img {
	border: 0;
	}

.tp-caption p.tp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	

/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a, .navigation li.disabled {
	color: #0088B3;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	margin:0;
		text-decoration: none;
	position: relative;
	}

.navigation li a:hover, .navigation li.active a {
	background: #0088B3;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 320px;
	float: right;
	display: inline;
	}
	
#sidebar-alt {
	width: 140px;
	float: left;
	display: inline;
	}
	
#sidebar-bottom-left {
	width: 155px;
	float: left;
	display: inline;
	}
	
#sidebar-bottom-right {
	width: 155px;
	float: right;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget {
	background: #FFFFFF url('/_i/sidebar-top.png') top no-repeat;
	margin: 0 0 10px 0;
	padding: 9px 9px 4px 9px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar-alt .widget {
	background: #FFFFFF url('/_i/sidebar-alt-top.png') top no-repeat;
	margin: 0 0 10px 0;
	padding: 9px 9px 4px 9px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #0088B3;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #0088B3;
	text-decoration: underline;
	}

#sidebar h4, #sidebar-alt h4 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", "Trebuchet MS";
	font-weight: bold;
	margin: 0;
	padding: 2px 5px 1px 0;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 10px 0 5px 0;
	}
	
#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 10px 0 5px 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	background: url('/_i/sidebar-list.png') no-repeat top left;
	margin: 0;
	padding: 0 0 0 15px;
 	word-wrap: break-word;
	}
	
#sidebar embed, #sidebar object, #sidebar-alt embed, #sidebar-alt object {
	width: 300px; 
	height: 225px;
	margin: 0; 
	padding: 0;
	}


	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F7F7F7;
	color: #0088B3;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 10px 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#sidebar #cat {
	width: 298px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}
	
/***** Featured Post/Page ********************/

.featuredpost, .featuredpage {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.featuredpost p, .featuredpage p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .featuredpost .post, #content .featuredpage .page, #sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	}
	
.featuredpost img, .featuredpage img, .featuredpost .avatar, .featuredpage .avatar {
	background: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 0;
	}
	
#nav .searchform {
	float: right;
	padding: 6px 0 0 0;
	}
	
.s {
	background: #F7F7F7 !important;
	color: #9B2335;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 12px;
	margin: 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #CCCCCC;
	}
	
#header .s, #nav .s, #sidebar .s {
	width: 185px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}
	
/***** eNews & Updates Widget ********************/

.enews {
	background: url('/_i/enews.png') top right no-repeat;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 5px 10px 0 0;
	}

.enews #subscribe {
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: #F7F7F7 !important;
	width: 250px;
	color: #0088B3;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	}

/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url('/_i/twitter.png') top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}


/***** Footer ********************/

#footer {
	width: 960px;
	background: #C8C8C8;
	color: #000000;
	padding: 5px 0 5px 0;
	clear: both; 
	overflow: hidden;
	}

#footer a, #footer a:visited {
	color: #000000;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}


	
/***** Footer Widgets ********************/


	
#footer-widgets {
	width: 960px;
	font-size: 12px;
	margin: 0 auto 0;
	border-top: 3px solid #9B2335;
	background: #D8D8D8;
	overflow: hidden;
	clear: both;
	
	}
	
#footer-widgets .wrap {
	width: 940px;
	margin: 0 auto 0;
	}
	
#footer-widgets .widget {
	background: none;
	border: none;
	}
	
#footer-widgets p {
	margin: 0;
	padding: 0 0 10px 0;
	}


	
/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}