/* 
	Theme Name: sfgirlbybay
	Description: This was designed and developed by Anna Dorfman using a framework from Organic Themes.
	Author: Anna Dorfman
	Author URI: http://www.annadorfman.com
	Version: 1.0
	
	The PHP and XHTML are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #FFFFFF url(images/sfgbb_floralstrip.png) repeat-x;
	color: #222222;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-transform: lowercase;
	line-height: 22px;
	margin: 0px auto 0px;
	padding: 15px 0px 0px 0px;
	}
#wrap {
	background: none;
	margin: 30px auto 0px;
	padding: 0px 15px;
	width: 960px;
	}
::selection {
	background: #ffd9d9; /* Safari */
	}
::-moz-selection {
	background: #ffd9d9; /* Firefox */
}

/************************************************
*	Common									*
************************************************/

.hidden {
	display: none;
	}
.clear {
	clear: both;
	}
.linerule {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	margin-bottom: 15px;
	}
.caption {
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #ff0066;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	outline: none;
	text-decoration: underline;
	}
a img {
	border: none;
	}

/************************************************
*	Header  									*
************************************************/

#header {
	float: left;
	display: block;
	background: none;
	width: 940px;
	height: 228px;
	margin: 10px auto 20px;
	padding: 10px;
	}
#header h1 {
	color: #222222;
	font-size: 36px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
#header h1 a, #header h1 a:visited {
	color: #222222;
	font-size: 36px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
#header h1 a:hover {
	color: #222222;
	text-decoration: none;
	}
.logo {
	width: 940px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#header #title {
	padding: 0px;
	margin: 0px;
	}
#header #title a {
	background: url(images/logo.png) no-repeat;
	float: left;
	display: block;
	width: 940px; 
	height: 228px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
/************************************************
*	Header Search								*
************************************************/

#headersearch {
	float: right;
	display: block;
	background: #FFFFFF url(images/search_icon.png) no-repeat;
	width: 130px;
	height: 30px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 30px;
	}
#headersearch #s {
	background: #FFFFFF;
	width: 130px;
	color: #999999;
	font-size: 10px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 7px 0px;
	display: inline;
	border: none;
	}
	
/************************************************
*	Navigation      								*
************************************************/

#navigation {
	float: right;
	display: block;
	background: none;
	width: 540px;
	height: 140px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 10px;
	}
	
/*** ESSENTIAL STYLES ***/

.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 170px; /* left offset of submenus need to match (see below) */
	z-index: 11;
	}
.menu ul li ul li, ul.menu ul li {
	border: none;
	margin: 0px 0px 0px 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	float: left;
	position: relative;
	}
.menu a {
	display: block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 41px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 170px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 170px; /* match ul width */
	top: 0;
	}

/*** DEMO SKIN ***/

.menu .current_page_item a {
	color: #FFFFFF !important;
	background: #222222;
	}
.menu .current_page_item li a, 
.menu li .current_page_item a {
	color: #FFFFFF !important;
	background: #222222;
	}
.menu {
	float: left;
	margin-bottom: 0;
	}
.menu a {
	display: block;
	background: #FFFFFF;
	width: 150px;
	height: 20px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	overflow: hidden;
	}
.menu li li a, .menu li li a:visited {
	color: #222222;
	background: #FFFFFF;
	padding: 0px 10px;
	margin: 0px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	border: none;
	}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #666666;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	background:	#FFcccc;
	color: #222222;
	outline: 0;
	}
.menu li {
	background: none;
	}
.menu li li {
	background: none;
	border: none;
	}
.menu li li li {
	background: none;
	border: none;
	}
.menu li:hover, .menu li.sfHover {
	background:	none;
	outline: 0;
	position: relative;
	z-index: 99;
	}
.menu li li:hover, .menu li li.sfHover {
	background:	#FFFFFF;
	color: #222222;
	outline: 0;
	padding: 0px;
	}
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	background:	#FFcccc;
	color: #222222;
	outline: 0;
	}
	
/*** VERTICAL STYLE  **/
	
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
	z-index: 99;
	}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}

/*** ARROWS **/

.menu a.sf-with-ul {
	padding-right: 10px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 16px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -9999px;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 8px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}
/* point right for anchors in subs */
.menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
.menu ul ul a > .sf-sub-indicator, ul.menu ul a > .sf-sub-indicator { 
	top: 7px;
	background-position:  0 0; 
	}
/* apply hovers to modern browsers */
.menu ul ul a:focus > .sf-sub-indicator,
.menu ul ul a:hover > .sf-sub-indicator,
.menu ul ul a:active > .sf-sub-indicator,
.menu ul ul li:hover > a > .sf-sub-indicator,
.menu ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
/*** shadows for all but IE6 ***/
.sf-shadow ul ul {
	background:	none;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}
	
/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	float: left;
	display: inline;
	width: 610px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
#homepage p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#homepage ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
#homepage ul li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
.homecontent {
	float: left;
	display: block;
	background: #FFFFFF;
	width: 610px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
#content .homecontent .featuredtitle {
	color: #222222;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	line-height: 16px;
	padding: 8px 10px 7px 10px;
	margin: 0px;
	border-bottom: 1px solid #EEEEEE;
	}
.homecontentbox {
	float: left;
	background: #FFFFFF;
	width: 305px;
	height: 280px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;
	}
.homecontentbox:hover {
	background: #F8F8F8;
	}
.homecontentbox.first {
	width: 304px;
	border-right: 1px solid #EEEEEE;
	}
.homecontentinfo {
	height: 250px;
	overflow: hidden;
	}
#homepage .homecontentinfo h2 {
	margin: 0px;
	padding: 0px;
	}
#homepage .homecontentinfo h2 a {
	display: inline-block;
	padding: 0px 20px;
	}
#homepage .homecontentinfo p {
	margin: 10px 0px 0px 0px;
	padding: 0px 20px;
	line-height: 22px;
	}
#homepage .homecontentinfo a img {
	margin: 10px 0px 0px 0px;
	padding: 0px 20px;
	}
#homepage .readmore a {
	float: right;
	display: block;
	color: #222222;
	background: #EEEEEE;
	height: 30px;
	padding: 0px 11px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	}
#homepage .readmore a:hover {
	color: #FFFFFF;
	background: #ff0066;
	text-decoration: none;
	}
#homecontentnav {
	float: left;
	display: block;
	width: 590px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	}

/************************************************
*	Home Page Sidebar						    *
************************************************/

#homeside {
	float: right;
	display: block;
	width: 380px;
	margin: 0px;
	padding: 0px;
	}
#featuredside {
	background: none;
	width: 190px;
	margin: 0px 0px 0px 0px;
	}
#featuredside h2 {
	background: none !important;
	font-size: 9px !important;
	line-height: 12px !important;
	text-align: center !important;
	letter-spacing: 1px;
	margin: 0px !important;
	padding: 3px 20px 15px 20px !important;
	}
#featuredside h4 {
	margin: 0px !important;
	padding: 6px 20px 15px 20px !important;
	}
#featuredside .featuredtitle {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	background: none !important;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom: 0px;
	}
#featuredside .sidecontent {
	background: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-left: 0px;
	}
#featuredside .sidecontent:hover {
	border-left: 0px;
	}
#featuredside img {
	background: none;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	}
#featuredside a:hover img {
	opacity:.40;
	filter:alpha(opacity=40);
	filter: "alpha(opacity=40)";
	} 
#featuredside p {
	height: 66px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	line-height: 22px;
	overflow: hidden;
	}
.columntop {
	background: url(images/sfgbb_zigzagtop.png) no-repeat;
	height: 13px;
	width: 340px;
	margin: -6px 20px 20px 20px;
	padding: 0px;
	position:relative;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	background: url(images/sfgbb_sidebar.png) repeat-y;
	float: left;
	display: block;
	width: 960px;
	margin: 49px auto 0px;
	padding: 0px;
	}
#contentleft {
	float: left;
	display: block;
	background:#FFFFFF;
	width: 530px;
	margin: 0px 0px 0px 0px;
	padding: 60px;
	}
#contentwide {
	float: left;
	display: block;
	background:#FFFFFF;
	width: 920px;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	}
#contentportfolio {
	float: left;
	display: block;
	width: 530px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#contentarchive, #contentsmall {
	float: left;
	display: block;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#contentarchive .postarea, #contentarchive .postcomments,
#contentsmall .postarea, #contentsmall .postcomments {
	width: 530px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#contentarchive .postimg {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	}
#content .archive {
	float: left;
	width: 275px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 0px;
	}
#content h1 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	line-height: 32px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
#content h2 {
	color: #222222;
	background: url(images/sfgbb_postdot.png) no-repeat;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 25px;
	text-align: left;
	}
#content h1 a, #content h2 a {
	color: #222222;
	text-decoration: none;
	border: none;
	}
#content h1 a:hover, #content h2 a:hover {
	color: #ff0066;
	text-decoration: none;
	border: none;
	}
#content h3 {
	color: #222222 !important;
    font-family: 'Oswald',Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 0 0 4px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    text-transform: uppercase;
	}
#content h4 {
	color: #222222;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	}
#content h3 a, #content h4 a {
	color: #222222;
	font-style: normal;
	text-decoration: none;
	border: none;
	}
#content h3 a:hover, #content h4 a:hover {
	color: #ff0066;
	text-decoration: none;
	border: none;
	}
#content h5 {
	color: #222222;
	font-size: 17px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 6px 0px 4px 0px;
	padding: 0px;
	line-height: 20px;
	}
#content h6 {
	color: #222222;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	line-height: 20px;
	border-bottom: 1px solid #DDDDDD;
	}
#content h5 a, #content h6 a {
	color: #222222;
	text-decoration: none;
	border: none;
	}
#content h5 a:hover, #content h6 a:hover {
	color: #ff0066;
	text-decoration: none;
	border: none;
	}
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
.postarea {
	margin: -49px 0px 0px 0px !important;
	position:relative;
	}
.postarea p {
	padding: 5px 0px 10px 0px;
	margin: 0px;
	}
.postarea a img.nothumb {
	margin: 15px 0px 0px 0px;
	}
.postarea hr {
	border:0;
	width:100%;
	height:1px;
	color:#ddd;
	background-color:#ddd;
	margin:5px 0 8px 0;
	padding: 0;
	}
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
.postarea ul {
	list-style-image:url('images/sfgbb_bullet.png');
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.postarea ul li {
    list-style: inside;
    list-style-image:url('images/sfgbb_bullet.png');
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.postarea ul ul li {
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
blockquote {
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: 22px;
	margin: 15px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 1px dashed #222222;
	}
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
.postauthor {
	margin: -5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
	}
.postauthor p {
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	text-align: left;
	letter-spacing: 1px;
	line-height: 20px;
	color: #222222;
	padding: 0px 0px 0px 0px;
	}
.postimg {
	display: inline;
	float:left;
	margin: 5px 20px 20px 0px;
	}
.postexcerpt {
	margin-top: -5px;
	}
.postmeta {
	margin: 0px 0px 100px 0px;
	padding: 18px 0px 0px 0px;
	background:url(images/sfgbb_zigzagdiv.png) no-repeat top center;
	width: 530px;
	height: 13px;
	text-align: left;
	}
.postmeta p {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	letter-spacing: 1px;
	font-size: 10px;
	}
.postmetapress {
	margin: 0px 0px 25px 0px;
	padding: 18px 0px 0px 0px;
	background:url(images/sfgbb_zigzagdiv.png) no-repeat top center;
	width: 530px;
	height: 13px;
	text-align: left;
	}
.postmetapress p {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	letter-spacing: 1px;
	font-size: 10px;
	}
.lowercomment {
	float: right;
	}
#prevLink {
	float: left;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	}
#nextLink {
	float: right;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	}
#prevLink p, #nextLink p {
	padding: 0px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	}
#prevLink p a {
	background: url(images/sfgbb_previous.png) top left no-repeat;
	width: 12px;
	height: 17px;
	display: inline;
	padding: 0px 0px 0px 16px;
	text-decoration: none;
	}
#nextLink p a {
	background: url(images/sfgbb_next.png) top right no-repeat;
	width: 12px;
	height: 17px;
	display: inline;
	padding: 0px 14px 0px 0px;
	text-decoration: none;
	}
#prevLink p a:hover, #nextLink p a:hover {
	color: #222222;
	text-decoration: none;
	}
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
.postdate {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 20px;
	}
.posttags {
	font-size: 10px;	
	}
.leader {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px; 
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 22px;
	font-size: 13px;
	}
.highlight {
	color: #FF0066;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	}
.zigzagdivider {
	margin: 20px 0px 25px 0px;
	padding: 0px;
	width: 530px;
	height: 15px;
	background:url(images/sfgbb_zigzagdiv.png) no-repeat top center;
	text-align: left;
	}
.catanchors {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	letter-spacing: 1px;
	font-size: 10px;
	}
.credits {
	font-size: 10px;
	line-height: 18px;
	font-style: italic;
	letter-spacing: 0px;
	}
	
/************************************************
*	Ad Styles 									*
************************************************/	

.federated_container {
	width: 300px;
	margin: 0px 0px 20px 20px;
	padding: 20px;
	background-color: #FFFFFF;
	}
	
.adbetween {
	margin-bottom: 75px;
	margin-left: 115px;
	}

#advman-194 {
	width: 160px !important;
	height: 600px !important;
	overflow: hidden !important;
	}
	
/************************************************
*	Portfolio 									*
************************************************/

.portfolio {
	float: left;
	display: block;
	background: transparent url(images/sfgbb_texturefill.png) repeat;
	width: 150px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.portfolio.first, .portfolio.second {
	width: 150px;
	border: 0px;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	}
.portfolio:hover a:hover img {
	opacity:.40;
	filter:alpha(opacity=40);
	filter: "alpha(opacity=40)";
	}
.portfoliotitle {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	overflow: hidden;
	}
#content #contentportfolio h1 {
	color: #222222;
	background: #FFFFFF;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	line-height: 16px;
	padding: 8px 10px 7px 10px;
	margin: 0px;
	border-bottom: 1px solid #EEEEEE;
	}
.portfoliotitle p {
	color: #666666;
	margin: 0px;
	padding: 0px !important;
	font-size: 11px;
	line-height: 18px;
	height: 54px;
	overflow: hidden;
	}
#content .portfoliotitle h4 a {
	color: #222222;
	font-size: 11px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 22px;
	height: 24px;
	overflow: hidden;
	}
#content .portfoliotitle h4 a:hover {
	color: #ff0066;
	}
.portfoliotitle a, .portfoliotitle a:visited {
	color: #222222;
	}
.portfoliotitle a:hover {
	text-decoration: underline;
	}
.portfolioimg a img {
	float: left;
	display: block;
	clear: both;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	display: block;
	}
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
	}
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
	}
.wp-caption {
	text-align: center;
	background-color: #EEEEEE;
	padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
	}
.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

/************************************************
*	Sidebars	 	        			     	* 
************************************************/

#sidebar_right {
	background: none;
	float: right;
	display: inline-block;
	width: 160px;
	margin: 0px;
	padding: 0px 20px 0px 10px;
	line-height: 22px;
	position:relative;
	}
#sidebar_left {
	background: none;
	float: left;
	display: inline-block;
	width: 150px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	}
#sidebar_right ul, #sidebar_left ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#sidebar_right h4, #sidebar_left h4 {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
#sidebar_right .widget {
	float: left;
	display: block;
	background: none;
	width: 160px;
	list-style:none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#sidebar_left .widget {
	float: left;
	display: block;
	background: none;
	width: 150px;
	list-style:none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
#sidebar_right .widget ul, #sidebar_left .widget ul {
	color: #222222;
	margin: 0px 0px 0px 0px;
	}
#sidebar_right .widget ul li, #sidebar_left .widget ul li {
	color: #222222;
	display: inline;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#sidebar_right .widget ul li a, #sidebar_left .widget ul li a {
	display: block;
	color: #222222;
	font-size: 11px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	text-indent: 0px;
	padding: 6px 0 4px 0;
	margin: 0px 0px 10px 0px;
	}
#sidebar_right .widget ul li a:hover, #sidebar_left .widget ul li a:hover {
	background: #ffcccc;
	color: #222222;
	display: block;
	text-decoration: none;
	}
#sidebar_right .widget ul ul, #sidebar_left .widget ul ul {
	color: #222222;
	margin: 0px 0px 0px 10px;
	}
	
/************************************************
*	Widgets										*
************************************************/

.widget {
	padding: 0 0 15px 0;
	}
.textwidget p {
	color: #666666;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
.textwidget a, .textwidget a:visited {
	color: #666666;
	text-decoration: underline;
	}
.texwidget a:focus, .textwidget a:hover, .textwidget a:active {
	color: #FF0066;
	text-decoration: underline;
	}
.widget_archive {
	text-align:center;
	}
#archives-3 select {
	background: #FFFFFF;
	border: 0px;
	width: 150px;
	padding: 3px 0px 3px 0px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-size: 10px;
	font-weight: normal !important;
	text-transform: uppercase !important;
	}
#subscribe {
	text-align: center;
	}
#subscribe #email {
	background: #FFFFFF;
	width: 147px;
	color: #999999;
	font-size: 10px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 7px 3px;
	display: block;
	border: none;
	}
#subscribe #subsubmit {
	color: #222222;
	background: none;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	border: none;
	}
#subscribe #subsubmit:hover {
	color: #ff0066;
	background: none;
	cursor: pointer;
	}

/************************************************
*	Calendar Widget							*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 5px 10px 5px 10px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-size: 12px;
	font-weight: normal !important;
	text-transform: uppercase;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 10px 0px 0px 0px !important;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 10px 0px 0px 0px !important;
	text-align: right;
	}
	
/************************************************
*	Recent Comments Widget						*
************************************************/

#footertop #recentcomments a, 
#sidebar_right #recentcomments a {
	display: inline;
	background: none;
	color: #ff0066;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	}
#sidebar_right #recentcomments li {
	display: block;
	padding: 2px 0px;
	margin: 0px;
	}
#footertop #recentcomments a:hover, 
#sidebar_right #recentcomments a:hover {
	text-decoration: underline;
	}
	
/************************************************
*	Search Form									*
************************************************/

.widget_search {
	float: left;
	display: block;
	width: 100%;
	}
#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s {
	background: #EEEEEE;
	width: 97%;
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	margin: 5px 0px 0px 0px;
	padding: 6px 4px;
	display: inline;
	border: none;
	}
#searchsubmit {
	float: right;
	background: #EEEEEE;
	color: #222222;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	width: 80px;
	margin: 10px 0px 0px 0px;
	padding: 6px 3px 6px 3px;
	border: none;
	}
#searchsubmit:hover {
	background: #ff0066;
	color: #FFFFFF;
	}
#searchbox {
	background: #EEEEEE;
	width: 180px;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-style: italic;
	padding: 4px 0px 4px 5px;
	margin: 0px 0px 0px 0px;
	border: none;
	}

/************************************************
*	Footer Top									*
************************************************/

#footertopbg {
	float: left;
	display: block;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#footertop {
	float: left;
	display: block;
	line-height: 22px;
	color: #222222;
	background: url(images/sfgbb_footer.png) repeat-y;	
	width: 920px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	}
#footertop a {
	color: #666666;
	}
#footertop a:hover {
	color: #ff0066;
	}
#footertop h4 {
	color: #222222;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-weight: normal;
	font-style: italic;
	text-transform: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	}
#footertop .widget ul {
	color: #222222;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#footertop .widget ul li {
	color: #222222;
	display: inline;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#footertop .widget ul li a {
	display: block;
	color: #222222;
	font-size: 11px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 5px 0px 4px 0px;
	margin: 0px 0px 10px 0px;
	}
#footertop .widget ul li a:hover {
	background: #ffcccc;
	color: #222222;
	display: block;
	text-decoration: none;
	}
#footertop .widget ul ul {
	color: #222222;
	margin: 0px 0px 0px 10px;
	}
#footertop .widget {
	float: left;
	display: block;
	background: none;
	width: 150px;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 10px 0px;
	}
#footertop .textwidget {
	color: #222222;
	line-height: 22px;
	}
#footertop .textwidget a, #footertop #wp-calendar a {
	color: #ff0066;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
#footertop .textwidget a:hover, #footertop #wp-calendar a:hover {
	color: #ff0066;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	}
.footertopleft {
	width: 150px;
	float: left;
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footertopmid {
	width: 320px;
	float: left;
	display: block;
	div-align: center;
	margin: 0px 0px 0 20px;
	padding: 0px 0px 0px 0px;
	}
.footertopright {
	width: 340px;
	float: right;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/************************************************
*	Footer  									*
************************************************/

#footerbg {
	float: left;
	display: block;
	width: 960px;
	margin: 0 auto 0;
	padding: 0px 0px 0px 0px;
	}
#footer {
	width: 960px;
	height: 60px;
	color: #999999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#footer p {
	margin: 0px;
	padding: 0px;
	}
#footer a {
	color: #666666;
	text-decoration: none;
	}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
	background: none;
	}
.footerleft {
	float: left;
	display: block;
	}
.footertop {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 0px 0px;
	}
.footerbottom {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}
.footerright {
	float: right;
	display: block;
	margin: 15px 0px 0px 0px;
	}

/************************************************
*	Comments									*
************************************************/
/* includes contact form 7 overrides */

#submit, .wpcf7-submit {
	background: #ffcccc;
	color: #222222;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: none;
	}
#author, #email, #url, .wpcf7-text {
	background: #FFFFFF !important;
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	margin: 0px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	}
.wpcf7-form-control p .wpcf7-file {
	background: #FFFFFF !important;
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	margin: 0px;
	padding: 5px;
	border: 1px solid #DDDDDD !important;
	}
#comment {
	background: #FFFFFF !important;
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	line-height: 21px;
	}
.wpcf7-form p .your-message textarea {
	background: #FFFFFF !important;
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	line-height: 21px;
	width: 100%;
	padding: 4px;
	}

.commentlist li ul li {
	font-size: 12px;
	}
.commentlist li {
	font-weight: bold;
	}
.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0px 0px 10px 10px;
	padding: 2px;
	}
.commentlist cite, .commentlist cite a {
	font-family: 'Oswald',Helvetica,Arial,sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	}
.commentlist p {
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	line-height: 21px;
	}
.commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 150px;
	padding: 6px 0px 6px 4px;
	margin: 5px 5px 0px 0px;
	}
.wpcf7-form input {
	padding: 6px 4px;
	margin: 5px 5px 0px 0px;
	}
.wpcf7-form .wpcf7-submit {
	width: auto;
	}
#commentform, .wpcf7-form {
	margin: 5px 0px 0px 0px;
	width: 98%;
	}
#commentform textarea {
	width: 100%;
	padding: 4px;
	}
.wpcf7 p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	}
#wpcf7-f1-p7-o1 p br {
	display: none;
	}
#respond, #wpcf7-f1-p7-o1 {
	display: inline-block;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#commentform p, .wpcf7-form p span{
	font-size: 11px;
	margin: 5px 0px 5px 0px;
	}
#commentform #submit {
	margin: 0px 0px 0px 20px;
	float: left;
	display: block;
	cursor: pointer;
	}
#commentform #submit:hover {
	color: #FFFFFF;
	background: #ff0066;
	}
.wpcf7-form .wpcf7-submit {
	float: left;
	display: block;
	cursor: pointer;
	}
.wpcf7-form .wpcf7-submit:hover {
	color: #FFFFFF;
	background: #ff0066;
	}
.alt {
	margin: 0px;
	padding: 10px;
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 0px;
	}
.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: 5px;
	margin-left: 5px;
	}
.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: none;
	}
.reply {
	padding: 0px;
	}
.reply a, .reply a:visited {
	display: inline-block;
	background: #EEEEEE;
	color: #222222;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0px;
	padding: 2px 8px 2px 8px;
	border: none;
	}
.reply a:hover {
	background: #ffcccc;
	color: #222222;
	text-decoration: none;
	border: none;
	}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
.thread-even {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
.depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}
.response {
	font-family: 'Oswald',Helvetica,Arial,sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.says {
	font-family: 'Oswald',Helvetica,Arial,sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-transform: uppercase;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	}
/************************************************
*	Sidebar Rollovers							*
************************************************/
#twitter {
	display: block;
	width: 30px;
	height: 30px;
	background: url("/wp-content/themes/sfgirlbybay/images/social/sfgbb_twitter.png") no-repeat 0 0;
	}
#twitter:hover { 
	background-position: -30px 0;
	}
#twitter span {
	position: absolute;
	top: -999em;
	}
#facebook {
	display: block;
	width: 30px;
	height: 30px;
	background: url("/wp-content/themes/sfgirlbybay/images/social/sfgbb_facebook.png") no-repeat 0 0;
	}
#facebook:hover { 
	background-position: -30px 0;
	}
#facebook span {
	position: absolute;
	top: -999em;
	}
#pinterest {
	display: block;
	width: 30px;
	height: 30px;
	background: url("/wp-content/themes/sfgirlbybay/images/social/sfgbb_pinterest.png") no-repeat 0 0;
	}
#pinterest:hover { 
	background-position: -30px 0;
	}
#pinterest span {
	position: absolute;
	top: -999em;
	}
#feedly {
	display: block;
	width: 30px;
	height: 30px;
	background: url("/wp-content/themes/sfgirlbybay/images/social/sfgbb_feedly.png") no-repeat 0 0;
	}
#feedly:hover { 
	background-position: -30px 0;
	}
#feedly span {
	position: absolute;
	top: -999em;
	}
#rss {
	display: block;
	width: 30px;
	height: 30px;
	background: url("/wp-content/themes/sfgirlbybay/images/social/sfgbb_rss.png") no-repeat 0 0;
	}
#rss:hover { 
	background-position: -30px 0;
	}
#rss span {
	position: absolute;
	top: -999em;
	}
#shoppe {
	display: block;
	width: 150px;
	height: 30px;
	background: url("/wp-content/themes/sfgirlbybay/images/sfgbb_shoppeside.png") no-repeat 0 0;
	}
#shoppe:hover { 
	background-position: -150px 0;
	}
#shoppe span {
	position: absolute;
	top: -999em;
	}
#app {
	display: block;
	width: 150px;
	height: 58px;
	background: url("/wp-content/themes/sfgirlbybay/images/sfgbb_app.png") no-repeat 0 0;
	}
#app:hover { 
	background-position: -150px 0;
	}
#app span {
	position: absolute;
	top: -999em;
	}
/************************************************
*	Category Page   							*
************************************************/
.img_container {
	width: 530px;
	}
.img_left {
	width: 160px;
	height: 160px;
	float: left;
	margin: 0px 25px 25px 0px;
}
.img_right {
	width: 160px;
	height: 160px;
	float: right;
	margin: 0px 0px 25px 0px;
}

#accessorieshomewares {
	display: block;
	width: 160px;
	height: 160px;
	background: url("/wp-content/themes/sfgirlbybay/images/categories/sfgbb_accessorieshomewares.png") no-repeat 0 0;
	}
#accessorieshomewares:hover { 
	background-position: -160px 0;
	}
#accessorieshomewares span {
	position: absolute;
	top: -999em;
	}
	
#artonwalls {
	display: block;
	width: 160px;
	height: 160px;
	background: url("/wp-content/themes/sfgirlbybay/images/categories/sfgbb_artonwalls.png") no-repeat 0 0;
	}
#artonwalls:hover { 
	background-position: -160px 0;
	}
#artonwalls span {
	position: absolute;
	top: -999em;
	}
	
#goodreads {
	display: block;
	width: 160px;
	height: 160px;
	background: url("/wp-content/themes/sfgirlbybay/images/categories/sfgbb_goodreads.png") no-repeat 0 0;
	}
#goodreads:hover { 
	background-position: -160px 0;
	}
#goodreads span {
	position: absolute;
	top: -999em;
	}
	
#handmade {
	display: block;
	width: 160px;
	height: 160px;
	background: url("/wp-content/themes/sfgirlbybay/images/categories/sfgbb_handmade.png") no-repeat 0 0;
	}
#handmade:hover { 
	background-position: -160px 0;
	}
#handmade span {
	position: absolute;
	top: -999em;
	}
	
#homefurnishings {
	display: block;
	width: 160px;
	height: 160px;
	background: url("/wp-content/themes/sfgirlbybay/images/categories/sfgbb_homefurnishings.png") no-repeat 0 0;
	}
#homefurnishings:hover { 
	background-position: -160px 0;
	}
#homefurnishings span {
	position: absolute;
	top: -999em;
	}
	
#sanfrancisco {
	display: block;
	width: 160px;
	height: 160px;
	background: url("/wp-content/themes/sfgirlbybay/images/categories/sfgbb_sanfrancisco.png") no-repeat 0 0;
	}
#sanfrancisco:hover { 
	background-position: -160px 0;
	}
#sanfrancisco span {
	position: absolute;
	top: -999em;
	}
	
#inkonpaper {
	display: block;
	width: 160px;
	height: 160px;
	background: url("/wp-content/themes/sfgirlbybay/images/categories/sfgbb_inkonpaper.png") no-repeat 0 0;
	}
#inkonpaper:hover { 
	background-position: -160px 0;
	}
#inkonpaper span {
	position: absolute;
	top: -999em;
	}
	
#interiors {
	display: block;
	width: 160px;
	height: 160px;
	background: url("/wp-content/themes/sfgirlbybay/images/categories/sfgbb_interiors.png") no-repeat 0 0;
	}
#interiors:hover { 
	background-position: -160px 0;
	}
#interiors span {
	position: absolute;
	top: -999em;
	}
	
#photography {
	display: block;
	width: 160px;
	height: 160px;
	background: url("/wp-content/themes/sfgirlbybay/images/categories/sfgbb_photography.png") no-repeat 0 0;
	}
#photography:hover { 
	background-position: -160px 0;
	}
#photography span {
	position: absolute;
	top: -999em;
	}
	
#stylefashion {
	display: block;
	width: 160px;
	height: 160px;
	background: url("/wp-content/themes/sfgirlbybay/images/categories/sfgbb_stylefashion.png") no-repeat 0 0;
	}
#stylefashion:hover { 
	background-position: -160px 0;
	}
#stylefashion span {
	position: absolute;
	top: -999em;
	}
	
#textiles {
	display: block;
	width: 160px;
	height: 160px;
	background: url("/wp-content/themes/sfgirlbybay/images/categories/sfgbb_textiles.png") no-repeat 0 0;
	}
#textiles:hover { 
	background-position: -160px 0;
	}
#textiles span {
	position: absolute;
	top: -999em;
	}
	
#vintage {
	display: block;
	width: 160px;
	height: 160px;
	background: url("/wp-content/themes/sfgirlbybay/images/categories/sfgbb_vintage.png") no-repeat 0 0;
	}
#vintage:hover { 
	background-position: -160px 0;
	}
#vintage span {
	position: absolute;
	top: -999em;
	}
	
#yougottaeat {
	display: block;
	width: 160px;
	height: 160px;
	background: url("/wp-content/themes/sfgirlbybay/images/categories/sfgbb_yougottaeat.png") no-repeat 0 0;
	}
#yougottaeat:hover { 
	background-position: -160px 0;
	}
#yougottaeat span {
	position: absolute;
	top: -999em;
	}
/************************************************
*	Social Search   							*
************************************************/
.socialsearch_container {
	width: 340px;
	margin: 20px;
	padding: 0px;
	}
.social_left {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0px 10px 0px 0px;
}
.search_right {
	width: 160px;
	height: 30px;
	float: right;
	margin: 0px 0px 0px 20px;
	}
	
/************************************************
*	Sharedaddy  	   							*
************************************************/

div.sharedaddy div.sd-block {
    border-top: 0px !important;
    margin: 12px 0 0 0 !important;
    padding: 0px !important;
    width: 100% !important;
	}
div.sharedaddy .sd-content {
	width: 100% !important;
	}
div.sharedaddy a.sd-button {
    color: #222222 !important;
    font-family: 'Oswald',Arial,Helvetica,sans-serif !important;
    font-size: 10px !important;
    text-transform: uppercase;
    }
		
/************************************************
*	Instapress  	   							*
************************************************/

.instapress-shortcode-pager {
	font-family: 'Oswald',Arial,Helvetica,sans-serif;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222222;
	padding-bottom: 5px;
	margin-right: 15px;
	}
.instapress-shortcode-pager a {
	color: #222222;
	text-decoration: none;
	}
.instapress-shortcode-pager a:hover {
	color: #FF0066;
	text-decoration: none;
	}
#instapress-gallery-loading {
    border: none !important;
    width: 0px !important;
    height: 0px !important;
	}
.instagram-backlink {
    font-size: 10px;
    }
.instagram-image {
    margin-right: 10px;
    margin-top: 0px !important;
    padding: 0px !important;
	}
.insta-title a {
    color: #222222 !important;
    font-family: 'Oswald',Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 6px 0 4px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    text-transform: uppercase;
}
.insta-title a:hover {
    color: #FF0066 !important;
    text-decoration: none;
}

/************************************************
*	Featured Category Posts  	   				*
************************************************/
/*
.imageWrap {
  position:relative;
}
 
.cssMask {
  width:150px;
  height:170px;
  position:absolute;
  top:0;
  left:0;
  background:url('images/sfgbb_featuredmask.png') 0 0 no-repeat;}
}
*/

.cssMask {
  width:150px;
  height:170px;
  margin-top: -170px;
  background:url('images/sfgbb_featuredmask.png') top left no-repeat;
  display: inline-block;
}