/*
Learning Object Creator (LOC)
Copyright: University of Southampton
Updated: 12 May 2008 gsg
*/

* {
	padding: 0;
	margin: 0;
	}

/* ---( font parameters )------------------------------- */

body {
	font-size: small;
	color: #5d5e5d;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	font-size: small; /* for other IE versions */
}

body, p, ul {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-family: arial, helvetica, sans-serif;
}

/* headings */

h1 {
	font-size: 190%;
	font-weight: normal;
	margin: 5px 0px 20px 0px;
	color: #484848;
	border-bottom: 5px solid #737373;
}

h2 {
	font-size: 155%;
	font-weight: normal;
	margin: 12px 0px 20px 0px;
	color: #484848;
}

h3 {
	font-size: 120%;
	font-weight: 800;
	font-variant: small-caps;
	margin: 15px 0px ;
	color: #484848;
	letter-spacing: 0.1em;
}

#refbox h3 {
	font-size: 155%;
	font-weight: normal;
	font-variant: normal;
	margin: 12px 0px 20px 0px;
	color: #484848;
}

/* links */

a:link {
	color: #5d5e5d;
	text-decoration: underline;
}

a:active {
	color: #5d5e5d;
	text-decoration: underline;
}

a:visited {
	color: #5d5e5d;
	text-decoration: underline;
}

a:hover {
	color: #5d5e5d;
    text-decoration: underline;
}

/* layout elements */

body {
background: url('s3_bg_body.png') #fff repeat-x;
}

#outer {
    min-width: 500px;
	border: 15px solid #5d5e5d;
	margin: 20px;
	padding: 20px; 
	position: relative;
	background-color: #fff;
}

.imagebox {
	float: left;
	margin: 0 25px 30px 0;
	background: #fff;
	border: 7px solid #737373;
	padding: 7px;
	position: relative;
}

.imagebox img {
	padding-bottom: 3px;
	border-bottom: 2px solid #737373;
}

.imagebox p {
	font-size:90%;
	padding: 0;
	margin: 5px;
	text-align: center;
}

/*activity boxes */

.activities, .reviewbox {
	clear:both;
	background: url('s3_act_bg.jpg') transparent repeat-x;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
/*	min-height: 181px;*/
	/*display: inline-block; /*to fix stupid ie problems */
}

.activities h2, .reviewbox h2 {
	background-color: #fff;
	margin: 0;
	padding: 10px;
}
.activities p {
	padding: 0px 10px 20px 10px;
	background-color: #fff;	
}
.activities p.task_intro {
	margin-top: 1em;
}
.activities label {
	padding: 0 1em 0 2em;
}
.activities input {
	margin-right: 0.5em;
}
.activities input.cloze, .activities input.yesno {
	margin: 0 0.5em 0 0.5em;
	padding: 0;
}
.activities option {
	padding-right: 0.5em;
}
.activities h3 {
	background-color: #fff;
	display: inline-block;	
}

.instruction {
	padding: 0 20px;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	background: url('s3_instr_bg.gif') transparent repeat-x;
	border-bottom: 10px solid #fff;
}

.instruction h2 {
	background-color: transparent;
	margin: 0;
	padding: 10px 0;
	font-size: 140%;
}
.instruction p {
	background-color: transparent;
	margin: 0;
	padding: 0 0 10px 0;
}

/* pop ups */

.feedback, .hidefeedback, .help, .hidehelp, .review, .hidereview { 
	cursor: pointer; 
	cursor: hand;
	border: none;
	color: #484848;
	font-size: 120%;
	font-variant: small-caps;
	font-weight: 800;
	letter-spacing: 0.1em;
	font-family: arial,helvetica,sans-serif;
}

.help, .hidehelp, .feedback, .hidefeedback {
	padding: 15px 10px 15px 35px;
	*padding: 15px 10px 15px 0px;
	margin: -15px 0 0 10px;
}

.help, .hidehelp {
	background: url(s3_ico_help.gif) no-repeat left center;
	*padding: 15px 10px 15px 10px;
}
.feedback, .hidefeedback {
	background: url(s3_ico_feedback.gif) no-repeat left center;
}

.helpanswer, .feedbackanswer, .summaryanswer {
	margin: 0px 20px 20px 20px;
	padding: 10px 0px;
	border-top: 2px solid #737373;
	border-bottom: 2px solid #737373;	
	background-color: #fff;
}
.helpanswer p, .feedbackanswer p, .summaryanswer p {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

/* review box */

.reviewbox button {
	background-color: #fff;
	display: inline-block;
	width: 100%;
	text-align: left; 
}
.reviewbox p {
	border-top: 2px solid #737373;
	border-bottom: 2px solid #737373;	
	padding: 10px;
	background-color: #fff;	
}
.review { 
	padding: 15px 10px 80px 45px; 
}
.hidereview { 
	padding: 15px 10px 15px 45px; 
}
.review, .hidereview {
	background: url(s3_ico_review.gif) no-repeat 10px 12px;
	margin: -10px 0 0 0px;
}

.reviewanswer {
	padding: 0px 20px 20px 20px;
	margin: 0px;
	background-color: #fff;
/*	min-height: 105px;*/
}

/*references and copyright */

#refbox {
	margin-top: 20px;
	border-top: 5px solid #737373;
}
#refbox h3 {
	font-size: 140%;
}
#refbox p {
	margin-left: 20px;
}
#copyrightnotice {
	border-top: 5px solid #737373;
	padding-top: 5px;
}
