/*******************************************************************************
    COLLEGES.CSS
    
    author:
        Matt Williams <mawilliams@lynn.edu> 

    description:
        All the global style elements for the college sites should be placed in
        this file.

        'College' Stylesheets
            College specific styles should be placed in a 'college' stylesheet.

*******************************************************************************/

/*~~~~~~~~~~ GLOBAL STYLE SETTINGS ~~~~~~~~~~*/
    * {margin: 0px; padding: 0px;}
    .wrapper-portlet {}
    .wrapper-content {padding: 18px 10px 0px;}
    .column-240 {float: none; width: 100%;}
    .more-link {text-align: right;}

/*~~~~~~~~~~ CONTAINER STYLE SETTINGS ~~~~~~~~~~*/
    .sidebar {
            position: relative; left: 0px; top: 0px;
            float: left;
            width: 320px; height: 100%;
            z-index: 10;
        }

    /*---------- Homepage ----------*/
        #template-index_html #main-wrapper .page-wrapper {background: #fff;}
    
        /*----- Media Banner -----*/
            #banner-media {position: relative; width: 100%;}

                #viewer {
                            position: relative; top: 0px; left: 0px;
                            float: right;
                            width: 640px;
                            overflow: hidden;
                            line-height: 18px;
                        }
                        
                    #photogallery {visibility: hidden; height: 390px; overflow: hidden;}
                    #photogallery.gallery {background: transparent; border: none; padding: 0px; }
                    #photogallery .panel .overlay-background {display: none;}
                    #photogallery .panel .panel-overlay {
                            padding: 18px 10px;
                            line-height: 18px;
                            font-size: 12px;
                        }
                        
                        #photogallery .filmstrip {margin: 18px 10px;}

                        #photogallery .frame {margin: 0px; padding: 0px;}
                            #photogallery .frame img { border: none; }

                        #photogallery .nav-next, .nav-prev {display: none;}

        /*----- Content Banner -----*/
            #banner-main {clear: both; position: relative; width: 100%;}

                #content-main {
                        position: relative; top: 0px; left: 0px;
                        float: right;
                        width: 640px;
                        line-height: 18px;
                    }
                    
                    
                #links-redux {clear: both; padding: 18px 0px;}
                #nav-redux {width: 100%; list-style-type: none;}
                #nav-redux li.list-vertical {float: left; width: 140px; padding: 0px 10px;}
                #nav-redux li ul {
                        margin-left: 20px;
                        list-style-image: url(++resource++lynnedu.theme.images/bullet.gif); list-style-type: square;
                    }
                #nav-redux li ul li {padding: 0px;}
                
                .box-5, .box-9, .box-13, .box-17 {clear: both;}

     /*---------- Secondary Pages ----------*/

        /*----- Left Column -----*/
