/*
Theme Name: VBC
Theme URI: http://meyouand.us/
Author: Marc Phu
Author URI: http://meyouand.us
Description: Description
Version: .041
License: GNU General Public License
License URI: license.txt
Tags:

*/


/* =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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */ -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */ -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }
article, aside, details, figcaption, figure, footer, header, nav, section { display: block; }
ol, ul { list-style: none; }
table { /* tables still need 'cellspacing="0"' in the markup */ border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a:focus { outline: thin dotted; }
a:hover, a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */ outline: 0; }
a img { border: 0; }
* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

/* =Register fonts
----------------------------------------------- */
@font-face {
    font-family: 'MuseoSans100regular';
    src: url('fonts/MuseoSans_100-webfont.eot');
    src: url('fonts/MuseoSans_100-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/MuseoSans_100-webfont.woff') format('woff'),
         url('fonts/MuseoSans_100-webfont.ttf') format('truetype'),
         url('fonts/MuseoSans_100-webfont.svg#museo_sans_100regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans500regular';
    src: url('fonts/MuseoSans_500-webfont.eot');
    src: url('fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('fonts/MuseoSans_500-webfont.svg#museo_sans_500regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans500italic';
    src: url('fonts/MuseoSans_500_Italic-webfont.eot');
    src: url('fonts/MuseoSans_500_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/MuseoSans_500_Italic-webfont.woff') format('woff'),
         url('fonts/MuseoSans_500_Italic-webfont.ttf') format('truetype'),
         url('fonts/MuseoSans_500_Italic-webfont.svg#museo_sans_500italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSlab100regular';
    src: url('fonts/Museo_Slab_100-webfont.eot');
    src: url('fonts/Museo_Slab_100-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Museo_Slab_100-webfont.woff') format('woff'),
         url('fonts/Museo_Slab_100-webfont.ttf') format('truetype'),
         url('fonts/Museo_Slab_100-webfont.svg#MuseoSlab100Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSlab500regular';
    src: url('fonts/Museo_Slab_500_2-webfont.eot');
    src: url('fonts/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Museo_Slab_500_2-webfont.woff') format('woff'),
         url('fonts/Museo_Slab_500_2-webfont.ttf') format('truetype'),
         url('fonts/Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSlab500italic';
    src: url('fonts/Museo_Slab_500italic-webfont.eot');
    src: url('fonts/Museo_Slab_500italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Museo_Slab_500italic-webfont.woff') format('woff'),
         url('fonts/Museo_Slab_500italic-webfont.ttf') format('truetype'),
         url('fonts/Museo_Slab_500italic-webfont.svg#MuseoSlab500Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =Basics & Forms
----------------------------------------------- */
body,
button,
input,
select,
textarea { font-family: sans-serif; font-size: 16px; font-size: 1.6rem; line-height: 20px; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,h5,h6 { clear: both; }
hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }
a { text-decoration: none; }
ul { list-style: disc; }
ol { list-style: decimal; }
dt {  }
dd { }
b, strong { /* disabled because of specific font family type. */ }
dfn, cite, em, i { /* disabled because of specific font family type. */ }
blockquote { margin: 0 1.5em; }
address { margin: 0 0 1.5em; }
pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 1.5rem; line-height: 1.6; margin-bottom: 1.6em; padding: 1.6em; overflow: auto; max-width: 100%; }
code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }
mark, ins { background: #fff9c0; text-decoration: none; }
sup,
sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; }
sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 75%; }
big {font-size: 125%; }
figure { margin: 0; }
/* table { margin: 0 0 1.5em; width: 100%; } */
th { font-weight: bold; }
img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */}

.titleA { font-family: 'MuseoSlab100regular'; font-size: 30px; line-height: 60px; color: #00AFEF; }
.buttonA { display: block; background: url(assets/vbc-joinnow-button.svg) no-repeat; height: 24px; width: 196px; margin: 0 auto; text-indent: -999em; }
.no-svg .buttonA { background: url(assets/vbc-joinnow-button.png) no-repeat; }
/*
.buttonA { position: relative; display: block; background: #E20177; line-height: 30px; color: #fff; text-transform: uppercase; font-family: "MuseoSlab500regular"; text-align: center; }
.buttonA:hover { background: #00AFEF; }
.buttonA:before { position: absolute; left: 0px; content: ''; width: 0; height: 0; border-top: 30px solid #fff; border-right: 30px solid transparent; }
.buttonA:after { position: absolute; right: 0px; content: ''; width: 0; height: 0; border-bottom: 30px solid #fff; border-left: 30px solid transparent; }
*/
.buttonB { position: relative; display: block; background: #E20177; font-size: 12px; line-height: 20px; color: #fff; text-transform: uppercase; font-family: "MuseoSlab500regular"; text-align: center; }
.buttonB:hover { background: #00AFEF; }
.buttonB:before { position: absolute; left: 0px; content: ''; width: 0; height: 0; border-top: 20px solid #fff; border-right: 20px solid transparent; }
.buttonB:after { position: absolute; right: 0px; content: ''; width: 0; height: 0; border-bottom: 20px solid #fff; border-left: 20px solid transparent; }


/* =Forms
----------------------------------------------- */
button,
input,
select,
textarea { font-size: 100%; /* Corrects font size not being inherited in all browsers */ margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ vertical-align: baseline; /* Improves appearance and consistency in all browsers */ *vertical-align: middle; /* Improves appearance and consistency in all browsers */ }
button,
input { line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */ }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] { border: 1px solid #ccc; border-color: #ccc #ccc #bbb #ccc; border-radius: 3px;
background: #e6e6e6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, .8); cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */ -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */ font-size: 12px; font-size: 1.2rem; line-height: 1; padding: .6em 1em .4em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover { border-color: #ccc #bbb #aaa #bbb; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active { border-color: #aaa #bbb #bbb #bbb; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* =Menu
----------------------------------------------- */

.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

/* =General Layout
----------------------------------------------- */
body { /* background: #C1D82F; */ background: #fff;  }
#layout { width: 1060px; margin: 0px auto; background: #fff; }
.site-header,
.site-main,
.site-footer { width: 960px; clear: both; margin: 0px auto; }
.site-footer { margin-top: 60px; }
/* .page #primary { width: 640px; float: right; } */
#primary { width: 640px; float: right; }
#secondary { width: 250px; float: left; }
.page-id-61 #primary { float: left; }
.page-id-61 #secondary { float: right; }
.single #primary { float: left; }
.single #secondary { float: right; }
.category #primary { float: left; }
.category #secondary { float: right; }

/* =Header & Footer
----------------------------------------------- */
.site-header { height: 170px; position: relative; }
.site-title a { width: 335px; height: 55px; background: url(assets/vbc-logo.svg) no-repeat; text-indent: -999em; position: absolute; top: 30px; }
.no-svg .site-title a { background: url(assets/vbc-logo.png) no-repeat;  }
.menu-main-menu-container { position: absolute; top: 110px; }
.menu-main-menu-container a { font-family: 'MuseoSlab500regular'; font-size: 14px; line-height: 30px; color: #fff; background: #00AFEF; width: 100%; text-align: center; }
#menu-main-menu a:visited { color: #fff; }
.menu-item-62 { width: 120px; }
.menu-item-66 { width: 170px; }
.menu-item-64 { width: 210px; }
.menu-item-67 { width: 230px; }
.menu-item-65 { width: 130px; }
.menu-item-63 { width: 100px; }
#menu-main-menu a:hover,
#menu-main-menu .current_page_item a,
#menu-main-menu .current-page-ancestor a,
.single-post #menu-item-63 a { background: #E20177; }
.menu-secondary-menu-container { position: absolute; top: 30px; right: 0px; text-align: right; }
.menu-secondary-menu-container a { font-family: 'MuseoSlab500Regular'; font-size: 13px; line-height: 20px; margin-left: 20px; color: #000; }
.menu-secondary-menu-container a:hover { color: #E20177; }
.footer-menu-box { background: #00AFEF; padding: 20px 0px; overflow: hidden; }
.footer-menu { float: left; width: 240px;  font-size: 12px; }
.footer-menu h2 { font-family: 'MuseoSans500regular'; font-size: 12px; color: #fff; margin: 0px 0px 10px 10px; }
.footer-menu .menu { list-style-type: none; margin-left: 10px; }
.footer-menu .menu li { line-height: 17px; }
.footer-menu .menu a { font-family: 'MuseoSans100regular'; color: #fff; }
.footer-menu .menu a:hover { text-decoration: underline; }
.menu-item-121 a { display: block; text-indent: 18px; background: url(assets/vbc-twitter.svg) no-repeat 0px 3px; }
.no-svg .menu-item-121 a { background: url(assets/vbc-twitter.png) no-repeat 0px 3px; }
.site-footer .site-info { clear: both; color: #00AFEF; padding: 20px 0px; margin-left: 10px; }
.site-info { position: relative; }
.site-info .textwidget { padding: 0; }
.ssl-info { width: 90px; height: 40px; position: absolute; top: 5px; right: 0; text-indent: -999em; background: url(assets/ssl-logo.gif) no-repeat;}

/* =Homepage
----------------------------------------------- */
.home .slideshow { width: 710px; height: 400px; background: #ddd; float: left; }
.home .join { width: 240px; height: 400px; float: right; }
.home .join .entry { height: 270px; }
.home .join .buttonA { margin-top: 28px; }
.home .minibox { width: 230px; height: 270px; margin: 20px 10px 0px 0px; background: pink; float: left; background: url(assets/vbc-miniboxborder.svg) no-repeat; }
.no-svg .home .minibox { background: url(assets/vbc-miniboxborder.png) no-repeat; }
.home .minibox .titleA { margin-left: 10px; }
.home .minibox .entry { width: 200px; height: 180px; overflow-y: auto; margin-left: 10px; font-family: 'MuseoSans100regular'; font-size: 13px; line-height: 15px; }
.home .minibox .buttonB { width: 200px; margin-left: 10px; }
.home .feature .entry { height: 200px; }
.home .feature .entry a { color: #E20177;  }
.home .feature .entry a:hover { text-decoration: underline; }
.home .calendar {  }
.home .calendar .entry strong { font-family: 'MuseoSans500regular'; }
.home .calendar .entry li { line-height: 15px; margin-bottom: 10px; }
.home .calendar .entry a { color: #000; }
.home .calendar .entry a:hover { text-decoration: underline; }
.home .volunteer ul { margin-top: 10px; }
.home .volunteer ul li { font-family: 'MuseoSans500regular'; margin-bottom: 5px; }
.home .volunteer .entry a { color: #000; }
.home .volunteer .entry a:hover { text-decoration: underline; }
.home .blog .entry a { color: #000; display: block; }
.home .blog .entry a:hover { text-decoration: underline; }
.home .blog li { line-height: 15px; margin-bottom: 10px; }
.home .blog h3 { font-family: 'MuseoSans500regular'; }
.home .blog h4 { font-family: 'MuseoSans100regular'; }
.home .join .entry { font-family: 'MuseoSlab100regular'; font-size: 16px; line-height: 20px; }

/* =Post & Page Container Styles
----------------------------------------------- */
.page .post-thumbnail { margin-bottom: 40px; }
.page .page-navigation-menu li,
.page .page-navigation-menu .page-item-9 > a,
.page .page-navigation-menu .page-item-61 > a,
.page .page-navigation-menu .page-item-59 > a,
.page .page-navigation-menu .page-item-39 > a,
.page .page-navigation-menu .page-item-44 > a,
.page .page-navigation-menu .page-item-21 > a,
.page .page-navigation-menu .page-item-32 > a { display: none; }
.page .page-navigation-menu .current_page_ancestor,
.page .page-navigation-menu .current_page_parent,
.page .page-navigation-menu .current_page_ancestor li,
.page .page-navigation-menu .current_page_parent li,
.page .page-navigation-menu .current_page_item li, 
.page .page-navigation-menu .current_page_item { display: block; }
#secondary .page-navigation-menu { background: #E9F7FE; border-bottom: 10px solid #00AFEF; padding: 20px 0px; margin-bottom: 20px; }
#secondary .page-navigation-menu > ul { margin}
#secondary .page-navigation-menu a { font-family: 'MuseoSlab500regular'; font-size: 12px; line-height: 20px; color: #000; }
#secondary .page-navigation-menu .current_page_ancestor > a,
#secondary .page-navigation-menu .current_page_parent > a,
#secondary .page-navigation-menu .current_page_item > a,
#secondary .page-navigation-menu a:hover { color: #E20177; }
#secondary .page-navigation-menu li > ul,
#secondary .page-navigation-menu li > ol { margin-left: 20px;  }
.page-id-59 #secondary .page-navigation-menu { display: none; }
.entry-title { font-family: 'MuseoSlab100regular'; font-size: 34px; line-height: 40px; color: #00AFEF; margin-bottom: 20px; }
.entry-title a { color: #00AFEF; }
.entry-title a:hover { text-decoration: underline }
.entry-meta { font-family: 'MuseoSlab500regular'; margin-bottom: 20px; font-size: 13px; line-height: 20px; }
.entry-meta a { color: #E20177; }
.site-content { font-family: 'MuseoSans100regular'; font-size: 14px; line-height: 20px; }

/* =Post & Page Entry Styles
----------------------------------------------- */
.page-id-61 .entry-title,
.single .entry-title { margin-bottom: 5px; }
.entry-content h2,
.extra h2 { font-family: 'MuseoSlab100regular'; font-size: 16px; line-height: 20px; margin-bottom: 20px; }
.entry-content h3 { font-family: 'MuseoSlab500regular'; font-size: 17px;  line-height: 20px; color: #00AFEF; margin-bottom: 10px;}
.entry-content p { font-family: 'MuseoSans100regular'; font-size: 14px; line-height: 20px; margin-bottom: 20px; }
.entry-content b,
.entry-content strong { font-family: 'MuseoSans500regular'; }
.entry-content a,
.tip-entry-content a { color: #E20177; }
.entry-content a:hover { text-decoration: underline; }
.entry-content p strong { font-family: 'MuseoSans500regular'; }
.entry-content p italic { font-family: 'MuseoSans500italic'; }
.entry-content ul, ol,
.tip-entry-content ul, ol { margin: 0px 0px 20px 20px; }
.entry-content li,
.tip-entry-content li { font-family: 'MuseoSans100regular'; font-size: 14px; line-height: 20px; }
.keywords { margin-bottom: 20px; }
.keywords h3 { font-family: 'MuseoSlab500regular'; font-size: 17px;  line-height: 20px; color: #00AFEF; margin-bottom: 10px; }
.keywords ul { margin: 0px; padding: 0px; list-style-type: none; }
.keywords ul li { font-family: 'MuseoSans500regular'; font-size: 11px; line-height: 11px; margin-bottom: 5px;  }
.keywords .definition { color: #00AFEF; }
.profiles { width: 460px; }
.tip { margin-bottom: 20px; font-family: 'MuseoSlab100regular'; font-size: 14px; line-height: 20px; }
.tip h1 { font-family: 'MuseoSlab500regular'; font-size: 15px;  line-height: 30px; color: #fff; background: #C1D82F; text-transform: uppercase; padding-left: 10px; letter-spacing: 0.1em; }
.tip-entry-content { background: #F8FBEE; padding: 10px; font-size: 12px; line-height: 15px; }
.tip-entry-content p { margin-bottom: 15px; }
.tip-entry-content li { font-size: 12px; line-height: 15px; }
.tip-entry-content strong { font-family: 'MuseoSans500regular'; }

/* =WordPress Assigned
----------------------------------------------- */
.alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright { display: inline; float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin: 0 auto; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; }
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ }
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after { content: ''; display: table; }
.clear:after,
[class*="content"]:after,
[class*="site"]:after { clear: both; }

/* =Comments
----------------------------------------------- */
#comments { border-top: 1px solid #000; padding-top: 20px; }
#comments h2,
#comments h2 { font-family: 'MuseoSlab100regular'; font-size: 16px; line-height: 20px; margin-bottom: 20px; }
#comments h3 { font-family: 'MuseoSlab500regular'; font-size: 17px;  line-height: 20px; color: #00AFEF; margin-bottom: 10px;}
#comments p { font-family: 'MuseoSans100regular'; font-size: 14px; line-height: 20px; margin-bottom: 20px; }
#comments b,
#comments strong { font-family: 'MuseoSans500regular'; }
#comments a { color: #E20177; }
#comments a:hover { text-decoration: underline; }
#comments p strong { font-family: 'MuseoSans500regular'; }
#comments p italic { font-family: 'MuseoSans500italic'; }
#comments ul, .comment ulol { margin: 0px 0px 20px 20px; }
#comments li { font-family: 'MuseoSans100regular'; font-size: 14px; line-height: 20px; }
.comment a { word-wrap: break-word; }
.bypostauthor { }


/* =Widgets
----------------------------------------------- */
.widget { margin: 0 0 30px; font-family: 'MuseoSans100regular'; font-size: 12px; line-height: 15px; }
.widget a { font-family: 'MuseoSans500regular'; color: #000 }
.widget a:hover { color: #E20177 }
.widget-title { font-family: 'MuseoSlab500regular'; font-size: 15px; line-height: 30px; color: #fff; background: #00AFEF; padding-left: 10px; margin-bottom: 10px; }
.widget_recent_entries ul { padding: 0px 10px; list-style-type: none; }
.widget_recent_entries li { margin-bottom: 10px; }
.widget_recent_entries a { display: block;  }
.widget_recent_entries a: hover { text-decoration: underline; }
.widget_recent_entries .post-date { display: block; }
.widget_categories ul { margin-left: 10px; list-style-type: none; }
.widget_categories li { line-height: 20px; }
.textwidget { padding: 0px 10px; }
.textwidget p { margin-bottom: 10px; }
.textwidget ul, ol { margin-left: 15px; }
.textwidget li { margin-bottom: 10px; }
.widget select { max-width: 100%; }
.widget_search .submit { display: none; }
#text-2 .textwidget { padding: 0; }
#text-6 .textwidget { padding: 0; }

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {  }
.wp-caption .wp-caption-text {  }

/*
.site-content .gallery { 	margin-bottom: 1.5em; }
.gallery-caption { }
.site-content .gallery a img {	border: none; height: auto; max-width: 90%; }
.site-content .gallery dd { margin: 0; }
.site-content .gallery-columns-4 .gallery-item { }
.site-content .gallery-columns-4 .gallery-item img { }
*/
.slideshow .gallery { position: relative; }
.slideshow .gallery .gallery-item { position: absolute; height: 400px; }
.slideshow .gallery .gallery-icon { position: absolute; }
.slideshow .gallery .gallery-caption { position: absolute; width: 710px; background-color: rgba(255, 255, 255, 0.8); bottom: 0px; padding: 20px 20px; font-family: 'MuseoSlab100regular'; font-size: 25px; line-height: 25px; text-align: right; color: #000; }
.gallery br { display: none; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Join Form
----------------------------------------------- */
.join-box {}
.join-box h2 { font-family: "MuseoSlab500regular"; font-size: 18px; line-height: 60px; color: #00AFEF; }
.join-form { background: #F2F6DC; padding: 20px 10px 30px; border-bottom: 8px solid #C1D82F; }
.join-form li { list-style-type: none; }
.join-form label { font-size: 13px; line-height: 20px; }
.ftext { padding-bottom: 10px; width: 300px; }
.ftext label { display: block;  }
.ftext span { display: block; }
.ftext span input { width: 100%; }
.jf-fname { float: left; }
.jf-lname { float: right; }
.jf-email { clear: both; }
.fradio { padding-bottom: 20px; }
.radio-group { padding-left: 20px; }
.radio-group label { padding-left: 5px; }
.jf-nationality { float: left; }
.jf-nationality2 { float: right; }
.jf-children { clear: both; padding-top: 10px; }
.jf-children table { }
.jf-children input { width: 100%; }
.jf-children td { padding: 0 5px 5px 0; }
.jf-children .child-name { width: 230px; }
.jf-children .child-gender { width: 50px; }
.jf-children .child-dob { width: 230px; }
.jf-children .child-due { width: 50px; }