/*
kaaang > css for modern browsers
*/

/*
@font-face {  
  font-family: georgia;  
  src: url(http://webs.wichita.edu/dt/fonts/georgia.ttf) format("truetype");  
} 
*/ 

.ttt01 {
    background-color: #000;
    border-radius: 3px;
    margin-bottom: 15px;
}

.ttt01 td {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 10px;
}

.ttt01 td a {
    color: #fff !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.ttt01 td a:hover {
    text-decoration: underline;
}

.galleria-errors {
    display: none !important;
}

@media screen and (max-width:560px) {
    #top-menu-bar {
        display: none !important;
        }
        
    #top-menu-bar9 {
        display: none !important;
        }

    #nav-left ul {
        margin-bottom: 0 !important;       
    }

    #nav-left ul li {
        font-size: 16px;
        color: #525252 !important;
    }

    #nav-left ul li a {
        color: #525252 !important;
    }

    #nav-left ul li a:hover {
        color: #ac4d37 !important;
    }    

    #nav-left {
        width: 100% !important;
        border: 0 !important;
        margin-bottom: 10px;
        float: none !important;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */           
        }    

    #nav-left .line-hori {
        background: none;
        background: #999;
        height: 1px;
    }
        
    #content1 {
        display: block !important;
        width: 100% !important;
        padding-left: 0 !important;
        }            

    #menu-button {
        display: block !important;    
        text-decoration: center;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        margin-bottom: 10px;
        text-decoration: none;
        color: #000;
        background: url(http://www.wichita.edu/thisis/r/images/lmb-image.png) no-repeat;
        background-position: right top;
        padding-right: 43px;
        min-height: 26px;
        font-size: 16px;
    }            

    .sidebar1 {
        float: none !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    #contact-box {
        font-size: 11px !important;
        border-top: 1px solid #999 !important; 
        padding-top: 10px;
        margin-top: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100% !important;
        margin-bottom: 10px !important;
        color: #969696 !important;
    }

    #contact-box a {
        color: #969696 !important;
    }

    #contact-box a:hover {
        color: #ac4d37 !important;
    }

    #content1 iframe {
        width: 100% !important;        
    }

    #wrapper-outer {
        /*max-width: 779px !important; */
        width: 100% !important;
    }

    #resp-preview {
        /* display: none !important; */
    }

    #top-bar-black ul {
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        padding-top: 0;
        width: 210px;
        margin: 0 auto;
        list-style-type: none;
    }

    #top-bar-black li {
        margin-top: 10px;
        margin-bottom: 10px;
    }    

    #top-bar-black li a {
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        text-decoration: none;
        text-transform: uppercase;
    }    

    #top-bar-black li a:hover {
        text-decoration: underline;
    }    

    #top-mobile-menu-btn {
        text-align: right;
    }

    #dept_header {
        display: none;
    }

    #content1 h1 {font: 22px georgia !important; font-weight: normal !important; font-style: normal !important;}
    #content1 h2 {font: 20px georgia !important; font-weight: normal !important; font-style: normal !important;}
    #content1 h3 {font: 17px georgia !important; font-weight: normal !important; font-style: normal !important;}
    #content1 h4 {font: 17px georgia !important; font-weight: normal !important; font-style: normal !important;}
    #content1 h5 {font: bold 14px georgia !important; font-weight: normal !important; font-style: normal !important;}
    #content1 h6 {font: bold 13px georgia !important; font-weight: normal !important; font-style: normal !important;}

    /* for dt landing page */
    #flash-blacktop, .menu_above_flash {
        display: none;
    }

    #social-stuff img {
        display: none;
    }

    #srchbox {
        display: none;
    }

    .hide-in-mobile {
        display: none !important;
    }

    .hide-in-regular {
        display: block !important;
    }

    #asp_top_image {
        padding: 0 !important;
    }

    #sidebar, #sidebar2 {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        background-color: #f7f7f7;
        padding: 3px !important;
    }

    .stripetable {
        border: 0 !important;
    }
}        

#wrapper-outer {
    margin: 0 auto;
    background-color: #ffffff;
	-moz-box-shadow: 0 0 3px 3px #dcdcdc;
	-webkit-box-shadow: 0 0 3px 3px #dcdcdc;
	box-shadow: 0 0 3px 3px #dcdcdc;
    display: none;
    }

#wrapper-inner {
    padding: 15px;
    }
    
.shadow {
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
    }    

#nav-left {
    display: table-cell;
    width: 170px;
    vertical-align: top;
    }    
    
#nav-left ul {
    margin-right: 10px;
}

#content1 {
    display: table-cell;
    height: 100%;    
    padding-left: 10px;
    vertical-align: top;
    } 

#resp-preview {
    position: fixed;
    top: 15px;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    border: 2px solid red;
    background-color: #ac4d37;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    -khtml-border-radius: 3px; /* for old Konqueror browsers */       
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */        
}

.noselect {
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none; 
}

.line-hori {
    background: url(http://www.wichita.edu/thisis/r/images/dot-hori.png) repeat;
    height: 3px;
}

.line-vert {
    background: url(http://www.wichita.edu/thisis/r/images/dot-vert.png) repeat;
    width: 3px;
}

#div1 {
    display: table-cell;
}

#asp_top_image {
    padding-left: 10px;
    padding-right: 10px;
}

#asp_top_image img {
    width: 100% !important;
    border-radius: 3px;
}

/* Responsive Data-List */
.webks-responsive-table dt,
.webks-responsive-table dd{
    display: inline-block; /* instead use floats */
    width: 73%;
    margin: 0 0 1px 0;
    padding: 5px 1%;
    border-top: 1px dotted #999;
}

.webks-responsive-table df{
    display: block; /* instead use floats */
    padding: 5px;
}

.webks-responsive-table dt{ 
    width: 23%; 
    text-align: left; 
    
    font-weight: bold;
    vertical-align: top;
    word-wrap: break-word;
}

.webks-responsive-table dl {
    border: 1px solid #999;
    background: #f6f6f6;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */     
}

.webks-responsive-table .title-inner {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);    
}

.webks-responsive-table .title:first-child {
    
}

.col-0 {border-top:0 !important;}
/*
.webks-responsive-table df:nth-of-type(odd){ background:#f6f6f6; }
.webks-responsive-table dl:nth-of-type(odd){ background:#f6f6f6; }
.webks-responsive-table dl dd:nth-of-type(odd){ background:#eaeaea; color: #000; }
.webks-responsive-table dl dt:nth-of-type(even){ background:#eaeaea; color: #000; }
*/

#content1 table {
  border-spacing:0;
  border-collapse:collapse;    
}

#content1 td, #content1 th {
    /*
    padding: 3px;
    */
}

.stripetable {
    border: 1px solid #999;
}

.stripetable tr:nth-child(odd) {
    background-color: #eaeaea !important;
    }   

.stripetable tr:nth-child(even) {
    background-color: #fff !important;
    }    
    
.stripetable { 
  border-spacing:0;
  border-collapse:collapse;
}    

.stripetable td, .stripetable th {
    border: 1px solid #999;
}

.rss2_set .rss2_item {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
    border-bottom: 3px dotted #eaeaea;
}

div.rss2_item:last-child {
    border-bottom: 0;
}

/**
6/5/14 the following line is for pinterest style dt page
*/

h1.pinterest-h1 {
    margin-bottom: 20px !important;
}

.pinterest-style-list {
    padding-bottom: 30px;
}

.pinterest-style-list div.item {
    width: 180px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 6px;
    margin-bottom: 6px;
    vertical-align: top;
    background-color: #f6f6f6;
    display: inline-block;
}

.pinterest-style-list div.item-inner {
    padding: 5px 10px;
}

img[specialAutoThumb="1"] {
    
}

img[specialAutoThumbPlayButton="1"] {
    cursor: pointer;
    position: absolute;    
    left: 0;
    top: 0;
}

div[specialAutoThumbWrapper="1"] {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 99999;
}

