/*
	Theme Name: Prose
	Theme URL: http://www.studiopress.com/themes/prose
	Description: Prose is a 2 or 3-column Widget-ready child theme created for the Genesis Theme Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	
	Template: genesis
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #F3F3F3;
	color: #222222;
	font-family: 'Century Gothic', sans-serif;
	font-size: 15px;
	margin: 0 auto 0;
	line-height: 24px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #222222;
	text-decoration: underline;
	}
	
a:hover {
	color: #222222;
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	background: transparent!important;
	width:;
	margin: 0px auto 0;
	padding: 0px;
	border: 0px solid #EDEDED;
	position: relative;
	overflow: hidden;
	}

/***** Header  ********************/

#header {
background: transparent!important;
	}

#title-area {
	width: 450px;
	float: left;
	padding: 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 36px;
	font-weight: normal;
	line-height: 42px;
	margin: 0; 
	padding: 40px 0 0 20px;
	}
	
#title-area #title a, #title-area #title a:hover {
	color: #222222;
	text-decoration: none;
	}
	
#title-area #description {
	color: #999999;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
	}

#header .widget-area {
	width: 478px;
	float: right;
	padding-right: 10px;
	padding-top: 20px;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}

/***** Image Header - Partial Width ********************/

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 450px;
	height: 150px;
	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: 940px;
	}
	
/***** Primary Navigation ********************/

#nav {
	background: #F3F3F3;
	width: 938px;
	color: #666666;
	font-family: 'Century Gothic', sans-serif;
	font-size: 13px;
	margin: 0 auto 0;
	text-transform: uppercase;
	border: 1px solid #DDDDDD;
	clear: both;
	overflow: hidden;
	}

#nav ul {
	width: 936px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
	}
	
#nav ul ul {
	border: none;
	}
	
#nav li {
	float: left;
	list-style: none;
	}
	
#nav li a {
	color: #666666;
	display: block;
    margin: 0;
	padding: 6px 10px 4px 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 a {
	background: #444444;
	color: #FFFFFF;
	}

#nav li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	top: 14px;
	right: 5px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #444444;
	color: #FFFFFF;
	width: 158px; 
	margin: 0;
	padding: 5px 10px 4px 10px;
	text-transform: none;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #444444;
	color: #FFFFFF;
	}

#nav li li a .sf-sub-indicator {
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	margin: 0;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	padding: 0;
	}

#nav li ul a { 
	width: 150px;
	}

#nav li ul ul {
	margin: -34px 0 0 179px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
/***** Primary Navigation Extras ********************/
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 5px 15px 4px 15px;
	}

#nav li.right a {
	display: inline;
	background: none;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	border: none;
	}
	
#nav li.right a:hover {
	background: none;
	color: #666666;
	text-decoration: underline;
	}

#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}

#nav li.rss a:hover {
	background: url(images/rss.png) no-repeat left center;
	}
	
#nav li.date {
	color: #666666;
	}
	
#nav li.search {
	padding: 0 5px 0 0;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 2px 20px;
	}
	
#nav li.twitter a:hover {
	background: url(images/twitter-nav.png) no-repeat left center;
	}
	
/***** Secondary Navigation ********************/

#subnav {
	background: transparent;
	width: 938px;
	color: #666666;
	font-family: 'Century Gothic', sans-serif;
	font-size: 13px;
	margin: 0 auto 0;
	text-transform: uppercase;
	clear: both;
	overflow: hidden;
	}

#subnav ul {
	width: 936px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav ul ul {
	border: none;
	}
	
#subnav li {
	float: left;
	list-style: none;
	}
	
#subnav li a {
	color: #fff;
	display: block;
    margin: 0;
	padding: 6px 10px 4px 10px;
	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 {
	color: #e2e2d4;
	}

#subnav li a .sf-sub-indicator {
	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 {
	color: #FFFFFF;
	width: 148px; 
	margin: 0;
	padding: 5px 10px 4px 10px;
	text-transform: none;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	color: #e2e2d4;
	}

#subnav li li a .sf-sub-indicator {
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	padding: 0;
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul ul {
	margin: -34px 0 0 169px;
	}

#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;
	}
	
/***** Inner ********************/

#inner {
	width: 920px;
	margin: 15px auto 0;
	clear: both;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #EADAA7;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F3F3F3;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrap ********************/

#content-sidebar-wrap {
	width: 760px;
	float: left;
	}

.page-template-landing-php #content-sidebar-wrap {
	width: 700px;
	margin: 0 auto 0;
	float: none;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 920px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	float: left;
	width: 470px;
	margin: 0;
	padding: 0;
	}
	
.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 630px;
	margin: 0;
	padding: 0;
	}

.full-width-content #content {
	width: 920px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.page-template-landing-php #content {
	width: 700px;
	margin: 0 auto 0;
	}

#content blockquote {
	background: #F3F3F3;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #DDDDDD;
	}
	
#content p.notice {
	background: #F5F8FA;
	margin: 0 15px 15px 15px !important;
	padding: 10px 20px 15px 15px !important;
	border: 1px solid #D7E8F0;
	}

#content .post, #content .page {
	margin: 0 0 15px 0;
	padding: 15px 0 10px 0;
	border-bottom: 1px dotted #EADAA7;
	overflow: hidden;
	}
	
.single #content .post {
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	border-bottom: none;
	}
	
.page-template-landing-php #content .page {
	padding: 10px 10px 0 10px;
	}

#content .post p, #content .page p {
	margin: 0;
	padding: 0 0 15px 0;
	}

.clear {
	clear: both;
	}
	
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
	color: #222222;
	font-family: 'Century Gothic', sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 10px 0 10px 0;
	padding: 0;
	}

#content h1 {
	font-size: 26px;
	margin: 0 0 10px 0;
	line-height: 30px;
	}
	
#content h2 {
	font-size: 26px;
	margin: 0 0 10px 0;
	line-height: 30px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #222222;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #444444;
	text-decoration: none;
	}

#content h3 {
	font-size: 20px;
	}
	
#content h4, #header .widget-area h4 {
	font-size: 18px;
	}

#content h5 {
	font-size: 16px;
	}
	
#content h6 {
	font-size: 14px;
	}
	
/***** Unordered/Ordered Lists ********************/
	
#content .post ul, #content .page ul, #content .post ol, #content .page ol, #header .widget-area ul {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol, #content .page ol {
	margin: 0 0 0 5px;
	}
	
#header .widget-area ul {
	padding: 0;
	}
	
#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li {
	margin: 0 0 0 25px;
	padding: 0;
	}
	
#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li, #header .widget-area ul li {
	margin: 0 0 0 20px;
	}
	
#content .post ul li, #content .page ul li, #header .widget-area ul li {
	background: none;
	list-style:inside;
	margin: 0 0 3px 0;
	padding: 0 0 3px 16px;
	}

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
	padding: 0;
	}

/***** Post Info ********************/
	
.post-info {
	background: #F9F9F9;
	color: #666666;
	font-size: 13px;
	margin: 0 0 15px 0;
	padding: 2px 5px 2px 5px;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	background: #F9F9F9;
	color: #666666;
	font-size: 13px;
	margin: 0 0 15px 0;
	padding: 2px 5px 2px 5px;
	clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F3F3F3;
	margin: 0 0 30px 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;
	}
	
/***** Sticky Posts ********************/
	
#content .sticky {
	background: #F3F3F3;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}
	
/***** Archive Page ********************/
	
#content .archive-page {
	float: left;
	width: 50%;
	padding: 20px 0 20px 0;
	}

/***** Post Icons ********************/
	
.time {
	background: url(images/icon-time.png) no-repeat center left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat center left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.categories {
	background: url(images/icon-categories.png) no-repeat center left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
	}
	
.tags {
	background: url(images/icon-tags.png) no-repeat center left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}

/***** Images ********************/

#content img, #content p img {
	max-width: 100%;
	}

#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;
	}

.wp-caption {
	background: #F3F3F3;
	padding: 10px 5px 0 5px;
	text-align: center;
	border: 1px solid #DDDDDD;
	}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding: 5px 0 5px 0 !important;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}

/***** Post Navigation **********/

.navigation {
	width: 100%;
	font-size: 14px;
	margin: 0;
	padding: 0 0 15px 0;
	overflow: hidden;
	clear: both;
	}
	
#comments .navigation {
	padding: 0;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a, .navigation li.disabled {
	background: #F3F3F3;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	}

.navigation li a:hover, .navigation li.active a {
	background: #555555;
	color: #FFFFFF;
	text-decoration: none;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 270px;
	float: right;
	font-size: 13px;
	display: inline;
	}
	
#sidebar-alt {
	width: 140px;
	float: left;
	font-size: 13px;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}
	
#sidebar p, #sidebar-alt p {
	margin: 0;
	padding: 0;
	}
	
#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #222222;
	font-size: 18px;
	font-family: 'Century Gothic', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #444444;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	color: #222222;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", "Trebuchet MS", sans-serif;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #EADAA7;
	}
	
#sidebar a img, #sidebar-alt a img {
	margin: 0;
	}
	
#sidebar .social-profiles a img, #sidebar-alt .social-profiles a img {
	margin: 5px 6px 0 6px;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 5px 0 5px 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol, #footer-widgeted ul, #footer-widgeted ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol, #footer-widgeted ul ul, #footer-widgeted ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li, #footer-widgeted li {
	background: url(images/sidebar-list.png) no-repeat top left;
	margin: 0 0 3px 0;
	padding: 0 0 3px 16px;
 	word-wrap: break-word;
 	border-bottom: 1px dotted #EADAA7;
	}
	
#footer-widgeted li {
	background: url(images/footer-list.png) no-repeat top left;
	}
	
#sidebar li a, #sidebar li a:visited, #sidebar-alt li a, #sidebar-alt li a:visited, #footer-widgeted li a, #footer-widgeted li a:visited {
	text-decoration: none;
	}
	
#sidebar li a:hover, #sidebar-alt li a:hover, #footer-widgeted li a:hover {
	text-decoration: underline;
	}

/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F3F3F3;
	color: #333333;
	font-size: 12px;
	font-family: 'Century Gothic', sans-serif;
	margin: 10px 0 0 0;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#sidebar #cat {
	width: 248px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 10px 5px 10px;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar, #sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {	
	background: #F3F3F3;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F3F3F3;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 5px 0 0 0;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 0 10px;
	}

/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 60px 0 0 0;
	}

.s {
	background: #FFFFFF;
	width: 200px;
	color: #666666;
	font-size: 13px;
	margin: 4px 4px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #DDDDDD;
	}
	
#nav .s {
	background: #FFFFFF !important;
	}

/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	}
	
#sidebar .enews p {
	padding: 5px 0 0 0;
	}

.enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: #F3F3F3;
	width: 200px;
	color: #666666;
	font-family: 'Century Gothic', sans-serif;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	}
	
/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	width: 100%;
	}
	
#footer-widgeted #wp-calendar {
	background: #FFFFFF;
	}
	
#footer-widgeted #wp-calendar a, #footer-widgeted #wp-calendar a:visited {
	text-decoration: underline;
	}
	
#footer-widgeted #wp-calendar a:hover {
	text-decoration: none;
	}
	
#sidebar .widget_calendar {
	padding: 0;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 13px;
	font-family: 'Century Gothic', sans-serif;
	font-style: italic;
	font-weight: normal;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F3F3F3 !important;
	color: #F3F3F3 !important;
	}

#wp-calendar td {
	background: #F3F3F3;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	}
	
/***** Buttons ********************/
	
#submit, .searchsubmit, .enews #subbutton, .gform_footer .button, .reply a, .reply a:visited {
	background: #444444;
	color: #FFFFFF;
	font-family: 'Century Gothic', sans-serif !important;
	font-size: 13px;
	font-weight: normal !important;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 4px 6px 4px 6px !important;
	border: none !important;
	}
	
#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover, .reply a:hover {
	background: #222222;
	border: none !important;
	}
	
/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F3F3F3;
	color: #222222 !important;
	font-family: 'Century Gothic', sans-serif;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #DDDDDD;
	}

.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}
	
.gform_wrapper li, .gform_wrapper form li {
	background: none !important;
	margin: 0 0 10px 0 !important;
	padding-left: 0 !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	}
	
/***** Footer Widgeted ********************/
	
#footer-widgeted {
	background: #F3F3F3;
	width: 928px;
	color: #322B25;
	font-size: 13px;
	margin: 0 auto 5px;
	padding: 0;
	border: 1px solid #fff;
	overflow: hidden;
	clear: both;
	}
	
#footer-widgeted .wrap {
	border: 1px solid #FFFFFF;
	overflow: hidden;
	}

#footer-widgeted .widget {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#footer-widgeted h4 {
	color: #322B25;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", "Trebuchet MS", sans-serif;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #EADAA7;
	}
	
#footer-widgeted p {
    font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#footer-widgeted a, #footer-widgeted a:visited {
	color: #322B25;
	text-decoration: none;
	}
	
#footer-widgeted a:hover {
	color: #322B25;
	text-decoration: underline;
	}

.footer-widgeted-1, .footer-widgeted-4 {
	width: 280px;
	float: left;
	margin: 0 25px 10px 15px;
	padding: 10px;
	min-height:285px;
	}
	
.footer-widgeted-2, .footer-widgeted-5 {
	width: 280px;
	float: left;
	margin: 0 0 10px;
	padding: 10px;
	min-height:285px;
	}

.footer-widgeted-3, .footer-widgeted-6 {
	width: 280px;
	float: right;
	margin: 0 15px 10px;
	padding: 10px;
	min-height:285px;
	}

.footer-widgeted-1, .footer-widgeted-3, .footer-widgeted-5 {
	background:#91A050;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91A050', endColorstr='#E0E4CE'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#91A050), to(#E0E4CE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #91A050,  #E0E4CE); /* for firefox 3.6+ */
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #91A050;
}

.footer-widgeted-2, .footer-widgeted-4, .footer-widgeted-6 {
	background:#83ADB7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83ADB7', endColorstr='#D3E2E5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#83ADB7), to(#D3E2E5)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #83ADB7,  #D3E2E5); /* for firefox 3.6+ */
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #83ADB7;
}

.footer-ads {
	width: 729px;
	margin: 0px auto;
	padding: 0;
	}

/*.squareads {margin-left:117px;} /* 5 ads */
 .squareads {margin-left:45px;} /* 6 ads */
.squareads img {padding:0 10px 10px;margin-bottom:0;}

/***** Footer ********************/

#footer {
	width:;
	background:#6D5A47;
	font-size: 13px;
	margin: 0 auto 0;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	overflow: hidden;
	clear: both; 
	}

#footer a, #footer a:visited {
	color: #222222;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #222222;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
	}

#footer .creds {
	width: 745px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	}

/***** Comments ********************/

#comments, #respond {
	background: #FFFFFF;
	margin: 0 0 30px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F3F3F3;
	width: 250px;
	color: #666666;
	font-family: 'Century Gothic', sans-serif;
	font-size: 13px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	}
	
#comment {
	background: #F3F3F3;
	width: 98%;
	height: 150px;
	color: #666666;
	font-family: 'Century Gothic', sans-serif;
	font-size: 13px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #DDDDDD;
	}
	
.comment-list, .children {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-weight: normal;
	font-size: 13px;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.nocomments {
	text-align: center;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F3F3F3;
	}

.even, .alt, .depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}

/***** TEMPORARY CSS CHANGES *******/
#wrap {width:1010px !important;}
.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {width:945px !important;}
#footer-widgeted .wrap {width:975px !important;}
#footer {width:1000px !important;}
#inner {width:985px !important;}
.footer-widgeted-3, .footer-widgeted-6 {margin-left:10px !important;}

/*
Stylesheet for the WP125 ad management plugin
URL: http://www.webmaster-source.com/wp125-ad-plugin-wordpress/
*/


/* Styles for one-column display */
#wp125adwrap_1c { width:100%; }
#wp125adwrap_1c .wp125ad { margin-bottom:10px; }

/* Styles for two-column display */
#wp125adwrap_2c { width:100%; }
#wp125adwrap_2c .wp125ad { width:125px; float:left; padding:10px; }