@font-face {
    font-family: 'TwCenMTStd';
    src: url('../webfonts/2B395D_0_0.eot');
    src: url('../webfonts/2B395D_0_0.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/2B395D_0_0.woff') format('woff'),
         url('../webfonts/2B395D_0_0.ttf') format('truetype');
}

body {
    background: white url(../img/back_gradient.jpg) top center repeat-x;
    color: #333;
    font-family: 'TwCenMTStd', Arial, sans-serif;
    margin: 0;
    margin-bottom: 50px;
    line-height: 1.3;
} 

.main {
    background: transparent url(../img/back.jpg) top center no-repeat;
}

.head {
    width: 363px;
    margin-left: auto;
    margin-right: auto;
}

.head h1 {
    margin-bottom: 0;
}

.head h1 a {
    display: block;
    background: url(../img/logo.png) top center no-repeat;
    width: 363px;
    height: 152px;
    text-indent: -1000000px;
    overflow: hidden;
}

.head h2 {
    margin-top: 0;
    color: #731cbc;
    text-transform: uppercase;
    font-size: 20px;
}

.content, .foot {
    display: block;
    overflow: hidden;
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

.content .left {
    display: block;
    background: url(../img/back_side.png) top center no-repeat;
    float: left;
    width: 354px;
    height: 243px;
    padding: 70px;
    padding-top: 40px;
    padding-bottom: 130px;
}

.content .left img, .content .right img {
    float: left;
    margin-right: 5px;
}

.content .right img {
    margin-left: -20px;
}

.content .right {
    display: block;
    background: url(../img/back_side2.png) top center no-repeat;
    float: right;
    width: 354px;
    height: 243px;
    padding: 70px;
    padding-top: 40px;
    padding-bottom: 130px;
}

.content .full {
    display: block;
    background: url(../img/back_main.png) top center no-repeat;
    min-height: 500px;
    width: 811px;
    padding: 100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}

.content.full img {
    float: right;
    margin-left: 0px;
}



.content h3 {
    color: #6516b7;
    font-size: 32px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.content .box {
    display: block;
    border: 2px solid #6516b7;
    font-size: 22px;
    text-transform: uppercase;
    float: right;
    width: 146px;
    text-align: center;
    color: #6516b7;
    text-decoration: none;
    line-height: 2;
}

.content .box:hover {
    color: white;
    background: #6516b7;
}

.foot .about, .foot .support, .foot .news {
    background: url(../img/back_bottom1.png) top center no-repeat;
    float: left;
    width: 233px;
    height: 252px;
    padding: 60px;
    color: white;
    font-size: 22px;
    text-align: center;
}

.foot .support {
    background: url(../img/back_bottom2.png) top center no-repeat;
    font-size: 22px;
    text-align: center;
}

.foot .news {
    background: url(../img/back_bottom3.png) top center no-repeat;
    font-size: 22px;
    text-align: center;
}

.foot h3{
    margin: 0px;
}

.foot h3 a{
    color:white;
}
.foot h3 a:hover{
    color:#6516b7;
}



.onleft {
    float:left;
    margin-right: 10px;
    margin-bottom:10px;
}

.quotes {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.quotes li {
    display: block;
    float: left;
    padding: 10px 20px;
    background: #f0f0f0;
    margin: 10px;
    width: 25%;
    min-height: 135px;
    border-radius: 20px;
}

.grid {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: visible;

}

.grid li {
    display: block;
    float: left;
    padding: 20px 20px;
    background: #f0f0f0;
    margin: 10px;
    width: 25%;
    border-radius: 20px;
}


.grid a {
    display: block;
    border: 2px solid #6516b7;
    font-size: 22px;
    text-transform: none;
    float: right;
    width: 146px;
    text-align: center;
    color: #6516b7;
    text-decoration: none;
    line-height: normal;
    padding: 25px;
    height: 70px;
    border-radius: 20px;
}

.back a, .back {
    float: left;
    margin: 0px;
}


form {
    background: #6516b7;
    color: white;
    font-size: 20px;
    padding:20px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}


label {
    display: block;
}



hr{
    height: 1px;
    background: #ccc;
    margin-top: 12px;
    margin-bottom: 12px;
    border: none;
}


.align {
    width:80px;
    display:block;
    float:left;
}


.link {
    color:#6516b7;
    text-decoration: none;
}

.link:hover {
font-style: italic;
text-decoration: underline;
}


.content .centre {
    margin-right: auto ;
    margin-left: auto ;
    display: block;
    float: none !important;
}

.left .image{
    float: left;
}

.right1{
    display: block;
    margin-right: auto;
    text-decoration: ;
    float: right !important;
}

.right2{
    display: block;
    margin-right: auto !important;
    text-decoration: ;
    float: right !important;
}


textarea {
    width:100%;

}

input {
    width:100%;
}

button {
    background-color: white;
    float:left !important;
    margin-top: 10px;
}



.form1 {
    background: #6516b7;
    color: white;
    font-size: 20px;
    padding:20px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.grid1 {
    margin-left: 200px;
    margin-right: 200px;
    padding: 0;
    overflow: visible;

}

.grid1 li {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px 10px;
    background: #f0f0f0;
    margin: 10px;
    width: 30 %;
    border-radius: 20px;
}


.grid1 a {
    display: block;
    border: 2px solid #6516b7;
    font-size: 22px;
    text-transform: none;
    float: auto ;
    width: auto;
    text-align: center;
    color: #6516b7;
    text-decoration: none;
    line-height: normal;
    padding: 25px;
    height: 10px;
    border-radius: 20px;
}

.image1 {
    margin-right: auto ;
    margin-left: auto ;
    display: block;
    float: none ;
}

.imagelink1 {
    margin-right: auto ;
    margin-left: auto ;
    display: block;
    border: 2px solid #6516b7;
    padding: 5px;
    float: none ;
}

.foot1 {
    margin-right:120px;
    margin-left:120px;
    font-size: 16px;
}

.foot1 .link {
    float: right;
    margin-left: 25px;
}


.content .box1 {
    display: block;
    border: 2px solid #6516b7;
    font-size: 22px;
    text-transform: uppercase;
    float: right;
    width: 146px;
    text-align: center;
    color: #6516b7;
    text-decoration: none;
    line-height: 2;
    margin: 10px;
}

.content .box1:hover {
    color: white;
    background: #6516b7;
}

.content .box2 {
    display: block;
    border: 2px solid #6516b7;
    font-size: 22px;
    text-transform: uppercase;
    float: right;
    width: 146px;
    text-align: center;
    color: #6516b7;
    text-decoration: none;
    line-height: 2;
    margin: 35px;

}

.content .box2:hover {
    color: white;
    background: #6516b7;
}

.getbooknow {
    width:397px !important;
    margin-bottom: 10px;
}

.givebutton {
    background: none;
    border: none;
    width: auto;
    float: right;
    font-family: 'TwCenMTStd', Arial, sans-serif;
    color: #6516b7;
    font-size: 16px;
    padding:0;
    margin-left: 25px;

}


.givebutton:hover {
font-style: italic;
text-decoration: underline;
}



.giveform {
    background: none;
    padding: 0;
    float: right;
    margin: 0;
    display: inline;
}

.poem {
    margin-right: 150px;
    margin-left: 150px;
    text-align: center;

}


.ballform {
    background: none;
    padding: 0;
    float: right;
    margin: 0;
    display: inline;
}









/* ipad styles */
@media all and (min-width:320px) and (max-width:720px) {

}

/* iphone styles */
@media all and (min-width:0) and (max-width:320px) {
    .content, .foot {
        width: auto;
    }
    .head h1 a {
        background-size: cover;
        width: 263px;
        height: 114px;
        margin: 20px auto;
    }

    .content .left, .content .right, .head {
        width: auto;
    }
    .content .left, .content .right {
        height: auto;
        padding: 50px 20px;
        background-size:cover;
    }
    .content .left img, .content .right img {
        width: 50%;
    }
    .head h2 {
        text-align: center;
        padding: 0 20px;
    }
    .foot .about, .foot .support, .foot .news {
        background-size: cover;
        width: auto;
        height: 252px;
        padding: 60px 20px;
    }
    .foot1 {
        margin: 0;
        padding: 20px;
        text-align: center;
    }
    .foot1 .link {
        float: none;
        display: block;
        text-align: center;
        margin: 10px 0;
    }
    .content .full {
        width: auto;
        padding: 100px 20px;
    }
    .grid li {
        width: auto;
        float: none;
    }
    .grid a {
        width: auto;
        float: none;
    }
    .image1 { width: 100% !important; }
    .content .box {
        width: auto;
        float: none;
    }
    .back a, .back {
        float: none;
        margin-bottom: 10px;
    }
    .bigbook {
        width: 100%;
        float: none;
    }
    .quotes li {
        width: auto;
        float: none;
        min-height: 0;
    }
    button {
        float: none;
        width: 100% !important;
    }
    input, textarea {
        display: inline-block;
        padding: 0;
        font-size: 1em;
        width: 100%;
        border: none;
    }
    textarea {
        height: 5em;
    }
    .content .box1 { margin: 0; }
    .mobilecenter {
        text-align: center;
    }

    .drop {
        margin-bottom: 10px;
    }
    .getbooknow {
        width:auto !important;
        margin-bottom: 10px;
    }

    .giveform {
        padding: 0;
        float: none !important;
        margin: 0 auto;


    }

    .givebutton:hover{

    }

    .givebutton{
float: none;
margin-left: 0;
    }

/* desktop styles */
@media all and (min-width:720px) {

}







































