/* @override http://cobetestwp.itmbsu.net/first/wp-content/themes/bsu-cobe/style.css */

/* THEME NAME: BSU - COBE - 2
DESCRIPTION: New Test Version - Based on Sandbox and other COBE themes
VERSION: 1.0
AUTHOR: Alan Bonde
AUTHOR URI:
TAGS: sandbox, cobe, widgets, blank slate, starter theme, minimalist, developer */

/* Two-column with sidebar on left from the /examples/ folder  */

@import url('examples/2c-l.css');

body {
	background: #755e4e url(images/cobe_header_bgv2.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
	line-height: 150%;
	font-family: Verdana, sans-serif;
	font-size: .75em;
}

p.entry-content {
	padding:0;
	margin: 0 0 .7em 0;
	}
/* Changed per TSL req */
a {
color: #007dc3;
	}
a:visited {
	color: #06357a;
	}
a:hover {
	color: #f47836
	}
h2.entry-title {
	text-decoration: none;
	line-height: 130%;
	color: #007dc3;
	padding: 0;
}
h2.entry-title a {
	text-decoration: none;
	line-height: 100%;	font-size:
  18px;	color: #007dc3;
	padding: 0;
	margin-bottom: -20px;
}
h2.entry-title a:visited {
	color: #06357a;
	text-decoration: none;
}

h2.entry-title a:hover {
	color: #f47836;
	text-decoration: underline;
}

.entry-date {
	font-size: 85%;
	color: #666;
	margin-left: 0;
	margin-top: -10px;
	margin-bottom: 0;
	padding: 0;
}
.entry-meta {
	font-size: 85%;
	color: #666;
	}

div#header h1 {
	padding: 0;
	margin: 0;
	color: #fff;
}

div#header img.logo {
	border: 0;
	position: absolute;
	top: 15px;
	left: 2px;
}

div#header img.title {
	border: 0;
	position: absolute;
	top: 85px;
	left: 5px;
}

/* The following controls the "GLOBAL Links" that appear at the top-right */

div#menu {
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	width: 300px;
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 95%;
}

div#menu ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0 1.75em 0 0;
}

div#menu ul li {
	display: inline;
	margin: 0 1.5em 0 0;
}

div#menu ul li a {
	color: #fff;
	text-decoration: none;
}

div#menu ul a:hover {
	text-decoration: underline;
}
/* this controls the second header list of links */
div#targets {
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	width: 400px;
	position: absolute;
	right: 0;
	top: 100px;
	font-family: Arial, helvetica;
}
div#targets ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0 1.75em 0 0;
}

div#targets ul li {
	display: inline;
	margin: 0 1em 0 0;
	padding: 0 0 0 14px;
	background: url(images/cobe_square.png) top left no-repeat;
}

div#targets ul li a {
	color: #ddd;
	text-decoration: none;
}

div#targets ul a:hover {
	text-decoration: underline;
}

/* Header menu items end */

.entry-title,.entry-meta {
	clear: both;
}

div#container {
	margin-top: 2em;
}

form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform span.required {
	background: #fff;
	color: #c30;
}

form#commentform,form#commentform p {
	padding: 0;
}

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
}

div.comments ol li {
	margin: 0 0 3.5em;
}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 66%;
}

.alignright,img.alignright {
	float: right;
	margin: 1em 0 0 1em;
}

.alignleft,img.alignleft {
	float: left;
	margin: 1em 1em 0 0;
}

.aligncenter,img.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}


p.wp-caption-text {
	font-style: italic;
}


div#nav-above {
	margin-bottom: 1em;
}

div#nav-below {
	margin-top: 1em;
}

div#nav-images {
	height: 150px;
	margin: 1em 0;
}

div.navigation {
	height: 1.25em;
}

div.navigation div.nav-next {
	float: right;
	text-align: right;
}

div.breadcrumb {
	background: none;
	color: #000;
	}

/* The ALL POWERFUL SIDEBAR start HERE */

div#sidebar h3 {
	font-size: 1.2em;
}

div#sidebar input#s {
	width: 7em;
}

div#sidebar ul {
	padding: 0;
	margin: 0;
}
div#sidebar ul li {
	list-style: none;
	}

div#sidebar ul li a {
	display: block;
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 8px 0 8px 12px;
	background: #06357a;
	color: #fff;
	border-bottom: 1px solid #eee;
}

div#sidebar ul li a:hover {
	display: block;
	margin: 0;
	padding: 8px 0 8px 12px;
	background: #007dc3;
	color: #fff;
}

div#sidebar ul ul li a {
	padding-left: 3em;
	background: #1f60a9 url(images/cobe_square.png) no-repeat 20px;
	border-bottom: 1px solid #666;
	}
div#sidebar ul ul li a:hover {
	background: #007dc3 url(images/cobe_square.png) no-repeat 20px;
	padding-left: 3em;
	color: #fff;
}

div#sidebar .side-image {
	margin: 0px 0 4px 0;
	}
div#sidebar .side-image img{
	border: none;
	text-decoration: none;
}

/* Following is the control for hiding/showing subpages in a list */

div#sidebar  .page_item ul {
	visibility: hidden;
	display: none;
}

div#sidebar .current_page_item ul {
	visibility: visible;
	display: block;
}

div#sidebar .current_page_parent ul {
	visibility: visible;
	display: block;
}

div#sidebar .current_page_ancestor ul {
	visibility: visible;
	display: block;
}


div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
	float: left;
}

div#header {
	text-align: center;
}

div#footer {
	text-align: left;
}

div#footer p {
	display: block;
	font-size: 11px;
	color: #fff;
	padding: 0;
	margin: 0 0 0 12px;
}

div#footer a {
	font-size: 11px;
	color: #ff9900;
	text-decoration: none;
}

div#bannerboxevents {
	background: #c8df8d ;
	display: block;
	width: 202px;
	height: 40px;
	padding-top: 1px;
	}

div#bannerboxspot {
	background: #ffe19b ;
	display: block;
	width: 202px;
	height: 40px;
	padding-top: 1px;
	margin-top: 10px;
}


div#spotlights {
	width: 180px;
	height: auto;
	overflow: hidden;
	background: #feebc1;
	padding: 3px 12px;
}
div#spotlights a {
	text-decoration: none;
}

div#spotlights a:visited {
	color: #06357a;
}

div#events {
	width: 202px;
	height: auto;
	margin: 0;
	overflow: hidden;
	background: #dce9a8;
	padding: 3px 0;
}

div#events a {
	text-decoration: none;
}

div#events a:visited {
	color: #06357a;
}

div#bannerboxevents h2 {
	margin-top: .5em;
	text-align: center;
	font-size: 1.5em;
	color: #555;
}

div#bannerboxspot h2 {
	margin-top: .5em;
	text-align: center;
	font-size: 1.5em;
	color: #555;
}

div#calendar {
	width: 500px;
	height: 200px;
	background: #dce9a8;
	margin-left: auto;
	margin-right: auto;
	border: 5px ridge #c8df8d;
	padding-top: 5px;
}
/* for faculty lists  AB 5-4-09 edited 5-8-09 Changed from tables to div */

div#facList {
	clear: both;
	border-bottom: 1px solid #18498b;
	line-height: 1.5em;
	min-height: 120px;
	padding: 19px 0 0 19px;
/*	height: auto important;
	height: 70px;*/
}

div#facList ul {
	list-style: none;
}

div#facList a {
	text-decoration: none;
}

div#facList a:hover {
	color: #f47836;
}

div#facList a:visited {
	color: #06357a;
}

div#faclistCol1 {
	float: left;
	width: 85px;
	min-width: 70px;
}

div#faclistCol2, div#faclistCol3 {
	width: 400px;
	float: left;
	margin: 0 0 0 10px;
}
div#faclistCol2 {
	height: 80px;
	font-size: 1.1em ;
	font-weight: bold;
}

div#faclistCol3{

}



div#deptBlock {
	background: #ffffff;
}

.larger {
	font-size: 1.2em ;
}

#title {
	font-style: italic;
	font-weight: normal;
}
#departments {
	font-weight: normal;
}
#viewprofile {
	font-size: .8em ;
	font-weight: normal;
}
#viewprofile a:hover {
	color: #06357a;
}

#viewprofile a:visited {
	color: #f47836;
}


/* jQuery for Tabs */
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(images/blue.png) no-repeat -652px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -652px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs .current, ul.tabs .current:hover, ul.tabs li.current a {
	background-position: -652px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs .w1 			{ background-position: -519px 0; width:134px; }
ul.tabs .w1:hover 	{ background-position: -519px -31px; }
ul.tabs .w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabs .w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs .w2:hover 	{ background-position: -366px -31px; }
ul.tabs .w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs .w3 			{ background-position: -193px -0px; width:174px; }
.tabs .w3:hover 	{ background-position: -193px -31px; }
.tabs .w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs .w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs .w4:hover 	{ background-position: -0px -31px; }
ul.tabs .w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
ul.panes .pane {
	display:none;		
}



