/*
Theme Name: NOW NYC
Description: The 2013 Wordpress theme created by Technology Therapy
Author: Technology Therapy
Version: 1.0
Tags: some, tags, go, here, although, they're, really, not, necessary
*/

/* Include our fonts */
@font-face {
    font-family: 'Gothic';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/League_Gothic-webfont.woff') format('woff'),
        url('fonts/League_Gothic-webfont.ttf') format('truetype'),
        url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gudea';
    src: url('fonts/gudea-regular-webfont.eot');
    src: url('fonts/gudea-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/gudea-regular-webfont.woff') format('woff'),
        url('fonts/gudea-regular-webfont.ttf') format('truetype'),
        url('fonts/gudea-regular-webfont.svg#GudeaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GudeaBold';
    src: url('fonts/gudea-bold-webfont.eot');
    src: url('fonts/gudea-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/gudea-bold-webfont.woff') format('woff'),
        url('fonts/gudea-bold-webfont.ttf') format('truetype'),
        url('fonts/gudea-bold-webfont.svg#GudeaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End Reset, Start Template Styles */
html, body {height: 100%;}
body {
    font-family: 'Gudea', Helvetica, Arial, sans-serif;
    background-color: #D7D5D9;
}

#wrapper {
    display: block;
    min-height: 100%;
    width: 100%;
}
.container {
    width: 960px;
    margin: 0 auto;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
br.clear { clear: both; margin:0; padding:0; height:0; }

#topper {
    width: 100%;
    height: 165px;
    display: block;
    background-color: #fff;
    font-family: 'Gothic', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
#topper .container {position: relative;}
#topper li { display: inline-block }
#topper img, #topper .container > a {
    float: left;
    margin-top: 4px;
}
#topper .container > a {
    width: 400px;
    font: normal 37px/32px 'Gothic', Helvetica, Arial, sans-serif;
    color: #4c2b62;
    text-decoration: none;
}
#topper .container > a strong {
    display: block;
    margin: 13px 0 0 155px;
}
#topper .container > a em {
    color: #9f8aad;
    font-size: 29px;
    display: block;
}
#topper .right {
    font-size: 24px;
    color: #9f8aad;
    text-align: right;
    right: 0px;
}
/* This is for the stupid Fout in ff */
#topper .right + a, #topper .right {position: absolute;}
/**/
#topper .right a {
    color: #9a3836;
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
}
#topper .right a:hover { color: #6c1b19; }
#topper .right p {
    text-align: right;
    font-size: 30px;
    color: #a8a0ad;
    display: block;
    padding: 15px 0 0 0;
}
#topper .right > ul {display: inline-block;}
#topper .right .social {    
    width: 130px;
    height: 25px;
    overflow:hidden;
    position: relative;
    top: 7px;
}
#topper .social li { 
    height: 21px;
    vertical-align: top;
}
#topper .social .twitter a { background-position: -25px -1px; }
#topper .social .tumbler a { background-position: -51px -1px; }
#topper .social .youtube a { background-position: -77px -1px; }
#topper .social .meetup a { background-position: -103px -1px; }
#topper .social a:hover { background-position: 0 -26px; }
#topper .social .twitter a:hover { background-position: -25px -26px; }
#topper .social .tumbler a:hover { background-position: -51px -26px; }
#topper .social .youtube a:hover { background-position: -77px -26px; }
#topper .social .meetup a:hover { background-position: -103px -26px; }
#topper .social li a {
    font-size: 0px;
    line-height: 0px;
    width: 21px;
    height: 21px;
    display: block;
    background: url(images/sprite.png) no-repeat 0 -1px;
    text-indent: -999px;
    padding: 0px;
}
#topper ul#nav {
    display: block;
    color: #9f8aad;
    font-size: 24px;
    margin-top: 120px;
}
#topper ul#nav > li { 
    position: relative;
    text-align: left;
}
#topper ul#nav > li > a {
    display: inline-block;
    padding: 0 5px;
    color: #666;
    text-decoration: none;
}
#topper ul#nav > li a:hover { color: #4c2b62; }
#topper ul#nav > li > a:hover { padding-bottom: 6px; }
#topper ul#nav > li > ul {
    position: absolute;
    top: 27px;
    left: -10px;
    z-index: 999;
    display: block;
    padding: 10px 5px 5px;
    background-color: #fff;
    display: none;
}
#topper ul#nav > li:hover > ul { display: block;}
#topper #nav > li li a {	
    white-space: nowrap;
    display: block;
    font-size: 22px;
    padding: 5px;
    color: #666;
}

#content {
    /*padding-bottom: 310px;  Footer height - for sticky footer */
    background: rgb(234,227,237); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZTNlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZjRmNGY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3ZDVkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(234,227,237,1) 0%, rgba(244,244,246,1) 2%, rgba(215,213,217,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,227,237,1)), color-stop(2%,rgba(244,244,246,1)), color-stop(100%,rgba(215,213,217,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(234,227,237,1) 0%,rgba(244,244,246,1) 2%,rgba(215,213,217,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234,227,237,1) 0%,rgba(244,244,246,1) 2%,rgba(215,213,217,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(234,227,237,1) 0%,rgba(244,244,246,1) 2%,rgba(215,213,217,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(234,227,237,1) 0%,rgba(244,244,246,1) 2%,rgba(215,213,217,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae3ed', endColorstr='#d7d5d9',GradientType=0 ); /* IE6-8 */
    position: relative;
}
#content .container {
    background: url(images/sprite.png) no-repeat 680px -792px;
    position: relative;
    top: -8px;
}
#sidebar-bg {
    background: url(images/sidebar-bg.png) repeat-y top right;
    padding-bottom: 230px;
}
#main-content {
    width: 650px;
    padding: 20px 15px;
    float: left;
    background: rgb(244,243,243); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(244,243,243,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,243,243,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(244,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(244,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(244,243,243,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(244,243,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    position: relative;
}
/* Post styles */
#main-content .parent {
    text-transform: uppercase;
    color: #4c2b62;	
    font: normal 22px 'Gothic', Helvetica, Arial, sans-serif;
}
#main-content .parent.margin {
    margin-bottom: 20px;
    display: block;
}
#main-content h1 {
    font: normal 28px/28px 'GudeaBold', Helvetica, Arial, sans-serif;
    color: #7e49a0;
    margin: 30px 0 13px;
}
#main-content h2 {
    font: normal 23px/23px 'GudeaBold', Helvetica, Arial, sans-serif;
    color: #9A3836;		
    margin: 25px 0 8px;
}
#main-content h2.section {
    color: #9a3836;
    font: normal 26px 'Gothic', Helvetica, Arial, sans-serif;
    margin-top: 15px;
    text-transform: uppercase;
}
#main-content h3 {
    font: normal 18px/18px 'GudeaBold', Helvetica, Arial, sans-serif;
    color: #7e49a0;		
    margin: 20px 0 6px;
}
#main-content h4 {
    font: normal 18px/18px 'GudeaBold', Helvetica, Arial, sans-serif;
    color: #444;		
    margin: 20px 0 6px;
}
#main-content h5 {
    font: normal 16px/16px 'GudeaBold', Helvetica, Arial, sans-serif;
    color: #666;		
    margin: 13px 0 6px;
}
#main-content h5 {
    font: normal 14px/14px 'GudeaBold', Helvetica, Arial, sans-serif;
    color: #666;		
    margin: 13px 0 6px;
}
#main-content li {
    list-style: disc;
    display: list-item;
    margin-left: 25px;
    font: normal 13px/19px 'Gudea', Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    color: #666;
}
#main-content ol li { list-style: decimal; }
#main-content ul, #main-content ol {
    margin-bottom: 15px;
}
#main-content p {
    color: #666;
    font: normal 13px/19px 'Gudea', Helvetica, Arial, sans-serif;
    margin-bottom: 12px;
}
#main-content em {font-style:italic;}
#main-content strong, #main-content b  {font:normal 14px/19px 'GudeaBold', Helvetica, Arial, sans-serif;}

.blog #main-content a {
	color: #9a3836;
	text-decoration:none;
  font: normal 13px/19px 'Gudea', Helvetica, Arial, sans-serif;

}
#main-content a.btn{font-family:'GudeaBold', Helvetica, Arial, sans-serif; background:#9a3836; padding:4px 10px; color:#fff; text-decoration:none; -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;}
	#main-content a.btn:hover{background:#990000; text-decoration:none; color:#fff;}
.blog #main-content a:hover {
	color: #990000;
	text-decoration:underline;

}
#main-content a {
    color: #a180b7;
}
#main-content a:hover { 
    color: #4F2E65;
    text-decoration: none;
}
#main-content .news a {
    color: #9a3836;
	text-decoration:none;
}
#main-content .news a:hover { 
    color: #990000;
    text-decoration: none;
}
#main-content .parent + h1, #main-content h1:first-child { margin-top: 0px }
#main-content .feature {
    float: left;
    margin: 0 10px 5px 0;
}
#main-content .feature.medium, #main-content .feature.medium img {
    width: 375px;
    height: auto;
}
#main-content .feature.large, #main-content .feature.large img {
    width: 650px;
    height: auto;
}
#main-content .feature.small, #main-content .feature.small img {
    width: 175px;
    height: auto;
}
#main-content h2 a, #main-content h3 a, #main-content h4 a, .blog #main-content h2 a { 
    color: #713697;
    text-decoration: none;
}
#main-content hr {
    margin: 15px 0;
    padding: 0px;
    border: 0px;
    height: 2px;
    width: 100%;
    display: block;
    clear: both;
    background-color: #dbd3e2;
}
#main-content .feature img {margin-bottom: 2px;}
#main-content .feature > div {
    display: block;
    background-color: #e8e8e8;
    border-top: 1px solid #ccc;
    padding: 5px 5px 7px;
}
#main-content .feature div strong {
    color: #666;
    text-transform: uppercase;
    display: inline-block;
    font-size: 11px;
    width: 150px;
}
#main-content .feature > div > span {
    float: right;
    position: relative;
    top: 2px;
}
#sidebar {
    width: 270px;
    float: right;
    background-color: #a8a0ad;
}
#sidebar > div {
    padding: 13px;
}
#sidebar h3 {	
    text-transform: uppercase;
    font: normal 26px/30px 'Gothic', Helvetica, Arial, sans-serif;
    color: #fff;
    text-shadow: 1px 1px #837d87;
}
#sidebar .purple h3 {	
    text-transform: uppercase;
    font: normal 30px/30px 'Gothic', Helvetica, Arial, sans-serif;
    color: #fff;
    text-shadow: 1px 1px #452f55;
}
#sidebar div {
    font-size: 13px;
    line-height: 16px;
}
#sidebar .events ul, #sidebar .action ul {
    padding-bottom: 30px;
}
#sidebar .action.categories ul {
    padding-bottom: 0;
}
#sidebar .events ul li, #sidebar .action ul li {
    padding: 7px 0 9px;
    display: block;
    background: url(images/divider.png) no-repeat bottom left;
    color: #fff;
}
#sidebar .events ul li:last-child, #sidebar .action ul li:last-child {
    background: none;
}

#sidebar .events ul li li, #sidebar .action ul li li {
    margin-left: 15px;
    background: none;
    line-height: 14px;
    padding: 8px 0 0;
    font-size: 12px;
}
#sidebar .action ul li li:last-child {
    margin-bottom: 10px;
}
#sidebar .events ul li a, #sidebar .action ul li a  {
    display: block;
    text-decoration: none;
    color: #cdafd6;
}
#sidebar .events ul li.cat-item a, #sidebar .action ul li.cat-item a  {
	    font: normal 13px/18px 'GudeaBold', Helvetica, Arial, sans-serif;
}
#sidebar .events ul.children li.cat-item a, #sidebar .action ul.children li.cat-item a  {
	    font: normal 13px/18px 'Gudea', Helvetica, Arial, sans-serif;
}
#sidebar .events ul.children li.cat-item a, #sidebar .action ul.children li.cat-item a  {
		background:url(images/cat-dash.gif) left top no-repeat;
		padding-left:15px;
}
#sidebar .action ul li a  { color: #66427e;}
#sidebar .events ul li a:hover, #sidebar .action ul li a:hover { text-decoration: underline; }
#sidebar .purple a.right,#sidebar .light a.right, #sidebar .action a.right {
    color: #fff;
    margin-top: -20px;
    font: normal 18px 'Gothic', Helvetica, Arial, sans-serif;
    text-decoration: none;
}
#sidebar .light a.right {color:#66427E}
#sidebar .light:hover a.right {color:#7a1c37;}
#sidebar .action a.right { color: #66427e; } 
#sidebar .events a.right:hover, #sidebar .action a.right:hover,#sidebar .purple a.right:hover {color: #cdafd6;}
#sidebar .action a.right:hover { color: #7a1c37; }
#sidebar .purple {
    background: rgb(128,94,150); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwNWU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjJhNjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(128,94,150,1) 0%, rgba(75,42,97,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,94,150,1)), color-stop(100%,rgba(75,42,97,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(128,94,150,1) 0%,rgba(75,42,97,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(128,94,150,1) 0%,rgba(75,42,97,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(128,94,150,1) 0%,rgba(75,42,97,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(128,94,150,1) 0%,rgba(75,42,97,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#805e96', endColorstr='#4b2a61',GradientType=0 ); /* IE6-8 */
    border-top: 1px solid #a187b3;
    border-bottom: 1px solid #210c35;
}
#sidebar .purple p {
    color: #fff;
    margin: 5px 0 0;
}
#sidebar .banner {
    width: 265px;
    height: 44px;
    position: relative;
    left: 10px;
    display: block;
    padding: 0px;
    margin: 10px 0 10px;
}
#sidebar .banner a {
    width: 243px;
    height: 35px;
    display: block;
    background: url(images/sprite.png) no-repeat 0 -86px;
    padding: 9px 0 0 22px;
    color: #fff;
    text-decoration: none;
}
#sidebar .banner a:hover {background-position: 0 -130px;}
#sidebar .donate p {
    line-height: 14px;
}
#sidebar .donate p strong {
    font: normal 30px/30px 'Gothic', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    float: left;
    margin-right: 8px;
}
#sidebar .form input[type=text] {
    background-color: #e7e2ea;
    border-radius: 2px;	
    font: normal 12px/12px 'GudeaBold', Helvetica, Arial, sans-serif;
    padding: 5px;
	font-style:italic;
    color: #b4adb9;
    width: 160px;
    border: 0px;
}
#sidebar .form input[type=text].watermark {
    color: #917aa0;
    font-style: italic;
}
#sidebar .form input[type=submit], #commentform input[type=submit]{
    width: 68px;
    height: 25px;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font: normal 14px/18px 'Gudea', Helvetica, Arial, sans-serif;
    background: url(images/sprite.png) no-repeat 0 -58px;
    float: right;
    position: relative;
    cursor: pointer;
}
#sidebar .form input[type=submit]:hover, #commentform input[type=submit]:hover {background-position: 0 -177px;}
#sidebar .ctas li {
    width: 49%;
    display: inline-block;
    padding-bottom: 1px;
    height: 71px;
}
#sidebar .ctas li a {
    max-width: 100%;
    display: block;
    height: 100%;
}
#sidebar .ctas li img {
    width: 120px;
    height: 71px;
}
#sidebar .ctas + .subscribe {
    margin-top: 15px;
}
#sidebar .subscribe {
    border-top: 2px solid #c5bccb;
    border-bottom: 2px solid #c5bccb;
    font: normal 26px/26px 'Gothic', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 13px;
	padding-left:0;
	width:235px;
	margin-left:10px;
}
#sidebar .subscribe a {	
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px #837d87;
}
#sidebar .subscribe a span {
    width: 33px;
    height: 33px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    background: url(images/sprite.png) no-repeat -124px -52px;
    position: absolute;
    top: 10px;
    right: 0px;
}
#sidebar .subscribe a:hover span {background-position: -161px -52px}
/* Simple Widget */
#sidebar .light p {color: #fff;}
#sidebar .light h3 {margin-bottom:10px;}
#footer {
    height: 230px;
    position: relative;
    margin-top: -230px;
    display: block;
    clear: both;
    width: 100%;
}
#links {
    background-color: #29282a;
    width: 100%;
    height: 196px;
}
#links > .container {
    border-left: 1px solid #1f1f20;
    border-right: 1px solid #3a393b;
    display: block;
    height: 176px;
}
#links > .container > li {
    display: block;
    float: left;
    width: 259px;
    vertical-align: top;
    font: normal 13px/20px 'Gudea', Helvetica, Arial, sans-serif;
    color: #fff;
    padding: 10px;
    height: 156px;
    border-right: 1px solid #1f1f20;
    border-left: 1px solid #3a393b;
}
#links > .container > li a {
    color: #cdafd6;
    text-decoration: none;
}
#links > .container > li a:hover { color: #e3d0e9; }

#links .container li.twitter h3 a{
    font: normal 14px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
li.twitter h3{ background:url(images/twitter.png) left top no-repeat; height:21px; padding-left:25px;}
#links > .container > li:first-child ul {width: 100%;}
#links > .container > li:first-child li {
    width: 49%;
    display: inline-block;
}
#links .container .twitter {width: 376px;}
#links .container .twitter li {
    margin-bottom: 15px;
    line-height: 16px;
}
#links .twitter em {	
    color: #cdafd6;
}
#links .sister.fundedpage a {
    padding-left: 16px;
}
#links .sister a {
    display: inline-block;
    text-align: center;
    color: #f5eefa;
    font-size: 12px;
}
#links .sister a:last-child {
   	padding-left:8px;
}
#links .sister.fundedpage a:last-child {
    padding-left: 16px;
}
#links .sister a img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#links h3 {
    font: normal 18px/20px 'Gothic', Helvetica, Arial, sans-serif;
    color: #fff;
    margin-bottom: 8px;
}

#copyright {
    width: 100%;
    height: 39px;
    background-color: #19191a;
    color: #cdafd6;
    text-align: center;
    padding: 15px 0 0;
    font: normal 11px/20px 'Gudea', Helvetica, Arial, sans-serif;
}
/* Individual Page Styles */
#main-content ul.action {
    display: block;
    width: 100%;
}
#main-content ul.action li {
    width: 100%;
    display: block;
    margin: 0 0 15px;
    padding: 0px;
    list-style: none;
}
#main-content ul.action li img {
    float: left;
    max-width: 140px;
    height: auto;
    display: block;
    margin: 0 15px 5px 0;
}
#main-content .highlights {	
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
}
#main-content .news {
    padding: 10px;
    background: #f4f3f3;
    display: block;
}
#main-content .news h2 { margin-top: 0px; }
#main-content .news li {
    display: inline-block;
    width: 22.5%;
    list-style: none;
    margin: 0 0 10px;
    padding: 0 1% 0 1%;
    border-right: 2px solid #d9d1e1;
    vertical-align: top;
}
#main-content .news li:nth-child(4n-3) {padding-left: 0px;}
#main-content .news li:nth-child(4n), #main-content .news li:last-child {border-right: 0px; }
/* Two Column */
#main-content .news .two li {
    width: 48%;
}
#main-content .news li h3 a {
    font: normal 16px/21px 'GudeaBold', Helvetica, Arial, sans-serif;
    color: #713697;
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
}
#main-content .news li p {margin-bottom:7px;}
#main-content .news li .source {
    color: #999;
	font-size:10px;
	line-height:12px;
    margin-bottom: 0px;
}
/* Home Page Styles! */
#main-content.home, #main-content.gallery {
    padding:0;
    width: 680px;
}
.replace-padding {
    padding: 0 15px;
    display: block;
}
#main-content #slider {
    width: 680px;
    height: 300px;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#main-content #slider li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    width: 680px;
    height: 300px;
    position: relative;
}
#slider li img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 0;
}
#slider li div {
    position: absolute;
    z-index: 2;
    display: block;
    width: 660px;
    padding: 10px;
    background: rgba(44,27,62,.7);
    bottom: 0px;
}
#slider li h2,#slider li h3 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#slider li h3 {
    font-size: 13px;
    color: #d0aee6;
    font-weight: normal;
}
#slider li h2 {
    font: 30px/30px 'Gothic',Helvetica,Arial,sans-serif;
    color: #fff
}
#slider li p {
    margin: 0;
    padding: 0;
    color: #fff;
    width: 550px;
}
#slider li p a {text-decoration:none;}
#slider li p a:hover {text-decoration:underline;}
.bx-wrapper {position: relative;}
.bx-controls {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 5px;
}
.bx-pager-item {
    display: inline-block;
}
.bx-pager-item a {
    display: block;
    margin: 0 5px;
    width: 6px;
    height: 6px;
    font-size: 0px;
    text-indent: -999px;
    background-color: #fff;
    border: 2px solid #fff;
}
.bx-pager-item a.active {background-color:#d1b7d9;}
/* Home Blog roll or whatever it ends up being */
#main-content #home-features {
    display: block;
    border-bottom: 0px;
    margin: 0 15px 10px;
    padding-top: 10px;
}
#home-features li {
    list-style: none;
    margin: 0px;
	clear:both;
    border-bottom: 2px solid #dbd3e2;
    padding: 10px 0 0;
}
#home-features li:last-child {
    border-bottom: 0px;
    padding-bottom: 5px;
}
#home-features  li img {
    float: left;
    margin: 0 15px 5px 0;
}
#home-features li h2 {
    color: #7e49a0;
    font-size: 20px;
    margin: 0 0 8px;
}
#main-content .news li h3 {
    margin: 8px 0;
}
#home-features li a.red { text-decoration:none;}
#home-features + a {
    display: block;
    text-align: right;
    margin-bottom: 15px;
    font: 18px/18px 'Gothic',Helvetica,Arial,sans-serif;
    text-decoration: none;
    padding: 0 15px 10px 0;
}
#home-features + a:hover,.home .news ul + a:hover {text-decoration:underline;}
/* Homepage news section */
#main-content.home .news {
    width: 650px;
    padding: 15px;
    margin-bottom: 0px;
}
.home .news ul + a, a.rightmore {
    display: block;
    font: 18px/18px 'Gothic',Helvetica,Arial,sans-serif;
    text-decoration: none;
    text-align: right;
    clear: both;
}
/* Link Stylers */
a.lightpurple {color: #cfade5 !important}
a.purple {color:#7e49a0 !important}
a.red {color:#9A3836 !important}
a.right {float:right;}
/* Gallery Page Styles */
#viewbig img {
    width: 680px; 
    height: auto;
    display: block;
}
.gallery .grey {
    background-color: #edeaee;
    padding: 15px 36px 30px 37px;
    width: 607px;
    margin-bottom: 20px;
    margin-top: 0px;
}
#main-content .thumnbnail-slide {
    width: 607px;
    height: 242px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 0px;
}
.thumnbnail-slide li img {
    display: block;
    opacity:.5;
}
.thumnbnail-slide li a {
    display: block;
    background-color:  #4b2a61;
    width: 119px;
    height: 119px;
    float: left;
    margin: 0 3px 3px 0;
}
.thumnbnail-slide li a.selected img {
    opacity: 1.0;
}
.thumnbnail-slide li a:nth-child(5n) {
    margin-right: 0px;
}
.gallery .bx-controls {
    width: 100%;
    text-align: center;
    bottom: -18px;
    right: 0px;
}
.gallery .bx-controls-direction {
    position: absolute;
    top: -127px;
    left: -25px;
}
.gallery .bx-controls-direction a {
    display: block;
    width: 14px;
    height: 18px;
    font-size: 0px;
    text-indent: -999px;
    background: url(images/sprite.png) no-repeat 0px -238px;
}
.gallery .bx-controls-direction a.bx-next {
    background-position:0 -271px;
    position: absolute;
    left: 645px;
    top: -0px;
}
#main-content .thumnbnail-slide li {
    list-style: none;
    margin: 0;
    width: 607px;
    height: 242px;
    padding: 0;
}
/* Gallery Navigation on the Gallery Pages */
.gallery-nav {
    float: right;
    background: #523069;
    padding: 10px;
    position: relative;
    right: -15px;
}
#main-content .gallery-nav p {
    color: #fff;
}
#main-content .gallery-nav > ul {
    width: 200px;
    height: 30px;
    background: #210C35 url(images/sprite.png) no-repeat 177px -297px;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #7D5B93;
}
#main-content .gallery-nav > ul li {
    position: relative;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    padding: 5px 5px 5px 8px;
}
#main-content .gallery-nav > ul ul {
    list-style: none;
    display: none;
    margin: 0;
    padding: 5px;
    background: #210C35;
    border: 1px solid #7D5B93;
    border-top: 0;
    border-bottom: 0;
    position: absolute;
    z-index: 100;
    top: 25px;
    left: -1px;
    width: 190px;
}
#main-content .gallery-nav > ul > li:hover ul {
    display: block;
}
#main-content .gallery-nav ul ul li:hover {background-color: #4E2D64;}
#main-content .gallery-nav ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
}
/*  Blog Styles */
.roll-image {
    width: 237px;
    height: auto;
    float: left;
    margin: 0 10px 5px 0;
}
#main-content h5.date {
    margin: 0;
    color: #a8a0ad;
    font-size: 11px;
}
#main-content .post {
    display: block;
    margin-bottom: 30px;
}
#main-content .post h2, .blog #main-content .post h2 a {
    margin: 0 0 10px;
    font-size: 20px;
}
.blog #main-content .post h2 a:hover {
	color:#4C2B62;
}
#main-content .post hr {
    margin: 5px 0 3px;
}
.blog #main-content p.post-meta a {
	color: #9a3836;
	text-decoration:none;
  font: normal 11px/15px 'Gudea', Helvetica, Arial, sans-serif;
  }
#main-content p.post-meta {
    font-size: 11px;
    color: #a8a0ad;
}
.post .sharethis {    
    width: 120px;
    float: right;
}
.post .sharethis > span {
    float: left;
    width: 20px;
}
.post .sharethis strong {
    display: none;
}
#commentform input[type=text], #commentform textarea {    
    background-color: #e7e2ea;
	background-image:none;
    border-radius: 2px;	
    font: normal 12px/12px 'Gudea', Helvetica, Arial, sans-serif;
    padding: 5px;
    color: #2b123c;
    width: 250px;
    border: 0px;
    margin-right: 10px;
}
#commentform textarea {    
    height: 80px;
    width: 640px;
}
#commentform label {
    font-size: 12px;
    color: #666;
}
.alignright {
    float: right;
    margin: 0 0 5px 15px;
}
.alignleft {
    float: left;
    margin: 0 15px 5px 0;
}
.wp-caption {
    display: block;
    width: auto !important;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #F4F3F3;
}
#main-content .wp-caption p {
    font: 20px/24px 'Gothic',Helvetica,Arial,sans-serif;
    color: #58366E;
    display: block;
    text-align: center;
    margin: 5px 0 0;
}
/* Teaser gallery */
.gallery-teaser {
    background-color: #EDEAEE;
    position: relative;
    left: -15px;
    padding: 10px 15px 15px;
    width: 650px;
}
.viewbig-teaser {
    width: 405px;
    height: 241px;
    display: block;
    float: left;
    text-align: center;
    background-color: #4C2B62;
    overflow:  hidden;
}
.viewbig-teaser img {
    min-height: 100%;
    height: 100%;
    width: auto;
}
#main-content .thumnbnail-slide-teaser {
    width: 242px;
    float: right;
    margin: 0;
    padding: 0;
}
#main-content .thumnbnail-slide-teaser li {
    margin: 0 3px 3px 0;
    list-style: none;
    display: block;
    float: left;
    padding: 0;
    background-color: #4B2A61;
}
#main-content .thumnbnail-slide-teaser li img {
    display: block;
    opacity: .5;
}
#main-content .thumnbnail-slide-teaser li a.selected img {
    opacity: 1.0;
}
#main-content .thumnbnail-slide-teaser li:nth-child(2n){
    margin-right: 0px;
}
/*Homepage Image*/
.home-image {
    width: 119px;
}
/*Events*/
.event {
    display: block;
    clear: both;
    margin-bottom: 25px;
}
#main-content .event > a:first-child {
    display: block;
    float: left;
    background-color: #f0f0f0;
    color: #46166b;
    font: normal 12px/18px 'GudeaBold',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px;
    letter-spacing: 1px;
    width: 84px;
}
#main-content .event > a:first-child strong {
    display: block;
    color: #7e49a0;
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
}
#main-content .event > a:first-child:hover {
    background-color: #fff
}
.event .right {
    float: none;
    width: 540px;
    margin-left: 110px;
}
.event.location .right {margin-left:310px;}
.location iframe {
    float: left;
}
#main-content .event h2 {
    font: normal 18px/18px 'GudeaBold',Helvetica,Arial,sans-serif;
    margin: 0 0 4px;
}
#main-content .event h2 a { color: #7e49a0; }
#main-content .event h4 {
    margin: 0 0 10px;
    font: normal 12px/14px 'GudeaBold',Helvetica,Arial,sans-serif;
    color: #a8a0ad;
}
.em-events-search {
    display: block;
    margin-bottom: 15px;
    background-color: #EDEAEE;
    width: 607px;
    padding: 15px 36px 15px 37px;
    margin-left: -15px;
    font: normal 12px/12px 'Gudea',Helvetica,Arial,sans-serif;
    position: relative;
}
.em-events-search input[type=text] {
    background-color: #fff;
}
.em-date-input-loc {width:82px;}
.em-events-search-text {width:265px;}
.em-events-search .button {
    float:right;
    position: absolute;
    right: 15px;
    top: 25px;
}
.em-location-map {
    width: 100% !important;
    height: 275px !important;
    border: 7px solid #A8A0AD;
    float: left;
    margin: 0 15px 5px 0;
}
.single-event #main-content p + br {display:none;}
#em-booking .em-booking-login {
    border-left: 0;
    background-color: #A8A0AD;
    color: #fff;
    padding: 10px 15px;
    margin: 20px 0 0;
}
#em-booking .em-booking-login p {
    color: #fff;
}
#em-booking .em-booking-login #uniform-em_wp-submit {color:#666;}
#uniform-em_rememberme + label {font-size:12px;}
#main-content .em-booking-login-form a {
    color: #fff;
    text-decoration: underline;
    display: block;
    font-size: 12px;
    margin: 10px 0 10px;
}
#dbem-bookings-table {
    width: 100%;    
    font: normal 14px/22px 'Gudea',Helvetica,Arial,sans-serif;
    color: #666;
    border-bottom: 1px solid #F2F0F4;
}
#dbem-bookings-table td {
    padding: 5px;
    margin: 3px;
    border-right: 1px solid #F2F0F4;
    text-align: center;
}
#dbem-bookings-table th {
    padding: 5px;
    font: normal 14px/22px 'GudeaBold',Helvetica,Arial,sans-serif;
    text-transform:  uppercase;
    background-color: #56356C;
    color: #fff;
    margin: 3px;
}
#dbem-bookings-table tr th {width: 20%;}
#dbem-bookings-table tr th:first-child {width: 40%;}
#dbem-bookings-table tr td:first-child {
    text-align: left;
    font-family: 'Gothic',Helvetica,Arial,sans-serif;
    font-size: 20px;
}
/* Donate Page */
.define-amt {
    width: 372px;
    height: 36px;
    display: block;
    background: url(images/sprite.png) no-repeat -312px 0;
    float: left;
    margin-bottom: 10px;
}
.define-amt #add1, .define-amt #minus1 {display:none}
.define-amt .quantity {
    width: 225px;
    float: left;
}
.define-amt input.input-text,.define-amt input.input-text:focus {
    margin: 5px 0 0 30px;
    width: 115px;
    height: 30px;
    padding: 0;
    background: transparent;
    border: 0px;
    text-align: right;
    font: 30px 'Gothic',Helvetica,Arial,sans-serif;
    color: #4C2B62;
}
.define-amt button[type=submit], a.purpleb {
    float: left;
    width: 98px;
    height: 25px;
    padding: 0;
    color: #fff;
    border: 0;
    margin: 12px 0 0 0;
    background: transparent url(images/sprite.png) no-repeat -273px -93px;
    font: 11px/25px 'Gudea',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}
.define-amt button[type=submit]:hover, a.purpleb:hover {
    cursor: pointer;
    background-position: -273px -119px;
}
#main-content a.purpleb {
    color: #fff;
    text-decoration: none;
    text-align: center;
    float: right;
    margin-top: -10px;
}
#main-content .define-amt + p.note, #donate-content .servicefund, #main-content .servicefund {
    color: #a8a0ad;
    font-style: italic;
    clear: right;
}
#choose-donate {
    width: 100%;
    border-top: 1px solid #d1d2cc;
    padding: 10px 0;
}
#choose-donate li {
    width: 50%;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
}
#choose-donate li:nth-child(2n-1) {
    border-right: 1px solid #d1d2cc;
    margin-right: -1px;
}
#choose-donate li.clear {
    display: block;
    clear: both;
    float: none;
    width: 100%;
}
#choose-donate li div {
    margin: 10px 15px 0;
    padding-bottom: 10px;
    height: 85px;
    border-bottom: 1px solid #d1d2cc;
}
#choose-donate li:nth-child(2n-1) div {margin-left:0px;}
#choose-donate li:nth-child(2n) div {margin-right:0px;}
#choose-donate li h2 {
    display: block;
    width: 83px;
    color: #fff;
    text-align: center;
    padding-top: 28px;
    height: 55px;
    background: url(images/sprite.png) no-repeat -208px 0;
    font-size: 30px;
    float: left;
    margin: 0 10px 0 0;
}
#choose-donate.member li h2.smaller {
    font-size: 16px;
}
#choose-donate li h2 + p {
    padding-top: 15px;
    display: block;
    margin-bottom: 5px;
}
#choose-donate li .product {
    position: relative;
}
#choose-donate li .product a {
    position: absolute;
    top: 0;
    left: 93px;
    width: 98px;
    color: #fff;
    background: transparent url(images/sprite.png) no-repeat -273px -93px;
    font: 11px/25px 'Gudea',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    text-decoration: none;
}
#choose-donate li .product a:hover {background-position: -273px -119px;}
#donate-content h2 {
    color: #7e49a0;
}
#donate-content .servicefund a {
    font: normal 16px/16px 'GudeaBold',Helvetica,Arial,sans-serif;
    text-decoration: none;
    color: #4b2a61;
    font-weight: none;
    font-style: normal;
}
#donate-content .servicefund a:hover {
    text-decoration: underline;
}
#donate-content .donate-ctas {
    margin: 0;
    padding: 10px 0;
    display: block;
    border-top: 1px solid #d1d2cc;
    border-bottom: 1px solid #d1d2cc;;
}
#donate-content .donate-ctas li {
    margin: 0;
    padding: 0;
    display: block;
    width: 47%;
    float: left;
    padding-left: 3%;
}
#donate-content .donate-ctas li:first-child {
    padding-right: 3%;
    padding-left: 0;
}
#donate-content .donate-ctas li:first-child {
    border-right: 1px solid #d1d2cc;
    margin-right: -1px;
}
#donate-content .donate-ctas h3 {
    color: #7e49a0;
    font: normal 18px/24px 'GudeaBold',Helvetica,Arial,sans-serif;
    font-weight: normal;
    display: block;
    margin-bottom: 15px;
}
#donate-content a {
    color: #7e49a0;
}
#donate-content .donate-ctas li:first-child a {
    font: normal 16px/20px 'GudeaBold',Helvetica,Arial,sans-serif;    
    text-decoration: none;
    display: block;
}
#donate-content .donate-ctas li:first-child a strong {
    font-weight: normal;
    color: #4b2a61;
}
#donate-content .donate-ctas li.clear {
    width: 100%;
    display: block;
    float: none;
    clear: both;
}
/* Cart Page */
.crumbs {
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.crumbs a {
    text-decoration: none;
}
fieldset.variations {
    border-top: 1px solid #A8A0AD;
    border-bottom: 1px solid #A8A0AD;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 20px;
}
.single-product .variations .select_label {
    font: normal 16px/20px 'GudeaBold',Helvetica,Arial,sans-serif;  
    color: #502F66;
}
.single-product .single_variation {display:inline-block !important;}
.single-product span.price {
    font: 60px/60px 'Gothic',Helvetica,Arial,sans-serif;
    color: #502F66;
    margin-right: 20px;
    position: relative;
    top: 5px;
}
.single-product form.cart {
    text-align: center;
}
.variations_button {
    display: inline-block;
}
table.shop_table {
    border: 1px solid #DDDDDD;
    border-collapse: separate;
    border-radius: 5px 5px 5px 5px;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}
table.shop_table th {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #F1F1F1 100%) repeat scroll 0 0 transparent;
    color: #666666;
    text-shadow: 0 1px 0 #FFFFFF;    
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 12px;
}
table.shop_table td {
    border-top: 1px solid #DDDDDD;
    padding: 6px 12px;
    vertical-align: middle;
    color: #666;
    font-size: 12px;
    text-transform:  uppercase;
}
#main-content table.shop_table td.product-name a {
    font: normal 14px/20px 'GudeaBold',Helvetica,Arial,sans-serif;
    color: #666;
}
#main-content table.shop_table td.product-name a:hover {
    text-decoration: none;
    color: #666;
    cursor: default;
}
table.shop_table td a {
    text-decoration:  none;
}
table.shop_table td.actions {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #F1F1F1 100%) repeat scroll 0 0 transparent;
}
.cart-collaterals .cart_totals {
    text-align: left;
    float: right;
    width: 336px;
    font-size: 12px;
    text-transform:  uppercase;
    color: #666;
}
#main-content .cart-collaterals .cart_totals h2 {
    margin: 0 0 15px;
    text-align: left;
    font: 24px/24px 'Gothic',Helvetica,Arial,sans-serif;
    color: #7E49A0;
}
#main-content .cart-row-total-title strong, #main-content .cart-row-total strong {
    font: 20px/20px 'Gothic',Helvetica,Arial,sans-serif;
    color: #7E49A0;    
    font-weight: normal;
}
.cart-collaterals .cart_totals table {
    width: 100%;
    border-collapse: separate;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 6px !important;
    padding: 0;
}
.cart-collaterals .cart_totals table tr:first-child th, .cart-collaterals .cart_totals table tr:first-child td {
    border-top: 0 none !important;
}
.cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #E7E7E7;
    padding: 10px 15px;
}
.cart-collaterals .cart_totals table small {
    color: #999999;
    display: block;
    font-size: 0.8571em;
}
#main-content .checkout-button {
    width: 134px;
    height: 19px;
    color: #fff;
    text-decoration: none;
    display: block;
    float: right;
    font-size: 11px;
    background: url(images/sprite.png) no-repeat -273px -149px;
    padding: 6px 7px 0;
    margin: 2px 0 0;
}
#main-content .checkout-button:hover {
    background-position: -273px -175px;
    color: #fff;
}
#uniform-minus1, #uniform-add1, th.product-thumbnail, td.product-thumbnail {display:none;}
#customer_details .col-1 .form-row {
    width: 320px;
    float: left;
}
.form-row label {
    width: 100px;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: top;
}
.col-2 textarea {
    width: 640px;
}
.col-2 {
    display: block;
    clear:  both;
}
#payment a.cancel {
    font-size: 11px;
    text-transform: uppercase;
}
#payment .jigoshop_error {
    border: 1px solid #f1f1f1;
    padding: 20px;
    font-size: 14px;
    color: #666;
    border-left: 4px solid #4D2C63;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #F1F1F1 100%) repeat scroll 0 0 transparent
}
#payment .form-row {
    text-align: right;
}
#main-content .checkout .jigoshop_error {
    border: 1px solid #ccc;
    border-left: 4px solid #ce0d0e;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #F1F1F1 100%) repeat scroll 0 0 transparent;
    padding: 15px;
    color: #666;
    font-size: 12px;
    text-transform:  uppercase;
}
.jigoshop_message {
    font: normal 16px/20px 'GudeaBold',Helvetica,Arial,sans-serif;  
    text-align: center;
    color: #666;
    display: block;
    padding: 0 0 15px;
    color: #68467E;
}
/* Join Now Page */
#joinnow, #joinnow li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
#joinnow li {
    float: left;
    width: 19%;
    text-align: center;
    padding: 25px 7% 0;
}
#joinnow li.clear {
    width: 100%;
    display: block;
    float: none;
    clear: both;
}
#joinnow li.mail {
    border-left: 1px solid #e9e7ea;
    border-right: 1px solid #e9e7ea;
}
#joinnow li > a:first-child {
    width: 79px;
    height: 78px;
    background: url(images/join-sprite.png) no-repeat top left;
    font-size: 0px;
    margin: 0 auto;
    text-indent: -999px;
    overflow: hidden;
    display: block;
}
#joinnow li.mail > a:first-child {background-position: 0 -79px;}
#joinnow li.join > a:first-child {background-position: 0px -160px;}
#joinnow h3 a {
    color: #a8a0ad;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}
.grey {
    display: block;
    clear: both;
    background-color: #f0f0f0;
    padding: 10px;
    margin: 10px 0;
}
#main-content .grey h3 {
    margin-top: 0px;
}
#main-content .grey ul, #main-content .grey p  {
    margin-bottom: 0;
}
.purple {color:#7E49A0 !important;}
.purple span {color:#666 !important;}
#main-content img.alignleft {margin-bottom: 20px;}
.page-id-11288 #main-content img.alignleft {margin-bottom:75px;}
/* Actions Hub Page */
ul#actions, #actions li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}
#actions li {
    padding: 15px 0 15px;
}
#actions li h2 {
    margin-top: 0px;
}
#actions li img {
    max-width: 140px;
    height: auto;
    float: left !important;
    margin: 4px 15px 5px 0;
}
#main-content h3.price {
    display: block;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #A8A0AD;
    border-bottom: 1px solid #A8A0AD;
    font: normal 18px 'GudeaBold',Helvetica,Arial,sans-serif;
    color: #666;
}
#main-content h3.price span {
    position: relative;
    top: -7px;
}
#main-content h3.price strong {
    color: #7E49A0;
    font-size: 40px;
}
                         
/* Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url("images/uniform-sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }

.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
  outline: 0;
}

.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("images/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px; }

/* Input & Textarea */
input.text,
input.email,
input.search,
input.tel,
input.url,
input.datetime,
input.date,
input.month,
input.week,
input.time,
input.datetime-local,
input.number,
input.color,
input.password,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: #fff url("images/bg-input.png") repeat-x 0 0;
  outline: 0; }

/* Remove default webkit and possible mozilla .search styles */
div.checker input,
input.search,
input.search:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

input.text:focus,
input.email:focus,
input.search:focus,
input.tel:focus,
input.url:focus,
input.datetime:focus,
input.date:focus,
input.month:focus,
input.week:focus,
input.time:focus,
input.datetime-local:focus,
input.number:focus,
input.color:focus,
input.password:focus,
select.uniform-multiselect:focus,
textarea.uniform:focus {
  background: #fff url("images/bg-input-focus.png") repeat-x 0 0; }

/* Select */
div.selector {
  background-position: 0 -130px;
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden; }

div.selector.fixedWidth {
  width: 190px; }

div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 26px;
  line-height: 26px;
  padding-right: 25px;
  cursor: pointer;
  width: 100%;
  display: block; }

div.selector.fixedWidth span {
  width: 155px; }

div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 22px;
  top: 2px;
  left: 0px;
  width: 100%; }

div.selector:active,
div.selector.active {
  background-position: 0 -156px; }

div.selector:active span,
div.selector.active span {
  background-position: right -26px; }

div.selector.focus,
div.selector.hover,
div.selector:hover {
  background-position: 0 -182px; }

div.selector.focus span,
div.selector.hover span,
div.selector:hover span {
  background-position: right -52px; }

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: 0 -208px; }

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px; }

div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active {
  background-position: 0 -234px; }

div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span {
  background-position: right -104px; }

/* Checkbox */
div.checker,
div.checker span,
div.checker input {
  width: 19px;
  height: 19px; }

div.checker {
  position: relative; }

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -260px; }

div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1; }

div.checker:active span,
div.checker.active span {
  background-position: -19px -260px; }

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px; }

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px; }

div.checker span.checked {
  background-position: -76px -260px; }

div.checker:active span.checked,
div.checker.active span.checked {
  background-position: -95px -260px; }

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px; }

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px; }

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px; }

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px; }

/* Radio */
div.radio,
div.radio span,
div.radio input {
  width: 18px;
  height: 18px; }

div.radio {
  position: relative; }

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -279px; }

div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center; }

div.radio:active span,
div.radio.active span {
  background-position: -18px -18px -279px; }

div.radio.focus span,
div.radio:hover span {
  background-position: -36px -36px -279px; }

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px; }

div.radio span.checked {
  background-position: -72px -279px; }

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px; }

div.radio.focus span.checked,
div.radio:hover span.checked {
  background-position: -108px -279px; }

div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px; }

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px; }

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px; }

/* Uploader */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }

div.uploader span.action {
  background-position: right -409px;
  height: 28px;
  line-height: 28px;
  width: 82px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer; }

div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  width: 85px;
  padding: 0 10px; }

div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%; }

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0 -353px; }

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px; }

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px; }

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px; }

div.uploader.disabled {
  background-position: 0 -325px; }

div.uploader.disabled span.action {
  background-position: right -381px; }

/* Buttons */
div.button a,
div.button button,
div.button input {
  position: absolute;
  display: none; }

div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative; }

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 1;
  text-align: center;
  background-position: right -521px;
  height: 22px;
  margin-left: 13px;
  padding: 8px 15px 0 2px; }

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0 -701px; }

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -581px; }

div.button.active,
div.button:active {
  background-position: 0 -671px; }

div.button.active span,
div.button:active span {
  background-position: right -551px;
  cursor: default; }

div.button.disabled {
  background-position: 0 -731px; }

/* Separate from above due to IE8 */
div.button:disabled {
  background-position: 0 -731px; }

div.button.disabled span {
  background-position: right -611px;
  cursor: default; }

/* Separate from above due to IE8 */
div.button:disabled span {
  background-position: right -611px;
  cursor: default; }

/* INPUT & TEXTAREA */
input.text,
input.email,
input.search,
input.tel,
input.url,
input.datetime,
input.date,
input.month,
input.week,
input.time,
input.datetime-local,
input.number,
input.color,
input.password,
select.uniform-multiselect,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

input.text:focus,
input.email:focus,
input.search:focus,
input.tel:focus,
input.url:focus,
input.datetime:focus,
input.date:focus,
input.month:focus,
input.week:focus,
input.time:focus,
input.datetime-local:focus,
input.number:focus,
input.color:focus,
input.password:focus,
select.uniform-multiselect:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999; }

/* PRESENTATION */
/* Buttons */
div.button.active span,
div.button:active span {
  color: #555; }

div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }

div.button.disabled span {
  color: #bbb; }

/* Separate from above due to IE8 */
div.button:disabled span {
  color: #bbb; }

/* Select */
div.selector {
  font-size: 12px; }

div.selector select {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px; }

div.selector span {
  color: #666;
  text-shadow: 0 1px 0 #fff; }

div.selector.disabled span {
  color: #bbb; }

/* Checker */
div.checker {
  margin-right: 5px; }

/* Radio */
div.radio {
  margin-right: 3px; }

/* Uploader */
div.uploader span.action {
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold; }

div.uploader span.filename {
  color: #777;
  border-right: solid 1px #bbb;
  font-size: 11px; }

div.uploader.disabled span.action {
  color: #aaa; }

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa; 
}

/* Columns */
.left-col, .right-col {
    width: 49%;
    margin-right: 2%;
    float: left;
}
.right-col {
    margin-right: 0;
}



/*******  SERVICE FUND    *******/

body.parent-pageid-1752, body.page-id-1752{
	background-color:#aa98b7;
	}
body.parent-pageid-1752 #content, body.page-id-1752 #content {
	background: #d1bdd7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxYmRkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYjJhNWJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiZWIyYzciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2M3YmJkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZDBjNWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiNkMmM3ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3JSIgc3RvcC1jb2xvcj0iI2QyYzdkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2NhYmVkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2FlOWNiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYTk3YjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d1bdd7 0%, #b2a5bd 0%, #beb2c7 0%, #c7bbd0 1%, #d0c5d8 3%, #d2c7d9 4%, #d2c7d9 7%, #cabed3 27%, #ae9cba 87%, #aa97b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1bdd7), color-stop(0%,#b2a5bd), color-stop(0%,#beb2c7), color-stop(1%,#c7bbd0), color-stop(3%,#d0c5d8), color-stop(4%,#d2c7d9), color-stop(7%,#d2c7d9), color-stop(27%,#cabed3), color-stop(87%,#ae9cba), color-stop(100%,#aa97b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d1bdd7 0%,#b2a5bd 0%,#beb2c7 0%,#c7bbd0 1%,#d0c5d8 3%,#d2c7d9 4%,#d2c7d9 7%,#cabed3 27%,#ae9cba 87%,#aa97b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d1bdd7 0%,#b2a5bd 0%,#beb2c7 0%,#c7bbd0 1%,#d0c5d8 3%,#d2c7d9 4%,#d2c7d9 7%,#cabed3 27%,#ae9cba 87%,#aa97b6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d1bdd7 0%,#b2a5bd 0%,#beb2c7 0%,#c7bbd0 1%,#d0c5d8 3%,#d2c7d9 4%,#d2c7d9 7%,#cabed3 27%,#ae9cba 87%,#aa97b6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d1bdd7 0%,#b2a5bd 0%,#beb2c7 0%,#c7bbd0 1%,#d0c5d8 3%,#d2c7d9 4%,#d2c7d9 7%,#cabed3 27%,#ae9cba 87%,#aa97b6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1bdd7', endColorstr='#aa97b6',GradientType=0 ); /* IE6-8 */
    position: relative;
}
body.parent-pageid-1752 #content .container, body.page-id-1752 #content .container {
    background: url(images/sf-sprite.png) no-repeat 680px -792px;
    position: relative;
    top: -8px;
}

body.parent-pageid-1752 #sidebar-bg, body.page-id-1752 #sidebar-bg{
    background: url(images/sf-sidebar-bg.png) repeat-y top right;
}
body.parent-pageid-1752 #sidebar, body.page-id-1752 #sidebar {
    background-color: #6d4c89;
}
body.parent-pageid-1752 #sidebar .banner a, body.page-id-1752 #sidebar .banner a  {
    background: url(images/sf-sprite.png) no-repeat 0 -86px;
}

body.parent-pageid-1752 #sidebar .banner a:hover, body.page-id-1752 #sidebar .banner a:hover {background-position: 0 -130px;}
body.parent-pageid-1752 #sidebar .form input[type=text], body.page-id-1752 #sidebar .form input[type=text] {
    background-color: #e7e2ea;
    color: #2b123c;
}
body.parent-pageid-1752 #sidebar .events ul li a, body.page-id-175 #sidebar .action ul li a  { color: #dfc3f2;}

body.parent-pageid-1752 #sidebar .form input[type=submit], body.page-id-1752 #sidebar .form input[type=submit] {
    background: url(images/sf-sprite.png) no-repeat 0 -58px;
}
body.parent-pageid-1752 #sidebar .form input[type=submit]:hover, body.page-id-1752 #sidebar .form input[type=submit]:hover {background-position: 0 -177px;}

body.parent-pageid-1752 #sidebar .light a.right, body.page-id-1752 #sidebar .light a.right{color:#66427E}
body.parent-pageid-1752 #sidebar .light:hover a.right, body.page-id-1752 #sidebar .light:hover a.right {color:#7a1c37;}
body.parent-pageid-1752 #sidebar .action a.right, body.page-id-1752 #sidebar .action a.right { color: #66427e; } 
body.parent-pageid-1752 #sidebar .events a.right:hover, body.parent-pageid-1752 #sidebar .action a.right:hover, body.parent-pageid-1752 #sidebar .purple a.right:hover, 
body.page-id-1752 #sidebar .events a.right:hover, body.page-id-1752 #sidebar .action a.right:hover, body.page-id-1752 #sidebar .purple a.right:hover {color: #cdafd6;}

body.parent-pageid-1752 #sidebar .events ul li a, body.parent-pageid-1752 #sidebar .action ul li a  {

    color: #cdafd6;
}
body.parent-pageid-1752 #sidebar .action ul li a,
body.page-id-1752 #sidebar .action ul li a   { color: #dfc3f2;}
body.parent-pageid-1752 #sidebar .purple a.right, body.parent-pageid-1752 #sidebar .light a.right, body.parent-pageid-1752 #sidebar .action a.right,
body.page-id-1752 #sidebar .purple a.right, body.page-id-1752 #sidebar .light a.right, body.page-id-1752 #sidebar .action a.right {
    color: #fff;
}
body.parent-pageid-1752 #sidebar .subscribe a, body.page-id-1752 #sidebar .subscribe a  {	
    text-shadow: 1px 1px #663f80;
}
body.parent-pageid-1752 #sidebar .subscribe a span, body.page-id-1752 #sidebar .subscribe a span {
   background: url(images/sf-sprite.png) no-repeat -124px -52px;
}
body.parent-pageid-1752 #sidebar .subscribe, body.page-id-1752 #sidebar .subscribe {
    border-top: 2px solid #af97c0;
    border-bottom: 2px solid #af97c0;
}
body.parent-pageid-1752 #sidebar .subscribe a:hover span,body.page-id-1752 #sidebar .subscribe a:hover span {background-position: -161px -52px}
body.parent-pageid-1752 #sidebar .action a.right:hover, body.page-id-1752 #sidebar .action a.right:hover  { color: #7a1c37; }
body.parent-pageid-1752 #sidebar .purple, body.page-id-1752 #sidebar .purple {
    background: #666567; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjU2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzU1NTU1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzRiNGI0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzQ5NDk0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzNkM2QzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTNhM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);	
	background: -moz-linear-gradient(top,  #666567 0%, #555556 15%, #4f4f4f 27%, #4d4d4d 27%, #4b4b4b 39%, #494949 39%, #3d3d3d 79%, #3a3a3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666567), color-stop(15%,#555556), color-stop(27%,#4f4f4f), color-stop(27%,#4d4d4d), color-stop(39%,#4b4b4b), color-stop(39%,#494949), color-stop(79%,#3d3d3d), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666567 0%,#555556 15%,#4f4f4f 27%,#4d4d4d 27%,#4b4b4b 39%,#494949 39%,#3d3d3d 79%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666567 0%,#555556 15%,#4f4f4f 27%,#4d4d4d 27%,#4b4b4b 39%,#494949 39%,#3d3d3d 79%,#3a3a3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666567 0%,#555556 15%,#4f4f4f 27%,#4d4d4d 27%,#4b4b4b 39%,#494949 39%,#3d3d3d 79%,#3a3a3a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666567 0%,#555556 15%,#4f4f4f 27%,#4d4d4d 27%,#4b4b4b 39%,#494949 39%,#3d3d3d 79%,#3a3a3a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666567', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-8 */

    border-top: 1px solid #928e94;
    border-bottom: 1px solid #222222;
}
body.parent-pageid-1752 #main-content a.btn, body.page-id-1752 #main-content a.btn{font-family:'GudeaBold', Helvetica, Arial, sans-serif; background:#7a5892; padding:4px 10px; color:#fff; text-decoration:none; -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;}
body.parent-pageid-1752 #main-content a.btn:hover, body.page-id-1752 #main-content a.btn:hover{background:#46166b; text-decoration:none; color:#fff;}

body.parent-pageid-1752 #links, body.page-id-1752 #links {
    background-color: #4b2a61;
	border-top:1px solid #593b6d;
}
body.parent-pageid-1752 #links > .container, body.page-id-1752 #links > .container {
    border-left: 1px solid #39204a;
    border-right: 1px solid #593b6d;
}
body.parent-pageid-1752 #links > .container > li, body.page-id-1752 #links > .container > li {
    border-right: 1px solid #39204a;
    border-left: 1px solid #593b6d;
}
body.parent-pageid-1752 #links > .container > li a, body.page-id-1752 #links > .container > li a  {
    color: #cdafd6;
}
body.parent-pageid-1752 #links > .container > li a:hover, body.page-id-1752 #links > .container > li a:hover  {
	color: #e3d0e9;
}

body.parent-pageid-1752 #copyright, body.page-id-1752 #copyright{
    background: #29163a url(images/sf-deepfoot.png) left top repeat-x;
    color: #cdafd6;
}
body.parent-pageid-1752 #main-content h1, body.parent-pageid-1752 #main-content h2, body.parent-pageid-1752 #main-content h3, body.parent-pageid-1752 #main-content h4, body.parent-pageid-1752 #main-content h5, body.parent-pageid-1752 #main-content h6{
color:#545454;
}
body.page-id-1752 #main-content h1, body.page-id-1752 #main-content h2, body.page-id-1752 #main-content h3, body.page-id-1752 #main-content h4, body.page-id-1752 #main-content h5, body.page-id-1752 #main-content h6{
color:#545454;
}


/* Events Styles */
.bookingLocation {
    border-top: 2px solid #dbd3e2;
    margin-top: 20px;
    padding-top: 10px;
}
.eventRegistration, .eventLocation {
    width: 48%;
    padding-right: 1%;
    float: left;
}
.eventRegistration .em-booking-form label {
    display: block;
    width: auto;
    float: none;
}
.eventRegistration .em-booking-form-details {
    width: 100%;
    padding: 0;
    float: none;
}
#main-content .eventRegistration h2 {
    margin-top: 0;
}


.events-table { display: none; }


/* Additional Styles */
.nocomments { display: none; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}


ul.twitterfeed > li {
    border-bottom: none !important;
    min-height: 1px !important;
    padding: 0 !important;
}




/* Service Fund Donation Form */
.service-fund-donate .service-fund-predefined .gfield_radio li {
    float: left;
    width: 83px;
    height: 83px;
    margin: 10px 20px !important;
    background: url(images/sprite.png) no-repeat -208px 0;
}
.service-fund-donate .service-fund-predefined .gfield_label, .service-fund-donate .service-fund-userdefined .gfield_label {
    border-bottom: 1px solid #d1d2cc;
    margin: 0 0 10px !important;
    padding: 0 0 10px !important;
    display: block !important;
    font: normal 14px/19px 'GudeaBold', Helvetica, Arial, sans-serif;
    color: #7e49a0;
}
.service-fund-donate .service-fund-predefined .gfield_radio li label {
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 28px 0 !important;
    margin: 0;
    text-align: center;
    color: #ffffff;
    font: normal 23px/23px 'GudeaBold', Helvetica, Arial, sans-serif
}
.service-fund-donate .service-fund-predefined .gfield_radio li input[type=radio] {
    display: none;
}
.gform_wrapper .service-fund-predefined ul.gfield_radio input[type="radio"]:checked+label {
    color: #dfcbed;
    font-weight: normal !important;
}
.service-fund-donate .service-fund-userdefined .ginput_container {
    background: url(images/sprite.png) no-repeat -312px 0;
}
.gform_wrapper.service-fund-donate_wrapper input.ginput_quantity {
    background-color: #ffffff;
    display: block;
    margin-left: 26px;
    width: 120px;
    border: none;
    height: 30px;
    text-align: right;
    font-size: 24px;
}
.service-fund-donate .service-fund-userdefined .ginput_product_price_label, .service-fund-donate .service-fund-userdefined .ginput_product_price, .gform_wrapper.service-fund-donate_wrapper span.ginput_quantity_label {
    display: none;
}
.service-fund-donate .service-fund-userdefined, .service-fund-donate .service-fund-predefined {
    background-color: #eae3ed;
    padding: 10px;
    clear: both;
}
.service-fund-donate .service-fund-predefined .gfield_radio:after, .gform_wrapper .service-fund-donate .donation-type:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.service-fund-donate .donation-type .gfield_label {
    color: #7e49a0;
    font: normal 18px/18px 'GudeaBold', Helvetica, Arial, sans-serif;
}
.gform_wrapper .service-fund-donate .donation-type ul.gfield_radio li {
    float: left !important;
    width: 49% !important;
    display: block;
    margin: 0;
    text-align: center;
}
.gform_wrapper .service-fund-donate .donation-type ul.gfield_radio li:first-child {
    border-right: 1px solid #d1d2cc;
}
.gform_wrapper .service-fund-donate .donation-type ul.gfield_radio li label {
    font: normal 18px/18px 'GudeaBold', Helvetica, Arial, sans-serif;
    display: block;
    width: 90%;
    margin: 20px auto;
    padding: 10px 0;
    background-color: #7e49a0;
    border: 1px solid #8e5bae;
    border-bottom: 2px solid #522c6a;
    color: #ffffff;
    cursor: pointer;
}
.gform_wrapper .service-fund-donate .donation-type ul.gfield_radio li input[type="radio"]:checked+label {
    font-weight: normal;
    background-color: #6b3d88;
}
.gform_wrapper .service-fund-donate .donation-type ul.gfield_radio li input[type=radio] {
    display: none;
}
#main-content .service-fund-donate h2.gsection_title {
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
}
.gform_wrapper .service-fund-donate .gsection {
    margin: 30px 0 5px !important;
    padding-bottom: 5px;
}
.gform_wrapper .service-fund-donate input {
    border: 1px solid #eae3ed;
}
.service-fund-donate .donate-total {
    background-color: #eae3ed;
    padding: 10px;
    margin-bottom: 0 !important;
}
.service-fund-donate .donate-total label {
    color: #666;
    text-transform: uppercase;
    margin: 6px 0 !important;
}
.service-fund-donate .donate-total .ginput_total {
    color: #7e49a0;
    font-size: 30px;
}
.service-fund-donate .donate-total .ginput_container {
    float: right;
    margin-top: 5px;
}
.gform_wrapper .service-fund-donate .gform_footer {
    margin: 0;
    padding: 0;
}
.gform_wrapper .service-fund-donate .gform_footer input[type=submit] {
    display: block;
    width: 100%;
    padding: 15px 0;
    background-color: #7e49a0;
    border: 1px solid #8e5bae;
    border-bottom: 2px solid #522c6a;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font: normal 26px/26px 'Gothic', Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 #522c6a;
}
/**/

#field_4_1, #field_5_1 {
  border-top: 1px solid #A8A0AD;
  border-bottom: 1px solid #A8A0AD;
  padding: 15px 0 20px;
  text-align: center;
}
#field_4_1 .gfield_label, #field_4_1 .ginput_container, #field_5_1 .gfield_label, #field_5_1 .ginput_container {
  display: inline-block;
}
#field_4_1 .ginput_container, #field_5_1 .ginput_container {
  width: 250px !important
}
#field_4_1 .gfield_label, #field_5_1 .gfield_label {
  margin-right: 10px;
  font-size: 16px;
}
#input_4_1, #input_5_1 {
  width: 100%;
}
.page-id-6340 .gform_wrapper .top_label span.ginput_total {
  color: #502F66;
  font: 60px/60px 'Gothic',Helvetica,Arial,sans-serif !important;
  display: inline-block;
  min-height: 30px;
}
#field_4_2 .ginput_container, #field_5_2 .ginput_container { 
  text-align: center;
  display: none;
}
#field_4_2 .gfield_label, #field_5_2 .gfield_label, #main-content #field_4_5, 
#main-content #field_4_6, #main-content #field_4_7, #main-content #field_4_8, 
#main-content #field_4_4, #gform_4 .gform_footer, #main-content #field_5_3, 
#main-content #field_5_4, #main-content #field_5_5, #main-content #field_5_6, 
#main-content #field_5_7, #gform_5 .gform_footer  { display: none }

.em-events-search .button {
  float: right !important;
  position: absolute !important;
  right: 2px !important;
  top: 9px !important;
}


#choose-donate.member li h2.smaller {
    font-size: 30px;
}