/*
	Brian O Regan
	CS1109
	Worm Grunter Website
	Stylesheet
	October 2010
	  
*/

html, body 

{

	margin: 0;

	padding: 0;

	font-family: Arial, "Lucida Grande", Lucida,  Verdana, Helvetica, sans-serif;
	
	background-image: url('../images/background.png');
	background-repeat: repeat;
}



* { padding: 0; margin: 0; }

a:link
{
	color: #B40316;
	text-decoration: none;
}

a:hover
{
	color: #FFF000;
}

a:visited
{
	color: red;
}

body 
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 85%;
 background: #FFFFFF;
}

#wrapper 
{ 
 margin-left: auto;
 margin-right: auto;
 width: 937px;
}

#quicklinks a
{
	margin-left: 10px;
	font-size: 16px;
	color: #FFFFFF;
}

#quicklinks
{
	margin-left: 10px;
	font-size: 16px;
	color: #FFFFFF;
}

#quicklinks a:hover
{
	margin-left: 10px;
	font-size: 16px;
	color: #B40316;
}

#header_logo
{
	position: absolute;
	top: 40px;
	left: 10px;
}

#logo
{
	color: #333;
	width: 937px;
	float: left;
	padding: 0px;
	border: none;
	height: 200px;
	margin-top: 50px;
	background-image: url('../images/header.png');
	position: relative
}

#search_box
{
	position: absolute;
	top: 160px;
	left: 10px;
}

#left
{ 
	color: #333;
	border-top: 1px solid #9E8A7C;
	background-image: url('../images/left.png');
	margin-right: 5px;
	width: 220px;
	float: left;
	padding: 0px;
	height: 400px;
	position: relative
}

#share
{
	position: absolute;
	top: 167px;
	left: 230px;
}

#index_main
{
	height: 600px;
	width: 937px;
	background-image: url('../images/index_background.png');
	margin: auto;
	position: relative
}

#index_top
{
	height: 50px;
}

#index_main_end
{
	position: absolute;
	top: 520px;
	left: 430px;
	text-align: center;
}

#index_main_top
{
	position: absolute;
	left: 390px;
}

#index_main_middle
{
	position: absolute;
	top: 130px;
	left: 10px;
}

#index_main_middle1
{
	position: absolute;
	top: 130px;
	left: 10px;
	width: 900px;
	height: 360px;
	overflow: scroll;
}

#index_main_middle2
{
	position: absolute;
	top: 130px;
	left: 10px;
	width: 900px;
}

#index_main_middle3
{
	position: absolute;
	top: 130px;
	left: 10px;
	width: 900px;
	height: 250px;
}

#quote1
{
	position: absolute;
	top: 213px;
	left: 55px;
	width: 200px;
	float: left;
	text-align: left;
	color: #B40316;
}

#quote2
{
	position: absolute;
	top: 213px;
	left: 710px;
	width: 200px;
	float: right;
	text-align: left;
	color: #B40316;
}

#index_slideshow
{
	position: absolute;
	top: 160px;
	left: 280px;
}

#main 
{ 
	color: #333;
	border: none;
	background-image: url('../images/background.png');
	margin-top: 10px;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 707px;
	float: right;
}

/* Menu */

#menu
{
	position: absolute;
	top: 60px;
	left: 372px;
}

#menu ul
{
	list-style-type: none;
	padding: 0em 0;
	margin: 0;
	text-align: center;
	height: 2em;
}

#menu li
{
	display: inline-block;
	line-height: 2em;
	float: left; 
	width: 78px;
	margin-right: 1px;
}

#menu li a
{
	display: block;
	height: 2em;
	font-size: 1em;
	text-decoration: none;
	border: 1px solid #B40316;
	border-bottom: none;
}

#menu li a:link
{
	background-color: #B40316;
	color: #FFFFFF;
	-moz-border-radius: 1em 1em 0 0; /* CSS3 firefox specific*/
	border-radius: 1em 1em 0 0; /* CSS3 */
}

#menu li a:visited
{
	background-color: #B40316;
	color: #FFFFFF;
	-moz-border-radius: 1em 1em 0 0; /* CSS3 firefox specific*/
	border-radius: 1em 1em 0 0; /* CSS3 */
}

#menu li a:hover
{
	background-color: #FFFFFF;
	color: #B40316;
	-moz-border-radius: 1em 1em 0 0; /* CSS3 firefox specific*/
	border-radius: 1em 1em 0 0; /* CSS3 */
}

#menu li a:active
{
	background-color: #FFFFFF;
	color: #990099;
}


/* Menu End */

/* Time Start */
#time
{
	color: #FFFFFF;
	font-size: 16px;
}
/* Time End */


/* Calendar Start */

.main 
{
	width:196px;
	border:1px solid #B40316;
}

.month
{
	background-color: #B40316;
	font: bold 12px verdana;
	color: white;
}

.daysofweek 
{
	background-color: gray;
	font: bold 12px verdana;
	color: white;
}

.days 
{
	font-size: 12px;
	font-family: verdana;
	color: #B40316;
	background-color: #FFFFFF;
	padding: 2px;
}

.days #today
{
	font-weight: bold;
	color: #000000;
	background-color: #e3d20c;
}

/* Calendar End */

/* Browser Start */

#tablist
{
	padding: 3px;
	margin-left: 30px;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Verdana;
}

#tablist li
{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a
{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #B40316;
	border-bottom: none;
	background: white;
}

#tablist li a:link, #tablist li a:visited
{
	color: #B40316;
}

#tablist li a:hover
{
	color: #B40316;
	background: #FFFFFF;
	border-color: #B40316;
}

#tablist li a.current
{
	background: #9E8A7C;
	color: #FFFFFF;
}
/* Browser End */

#cs
{
	margin-left: 10px;
}

#left
{
	text-align: center;
}

/*********************************************************** Study Toggle Start ***********************************************************/

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}

/*********************************************************** Study Toggle End ***********************************************************/



/* Timetable Start */
#timetable1
{
	position: relative;
}

table#timetable
{
	position: absolute;
	top: 12px;
	left: 0px;
    background-color:#FFFFFF;
    border: 3px solid #B40316;
    width: 100%;
}

table#timetable td 
{
    padding: 5px;
    border: 1px solid #B40316;
}

.important
{
	color: #B40316;
	background-color: #FFFF00;
}

.note
{
	color: #000000;
	background-color: #F3E2A9;
}

.data 
{
    color: #B40316;
    text-align: center;
    background-color: #FFFFFF;
}

.toprow 
{
    font-style: italic;
    text-align: center;
	color: #FFFFFF;
	background-color: #B40316;
}

.toprow td
{
    font-style: italic;
    text-align: center;
	width: 15%;
}

.leftcol {
    font-weight: bold;
    text-align: center;
    width: 25%;
    background-color: #B40316;
	color: #FFFFFF;
}
/* Timetable End */

/* Ebooks Table Start */

table#ebooks
{
    background-color:#FFFFFF;
    border: 3px solid #B40316;
    width: 100%;
}

table#ebooks td 
{
    padding: 5px;
    border: 1px solid #B40316;
}

.data 
{
    color: #B40316;
    text-align: center;
    background-color: #FFFFFF;
}

.toprow 
{
    font-style: italic;
    text-align: center;
	color: #FFFFFF;
	background-color: #B40316;
}

.toprow td
{
    font-style: italic;
    text-align: center;
	width: 15%;
}

.leftcol {
    font-weight: bold;
    text-align: center;
    width: 25%;
    background-color: #B40316;
	color: #FFFFFF;
}
/* Ebooks Table End */

.book_list
{
	text-align: center;
	margin: 5px;
	padding: 5px;
	border: 1px solid #B40316;
}

.book_list_left
{
	text-align: center;
	width: 200px;
	border: none;
}

.book_list_right
{
	text-align: center;
	width: 200px;
	border: none;
}

.book_list_center
{
	text-align: center;
	width: 300px;
	border: none;
}

/* Slider Scrollbox Start */
#slider_scrollbox, #slider_scrollbox1, #slider_scrollbox2, #slider_scrollbox3, #slider_scrollbox4, #slider_scrollbox5, #slider_scrollbox6, #slider_scrollbox7, #slider_scrollbox8, #slider_scrollbox9
{
	width: 100%;
	height: 260px;
	overflow: scroll;
}
/* Slider Scrollbox End */

#scrollbox10
{
	width: 800px;
	height: 400px;
	overflow: scroll;
}

#scrollbox11
{
	width: 100%;
	height: 350px;
	overflow: scroll;
}

/* QUANDA */

#qanda_table
{
	border: 1px solid #FFFFFF;
	width: 840px;
}


.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
	background-color: #B40316;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	padding: 3px;
	color: #FFFFFF;
}

div.eg-bar{
	width: 840px;
}

.icongroup1{
	width: 840px;
}

.icongroup2{
	width: 840px;
	background-color: #FFFFFF;
	padding: 20px;
}

#qanda_table ul
{
	list-style-type: circle;
	margin: 20px;
}

#index_main_middle1 h1
{
	color: #FFFFFF;
}

.clear 
{ 
	clear: both; 
}