body {
    background          : #202020 url( img/bg.jpg ) no-repeat;
    background-size		:cover;
    background-attachment: fixed;
    font-family         : Helvetica, Arial, sans-serif;
    font-size           : 14px;
    line-height         : 20px;
}

p, li, td, div, a {
    color               : #fff;
}

/* header row */
#header {
    margin-top          : 20px;
}

/* site logo */
#header .c1 {
    width               : 700px;
    float               : left;
}

/* support number */
#header .c2 {
    width               : 220px;
    float               : right;
    font-size           : 13px;
    color               : #fff;
    text-align          : right;
    padding-top         : 45px;
    margin-right        : 10px;
}

div.masthead img {
    border-radius           : 0 0 5px 5px;
    -khtml-border-radius    : 0 0 5px 5px;
    -moz-border-radius      : 0 0 5px 5px;
    -webkit-border-radius   : 0 0 5px 5px;
    behavior                : url(/css/PIE.htc);
}

#header .c1 h1#site-name {
    font                : normal 48px/50px 'HelveticaNeueMedium', Helvetica, Arial, sans-serif;
    color               : #ffffff;
    border              : 0;
    margin              : 0;
    padding             : 8px 0px;
}

#header .c1 h1#site-name a {
    color               : #ffffff;
}

#header .c1 h1#site-name.long {
    font-size   : 40px;
    line-height : 46px;
    font-weight : normal;
}

#header .c1 h1#site-name.verylong {
    font-size   : 36px;
    line-height : 42px;
    font-weight : normal;
}

#header .c1 h1#site-name.veryverylong {
    font-size   : 20px;
    line-height : 28px;
    font-weight : normal;
}

#nav-wrapper {
    background-color        : #373838;
    border-radius           : 5px;
    -khtml-border-radius    : 5px;
    -moz-border-radius      : 5px;
    -webkit-border-radius   : 5px;
    behavior                : url(/css/PIE.htc);
    overflow                : hidden;
}

#nav-wrapper div.padding {
    padding : 8px;
}


/* navigation row */
#navigation {
    background              : #F6F6F6 url( img/nav-bg.gif ) repeat-x;
    height                  : 40px;
    border-radius           : 5px 5px 0 0;
    -khtml-border-radius    : 5px 5px 0 0;
    -moz-border-radius      : 5px 5px 0 0;
    -webkit-border-radius   : 5px 5px 0 0;
    behavior                : url(/css/PIE.htc);
}

/* navigation list */
#navigation .c1 {
    float               : left;
    width               : 650px;
    margin              : 0px 0px 0 0px;
}

/* social icons */
#navigation .c3 {
    float               : right;
    width               : 215px;
    margin              : 0 0px 0 0;
    text-align          : right;
    font-size           : 12px;
    color               : #fff;
    text-decoration     : none;
    padding-top         : 4px;
}


/* content div */
#content {
    width                   : 940px;
    margin-top              : 16px;
    padding                 : 15px 0 0 0;
    min-height              : 500px;
}

#content .c1 {
    width               : 640px;
    margin              : 20px 0px 0 0px;
    float               : left;
    padding             : 0 0 40px 0;
}

#content .c2 {
    width               : 240px;
    float               : right;
    margin              : 75px 0px 0 0px;
    text-align          : center;
}

/* footer div */
#footer {
    margin-top              : 20px;
    border-radius           : 5px 5px 0 0;
    -khtml-border-radius    : 5px 5px 0 0;
    -moz-border-radius      : 5px 5px 0 0;
    -webkit-border-radius   : 5px 5px 0 0;
    behavior                : url(/css/PIE.htc);
    background              : #C3C3C3;
    color                   : #000000;
}


/* footer navigation items */
#footer .c1 {
    float               : left;
    width               : 460px;
    font-size           : 12px;
    color               : #000000;
}

/* copyright notice */
#footer .c3 {
    float               : right;
    width               : 460px;
    text-align          : right;
    font-size           : 12px;
    color               : #000000;
}

#footer div.padding {
    padding             : 8px;
}

#footer .c1,
#footer .c2,
#footer .c3,
#footer .c1 a,
#footer .c1 div,
#footer .c3 div,
#footer .c1 a:hover {
    color               : #000000;
}

#footer div.c1 {
    width: 540px;
}

#footer div.c3 {
    width: 400px;
}


/* list styles */
#navigation ul {
    list-style-image    : none;
    list-style-position : outside;
    list-style-type     : none;
    margin              : 0;
    padding             : 0;
    height              : 40px;
}

#navigation ul li {
    height              : 40px;
    padding             : 0px;
    margin              : 0px;
    float               : left;
    list-style          : none outside none;
}

#navigation ul li a {
    font-family         : 'TrajanPro', 'Times New Roman', Times, serif;
    height              : 30px;
    display             : block;
    font-size           : 15px;
    color               : #373838;
    text-decoration     : none;
    line-height         : 18px;
    font-weight         : bold;
    padding             : 10px 20px 0 20px;
}

#navigation ul li a:hover,
#navigation ul li a.active {
    color               : #ffffff;
    background          : #202020 url( img/nav-bg-over.gif ) repeat-x;
}


/* font styles */
h1, h1 a, h1 a:hover, h2, h2 a, h2 a:hover {
    color               : #ffffff;
    text-decoration     : none;
}

h3, h4, h5, h6, h3 a, h4 a, h5 a, h6 a, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    font-family         : 'TrajanPro', 'Times New Roman', Times, serif;
    margin-top          : 10px;
    color               : #ffffff;
    text-decoration     : none;
}

a, a:hover {
    color               : #ffffff;
}

#content h1, #content h2 {
    font-family         : 'TrajanPro', 'Times New Roman', Times, serif;
    font-size           : 32px;
    padding-bottom      : 18px;
    margin-bottom       : 18px;
    border-bottom       : 1px solid #CFD0BC;
}

.divider {
    border-bottom: 1px solid #CFD0BC;
    color: #9F9F9F;
    margin-bottom: 35px;
    padding-bottom: 25px;
}

#content .c2 .donate,
#content .c2 .questions,
#content .c2 .goal,
#content .c2 .news {
    margin              : 0 0 30px 0;
}


#content .c2 .donate a {
    font-family         : 'TrajanPro', 'Times New Roman', Times, serif;
    background-color    : #626262;
    margin              : 0px auto;
    color               : #fff;
    width               : 130px;
    font-size           : 18px;
}

#content .c2 .questions a {
    font-family         : 'TrajanPro', 'Times New Roman', Times, serif;
    background-color    : #626262;
    margin              : 0px auto;
    color               : #fff;
    font-size           : 14px;
}

#content .c2 .box-header {
    font-family         : 'TrajanPro', 'Times New Roman', Times, serif;
    padding                 : 10px;
    text-align              : left;
    color                   : #ffffff;
    font-size               : 16px;
    background              : #626262;
    border-radius           : 5px 5px 0 0;
    -khtml-border-radius    : 5px 5px 0 0;
    -moz-border-radius      : 5px 5px 0 0;
    -webkit-border-radius   : 5px 5px 0 0;
    behavior                : url(/css/PIE.htc);
    font-weight             : bold;
}

#content .c2 .box-content {
    padding                 : 20px;
    background              : #4D4B4B;
    text-align              : left;
    border-top              : 2px solid #000000;
    border-radius           : 0 0 5px 5px;
    -khtml-border-radius    : 0 0 5px 5px;
    -moz-border-radius      : 0 0 5px 5px;
    -webkit-border-radius   : 0 0 5px 5px;
    behavior                : url(/css/PIE.htc);
}

#content .c2 .goal .box-content {
    text-align          : center;
}

#content .c2 .box-content p,
#content .c2 .box-content li {
    font-size           : 13px;
    line-height         : 17px;
}

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

@font-face {
    font-family: 'TrajanProBold';
    src: url('/css/fonts/TrajanPro-Bold.otf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TrajanPro';
    src: url('/css/fonts/TrajanPro-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}


#content .pagination span {
    float:left;
}
#content .pagination ul {
    display: flex;
    float:right;
}
#content .pagination.bottom ul li {
    display: inline-block;
    padding: 0px 6px;
    border-right: 1px solid rgb(100, 100, 100);
    line-height: 12px;
}

#content .pagination ul li {
    list-style: circle outside none;
    margin-left: 0px;
}

#content .pagination.bottom ul li a {
    background-color: transparent !important;
}

#content .pagination.bottom ul li:last-child{
    border-right: none;  
}

.em-color {
    color: #fff;
}

/* ckeditor is adding a white background behind text for some reason */
.c1 span, .box-content span {
	background-color:transparent!important;
}
.c1 p, .box-content p {
	background-color:transparent!important;
}
.c1 em, .box-content em {
	background-color:transparent!important;
}