/*
THEME NAME: COSET-theme
THEME URI: http://coset.tsu.edu/mytheme
DESCRIPTION: Theme for College of Science and Technology
VERSION: 3.0
AUTHOR: Daniel Vrinceanu
AUTHOR URI: http://coset.tsu.edu/people?DanielVrinceanu
TAGS: sandbox, blank slate, starter theme, minimalist
--- This is a private theme for internal use. This theme should not be distributed 
--- without explicit approval of the author

Color Scheme:

body   #f1f1f1 
maroon #6f0732
grey   #616161
gray   #d6d6d6
blue   #0E5EB6
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background: #f1f1f1; /*gray*/
	color: black;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 150;
	line-height: 1.7;
	overflow-x: none;
	overflow-y: auto;
}

h1, h2, h3, h4 {
	margin: 0 10px 0 0;
	font-family: Helvetica;
	font-weight: normal;
}


a {color: inherit; text-decoration: none; cursor: pointer;}
.clear:after{display:block; visibility:hidden; height:0; clear:both; font-size:0; content:"";}
.flyout { transition:right 0.2s; position: relative;}
ol, ul { list-style: none;}
table { border-collapse: separate; border-spacing: 0;}
strong {font-weight: bold;}

/*
*   header 
*/

.row1 {color:#000; background-color:inherit; width: 100%;}

header {
	max-width: 1200px;
	margin: 0px auto;
	padding: 10px 5px;
	display: -webkit-flex;
	display: flex;
}

header #logo-coset {margin-left: 14px; margin-right: auto;}

header #quick-box #quick-nav {list-style-type: none;}
header #quick-box #quick-nav li {
    display: inline;
    line-height:15px;
		padding: 0px 4px;
    border-left: 2px solid #6f0732;} /*maroon */
header #quick-box #quick-nav li:first-child {border-left:none;}
header  #quick-box #quick-nav li:hover {color:  #0E5EB6;} /*blue*/

header #quick-box a {}
header #quick-nav select {display: none;}
header #quick-nav ul {display: block; padding-top: 0px 0px;}

.search-input {
	font-size: 16px;
	border-radius:6px;
	width: 260px;
	background-image: url('searchicon.png');
	background-repeat: no-repeat;
	background-position: 4px 6px;
	padding: 8px 0px 8px 40px;
	margin-top: 12px;
	background-color: white;
}

/**
*   menu bar
*/

.row2 {color:#fff; background-color:#6f0732 ; width: 100%; border-top: solid 2px #DDD;} /*maroon, dark grey*/

#main-nav {max-width:1200px; margin: 0px auto; }
#burger {display: none;}

#menu-main-menu {
	list-style-type:none;
	position:relative;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#menu-main-menu  > li {-webkit-flex-grow: 1; flex-grow: 1; position: relative; border-left: 1px solid #fff;}
#menu-main-menu  > li > a {display: block; text-align: center; margin: 5px 0;}
#menu-main-menu  > li:first-child {border-left: none;}
#menu-main-menu  ul.sub-menu {
	 display: none;
	 background-color: #616161; /*dark grey*/
	 position: absolute;
	 top: 100%;
	 z-index: 100;
	 list-style-type:none;
	 border-radius: 6px;
	 border: 1px solid #fff;
 }
#menu-main-menu ul.sub-menu li {margin:0px; padding: 0px;}
#menu-main-menu ul.sub-menu li a {white-space: nowrap; padding: 5px; display: block;}
#menu-main-menu > li > a > br {display: none;}
#menu-main-menu li.menu-item-has-children > a::after {content:"\F0DD"; font-family: FontAwesome; width: 0px; position: absolute; right: 15px; top: 3px;}
#menu-main-menu li:hover {background-color:  #0E5EB6;} /*blue*/
#menu-main-menu li.current-menu-item {background-color: #616161;} /*dark grey*/
#menu-main-menu li.current-menu-parent {background-color: #616161;}  /*dark grey*/
#menu-main-menu > li.menu-item-has-children > li:hover {background-color: inherit;}
#menu-main-menu .knob {display:none;}


.row3 {position: relative; width:100%;}
.wrapper {max-width:1200px; margin: 0px auto;}

/**
*  banner slide show
*/
	.banner {position:relative; overflow:auto;}
	 .banner ul {list-style: none;}
	  .banner ul li {float:left;cursor: pointer; position: relative;}
	  .banner ul li img {width: 100%;}
	  .banner ul li .drape {
		  width: 25%;
		  height: 100%;
		  background-color: #616161;
		  opacity: 0.8;
		  position: absolute;
		  top:0px;
		  right:0px;
		  display: none;
	  }
	  .banner ul li .drape p { 
		  font-size: 24px;
		  font-weight: 700;
		  color: #fff;
		  padding: 20px;
		  position: relative;
		  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
		  top: 50%;
	  }
	 .banner .dots {position: absolute; left: 0; right: 0; bottom: 0px; margin-bottom: 0px; text-align: center;}
	  .banner .dots li {
		  display: inline-block;
		  cursor: pointer;
		  border: 2px solid #fff;
		  border-radius: 6px;
		  margin: 0 4px;
		  opacity: .4;
		  width: 8px;
		  height: 8px;
		  text-indent: -999em;
		  transition: background .5s, opacity .5s;
	  }
	   .banner .dots li.active { background: #fff; opacity: 1; }

/**
*   three column content row
*/
#container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  display: -webkit-flex; display: flex;
  flex-direction: row; -webkit-flex-direction: row;
}

.wrapper a {color: #0E5EB6;}
#container a:hover {text-decoration: underline; text-decoration-color: #6f0732;}  /*maroon*/

/* navigation tab panel */
#nav-panel {
	width: 240px; 
	flex: none;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 8px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	margin: 10px 4px;
	padding: 4px;
	height: 100%;
}

#nav-panel h3 {
	border-bottom: 1px solid #6f0732;
	margin: 20px 0px 10px 0;
	text-align: center;
}
#nav-panel p {margin: 20px 16px; line-height: 18px;}

/* side bars */

#sidebar-left {order:1; -webkit-order: 1;}
#content {order:2; -webkit-order: 2;}
#sidebar-right {order:3; -webkit-order: 3;}

.sidebar {width: 25%;}
#content {width: 50%;}

.sidebar section {padding-bottom: 20px;}
.sidebar h3, #content h3 {
    margin: 0px;
	padding: 6px;
	padding-left: 18px;
	color: #6f0732;  /*maroon*/
	border-top: solid 3px #6f0732;  /*maroon*/
	border-bottom: solid 1px #d6d6d6;
	border-radius: 6px 6px 0px 0px;
}
.sidebar section, #content section{
	background-color: #fff;
	border: 1px solid #d6d6d6;
	margin: 24px 8px;
	padding: 0px;
	border-radius: 6px;
	line-height: 1.3;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

section h3 a.more::after {content: "more...";}
section h3 a.more {display: inline; float: right;}
	
.sidebar section:first-child, #content section:first-child {margin-top: 14px;}


.sidebar section img.attachment-full {max-width:100%; height:auto;}
.sidebar section a.stacked {display: block; margin: 8px 16px;}

#content .news {padding: 12px; border-bottom: dashed 1px #d6d6d6;}
#content .news > a {float: left; margin-right: 20px; font-size:0px;}

ul.archive {margin:10px;}
ul.archive li {list-style: inside circle none; margin: 12px 20px;}

.sidebar .event {padding: 8px; border-bottom: dashed 1px #d6d6d6;}
.sidebar .invisible {display: none;}
.sidebar .event a {}

.date {
	float: left;
	width: 54px;
	height: 68px;
	border: 1px solid grey;
	border-radius: 2px;
	margin: 0px 8px 0 0;
	overflow: hidden;
}

.date p {
	font-family: Helvetica, sans-serif;
	font-size: 36px;
	text-align: center;
	color:#616161; /* dark grey */
	line-height: 38px;
	margin-top: 4px;
}
.date p span {
	display: block; 
	background: #6f0732;  /*maroon*/
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding-top: 4px;
	line-height: 22px;
}
/**
 light box
**/

div.lightbox {
	  display: none;
	  margin: 0;
	  background: rgba(0, 0, 0, 0.8);
	  position: fixed;
	  top:0;
	  right:0;
	  bottom:0;
	  left:0;
	  z-index: 100000;
}

div .lightbox .obj {
	width: 600px;
	height: 776px;
	margin: 10px auto;
	overflow: auto;
	position: relative;
	border: 2px solid #fff;
	background: rgba(255,255,255, 1);
}

div.lb p {cursor: pointer;}
div.lb p:hover {color: #0E5EB6;}
.obj i {
	background: rgba(255,255,255,0.5);
	position: absolute;
	right:0px;
	top: 0px;
	font-size: 1.1em;
	line-height: 16px;
	width: 16px;
	text-align: center;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding:3px 20px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone { margin: 5px 20px 20px 0;}
.wp-caption.alignleft { margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

#content2c a {color: #0E5EB6;}
    
#content2c .wp-caption a img {margin: 5px;}
#content2c .wp-caption-text {margin: 5px; font-size: 0.8em; color:#616161; text-align: center;}
	
#content2c {width: 75%; margin: 14px; padding: 0px;}
#content2c p {margin: 12px 0 0 0;}

#content2c h2 {font-size: 1.5em; padding: 20px 0 10px 0; border-bottom: solid 1px #6f0732;}
#content2c h3 {font-size: 1.2em; padding-top: 16px; font-weight: bold;}
#content2c h4 {padding: 6px 0 3px 0; font-weight: bold;}

#content2c li {margin-bottom: 10px;}
#content2c ol {list-style: decimal; margin-left: 28px; padding-top: 4px;}
#content2c ol li ol {list-style: upper-alpha; margin-left: 40px;}
#content2c ul li {list-style: inside circle none; margin: 12px 20px;}


#content2c  ul.nav-tabs {
	list-style: none;
    border-bottom: 1px solid #ddd;
	display: table;
	content:" ";
	width: 100%;
}
#content2c  ul.nav-tabs>li {list-style: none; float: left; margin: 0px 0px -1px 0px;}
#content2c  ul.nav-tabs>li>a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #0E5EB6;
	line-height: 1.43;
	margin-right: 2px;
}

#content2c  ul.nav-tabs>li.active>a {
	border: 1px solid #ddd;
	border-radius: 6px 6px 0 0;
	border-bottom-color: white;
	color: #555;
	background-color: white;
	font-weight: 600;
}
#content2c  .tab-pane {
	padding: 20px; 
	margin: 0px; 
	background-color: white; 
	display: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#content2c  .tab-pane.active {display: block;}

/*
.dept-list {display: table; border-spacing: 0px 20px;}
.box {display: table-row; width: 100%;}
.box .insert {display: table-cell; vertical-align: top; padding: 0px 10px 10px 0px; border-bottom: 1px dashed #d6d6d6;}
.box .title {font-size: 1.2em; font-weight: bold; padding-bottom: 0px;}
.box .p2 {width: auto;}
.box .description {margin-top: 8px;}
.box .p1 {width: 115px; height: 125px; background-size: 115px 115px; background-repeat: no-repeat;}
*/
.box {display: inline-block; border-top: 1px dashed #d6d6d6; padding-top:10px; margin-bottom: 5px;}
.box .insert{display: inline-block; vertical-align: top;}
.box .p1 {width: 115px; height: 115px; background-size: 115px 115px; background-repeat: no-repeat; border-radius: 6px;}
.box .p2 {width: 280px; margin-left: 7px; margin-right: 5px;}
.box .title {font-size: 1.2em; font-weight: bold;}
.box .description {margin-top: 4px;}

.box-p {
    border-bottom: 1px dashed #d6d6d6;
    display: inline-block;
    min-height: 130px;
    width: 400px;
    background-size: 85px 85px;
    background-repeat: no-repeat;
    background-position: 15px 15px;
    vertical-align: top;
    line-height: 20px;
}
.box-p .title {font-size: 1.2em; font-weight: bold; padding-left: 120px; padding-top: 8px;}
.box-p .description {padding-left: 120px;}
#content2c .box-p p {margin: 0px;}

.pdf-doc {border: 1px dashed #d6d6d6; width: 184px; display: inline-block; vertical-align: top; margin: 10px; text-align: center;}
.entry-title {font-size: 32px; font-variant: small-caps; color: #333; margin-bottom: 24px; margin-top: 24px; line-height: 32px; text-align: center;}
.entry-title br {display: none;}

.pdf-doc img {max-width:100%;}

.events {border-bottom: 1px dashed #d6d6d6; background-color: #fff; border-radius: 6px 6px 0px 0px; margin: 10px; padding:10px;}

#content2c .events h3 {color: #6f0732; }
#content2c .events p {margin-left: 20px;}


#content2c .alignleft {float: left; box-shadow: 5px 5px 5px #888888;}
#content2c .alignright {float: right; box-shadow: 5px 5px 5px #888888;}
#content2c .aligncenter {margin-left:auto; margin-right: auto;}
#content2c img {margin: 10px; padding: 6px; background: white;}

#content2c .dir-links {padding-top: 8px 0; }
#content2c .dir-links li {line-height:18px; float:left; border-left: 2px solid #6f0732; list-style-type: none; margin: 4px 0px;} /*maroon */
#content2c .dir-links a {padding: 4px 6px; margin: 2px 0;}
#content2c .to-top {color: red; padding-top: 10px; margin-left: 340px;}

#content2c #half-left {width: 380px; display: inline-block; vertical-align: top; margin-right: 5%;}
#content2c #half-right {width: 380px; display: inline-block; vertical-align: top;}

#content2c .nav-box {margin: 10px auto; width: 170px;}
#content2c > .title {font-size: 1.2rem; padding-bottom: 10px; font-style: italic;}

#content2c .room {color: #6f0732; font-style: italic;} /*maroon*/

#calendar {width: 100%; padding: 4px;}
#calendar tbody td {background: #f5f5f5; border: 1px solid #fff; text-align: center; padding: 4px;}
#calendar tbody .pad {background: none;}
#calendar tbody { color: #aaa; }
#calendar tbody .today {color: #fff; background: #0E5EB6;}
#calendar tbody .event {color: #fff; background: #6f0732; position: relative;}
#calendar tbody .tooltip 
     {display: none;
	   z-index: 100000;
	   background-color: rgba(97,97,97,0.8);
	   color: #fff;
	   position: absolute;
	   top: 24px;
	   right: 4px;
	   padding: 4px; 
	   width: 240px;
	   border-radius: 4px;
	   border: 1px solid #fff;
}
#calendar tbody .event:hover .tooltip {display: block;}
#calendar caption {background: #616161; color: #fff; font-size: 14px; padding: 4px;}
#calendar caption #current-date {display: inline-block; padding: 0px 4px; text-align: center; width: 150px;}
#calendar caption .btn-prev:hover, #calendar caption .btn-next:hover {cursor: pointer;}

#wp-calendar {width: 100%; padding: 4px;}
#wp-calendar caption { text-align: left; color: #333; font-size: 14px; margin: 4px; padding-left: 18px;}
#wp-calendar thead th { padding-bottom: 2px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:4px; font-size: 14px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { text-transform: uppercase; padding-top: 10px; }
#wp-calendar tbody #today {color: #fff; background:#0E5EB6;} /*blue*/
#wp-calendar tbody td a {border-bottom: 1px solid #6f0732;}  /*maroon*/

#sidebar-right h2.widgettitle{
    margin: 0px;
	padding: 6px;
	padding-left: 18px;
	color: #6f0732;  /*maroon*/
	border-top: solid 3px #6f0732;  /*maroon*/
	border-bottom: solid 1px #d6d6d6;
	border-radius: 6px 6px 0px 0px;
}
/*
*  footer row
*/

	#footnotes {max-width: 1200px; margin: 0 auto; list-style-type: none; font-size: 0.8em;}
	#footnotes li {display: block; float: left; border-left: 2px solid #6f0732; width: 16%; text-align: center;} /*maroon*/
    #footnotes li:first-child {border-left:none;}
    #footnotes a {padding:0px 5px; line-height: 0.82em; }
	#footnotes a:hover {color:#0E5EB6;} /*blue*/


#footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

#footer li {margin: 7px 0;}

#footer .search-box {float: none;}
#footer li:hover {background: #0E5EB6;} /*blue*/
#footer .widget_ilw_widget .fa {font-size: 18px;}
#footer .textwidget .fa {font-size: 16px; margin: 6px;}
#footer .textwidget {margin-bottom: 32px;}
#footer .ilw_widget_icon {margin: 8px;}
#footer .widget_ilw_widget {margin-top: 14px;}
#footer .menu-tsu-links-container {margin-bottom: 20px;}

#footer .footer_title, .widgettitle {
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0 0 12px 0;
	padding-bottom: 6px;
	border-bottom: 1px solid  sandybrown;  /* */
        letter-spacing: 3px;
	}	
		
.one_third{
	width: 300px;
	padding: 12px 12px;
}

#menu-footer-menu {	
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between; 
}
#menu-footer-menu li {line-height: 14px; border-left: 1px solid #fff; padding: 0 20px;}
#menu-footer-menu li:first-child {border-left: none; padding: 0 0;}
#menu-footer-menu li:last-child {padding: 0 0 0 20px;}

@media screen and (max-width:1000px) {
	header #quick-nav select {display: block; width: 140px; float: right;}
	header #quick-nav ul {display: none;}
    header {padding: 5px;}
    header #logo-tsu img {height: 60px;}
    header #logo-coset img {height: 60px;}
    header .search-input {width: 140px; padding: 2px 0px 2px 40px;}
    #menu-main-menu > li > a > br {display: block;}
	#content2c  ul.nav-tabs>li>a {padding: 8px 9px;}

	#sidebar-left {display: none;}
	#content {order:2; -webkit-order: 2;}
	#sidebar-right {order:3; -webkit-order: 3;}

	.sidebar {width: 33%;}
	#content {width: 67%;}
	#content2c {width: 67%; margin: 14px; padding: 0px;}
	#menu-footer-menu li {padding: 0 1px; margin: 4px 1px;}
}

@media screen and (max-width:755px)
{
    header #logo-tsu {display: none;} 
	#main-nav {min-height: 42px;}
	#menu-main-menu {
		position: fixed;
		width: 0;
		height:99%;
		top: 0;
		left: 0;
		display: block;
		background-color: #232323;
		opacity: 0.9;
		color: #fff;
		font-size: 1em;
		overflow-x: hidden;
		overflow-y: scroll;
		padding-top: 0px;
		transition:width 0.4s;
	}
	
	#menu-main-menu.grow {width: 240px !important; border-right: 2px solid #791832;}
	.slide {right: -240px;}
	#menu-quick-links {display: none;}
	#menu-main-menu li {position: relative;}
    #menu-main-menu li a {display: block; border-bottom: 1px dashed gray; text-align: left; padding: 10px; }
	#menu-main-menu ul.sub-menu {
		position: static;
		background-color: #232323;
		padding-left: 20px;
		border: none;
	}
	#menu-main-menu ul.sub-menu li a {white-space: normal;}
	#menu-main-menu li a > br {display: none;}
	#menu-main-menu li.menu-item-has-children > a::after {content:"";}

	#burger {display: block; padding: 4px; font-size: 16px; margin: 4px; cursor: move; border: 2px solid #616161; width: 80px; border-radius: 4px;}
	#burger:hover {
		border-color: #5097ff;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	}
	
	#menu-main-menu .knob {display: block;}
	#menu-main-menu .knob {
		position: absolute;
		border: 1px solid #616161;
		top: 8px;
		right: 10px;
		width: 24px;
		text-align: center;
		cursor: pointer;
	}
	
	#menu-main-menu .knob:hover {border-color: #5097ff; cursor: move;}
	#header #quick-box {display: none;}
	#menu-main-menu #quick-box {margin-left: 4px;}
	#menu-main-menu #quick-box .search-box {float:none; position: relative;}
	#container{ flex-direction: column; -webkit-flex-direction: column; }
	#sidebar-left {order:3; -webkit-order: 3; width: 98%;}
	#sidebar-right {order:2; -webkit-order: 2; width: 98%;}
	#content {order:1; -webkit-order: 1; width: 98%;}
	#content2c {width: 98%;}

}

@media screen and (max-width:500px){
	#footer { flex-direction: column; -webkit-flex-direction: column; }
	header { flex-direction: column; -webkit-flex-direction: column; }
    header #headline {font-size: 16px;}
	header #logo {height:30px; width: 70px; display:none;}
    header #quick-box {display:none;}
}
