@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
== v2.0 | 20110126
== License: none (public domain) ============= */
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;}



h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 25px;
	border-bottom: 1px dashed #999;
}
strong, b {
	font-weight: bolder;
}
i, em {
	font-style: italic;
}

a {
	color: red;
	text-decoration: none;
}
a:hover {
	color: #F33;
	text-decoration: underline;
}
a[href$=".mp3"] {
	padding-right: 40px;
	background: transparent url(images/icon-mp3.gif) no-repeat center right;
}


header {background: #FFF; color: #000; padding: 0; margin-top: 10px;}
header #logo {width: 600px; margin: 0 auto;}
footer {
	background: #FFF;
	color: #000;
	clear: both;
	font-family: Arial, Helvetica, MS Sans Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	line-height: 15px;
	margin-bottom: 25px;
}
aside {float: left; width: 180px; padding: 10px; background: #FFF; min-height: 100px; font-family: Comic Sans MS, Arial, Helvetica, MS Sans Serif; font-size: 14px; font-weight: normal;}

#page {width: 760px; margin: 0 auto;}
#content p,
#content .gform_wrapper,
#gforms_confirmation_message {
	font-family: Comic Sans MS, Arial, Helvetica, MS Sans Serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 15px;
}
.gform_wrapper .ginput_complex label {margin: -4px 0 6px 0!important;}
.hide-title h3 {display: none;}

#content-wrap {float: left; width: 540px; padding: 10px; background: #FFF url(images/bg-notes.gif) repeat;}
#content-wrap ul {margin-left: 30px; margin-bottom: 15px;}
#content-wrap ul li {list-style: disc; line-height: 20px;}
#content-wrap ol {margin-left: 30px; margin-bottom: 15px;}
#content-wrap ol li {list-style: decimal; line-height: 20px;}


.menu ul {display: block;}
.menu ul li {display: block;}
.menu a {
	display: block;
	height: 22px;
	background-color: white;
	color: #FF0300;
	border-bottom: 1px solid #FFCAC9;
	padding-top: 5px;
}

.menu a:hover,
.menu li.current_page_item a {
	background: url(images/BG-NavMenu.jpg) no-repeat right;
	cursor: pointer;
}




/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}