/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

* {margin: 0; padding: 0; border: 0;}

body {background: url(images/ibu_bg.jpg) repeat-x;
	background-color: #646464;
	font: 10pt "Verdana", "Arial", "Helvetica", sans-serif;
	color: #000000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
	

p {padding: 4px; padding-top:5px;
padding-bottom: 15px;}

#container {background: url(images/ibu_bg2.jpg) repeat-y;
width: 780px; 
margin-left: auto; 
margin-right:auto;
color: #000

}

/*** Header ***/

#header {height: 300px; background: url(images/ibu_header.jpg) no-repeat;}

#header h1 {
/*** thanks to http://moronicbajebus.com/wordpress/wp-content/cssplay/image-replacement/ for image replacement code ***/
/*The image*/ 
background-image: url(images/ibu_banner.jpg);
background-repeat: no-repeat; 
/*Hide the text*/ 
height: 0;
overflow: hidden;
/*Size of the image*/ 
padding-top: 148px; 
width: 744px;
/*Position image*/
position: relative;
top: 100px;
left: 17px;
}

#header h2 {
background-color: #13AF06;
color: #FFFFFF;
padding-top: 3px;
padding-bottom: 5px;
padding-right: 5px;
width: 739px;
position: relative;
top: 100px;
left: 17px;
text-align: right;
font-size: 15px;
}

#navigation
{
padding-top: 100px;
padding-left: 0px;
margin-left: 17px;
margin-right: 19px;
}


#navigation ul
{
padding-left: 0;
margin-left: 0;
background-color: #13AF06;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navigation ul li { display: inline; }

#navigation ul li a
{
padding: 0.2em 2.2em;
background-color: #13AF06;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#last a {
padding: 0.2em 2em;
background-color: #13AF06;
color: white;
text-decoration: none;
float: left;
border-right: 1px solid #13AF06;
}

#last a:hover{
background-color: #EF0101;
color: #fff;
border-right: 1px solid #EF0101;
}

#navigation ul li a:hover
{
background-color: #EF0101;
color: #fff;
}

/*** Sidebar ***/
#sidecontainer {
width: 201px;
float: left;  
margin-top: 12px;
padding-left: 14px;
margin-left: 3px;
margin-right: 2px;}

#sidecontainer ul
{
margin-left: 0px; padding-left: 30px}

#sidecontainer ul li {
  list-style: none;
  background-color: transparent;
  text-align: left;
  margin: 0;
  list-style-image: url(images/ibu_bullet.jpg);
} 

#sidecontainer h3 {
font-size:10pt;
border-bottom: 1px solid; 
font-weight: bold;
margin-top: 10px;
margin-bottom: 5px;
color: #13AF06;
}

.why_ibu {width: 197px;
padding-right: 2px;
padding-bottom: 0px;
margin-bottom: 0px;
color: #17d608;
margin-left: auto; 
margin-right:auto;
font:9pt "Verdana", "Arial", "Helvetica", sans-serif;
}

.why_ibu p {
text-align: right;
padding: 0px;}

.why_ibu em {
text-align: left;
font: 13pt "Verdana", "Arial", "Helvetica", sans-serif;
font-weight: bold;}

.why_ibu_contents {
background: url(images/ibu_why_bg.jpg) repeat-y;
padding: 5px;
}

.why_ibu_top {
padding-top: 5px;
background: url(images/ibu_why_top.jpg) no-repeat;
}

.why_ibu_footer {
height: 5px;
margin: 0px;
margin-bottom: 0px;
background: url(images/ibu_why_footer.jpg) no-repeat;
padding-bottom: 5px;
}

#eventsbox h1{
font-size:13pt;
padding-bottom: 5px;}

#eventsbox h2{
font-size:10pt;
font-style: italic;
font-weight: normal;}

#eventsbox a:link, #eventsbox a:visited {
color: #FFFFFF
}

#eventsbox a:hover, #eventsbox a:active {
color: #dc3d05
}

#cal {
			width:147px;
			height:147px;
			font-family:arial, helvetica, sans-serif;
			font-size:8pt;
			color:#000;
			text-align: center;
			line-height:20px;
			border-bottom:1px solid #FFF;
			border-right:1px solid #FFF;
margin-left: auto; 
margin-right:auto;
		}
	
		#cal h2 {
			width:146px;
			margin:0;
			background:#077F0A;
			font-size:10pt;
			color:#FFF;
			border-top:1px solid #FFF;
			border-left:1px solid #FFF;
		}

		#cal ul {
			width:147px;
			margin:0;
			padding:0;
		}
		
		#cal ul li {
			margin:0;
			text-align: center;
			width:20px;
			height:20px;
			list-style:none;
			display:block;
			float:left;
		}
		
		#cal ul li.day {
			background:#6B8F6C;
			border-top:1px solid #FFF;
			border-left:1px solid #FFF;
			color:#000;
			text-transform:uppercase;
		}

		#cal ul li.num {
			background:#B5CFB5;
			border-top:1px solid #FFF;
			border-left:1px solid #FFF;
		}
		
		#cal a.event {
			text-decoration:none;
			display:block;
			width:20px;
			height:20px;
			background:#FFB5AF;
			color:#EF0101;
			font-weight:bold;
		}
		#cal a.event2 {
			text-decoration:none;
			display:block;
			width:20px;
			height:20px;
			background:#EF0101;
			color:#FFB5AF;
			font-weight:bold;
		}
		
#legend {
font: 9pt "Verdana", "Arial", "Helvetica", sans-serif;
color: #000000;
text-align: center;
}


/*** Content ***/

#content {width: 535px; 
float: right; 
padding-bottom:10px; 
padding-right: 20px;
line-height: 1.5em;
color: #000000;
}

#content h2 {
	margin-bottom:0px;
	margin-top: 3px;
	padding-left: 15px;
	font-size: 15pt;
	line-height: 1.7em;
	font-weight: bold;
	color: #EF0101;
	background: url(images/ibu_hrbg.jpg) no-repeat left center;}

#content h3 {
	font-size: 12pt;
	color: #EF0101;
	margin-bottom: 10px;
	text-decoration: underline;

}

.search {
padding: 5px;
border: solid #000 1px;
margin: 10px;
}

h4 {
	font-size: 10pt;
	color: #EF0101;
	margin-bottom: 7px;
	font-style: italic;
}

A:link
{ text-decoration: none; color:#EF0101; cursor:pointer;text-decoration: underline;}
A:visited
{ text-decoration: none;color:#EF0101; cursor:default;text-decoration: underline;}
A:hover
{cursor:pointer; color:#ff5400;}
A:active
{color:#ff5400;}

ul, ol {padding-left: 50px}

img.logo {
padding-left: 10px;
padding-right: 10px;}

img.photo {
padding: 5px;
border: 1px solid #13AF06;
margin-left: 10px;
margin-right: 10px;
margin-top: 3px;
margin-bottom: 3px;}

table.textbooks {
}

table.textbooks td {
padding: 5px;
border: solid #000 1px;
line-height: 1em;
}

input, select {
border: solid #000 1px;
}

select.textbook_search {
width: 100px;
}

.textareaA {
border: solid #000 1px;

}
/*** Footer **/

#footer {background: url(images/ibu_footer.jpg) no-repeat; 
height: 31px;
clear: both;
}

#footer_text {text-align: center;}


