/* 
Title:		GALILEO video tutorials styles 
Author: 	jay.forbes@usg.edu
*/

/* Structure
---------------------------------------------------------- */


body {
	font-family: "lucida grande", verdana, arial, sans-serif;
	font-size: 84%;
}
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#movie-wrapper {
	float: left;
	width: 640px;
}
#movie-wrapper p {
	margin: 0;
}
#desc {
	float: right;
	color: #111;
	width: 280px;
}
#desc h1 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1em;
	margin: .05em 0 1em 0;
}

/* Links and spacing
---------------------------------------------------------- */

a:link {
	color: #339;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: purple;
}
ul {
	list-style: square;
}
.alert {
	border: 2px solid red;
	padding: 30px;
}
input.embed {
	width: 95%;
}

/* Accordions
---------------------------------------------------------- */

h3.toggler {
	background: #eee url(../../images/tab_off.png) 0 100% repeat-x;
	cursor:pointer;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 5px;
}

h3.toggler:hover {
	background: #eee;
}

.item div {
	padding: 2px 5px 5px;
}

.item div p {
	margin-bottom: 10px;
}