body {
    background: #FFE49D url(uploads/patterns/EG_Junior_Background.png) repeat; 
	color: #000000;
	font-size: 14px;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0 auto 30px auto;
	padding: 0;
	line-height: 20px;
	}

.clear { 
	clear: both; 
	}

/***** Hyperlinks ********************/

a, a:link, a:visited {
	color: #0f49ca;
	text-decoration: none;
	}

a:hover, a:active { 
	color: #ED1656;
	text-decoration: underline; 
	}

a img { 
	border: none; 
	}

a:focus, a:hover, a:active { 
	outline: none; 
	}

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

#wrap {
	width: 960px;
	margin: 0 auto 0;
	padding: 0;
	}

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

#header {
	width: 960px;
	height: 180px;
	margin: 0;
	padding: 0;
	}

/***** Header Search Widget ********************/

#header .searchform {
	float: left;
	padding: 12px 0 0 0;
	}

#header .s {
	background: #FFFFFF;
	color: #252525;
	width: 230px;
	font-size: 12px;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 8px 0;
	border: double #4A4A4A;
	}

#header .searchsubmit {
	background: url(images/bg-go.png) no-repeat top left;
	height: 28px;
	width: 30px;
	color: #829497;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	margin: -10px 0 0 -2px;
	padding: 0 3px 4px 8px;
	overflow: hidden;
	border: none;
	}

#header .searchsubmit:hover {
	background: url(images/bg-go.png) no-repeat 0 -28px;
	color: #5f0a6e;
	}

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

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block;
	height: 178px;
	width: 555px;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	clear:both;
	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 h1, .header-full-width #title-area h1 a, .header-full-width #title-area h4, .header-full-width 

#title-area h4 a {
	width: 960px;
	font-weight: 700;
	}

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

#inner {
    background: #FFFFFF;
    float: left;
	width: 940px;
	margin: 0;
	padding: 10px;
	}

/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    background: #FFFFFF url(images/bg-content-sidebar.gif) repeat-y top left; 
	}

.sidebar-content #inner { 
    background: #FFFFFF url(images/bg-sidebar-content.gif) repeat-y top left; 
	}

.content-sidebar-sidebar #inner { 
    background: #FFFFFF url(images/bg-content-sidebar-sidebar.gif) repeat-y top left; 
	}

.sidebar-sidebar-content #inner {
    background: #FFFFFF url(images/bg-sidebar-sidebar-content.gif) repeat-y top left;
	}

.sidebar-content-sidebar #inner { 
    background: #FFFFFF url(images/bg-sidebar-content-sidebar.gif) repeat-y top left;
	}

.full-width-content #inner { 
    background: #FFFFFF; 
	}

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

.breadcrumb {
    background: url(images/icon-bookmark.png) no-repeat 0 5px;
	margin: -10px 0 20px 0;
	padding: 9px 10px 10px 34px;
	border-bottom: 1px dashed #AAD7E5;
	}

.breadcrumb a {
	color: #829497;
	font-weight: bold;
	}

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

#content-sidebar-wrap {
	if($page_sidebar=="0") { echo "float: left;"; } ?>
    if($page_sidebar=="0") { echo "width: 790px;"; } ?>
	margin: 0;
	padding: 0;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {  
    if($page_sidebar=="0") { echo "width: 940px; "; } ?>
	}

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

#content-sidebar-wrap .sidebar-width {
    width:660px;
    float:left;
    margin-right:50px;
}
/***** Content ********************/

#content {
	float: left;
	if($page_sidebar=="0") { echo "width: 920px;"; } ?>
	margin: 0;
	padding: 0 5px;
	}

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

.sidebar-content #content, .content-sidebar #content {
	width: 619px;
	margin: 0;
	}

.sidebar-sidebar-content #content {
	float: right;
	width: 470px;
	margin: 0;
	padding: 0;
	}

.sidebar-content-sidebar #content {
	width: 470px;
	margin: 0;
	padding: 0;
	float: left;
	}

.full-width-content #content {
	width: 920px;
	margin: 0;
	}

.imgborder {
	background: #FFFFFF;
	padding: 5px;
	margin: 0 0 0 -5px;
	box-shadow: 1px 1px 2px #E6E6E6;
	-moz-box-shadow: 1px 1px 2px #E6E6E6;
	-webkit-box-shadow: 1px 1px 2px #E6E6E6;
	border: 1px solid #E6E6E6;
	}

#content blockquote {
	background: url(images/bg-blockquote.png) repeat-x top left;
	/*font-style: italic;
	font-size: 18px;
	line-height: 28px;*/
	margin: 15px 0 25px 0;
	padding: 15px 10px 0 30px;
    border-top: 1px dashed #f37679;
	border-bottom: 1px dashed #f37679;
	}

#content blockquote p {  
    margin-left: 0; 
	}

#content blockquote h1, #content blockquote h2, #content blockquote h3, #content blockquote h4, #content blockquote h5, #content blockquote h6 {
	margin: 0 !important;
	font-weight: 500;
	font-style: normal;
	}

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

#content .entry-content { 
    overflow: visible; 
	}

#content .entry-content img.post-image {
	background: url(images/polaroid-frame-small.png) no-repeat top left;
	padding: 18px 16px;
	margin: 0 20px 10px 0;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}

#content .entry-content p {
    padding-top: 0; 
	}

.page-id-216 #content .entry-content p {
	margin: 0 0 10px 0;
	padding: 0 0 0 30px !important;
	}

.page-id-216 #content .entry-content blockquote p {
    margin-left: -15px !important; 
	}

#content p {
	/*margin: 0 15px 20px 15px !important; */
	padding: 0 0 12px 0;
    margin: 0;
	}

#content ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 12px 0;
	}

#content ul li {
    background: url(images/arrow-right-blue.png) no-repeat 0 5px;
	list-style-type: none;
	margin: 0 0 0 40px;
	padding: 0 0 5px 17px;
	}

#content ul li.li_pdf {
    background: url(images/pdf_12.png) no-repeat 0 5px;
	list-style-type: none;
    margin: 0;
	padding: 0 0 5px 50px;
}


#content ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#content ol {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content ol li {
	margin: 0 0 0 60px;
	padding: 0 0 5px 0;
	}

#content ol ol {
	margin: 0;
	padding: 0;
	}

#content .sticky {
	background: url(images/bg-archive.png) repeat-x top left;
	margin: 0 0 40px 0;
	padding: 10px;
	border: double #E6E6E6;
	}

#content .post-image {
	margin: 0 10px 10px 0;
	border: 1px solid #E6E6E6;
	}

/***** Archive Page ********************/

#content .archive-page {
	width: 45%;
	float: left;
	margin: 0 5% 0 0;
	padding: 20px 0;
	}

#content .archive-page ul {
	background: url(images/bg-archive.png) repeat-x top left;
	margin: 0 0 20px 0;
	padding: 20px;
	border: double #BED8DE;
	}

#content .archive-page ul ul {  
    background-image: none;
	}

#content .archive-page li {
	background: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .archive-page ul ul {
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
	}

#content .archive-page li li {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	}

#content .archive-page li li li {
	margin: 0 0 0 15px;
	padding: 0 0 15px 0;
	}

/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 5px 10px;
	padding: 0;
	}

.post-info p {
	margin: 0;
	padding: 0;
	}

/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 20px 0 20px 10px!important;
	padding: 5px 0 0 0;
	border-top: 1px solid #E6E6E6;
	clear: both;
	}

/***** Author Box ********************/
	
.author-box {
	background: #FFF url(images/bg-archive.png) repeat-x top left;
	width: 95%;
	float: left;
	margin: 0 0 40px 0;
	padding: 18px 8px 0px 8px;
	border: 1px dashed #BED8DD;
	}

.author-box .avatar { 
    margin: 0 15px 4px 0 !important; 
	}

.author-box b {
	color: #829497;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	}

.author-box p {
	margin: 0;
	padding: 3px 0 3px 0;
	}

.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	}

#content h1 {
	color: #ED1656;
	font-size: 23px;
	}

#content h1 a, #content h1 a:visited {
	color: #ED1656;
	text-decoration: none;
	}

#content h1 a:hover { 
    color: #ED1656;
	}

#content h2 {
	color: #57cb4d;
	font-size: 18px;
	}

#content h2 a, #content h2 a:visited {
	color: #57cb4d;
	text-decoration: none;
	}

#content h2 a:hover { 
    color: #57cb4d;
	}

#content h3 {
	color: #81c776;
	font-size: 18px;
	}

#content h4 {
	color: #829497;
	font-size: 18px;
	}

#content h5 {
    color: #AD595C;
	font-size: 18px;
	}

#content h6 {
	color: #F69433;
	font-size: 18px;
	}

#content .post-edit-link {
	font-weight: 300;
	text-transform: uppercase;
	margin-left: 15px;
	}

/***** Post Icons ********************/
	
.time {
	margin: 0;
	padding: 0;
	}

.post-comments {
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 2px 10px;
	}

.categories {
	margin: 0;
	padding: 0;
	}

.tags {
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 2px 10px;
	}

/***** Images ********************/

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 {
	display: inline;
	padding: 0;
	margin: 0 10px 10px 0;
	}

img.alignright {
	display: inline;
	padding: 0;
	margin: 0 0 10px 10px;
	}

.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 {
	text-align: left;
	padding: 0 !important;
	margin: 0 !important;
	}

.wp-caption img {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #E0E0E0;
	}

.wp-caption p.wp-caption-text {
	color: #252525 !important;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

img.wp-smiley, img.wp-wink {
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	}

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

.navigation {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	overflow: auto;
	}

.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	background: none !important;
	display: inline;
	list-style-type: none !important;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	}

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

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

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

.navigation li.active a {
	background: #EB8526;
	color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #EB8526;
	}

/***** Sidebar & Sidebar-Alt ********************/

#sidebar {
	width: 220px;
	float: right;
	display: inline;
	font-size: 13px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	}

#sidebar-alt {
	width: 150px;
	float: left;
	display: inline;
	font-size: 11px;
	margin: 0;
	padding: 0;
	}

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

.content-sidebar-sidebar #sidebar-alt {
	float: right;
	width: 125px;
	}

.sidebar-sidebar-content #sidebar-alt, .sidebar-content-sidebar #sidebar-alt {
	float: left;
	width: 125px;
	}

#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	}

#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #829497;
	font-size: 16px !important;
	font-weight: 700;
	margin: 0;
	padding: 0;
	}

#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #F69433 !important;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
    background: #f37679;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 5px 6px 30px;
	/*text-shadow: 1px 1px 2px #FFFFFF;*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}

#sidebar-alt h4 {
	font-size: 11px;
	font-weight: 700;
	}

#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}

#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	margin: 0;
	padding: 0 0 10px 0;
	border: none;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
	}

#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/arrow-right-blue.png) no-repeat 0 5px;
	margin: 0;
	padding: 0 0 0 20px;
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud h4, #sidebar-alt .widget_tag_cloud h4 { 
    background: #BED8DE url(images/sidebar-tags.png) no-repeat 9px center;
	}

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div { 
    padding: 10px 10px 0 10px; 
	}

/***** Sidebar(s) Category Dropdown ********************/
	
#cat, .widget_archive select {
	background: #FFFFFF;
	display: inline;
	color: #252525;
	font-size: 13px;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 10px;
	padding: 3px;
	border: 1px solid #E0E0E0;
	}

#sidebar #cat, #sidebar .widget_archive select { 
	width: 278px; 
	}

#sidebar-alt #cat, #sidebar-alt .widget_archive select { 
	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 {
	margin: 0;
	padding: 4px;
	border: 1px solid #E0E0E0;
	}

#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0 0 10px -5px;
	padding: 4px;
	border: 1px solid #E0E0E0;
	box-shadow: 1px 1px 2px #E0E0E0;
	-moz-box-shadow: 1px 1px 2px #E0E0E0;
	-webkit-box-shadow: 1px 1px 2px #E0E0E0;
	}

#sidebar .featuredpost h2 a, #sidebar .featuredpage h2 a, #sidebar-alt .featuredpost h2 a, #sidebar-alt .featuredpage h2 a {
	color: #829497;
	font-size: 16px;
	text-transform: none;
	font-weight: 700;
	line-height: 16px;
	}

#sidebar .featuredpost .byline, #sidebar .featuredpage .byline, #sidebar-alt .featuredpost .byline, #sidebar-alt .featuredpage .byline {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	padding: 8px 0;
	margin-bottom: 4px;
	border-bottom: 1px dashed #BED8DE;
	}

#sidebar .featuredpost p, #sidebar .featuredpage p, #sidebar-alt .featuredpost p, #sidebar-alt .featuredpage p {
	font-size: 10px;
	line-height: 16px;
	padding: 0 0 7px 0;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
    overflow: auto;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #FFFFFF;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	}

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

/***** Sidebar(s) Pages ********************/

#sidebar .widget_pages li, #sidebar-alt .widget_pages li {
    background: url(images/icon-pages.png) no-repeat 0 3px !important;
	}

#sidebar .widget_pages li li, #sidebar-alt .widget_pages li li {
    background: url(images/arrow-right-blue.png) no-repeat 0 8px !important;
	}

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

.searchform { 
    margin: 0;
	}

.searchsubmit {
	background: url(images/bg-go.png) no-repeat top left;
	height:28px;
	width:30px;
	color: #829497;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	text-transform: lowercase;
	margin: -10px 0 0 -2px;
	padding: 0 4px 4px 6px;
	overflow:hidden;
	border:none;
	}

.searchsubmit:hover {
	background: url(images/bg-go.png) no-repeat 0 -28px;
	color: #829497;
	}

#nav .searchform {
	float: right;
	padding: 0;
	}

#nav .s {
	background: #FFFFFF;
	width: 150px;
	color: #829497;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 0 5px 10px;
	margin: 4px 3px 8px 0;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

#header .searchsubmit {
	background: url(images/bg-go.png) no-repeat top left;
	height: 28px;
	width: 30px;
	color: #829497;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	margin: -10px 0 0 -2px;
	padding: 0 3px 4px 8px;
	overflow: hidden;
	border: none;
	}

#header .searchsubmit:hover {
	background: url(images/bg-go.png) no-repeat 0 -28px;
	color: #5f0a6e;
	}

#sidebar .searchform { 
    padding: 15px 5px 0 5px;
	}

#sidebar .s {
	width: 235px;
	color: #252525;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 5px 0 0;
	padding: 4px;
	border: 1px solid #E0E0E0;
	}

#sidebar .searchsubmit {
	background: url(images/bg-go.png) no-repeat top left;
	height:28px;
	width:30px;
	color: #829497;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	text-transform: lowercase;
	margin: -10px 0 0 -2px;
	padding: 0 4px 4px 6px;
	overflow:hidden;
	border:none;
	}

#sidebar .searchsubmit:hover {
	background: url(images/bg-go.png) no-repeat 0 -28px;
	color: #829497;
	}

#sidebar-alt .s {
	 width: 80px; 
	 }

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

.enews {
	margin: 0;
	padding: 0;
	}

#sidebar .enews p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#sidebar .enews #subscribe {
    padding: 0 0 0 10px; 
    }

.enews #subbox {
	background: #FFFFFF !important;
	width: 230px;
	color: #252525;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #E0E0E0;
	}

.enews #subbutton {
	background: url(images/bg-go.png) no-repeat top left;
	height: 28px;
	width: 30px;
	color: #829497;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	margin: -10px 0 0 -2px;
	padding: 0 4px 4px 6px;
	border: none;
	overflow: hidden;
	}

.enews #subbutton:hover {
	background: url(images/bg-go.png) no-repeat 0 -28px;
	color: #829497;
	}

/***** Latest Tweets Widget********************/

.latest-tweets {
	margin: 10px 0 0 0;
	padding: 0;
	}

#header .latest-tweets ul li {
    background: none;
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding :0;
	}

#header .latest-tweets ul li a { 
    color: #5f0a6e; 
    }

#sidebar .latest-tweets ul li, #sidebar-alt .latest-tweets ul li {
    background: url(images/bullet-twitter.png) no-repeat 240px 0;
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0 45px 15px 5px;
	border-bottom: 1px dashed #BED8DE;
	}

#sidebar .latest-tweets ul li a, #sidebar-alt .latest-tweets ul li a { 
    color: #5f0a6e; 
	}

/* sidebar category icons */

#sidebar .latest-tweets h4, #sidebar-alt .latest-tweets h4 {
    background: #f37679 url(images/sidebar-twitter.png) no-repeat 9px center;
	}

#sidebar .widget_categories h4, #sidebar-alt .widget_categories h4 { 
    background: #f37679 url(images/sidebar-cat.png) no-repeat 9px center; 
	}

#sidebar .widget_meta h4, #sidebar-alt .widget_meta h4 {
	background: #f37679 url(images/sidebar-meta.png) no-repeat 9px center;
	}

#sidebar .widget_search h4, #sidebar-alt .widget_search h4 { 
    background: #f37679 url(images/sidebar-search.png) no-repeat 9px center; 
	}

#sidebar .widget_archive h4, #sidebar-alt .widget_archive h4 {
    background: #f37679 url(images/sidebar-archives.png) no-repeat 9px center; 
	}

#sidebar .enews-widget h4, #sidebar-alt .enews-widget h4 { 
    background: #f37679 url(images/sidebar-rss.png) no-repeat 9px center; 
	}

#sidebar .user-profile h4, #sidebar-alt .user-profile h4 { 
    background: #f37679 url(images/sidebar-about.png) no-repeat 9px center; 
	}

#sidebar .widget_pages h4, #sidebar-alt .widget_pages h4 { 
    background: #f37679 url(images/sidebar-pages.png) no-repeat 9px center; 
	}

#sidebar .widget_recent_entries h4, #sidebar-alt .widget_recent_entries h4 { 
    background: #f37679 url(images/sidebar-posts.png) no-repeat 9px center; 
	}

#sidebar .widget_calendar h4, #sidebar-alt .widget_calendar h4 {
	margin: 0;
	height: 0;
	visibility: hidden;
	}

#sidebar .widget_links h4, #sidebar-alt .widget_links h4 { 
    background: #f37679 url(images/sidebar-links.png) no-repeat 9px center; 
	}

#sidebar .widget_links li, #sidebar-alt .widget_links li {
    background: url(images/icon-external.png) no-repeat -3px 3px; 
	}

#sidebar .widget_recent_comments h4, #sidebar-alt .widget_recent_comments h4 {
    background: #f37679 url(images/sidebar-comments.png) no-repeat 9px center;
	}

#sidebar .featuredpost h4, #sidebar-alt .featuredpost h4, #sidebar .featuredpage h4, #sidebar-alt .featuredpage h4 {
    background: #f37679 url(images/sidebar-featured.png) no-repeat 9px center; 
	}

#sidebar .widget_text h4, #sidebar-alt .widget_text h4 {
	//background: #BED8DE url(images/icon-external.png) no-repeat 9px center;
	background: #f37679;
	padding-left: 5px;
	text-align: center;
	}

#sidebar .widget_loginwithajaxwidget h4, #sidebar-alt .widget_loginwithajaxwidget h4 { 
    	background: #f37679 url(images/sidebar-about.png) no-repeat 9px center; 
	}

#sidebar .PhotoSmash h4, #sidebar-alt .PhotoSmash h4 {
    background: #f37679 url(images/sidebar-featured.png) no-repeat 9px center; 
	}

#LoginWithAjax_Register .register h4 {
	background: #f37679;
	padding-left: 5px;
	text-align: center;
	}

#sidebar .spw_widget h4, #sidebar-alt .spw_widget h4 {
    background: #f37679 url(images/sidebar-featured.png) no-repeat 9px center; 
	}


/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #F69433;
	font-size: 18px;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	margin: 3px 0 5px 0;
	padding: 8px 5px 9px 10px;
	border-bottom: double #BED8DE;
	border-top: double #BED8DE;
	}

#wp-calendar th {
    background: #FFFFFF;
	color: #4A4A4A;
	font-size: 12px;
	}

#wp-calendar thead {
	background: #FFFFFF !important;
	color: #FFFFFF !important;
	font-weight: normal;
	margin: 10px 0 0 0;
	}

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

#wp-calendar tfoot td {
	background: none;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	}

tfoot #prev { 
    text-align: left; 
	}

tfoot #next { 
    text-align: right; 
	}

#wp-calendar #today { 
    border: 2px solid #BED8DE; 
	}

#wp-calendar tbody a { 
    font-weight: bold; 
	}

/***** Contact Form ********************/
	
#content .gform_wrapper {
	padding-left: 14px;
	}

#content .gform_wrapper input {
	background: #FFFFFF;
	color: #252525;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px!important;
	outline-style: none;
	border: none;
	border-top: 1px dashed #BED8DE !important;
	border-bottom: 1px dashed #BED8DE !important;
    }

#content .gform_wrapper textarea {
	background: #FFFFFF;
	color: #252525;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px!important;
	outline-style: none;
	border: 1px dashed #BED8DE;
	resize: none; /* doesn't validate but added for Safari field resizing */
    }

#content .gform_wrapper ul {
	margin: 0;
	list-style-type: none;
    }

html >body .entry ul, #content .gform_wrapper ul {
	text-indent: 0px
    }

#content .gform_wrapper li, #content .gform_wrapper form li {
	background: none!important;
	list-style-type: none!important;
	margin-left: 0!important;
	padding-left: 0px!important;
	overflow: hidden;
    }

#content .gform_wrapper select {
    background: #FFFFFF;
	color: #252525;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	padding: 3px 3px 3px 0;
	border: 1px solid #BED8DE;
	}

#content .gform_wrapper .field_hover {
	cursor: pointer
    }

#content .gform_wrapper h2.gsection_title {
	letter-spacing: normal !important;
	margin: 0!important;
	padding: 0!important;	
    }

#content .gform_wrapper .gsection .gfield_label, #content .gform_wrapper h2.gsection_title, #content .gform_wrapper h3.gform_title {
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
    }

#content .gform_wrapper h3.gform_title {
	letter-spacing: normal!important;
	margin: 10px 0 6px 0
    }

#content .gform_wrapper .gsection {
	margin: 24px 0 36px 0!important;
	padding: 0 0 18px 0!important;
	border-bottom: 1px dashed #BED8DE!important;
    }

#content .gform_wrapper .description, #content .gform_wrapper .gfield_description, #content .gform_wrapper .gsection_description, #content .gform_wrapper 

.instruction {
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px!important;
	text-transform: uppercase!important;
	letter-spacing: normal;
	line-height: 100%;
	clear: both;
    }

#content .gform_wrapper .gsection_description {
	font-weight: bold;
	text-transform: uppercase;
    }

#content .gform_wrapper .gfield_required {
	color: #EB836A;
	margin-left: 4px
    }

#content .gform_wrapper .gfield_error {
	background-color: #FFFFFF!important;
	margin-top: 4px!important;
	margin-bottom: 6px;
	padding: 6px 6px 4px 6px!important;
	border: 2px solid #0012AC;
    }

#content .gform_wrapper .gfield_error .gfield_label {
	color: #0012AC
    }

#content .gform_wrapper .validation_error {
    background: url(http://www.youngembroiderers.com/images/icon-alert.png) no-repeat top right;
	color: #0012AC;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 16px;
	margin-bottom: 16px;
	padding-top: 8px;
	border-top: 3px solid #F69433;
    }

#content .gform_wrapper .validation_message {
	color: #252525 !important;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: normal
    }

#content .gform_wrapper input.button {
	font-size: 13px;
	color: #EB836A;
	border: none !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    }

#content .gform_wrapper input.button:hover {
	background: #EB836A;
	color: #FFFFFF;
	border: none !important;
    }

#content #gforms_confirmation_message {
	background-color: #FFFFFF;
	color: #4A4A4A;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0 0 0 11px;
	border: none;
    }

.gform_footer .button {
	background: #F69433 !important;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 4px 6px 3px 6px;
	border: none;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

.gform_footer .button:hover {
	background: #6A797B !important;
	border: none;
	}

.gform_footer input.button {
    color: #FFFFFF !important;
	}

.gform_wrapper .gform_footer {
    border: none!important;
	}

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

#footer {
	background: transparent url(images/bg-footer.png) no-repeat bottom left;
	width: 960px;
	height: 66px;
	color: #7D7D7D;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 35px 0;
	clear: both;
	}

#footer .dottedline { 
/*    background: url(images/stitch-zigzag.png) no-repeat top left; */
    border-bottom: 2px dashed #f37679	}

.sidebar-content #footer .wrap { 
    background: url(images/stitch-zigzag-sc.png) no-repeat top left; 
	}

.content-sidebar #footer .wrap { 
    background: url(images/stitch-zigzag-cs.png) no-repeat top left; 
	}

.sidebar-content-sidebar #footer .wrap { 
    background: url(images/stitch-zigzag-scs.png) no-repeat top left;
	}

.sidebar-sidebar-content #footer .wrap { 
    background: url(images/stitch-zigzag-ssc.png) no-repeat top left; 
	}

.content-sidebar-sidebar #footer .wrap {
    background: url(images/stitch-zigzag-css.png) no-repeat top left; 
	}

.full-width-content #footer .wrap { 
    background: url(images/stitch-zigzag.png) no-repeat top left; 
	}

.homepage #footer .wrap { 
    background: url(images/stitch-zigzag.png) no-repeat top left; 
	}

#footer a, #footer a:visited {
	color: #0FA1CA;
	text-decoration: none;
	}

#footer a:hover {
    text-decoration: underline;
	}

#footer p {
	margin: 0 20px;
	padding: 23px 0 0 0;
	}

#footer .gototop {
	width: 0;
	height: 0;
	visibility: hidden;
	}

#footer .creds { 
    padding-top: 5px; 
	}

/***** Comments ********************/

.comments {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}

#respond {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}

#author, #email, #url {
	background: #FFFFFF url(images/bg-archive.png) repeat-x top left !important;
	width: 250px;
	color: #252525;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 3px 0 3px 3px;
	border: 1px dotted #252525;
	}

#comment {
	background: #FFFFFF url(images/bg-archive.png) repeat-x top left !important;
	height: 150px;
	width: 98%;
	color: #252525;
	font-family: Candara, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 0 5px 0;
	padding: 3px 0 3px 3px;
	border: 1px dotted #252525;
	}

#submit {
	background: #829497 !important;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 4px 6px 3px 6px;
	border: 1px solid #829497;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

#submit:hover {
	background: #5f0a6e !important;
	border: 1px solid #5f0a6e;
	}

.comment-list {
	margin: 0;
	padding: 0;
	}

.comment-author {
	padding-top: 10px;
	}

.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: 0;
	padding: 0;
	list-style: none;
	}

.comment-list li ul li {
    background: none !important;
	margin-right: -6px;
	margin-left: 10px;
	border-bottom: 1px dashed #829497;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	clear: both;
	}

.comment-list img {
	float: right;
	margin-right: 10px !important;
	border: none !important;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	padding: 0 0 4px 10px;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 4px 10px;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.children {
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.reply {
    padding-bottom: 20px;
	}

.reply a, .reply a:visited {
	background: #829497 !important;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 0 20px !important;
	padding: 3px 4px 2px 4px;
	border: 2px solid #829497;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	}

.reply a:hover {
	background: #6C7B7D !important;
	text-decoration: none;
	border: 2px solid #6C7B7D;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt {
	background: #E6F2F5 url(images/bg-archive.png) repeat-x 0 50px;
	margin: 0;
	padding: 0;
	}

.thread-even {
	background: #FFFFFF url(images/bg-archive.png) repeat-x top left;
	margin: 0;
	padding: 0;
	}

.depth-1 {
    margin: 0;
	padding: 0;
	border-left: 1px dashed #829497;
	border-top: 1px dashed #829497;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	}

.even {
	margin: 0;
	padding: 0;
	border-left: 1px dashed #829497;
	border-top: 1px dashed #829497;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	}

.alt {
	margin: 0;
	padding: 0 0 10px 0;
	border-left: 1px dashed #829497;
	border-left: 1px dashed #829497;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	}

/***** Home page sliding boxes gallery ********************/

.homepage-gallery {
	width: 930px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
	}

.homepage-gallery .polaroid-bg {
    background:url(images/polaroid-frame.png) no-repeat top left;
	width:236px;
	height:215px;
	float:left;
	display:inline;
	margin:0;
	padding: 40px 29px 38px 43px;
	}

.boxgrid {
    background:#FFEB9D url(images/polaroid-back.png) no-repeat top left;
    float:left;
	width: 223px;
	height: 223px;
	text-shadow: 1px 1px 1px #FFF7E0;
	margin: 0;
	overflow: hidden;
	position: relative;
	}

.boxgrid img {
	top: 0;
	left: 0;
	border: 0;
	position: absolute;
	}

.boxgrid h3 {
    color: #BD201B;
	font-weight: 500;
	font-size: 18px;
	margin: 140px 10px 0 10px;
	padding: 0;
	}

.boxgrid p {
	padding: 0 10px;
	color: #4A4A4A;
	font-weight: 700;
	font-size: 13px;
	margin: 0;
	}

.boxgrid a:hover, .boxgrid a:active {
	color: #0012AC;
	text-decoration: none;
	}

.boxcaption {
	background: #FFFFFF;
	height: 100px;
	width: 100%;
	float: left;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Agenesis_pre_get_option_site_layoutlpha(Opacity=80)";
	position: absolute;
	}

.captionfull .boxcaption {
	top: 260;
	left: 0;
	}

.caption .boxcaption {
	top: 220px;
	left: 0;
	}

/***** Custom CSS ****/
#nav li.rss a {
    background: url(images/soc-media/rss_16.png) no-repeat left center;
    padding: 0 0 0 25px;
    border: none;
    }

#nav li.twitter a {
    background: url(images/soc-media/twitter_16.png) no-repeat left center;
    padding: 0 0 0 25px;
    border: none;
    }

#nav li.facebook a {
    background: url(images/soc-media/facebook_16.png) no-repeat left center;
    padding: 0 0 0 25px;
    border: none;
    }

#nav li.flickr a {
    background: url(images/soc-media/flickr_16.png) no-repeat left center;
    padding: 0 0 0 25px;
    border: none;
    }

#nav li.picasa a {
    background: url(images/soc-media/picasa_16.png) no-repeat left center;
    padding: 0 0 0 25px;
    border: none;
    }

#nav li.youtube a {
    background: url(images/soc-media/youtube_16.png) no-repeat left center;
    padding: 0 0 0 25px;
    border: none;
    }

#login {
position:relative;
z-index:2;
}
#login-popout {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:0;
-moz-box-shadow:0 1px #AAAAAA;
background-attachment:scroll;
background-color:#E7F1FA;
background-image:none;
background-position:0 0;
background-repeat:repeat;
border-bottom-color:-moz-use-text-color;
border-bottom-style:none;
border-bottom-width:medium;
border-left-color-ltr-source:physical;
border-left-color-rtl-source:physical;
border-left-color-value:-moz-use-text-color;
border-left-style-ltr-source:physical;
border-left-style-rtl-source:physical;
border-left-style-value:none;
border-left-width-ltr-source:physical;
border-left-width-rtl-source:physical;
border-left-width-value:medium;
border-right-color-ltr-source:physical;
border-right-color-rtl-source:physical;
border-right-color-value:-moz-use-text-color;
border-right-style-ltr-source:physical;
border-right-style-rtl-source:physical;
border-right-style-value:none;
border-right-width-ltr-source:physical;
border-right-width-rtl-source:physical;
border-right-width-value:medium;
border-top-color:-moz-use-text-color;
border-top-style:none;
border-top-width:medium;
display:none;
height:140px;
padding-bottom:20px;
padding-left:20px;
padding-right:20px;
padding-top:20px;
position:absolute;
right:0;
top:26px;
width:250px;
z-index:9999;
}
#login-popout * {
position:static;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
#login a.login-button {
	float:left;
	padding:5px 10px 4px;
	background:rgba(0, 0, 0, 0.1);
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:0 1px #aaa;
	-moz-box-shadow:0 1px #aaa;
	-webkit-box-shadow:0 1px #aaa;
}
#login a.login-button:hover {
	background:#E7F1FA;
	text-decoration:none;
}
#login a.login-button span {
	background:url(http://www.youngembroiderers.com/images/ico-arrow-down.png) no-repeat right center;
	line-height:28px;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	padding-right:12px;
	color:#000;
	text-shadow:0 1px #eee;
}
#login a.login-button-alternative {
	background:#E7F1FA;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
}
#login a.login-button-alternative span {
	background:url(http://www.youngembroiderers.com/images/ico-arrow-up.png) no-repeat right center!important;
}
/* Login box */

#login-popout h3 {
	padding:0;
	color:#222;
}
#login-popout .gravatar {
	border: 1px solid #4d697c;
	margin-top:3px;
}
#login-popout #login-top {
	border-bottom: 1px solid #c4d5df;
	padding:0 0 12px;
	margin:0 0 12px 0;
}
#login-popout .form-bot {
	margin:5px 0 0;
}
#login-popout ul li {
	padding:5px 0;
}
#login-popout ul li a {
	font-weight:700;
	font-size:14px;
	text-decoration:underline;
}
#login-popout ul li a:hover {
	color:#000;
}
#login-popout ul li img {
	vertical-align:bottom;
	margin-right:10px;
}
#login-popout input#userid, #login-popout input#password {
	background:#fff;
	border:1px solid #bebebe;
	padding: 5px;
	width:154px;
	margin:0 0 5px;
	color:#777;
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
	border-bottom:1px solid #f3f3f3;
	border-right:1px solid #f3f3f3;
}
#login-popout label {
	padding: 5px;
}
/***** Typekit Fonts ********************/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h4, #content h6, .homepage h1, .boxgrid h3, #header .widget-area h4, #header #title-area 

h1, #wp-calendar caption, #wp-calendar th, #sidebar .featuredpost h2 a, #sidebar .featuredpage h2 a, #sidebar-alt .featuredpost h2 a, #sidebar-alt .featuredpage h2 

a, #nav li.date, .author-box b, .wp-caption p.wp-caption-text { 
    font-family: "museo-slab-1", "museo-slab-2", "Trebuchet MS", Arial, Helvetica, sans-serif !important; 
	}

.boxgrid p, #header #title-area #description { 
    font-family: "museo-sans-1", "museo-sans-2", "Trebuchet MS", Arial, Helvetica, sans-serif !important; 
	}

/**** Extras **********************/
.bwbps_addphoto_link { padding-left:15px; }

.bwbps-rating-toggle { visibility: hidden; margin-bottom: -20px; }

hr {
    border: 1px dashed #f37679;
}
a.gallerypic{
  width:150px;
  text-decoration:none;
  position:relative;
  display:block;
  border:1px solid #666;
  padding:3px;
  margin-right:5px;
  float:left;
}

a.gallerypic span.certificate{
  visibility:visible;
  position:absolute;
  left:80%;
  top:80%;
  /*filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;*/
}

a.gallerypic:hover span.certificate{
  /*visibility:hidden;*/
}

#picturebox {
    width:160px; text-align:center; padding:5px; border: 1px dashed #f37679;
}