/*
	Theme Name: Magazine Child Theme
	Theme URL: http://www.studiopress.com/themes/magazine
	Description: Magazine is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0.1
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Colors
colors:
#bccb9c - green
#dadfb3 - lt. green
#78b2a2 - teal
#2d8f8a - orig. teal
#95708c - purple
#c53261 - red  c32b62
#247f7b - dk. teal
*/

body {
	background: #95708c url(images/bkgd.png);
	color:#444;
	font: 14px/22px 'HelveticaNeue-Regular', 'Helvetica Neue Regular', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	margin: 0 auto 0; padding: 0;
	}
	
/***** Hyperlinks ********************/

a, a:visited { color: #c53261; text-decoration: none; }
	
a:hover { color: #78b2a2; text-decoration: underline; }
	
a img { border: none; }
	
a:focus, a:hover, a:active { outline: none; }


/***** Wrap ********************/

#wrap {
	background: #EAEAEA; border: 1px solid #73536b;
	width: 960px;
	margin: 10px auto 10px;
	position: relative;
						-moz-box-shadow: 3px 1px 2px #7f5f77;
						-webkit-box-shadow: 3px 1px 2px #7f5f77;
						box-shadow: 3px 1px 2px  #7f5f77;
	}

/***** Header  ********************/

#header {
	background: #95708c; width: 960px;  height: 105px;
	color : #FFFFFF;
	margin: 0; padding: 0; overflow: hidden;
						
	}

#title-area {
	width: 460px; float: left;
	margin: 0;  padding: 15px 0 0 0; overflow: hidden;
						
	}
	
#title-area #title {
	color: #FFFFFF;
	font-size: 30px;
	font-family:  'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	line-height: 36px;
	}
	
#title-area #title a {
	color: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#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: 398px;
	float: right;
	margin: 0; 
	padding: 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area .ul {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#header .widget-area ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	margin-left: 13px; margin-top: 1px;background: url(images/fns_header.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 460px;
	height: 105px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	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 ********************/

#header ul.nav, #header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 66px 9px 0 -45px;
	padding: 0;
	}
	
#header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
	background: #c53261;
	color: #FFF; text-shadow: 1px 1px #4c4c66;
	display: block;
	font-size: 12px;
    margin: 0 3px 0 0;
	padding: 11px 18px 18px 18px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	background: #78b2a2;
	color: #FFF;
	}

#header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #666666;
	color: #FFFFFF;
	width: 148px; 
	font-size: 12px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	text-transform: none;
	position: relative;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-khtml-border-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	background: #888888;
	}

#header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	top: 10px;
	}

#header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a, #header ul.menu li ul a { 
	width: 150px;
	}

#header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -33px 0 0 169px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}

/***** Main Navigation ********************/

#subnav {
	background: url(images/nav.png); width: 960px;
	color: #FFFFFF;font-weight: bold;
	margin: 0 auto 0; padding: 0;
	text-transform: uppercase;
						-moz-box-shadow: 3px 0px 0px #7f5f77;
						-webkit-box-shadow: 3px 0px 0px #7f5f77;
						box-shadow: 3px 0px 0px  #7f5f77;
	}
	
#subnav .wrap {
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	}

#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li {
	float: left;
	list-style: none; 
	margin: 0;
	padding: 0;
	}
	
#subnav li a {
	background: url(images/navline.png) right no-repeat;
	color: #FFFFFF; font-size: 14px; text-shadow: 1px 1px #7f835f;
	display: block;
    margin: 0;
	padding: 7px 20px 8px 20px;
	text-decoration: none;
	position: relative;
	}

#subnav li.home .current_page_item, #subnav li a:hover, #subnav li a:active, { url(images/navhov.png) top right; color: #FFFFFF;}

#subnav li a:hover { background: url(images/navhov.png) top left; }
	
#subnav li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 10px; right: 10px;
	}
	
#subnav li li a, #nav li li a:link, #subnav li li a:visited {
	background: #a6839e;
	color: #FFFFFF;
	width: 148px; 
	font-size: 11px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #7a5772;
	border-right: 1px solid #7a5772;
	border-bottom: 1px solid #7a5772;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active  {
	background: #7a5772;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#subnav li ul a { 
	width: 150px;
	}

#subnav li ul ul {
	margin: -31px 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;
	}
	
/***** Primary Navigation Extras ********************/
	
#subnav li.right {
	float: right;
	margin: 0;
	padding: 4px 10px 0 0;
	}

#subnav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
	
#subnav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#subnav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}
	
#subnav li.search {
	padding: 0 5px 0 0;
	}
	
#subnav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}


	
/***** Sites Navigation ********************/

#nav {
	background: #444;
	color: #FFFFFF; text-shadow: 1px 1px #222; text-transform: none; 
	margin: 0 auto 0; padding: 0;
						-moz-box-shadow: 3px 1px 2px #7f5f77;
						-webkit-box-shadow: 3px 1px 2px #7f5f77;
						box-shadow: 3px 1px 2px  #7f5f77;
	}
	
#nav .wrap {
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	}

#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
    margin: 0;
	padding: 6px 19px 5px 19px;
	text-decoration: none;
	position: relative; font-weight: normal; 
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a {
	background: #777;
	color: #FFF; font-weight: normal; 
	}

#nav li.menu-item-17  {  background: #111; text-shadow: 1px 1px #111; }	

#nav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #2C3560;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 4px 10px 4px 10px;
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #2C3560;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul ul {
	margin: -29px 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;
	}

/***** Inner ********************/

#inner {
	width: 940px;
	margin: 10px auto 10px; padding: 0;
						-moz-box-shadow: 3px 1px 2px #141d49;
						-webkit-box-shadow: 3px 1px 2px #141d49;
						box-shadow: 3px 1px 2px  #141d49;
	}

/***** Tabs ********************/

.ui-tabs {
	clear: both;
	width: 590px;
	margin: 0 0 10px 0;
	padding: 10px;
	overflow: hidden;
	}
	
#content .ui-tabs .post {
	background: #F7F7F7;
	margin: 0 0 5px 0;
	padding: 15px;
	overflow: hidden;
	}

.ui-tabs .ui-tabs-hide { /* hide tabs */
     display: none;
	}

.ui-tabs .ui-tabs-panel {
	width: 560px;
	margin: 0; 
	padding: 0;
	}

.ui-tabs ul.ui-tabs-nav {
	list-style-type: none;
	margin: 5px 0 0 0; 
	padding: 0;
	font-size: 12px;
	clear: both;
	}
	
.ui-tabs ul.ui-tabs-nav li {
	display: inline;
	text-align: center;
	margin: 0 5px 0 0; 
	padding: 0;
	}
	
.ui-tabs ul.ui-tabs-nav li a {
	background: #DDDDDD;
	color: #111111;
	margin: 0; 
	padding: 7px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
.ui-tabs ul.ui-tabs-nav li a:hover {
	background: #F7F7F7;
	color: #111111;
	}
	
.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #F7F7F7;
	color: #111111;
	}
	
.ui-tabs .image {
	margin: 0 10px 0 0;
	padding: 0;
	}
	
.ui-tabs .more-link {
	background: #444444;
	color: #FFFFFF;
	float: right;
	margin: 15px 0 0 0; 
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.ui-tabs .more-link:hover {
	background: #B2262B;
	}

/***** Homepage ********************/
	
#featured-top {
	width: 583px;
	float: left;
	margin: 0 0px 15px 0;
	padding: 3px;
	}

#featured-bottom-1 {
	width: 585px;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#featured-bottom {
	width: 580px; text-align: left;
	float: left; background: none;
	margin: 0;
	padding: 0;
	}
	
.featured-bottom-left {
	width: 280px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.featured-bottom-right {
	width: 280px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
#content #featured-top h2, #content #featured-top h2 a, #content #featured-bottom-1 h2, #content #featured-bottom-1 h2 a {
	color: #a82e61; text-transform: capitalize;
	font-family:'Lobster Two','HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	margin: 0 0 10px 0; font-size: 28px; line-height: 125%;
	padding: 0;
	}
	
#content #featured-bottom h2, #content #featured-bottom h2 a {
	color: #a82e61; text-transform: capitalize;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	margin: 0px 0px 10px 20px; font-size: 20px;line-height: 125%;
	padding: 0; padding-left:3px;
	}	
	
#content #featured-top h2 a:hover, #content #featured-bottom-1 h2 a:hover{
	color: #95708c; font-size: 28px;
	text-decoration: none;	color: #95708c;

	}

#content #featured-bottom h2 a:hover {
	color: #95708c; font-size: 17px;
	text-decoration: none;
	}	
#content #featured-top .ui-tabs h2,#content #featured-top .ui-tabs h2 a {
	font-size: 32px;
	margin: 0 0 5px 0;
	}
	
#content #featured-bottom h2 {
	font-size:17px; line-height: 120%;
	margin: 0 !important; 
	}
	
#content #featured-bottom h2 a {
	font-size: 17px; 
	margin: 0 !important;
	}
		
	
#content #featured-top h4, #content #featured-bottom h4 {
	color: #7a5571; 
	font: 28px/31px 'Lobster Two','HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	margin: 0 0 5px 0;
	padding-bottom: 3px; border-bottom: 2px dotted #bccb9c;
	}

#content #featured-bottom h4 { margin-left: 0px; text-align: center;}


#featured-top .wrap, #featured-bottom .wrap, #featured-bottom-1 .wrap {
	margin: 0;
	padding: 0;
	}
	
#featured-top p, #featured-bottom p, #featured-bottom-1 p {
	margin: 0;
	padding: 0 0 5px 0;
	}

#featured-top p.byline { font-size: 10px; }

#featured-top p { font-size: 14px; line-height:19px;}


#featured-top .widget, #featured-bottom .widget , #featured-bottom-1 .widget{
	margin: 10px ;
	padding: 0;
	}
	
#featured-top .widget-wrap, #featured-bottom .widget-wrap, #featured-bottom-1 .widget-wrap {
	margin: 0;
	padding: 0;
	}

#content #featured-top img, #content #featured-top p img, #content #featured-bottom img, #content #featured-bottom p img, #content #featured-bottom-1 p img {
	background: none !important; margin-right: 15px;
	max-width: none;
	}
	
#featured-bottom .user-profile {
	overflow: hidden;
	}
	
#featured-bottom .user-profile p {
	padding: 10px;
	}

#featured-bottom .widget_tag_cloud div {
	padding: 10px 10px 14px 10px;
	}
	
#featured-bottom .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
.more-from-category a {
	font-weight: bold;
	}
	
.more-from-category a:hover {
	text-decoration: underline;
	}





a.more-link  { font-size: 11px; }



/***** Homepage Featured Post/Page ********************/
featured-bottom { margin-left 11px; }

#featured-bottom-1 h4.widgettitle { font-size: 28px; line-height: 35px;margin-bottom: 9px; }
#featured-top .featuredpost, #featured-top .featuredpage, #featured-bottom .featuredpost, #featured-bottom .featuredpage{
	margin: 0 0 10px 0;
	padding: 0;
	}
#featured-bottom-1 .featuredpost, #featured-bottom-1 .featuredpage {
	margin: 13px 13px 10px 8px;
	padding: 0;
	}
	
#featured-top .featuredpost .post, #featured-top .featuredpage .page, #featured-bottom .featuredpost .post, #featured-bottom .featuredpage .page, 
#featured-bottom-1 .featuredpost .post, #featured-bottom-1 .featuredpage .page {
	margin: 0;
	padding: 8px 18px 5px 15px;
	border-bottom: 1px solid #78b2a2;
	overflow: hidden;
	clear: both;
	}
	
#featured-top .featuredpost .post, #featured-top .featuredpage .page, #featured-bottom .featuredpost .post, #featured-bottom .featuredpage .page{ 
	margin: 0;
	padding: 8px 18px 5px 15px;
	border-bottom: 4px double #78b2a2;
	overflow: hidden;
	clear: both;
	}
	
#featured-bottom-1 .featuredpost .post, #featured-bottom-1 .featuredpage .page {
	margin: 0;
	padding: 8px 18px 5px 15px;
	border-bottom: 1px dotted #78b2a2;
	overflow: hidden;
	clear: both;
	}
	
	
#featured-top .featuredpost .avatar, #featured-top .featuredpage .avatar, #featured-bottom .featuredpost .avatar, #featured-bottom .featuredpage .avatar, #featured-bottom-1 .featuredpost .avatar, #featured-bottom-1 .featuredpage .avatar  {
	margin: 0;
	padding: 9px;
	border: 1px solid #DDDDDD;
	}
	
#featured-top .featuredpost img, #featured-top .featuredpage img, #featured-bottom .featuredpost img, #featured-bottom .featuredpage img,
#featured-bottom-1 .featuredpost img, #featured-bottom-1 .featuredpage img{
	background: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#featured-top .more-from-category, #featured-bottom .more-from-category,
#featured-bottom-1 .more-from-category{
	margin: 0;
	padding: 5px 0 0 0;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	background: #F7F7F7;
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	border: 1px solid #DDDDDD;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 790px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 940px;
	margin: 0 0 10px 0;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	background: #FFFFFF;
	width: 440px;
	margin: 0 0 10px 0;
	padding: 9px !important;
	border: 1px solid #c9c9c9;
	float: left;
	}
	
#columnists {width: 569px; min-height: 200px;}	

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}
	
.sidebar-content #content, .content-sidebar #content {
	width: 590px;
	margin: 0;
	padding: 0;
	}
	
.full-width-content #content {
	width: 920px;
	margin: 0 0 10px 0;
	padding: 0;
	}

#content blockquote {
	background: #F7F7F7; 
	margin: 0 15px 15px 15px;
	padding: 20px 20px 0 20px;
	border: 1px solid #DDDDDD;
	}
	
#content .bio {
	background: #F7F7F7; 
	margin: 0 15px 15px 15px;
	padding: 20px 20px 0 20px;
	border: 1px solid #DDDDDD;
	}
	

#content .post {
	margin: 0 0 40px 0;
	padding: 10px;
	}
	
#content .page {
	margin: 0;
	padding: 10px;
	}

#content .post p {
	margin: 0;
	padding: 0 0 10px 8px; line-height: 22px;
	}
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0 20px 0;
	}

.clear {
	clear: both;
	}
	
/***** Headlines ********************/


#content h1 {
	color: #896480;
	font-family: 'Lobster Two', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	text-transform: capitalize; line-height: 120%;
	margin: 0 0 5px 0; font-weight: normal;
	padding: 0;
	}
 #content h2, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
	color: #2d8f8a;
	font-family: 'Lobster Two', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	text-transform: capitalize;
	margin: 0 0 5px 0; font-weight: normal;
	padding: 0;
	}

#content h1 {
	font-size: 28px;
	margin: 0 0 10px 0;
	}
	
#content h2 {
	font-size: 25px;
	margin: 0 0 10px 0;
	}
	
#content h2 a, #content h2 a:visited {
	color: #2d8f8a;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #95708c;
	text-decoration: none;
	}

#dsq-content h3 {
	font-size: 26px; color: #aeb481;
	}
	
#content h3 {
	font-size: 26px; color: #aeb481;
	}
	
#content h4, #header .widget-area h4 {
	font-size: 24px;
	}
	
#header .widget-area h4 {
	color: #FFFFFF;
	}
	
#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 {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul li, #content .page 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 15px 0;  font-size: 10px;
	padding: 0; 
	}
	
.post-info p {
	margin: 0;
	padding: 0; font-size: 10px;
	}
	
	.post-info a {
	margin: 0;
	padding: 0; font-size: 10px;
	}
	
/***** AdSense ********************/
	
.adsense {
	padding: 10px 0 10px 0;
	border-top: 1px solid #DDDDDD;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #DDDDDD;
    clear: both;
	}
	
.byline post-info a{
	font-size: 10px; line-height: 16px;
	}	

	p.byline { font-size: 10px;line-height: 16px; }	
.byline post-info p{ font-size: 10px;line-height: 16px; }

.author v-card a { font-size: 10px;line-height: 16px;}
 
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	overflow: hidden; font-size: 12px;line-height: 16px;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF !important;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
/***** Post Icons ********************/
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px; font-size: 10px;line-height: 16px;
	}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px; font-size: 12px;
	}
	
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px; font-size: 12px;
	}

/***** Topics (tags) Page ********************/

#tags { padding: 0px 30px; font-size: 15px; line-height: 175%;}

#tags ul.wp-tag-cloud li a{ font-size: 15px; }

div#tags ul.wp-tag-cloud li { font-size: 15px; list-style-image: url('images/arrow.png')}

#tags a { color: #c53261; }
#tags a:hover { color: #95708c; }

#bccb9c - green
#dadfb3 - lt. green
#78b2a2 - teal
#2d8f8a - orig. teal
#95708c - purple
#c53261 - red  c32b62
#247f7b - dk. teal
*/



/***** 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  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 17px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #DDDDDD;
	}

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

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 7px;
	font-weight: normal;
	line-height: 8px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}

/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
    background: #111111;
	color: #FFFFFF;
	padding: 5px 8px 5px 8px;
	border: 1px solid #111111;
	}

.navigation li a:hover, .navigation li.active a {
	background: #B2262B;
	color: #FFFFFF;
	border: 1px solid #B2262B;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #B2262B;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 320px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#sidebar-alt {
	width: 140px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#sidebar-bottom-left {
	width: 145px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#sidebar-bottom-right {
	width: 145px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	background: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 9px;
	border: 1px solid #c9c9c9;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #B2262B;
	font-size: 19px;
	font-family: 'Lobster Two', Tahoma, Arial, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #B2262B;
	text-decoration: underline;
	}

#sidebar h4, #sidebar-alt h4 {
	color: #247f7b;
	font-size: 25px;
	font-family: 'Lobster Two',Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#sidebar .widget p, #sidebar-alt .widget p, #sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 0;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 5px 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(images/sidebar-list.png) no-repeat top left;
	margin: 0;
	padding: 0 0 0 18px;
 	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: #B2262B;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;	
	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;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 9px;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
	clear: both;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	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: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}

	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 0;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #F7F7F7 !important;
	color: #222222;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;	
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 4px 0 5px 5px;
	border: 1px solid #DDDDDD;
	}
	
#header .s, #nav .s, #sidebar .s {
	width: 230px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}

/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/email-icon.png) no-repeat top right;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: #F7F7F7 !important;
	width: 240px;
	color: #222222;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-size: 12px;
	padding: 4px 0 4px 5px;
	margin: 5px 8px 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 {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	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: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Buttons ********************/

#submit, .searchsubmit, .enews #subbutton, .gform_footer .button {
	background: #247f7b !important;
	color: #FFFFFF;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
    margin-top: -10px; margin-left: -19px;
	padding: 6px 8px 5px 8px !important;
	border: 0px solid #78b2a2;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover {
	background: #95708c !important;
	border: 0px solid #95708c;
	}
	
/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F7F7F7 !important;
	color: #333333 !important;
	font-family: Tahoma, Arial, Verdana !important;
	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 {
	margin: 0 0 10px 0 !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	}

/***** Footer ********************/

#footer {
	background: #bccb9c;
	width: 960px;
	height: 20px;
	color: #333;
	margin: 0 auto 0;
	padding: 10px 0 10px 0;
	clear: both; 
						-moz-box-shadow: 3px 1px 2px #7f5f77;
						-webkit-box-shadow: 3px 1px 2px #7f5f77;
						box-shadow: 3px 1px 2px  #7f5f77;
	}

#footer a, #footer a:visited {
	color: #333;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #333;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0; font-size: 11px;
	padding: 0;
	}

#footer .gototop {
	width: 200px;font-size: 11px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#footer .gototop a {
	margin: 0;font-size: 11px;
	padding: 2px 0 2px 18px; 
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 730px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}





/***** Comments ********************/
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F7F7F7 !important;
	width: 250px;
	color: #333333;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	}
	
#comment {
	background: #F7F7F7 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	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-size: 11px;
	font-weight: normal;
	}

#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: #F7F7F7;
	}

.even, .alt, .depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}

#respond p.form-submit { margin-left: 21px; padding-top: 1px; }
	
/* Specific Widgets CSS*/

div#socialprofiles-3.widget a img  { margin-left: 34px; }

div#text-5.widget { 	background: #FFF url(images/email-icon.png) no-repeat top right;  } 

.slide-excerpt { opacity: 0.8; margin-left:0px; }





#content .portfolio-posts {
	background: #FFFFFF;
	float: left;
	width: 280px;
	min-height: 280px;
	margin: 0 10px 10px 10px;
	padding: 9px 9px 9px 9px;
	border: 1px solid #D5D5D5;
	display: inline;
	-moz-box-shadow: 0 0 3px #BBBBBB; 
	-webkit-box-shadow: 0 0 3px #BBBBBB;
	overflow: hidden;
	}
	
#content .portfolio-posts h2 {
	font-size: 18px;
	}
	
#content .portfolio-posts p {
	line-height: 20px;
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}

.clear {
	clear: both;
	}
	
	
	
	
	
	div#message { background: url(http://funnynotslutty.com/wp-content/uploads/2012/10/fnssignup.png) no-repeat; }