/*
Theme Name: Journey MC
Theme URI: http://journeymc.com/
Version: 1.0
Author: Sky Rocket Creative Studio
Author URI: http://skyrocketstudio.com.com/
*/


*{
    margin: 0;
    padding: 0;
}

a img{
    border: none;
}

a img:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

body{
    font-size: 62.5%;
    background: url('images/journey-bg.jpg') center top;
}

#wrapper{
    text-align: center;
    width: 100%;
    height: 100%;
    background: transparent;
}
    
    #header{
        height: 137px;
        background: transparent url('images/header-bg.jpg') repeat-x;
    }
    
        #logo{
            background: transparent url('images/logo.png');
            width: 581px;
            height: 175px;
            margin: 0 auto;
            position: relative;
            left: -300px
        }
        
            #logo a{
                display: block;
                width: 100%;
                height: 100%;
            }
        
        #header h1{
            position: relative;
            width: 500px;
            height: 40px;
            display: block;
            font-size: 3.5em;
            margin: 0 auto;
            position: relative;
            top: -79px;
            font-family: "Myriad Pro", "Arial", "sans-serif";
            font-weight: lighter;
            left: 220px;
            color: #fff;
        }
    
    #middle{
        text-align: left;
        width: 855px;
        margin: 0 auto;
        background:transparent url('images/middle.png') repeat-y;
        font-size: 1.2em;
        padding: 25px 50px 20px 50px;
    }
    
        #middle h2{
            font-size: 2.5em;
        }
        
        #middle p{
            font-size: 1.2em;
            margin-bottom: 1em;
            margin-top: .2em;
        }

    #footer{
        width: 100%;
        background: #000;
    }
    
        #btm{
            height: 271px;
            background: transparent url('images/btm-bg.png') repeat-x;
        }
        
            #footer-content{
                width: 960px;
                height: 100%;
                padding-top: 10px;
                margin: 0 auto;
            }
            
            #footer-content li.widget{
                float:left;
                height:219px;
                list-style-type:none;
                margin-top:10px;
                padding:1%;
                text-align:left;
                width:30%;
            }
            
            #footer-content li.widget + li.widget{
                border-left:4px solid #808080;
            }
            
                #footer-content .widgettitle{
                    color: #fff;
                    font-size: 2em;
                }
            
                #footer-content a{
                    color: #0a93a2;
                    font-size: 1.9em;
                    font-weight: bold;
                    text-decoration: none;
                }
                
                #footer-content a:hover {
                    color: #00ccff;
                    text-decoration: underline;
                }
        
        #copyright{
            height: 190px;
            color: #fff;
            text-align: center;
            font-size: 1em;
        }
        
/** Misc **/
.clear{
    clear: both;
    }        

.topnav{
    list-style-type: none;
    float:right;
}

.topnav li{
    float: left;
    padding-left: 25px;    
}

.topnav a{
    text-decoration: none;
    color: #777777;
}

.topnav li{
    font-size: 2em;
    font-family: "Arial";
    text-transform: uppercase;
    font-weight: bold;
    
}

.topnav li:hover a{
    color: #000;
}

.topnav li ul{
    display:none;
    position: absolute;
    border: 3px solid #777777
}

.topnav li:hover ul{
    display:block
}

.topnav li ul li{
    display:block;
    clear:both;
    font-size: .5em;
    width: 150px;
    border-bottom:  1px dashed #000;
    background: #fff;
}

.topnav li ul li:hover{
    background: #777777;
    color: #fff;
}

.topnav li ul li:hover a{
    color: #fff;
}

/** Per Page Styles **/

/** HOME **/
#home-flash{
    width: 565px;
    height: 406px;
    margin-right: 14px;
    float: left;
}
#home-nav-right{
    height: 406px;
    width: 283px;
    float: left;
    clear: right;
}
#home-nav-btm{
    width: 848px;
    height: 190px;
}

#home-nav-btm img{
    margin: 0 7px;
    height: 190px;    
}

#splash{
    margin-left: -21px;
}

#splash a{
    display: block;
    width: 282px;
    height: 189px;
    background-image:url('images/journey-btns.jpg');
    background-repeat: no-repeat
}

#splash a:hover{
    background-image: url('images/journey-btns-hover.jpg'); 
}

#splash a span{
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

#splash .why{
    background-position: -282px 0
}

#splash .book{
    background-position: -564px 0
}

#splash .media{
    background-position: 0 -189px
}

#splash .donate{
    background-position: -282px -189px
}