/**************************************
 * THEME NAME: iteam
 *
 * Files included in this sheet:
 *
 *   iteam/iteam.css
 **************************************/

/***** iteam/iteam.css start *****/

/* @override 
	http://zond.stupidpupil.co.uk/moodle/theme/iteam/styles.php
*/

html,body{
	padding: 0;
	margin: 0;
	background-color: #e6e6e6;
}

div#content, div#footer{
	background-color:white;
	border: 2px solid #ccc;
}

table#layout-table{
	margin:0
}

html{
	padding-left:55px;;
	padding-right:55px;
}

a:link, a:visited{
	color: #ba0000;
	text-decoration:none;
	border-bottom:1px dotted;
}

a:hover{
}

a.skip-block{
	border:none;
}

h1,h2,h3,h4{
	font-family: Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

#left-column div.sideblock{
	margin-bottom:0;
	background-image: none;
	-moz-border-radius:0px;
}


#left-column div.content{
	background-color: #909090;
	font-variant: small-caps;
	padding:0;
}

#left-column div.content a{
	color:white;
	width:100%;
	border:none;
	padding: 2px 5px;
}

#left-column div.content a:hover{
	background-color: #ba0000;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#left-column div.content a.current{
	background-color: #c91b1b;
	font-style:italic;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#left-column div.header{
	background-color: #333;
	color:white;
}

div.navbar, div#header, div#header-home{
	background-color: #333;
	color: #fff;
	border:none;
}

div.navbar a, div#header a, div#header-home a{
	color: #ffb700;
}

div#header, div#header-home{
	padding:10px;
}

div.navbar, div#header-home{
	border-bottom: 10px solid #ba0000;
	margin-bottom: 20px;
}

hr{
	display:none;
}

input, select, submit, button{
	color: #000;
	background-color: #efefef;
}

input, submit, button{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-left:5px;
}

input.form-text, input#query, input#searchform_search{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:white;
}


div#footer{
	padding-top:10px;
	width: 100%;
	border-bottom: 10px solid #ba0000;
	font-size: 0.8em;
	margin-top:25px;
}

div#footer p.helplink{
	display: none;
}

div#scormpage div#tocbox div#toctree ul{
	padding:0;
}

div#scormobject.right{
	width:100%;
}

/*Hasty hack*/
.scoframe{
	height:100%;
	position:relative;
	width:100%;
}
/***** iteam/iteam.css end *****/

