body {
    background          : #B5875D url( img/bg.jpg ) repeat-x center top;
    background-attachment: fixed;
    font-family         : 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size           : 14px;
    line-height         : 20px;
    margin-bottom       : 0px;
    padding-bottom      : 0px;
}

#wrapper {
    width                   : 940px;
    margin-top              : 10px;
    position                : relative;
    background              : #343434;
    border-radius           : 10px;
    -khtml-border-radius    : 10px;
    -moz-border-radius      : 10px;
    -webkit-border-radius   : 10px;
    behavior                : url(/css/PIE.htc);
}

#wrapper2 {
    margin-top              : 0px;
    position                : relative;
    background              : #EAEAEA;
    border-radius           : 8px;
    -khtml-border-radius    : 8px;
    -moz-border-radius      : 8px;
    -webkit-border-radius   : 8px;
    behavior                : url(/css/PIE.htc);
    padding-bottom          : 10px;
}


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

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

/* support number */
#header .c2 {
    width               : 280px;
    float               : right;
    font-size           : 14px;
    font-weight         : bold;
    color               : #fff;
    text-align          : right;
    padding-top         : 25px;
}

a.lang, a.lang:hover {
    color               : #fff;
}

div.masthead {
    position                : absolute;
    top                     : 10px;
    left                    : -20px;
    background              : #944917 url( img/masthead-bg.jpg ) repeat center top;
    padding                 : 10px 8px 10px 8px;
    -moz-box-shadow         : 3px 3px 4px #000;
    -webkit-box-shadow      : 3px 3px 4px #000;
    box-shadow              : 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter              : "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter                  : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    border-radius           : 10px;
    -khtml-border-radius    : 10px;
    -moz-border-radius      : 10px;
    -webkit-border-radius   : 10px;
    behavior                : url(/css/PIE.htc);
}

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

#header .c1 h1#site-name {
    font                : bold 44px/50px Helvetica, Arial, sans-serif;
    color               : #ffffff;
    border              : 0;
    margin              : 0;
    padding             : 0px;
}

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

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

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

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

#nav-wrapper {
    width                   : 920px;
    margin-top              : 285px;
    border-bottom           : 2px solid #BA7C3E;
}

#nav-wrapper div.padding {
    padding: 18px;
    background-color: #EAEAEA;
    border-radius: 10px;
}


/* navigation row */
#navigation {
    top                 : 8px;
    right               : 0px;
    width               : 600px;
}

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

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

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

#navigation ul li a {
    font-family             : Helvetica, Arial, sans-serif;
    font-size               : 22px;
    color                   : #000000;
    text-decoration         : none;
    line-height             : 28px;
    font-weight             : bold;
    display                 : block;
}

#navigation ul li a:hover,
#navigation ul li a.active {
    color               : #8F4A1A;
}



/* content div */


#content p, #content li, #content div, #content td, #content span {
    font-family             : Tahoma, Geneva, sans-serif;
}

#content {
    margin-top              : 20px;
    padding                 : 0;
    min-height              : 500px;
}

.content-wrapper {
    padding                 : 0px;
}

#content .c1 {
    width                   : 640px;
    margin                  : 0px 0px 0 10px;
    float                   : left;
}

#content .c2 {
    width                   : 220px;
    float                   : right;
    margin                  : 65px 20px 0 20px;
    padding-left            : 20px;
    border-left             : 1px solid #ccc;
    text-align              : center;
}

/* footer div */
#footer {
    margin-top              : 20px;
    height                  : 32px;
    background              : #4B2813 url( img/footer-bg.jpg ) repeat-x;
    padding                 : 15px;
    overflow                : hidden;
}

/* footer navigation items */
#footer .c1 {
    float               : left;
    width               : 600px;
    font-size           : 12px;
    color               : #fff;
    font-weight         : bold;
}

/* copyright notice */
#footer .c3 {
    float               : right;
    width               : 340px;
    text-align          : right;
    font-size           : 12px;
    color               : #fff;
    font-weight         : bold;
}


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

#footer .c1,
#footer .c2,
#footer .c3 {
    color               : #fff;
}

#footer .c1 a {
    color               : #fff;
}


#footer .c1 a:hover {
    color               : #fff;
}


/* 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         : Helvetica, Arial, sans-serif;
    color               : #9F531D;
    text-decoration     : none;
}

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

#content h1, #content h2 {
    color               : #9F531D;
    margin-bottom       : 32px;
}

.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 .social {
    /*display             : none;*/
}

#content .c2 .donate a {
    background-color    : #934616;
    margin              : 0px auto;
    color               : #fff;
    width               : 130px;
    font-size           : 18px;
}

#content .c2 .questions a {
    background-color    : #934616;
    margin              : 0px auto;
    color               : #fff;
    font-size           : 14px;
}

#content .c2 .box-header {
    text-align              : left;
    color                   : #934616;
    font-size               : 16px;
    padding-bottom          : 15px;
    font-weight             : bold;
}

#content .c2 .box-content {
    text-align              : left;
    color                   : #934616;
}

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

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

div#partner-logo {

}

div#partner-logo div.logo {
    margin-right        : 20px;
}

div#partner-logo div.logo span {

}


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

/* 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;
}