/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
} 

body, html {
	min-height:101%;
}
	
body {	
	color:#2a2a2a;
	background: #FFF url(/images/assets/bg.jpg) repeat-x;
	padding-bottom:36px;
}

body, select, textarea, input {	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

p {	
	margin: 15px 0;
	line-height:165%;
}
		
a, a:visited {	
	color:#530b0b;
}

a:hover, a:active, a.current {	
	color:#8e2d2d;
	text-decoration:underline
}

a img {
	border:none;
}

*:focus { 
	outline: none;
}

ol {
	margin: 15px;
}

ol ol {
	margin: 5px;
}

ol li {
	margin-left:25px;
}

/*
table {
	border-collapse:collapse;
	margin:5px 0;
	font-size: .95em;
}

table table {
	font-size: 1em;
}

td, th {
	border-bottom:1px solid #bbbd9e;
	padding:3px 6px;
	vertical-align: top;
}

th {
	font-weight:bold;
	text-align:left;
	background: #698bb2;
	color: #fff;
	width:142px;
}
	
td {
	background: #deeeff;
}
*/
	
		
	

/* ---------- @ Page Structure -----------*/


#wrapper {
	background: url(/images/assets/bg_wrapper.png) no-repeat;
	margin: 0 auto;
	font-size: 0.8em;
	width: 884px;
	padding:22px 58px;
}

#main {
	overflow:hidden
}

#masthead {
	background: url(/images/assets/bg_masthead.jpg);
	height: 146px;
	overflow:hidden
}

#tagline {
	background:url(/images/assets/books.jpg) no-repeat 44px 0;
	height:258px;
	padding:63px 0 0 340px;
}

#content {
	width:620px;
	float:right;
	overflow: hidden;
}

#main .wide {
	width:100%;
}

	
#sidebar {
	width:202px;
	float:left;
	overflow: hidden;
	margin-top:40px;
}

.left {	
	float:left;
}

.right {	
	float:right;
}

img.left,
img.right {
	padding:1px;
	border:1px solid #8c8c8c;
	background:#fff;
}

img.left {
	margin:5px 20px 15px 0;
}

img.right {
	margin:5px 0 15px 20px;
}

	
		
/* ---------- @ Headings -----------*/

		   
h1 a {
	float: left;
	width: 304px;
	height: 85px;
	background: url(/images/assets/logo.png) no-repeat;
	text-indent:-9000px;
	display:block;
}

h2 {	
	font: normal 2.5em Georgia, "Times New Roman", Times, serif;
	margin:20px 0 ;
}

h2 span {
	font-size:0.9em;
	font-style:italic
}

h3 {	
	font:1.6em Georgia, "Times New Roman", Times, serif
}

h3.callout {
	clear:both;
	margin:0 0 20px;
	font-size:1.8em;
}

h3.callout span {
	display:inline;
	padding-right:64px;
	background:url(/images/assets/fleuron_right.png) no-repeat top right;
}

h4 {	
	font-size: 1em;
}

h4 a, h4 a:visited {
	text-decoration:none;
	display:block;
	margin-bottom:-15px;
}

#sidebar h4 {
	padding-bottom:4px;
}

h5 {	
	font-size: .9em;
}

.panel h5 {
	overflow:hidden;
}

.panel h5 a, .panel h5 a:visited {
	float:left;
	color:#445873;
	cursor:pointer;
	padding-left:14px;
}

.panel h5 a:hover {
	color:#445873;
}

.panel h5 a.off {
	background:url(/images/assets/toggle_arrow_right.gif) no-repeat left 4px;
}

.panel h5 a.on {
	background:url(/images/assets/toggle_arrow_down.gif) no-repeat left 4px;
}

.panel a.show,
.panel a.toggle {
	clear:both;
	color:#445873;
	cursor:pointer;
	float:right;
	font-size:.9em;
	font-weight:bold;
	margin:-17px 17px 20px 0;
	text-decoration:none;
}

.panel a.show:hover,
.panel a.toggle:hover {
	text-decoration:underline;
}


/* ---------- @ Content Styles -----------*/

/* Homepage */

#home #tagline h2 a {
	text-indent:-999em;
	background:url(/images/assets/tagline.png);
	height:138px;
	width:516px;
	display:block
}

#home #intro {
	overflow:hidden
}

#recent-topics li {
	list-style:none;
	padding:20px 0;
	background:url(/images/assets/dots.png) repeat-x left top;
}

#recent-topics li.first {
	background:none;
}

#recent-topics li p {
	margin:15px 0 0;
}

#recent-topics a {
	display:block;
}

#home .module {
	width:241px;
	float:left;
	background:url(/images/assets/fleuron_left.png) no-repeat;
	padding-left:50px;
}

.metadata {
	font-size:0.8em;
}

/* Interior */

.intro,
.page-content,
.exercise-intro {
	overflow:hidden;
	padding-bottom:30px;
}

.exercise-intro img {
	margin-top:20px;
}

#mover {
	display:none
}

.panel {
	clear:both;
	padding:30px 0 30px 15px;
	border-top:1px solid #acacac;
}

.panel .row {
	overflow:hidden;
	clear:both;
}

.panel .category {
	float:left;
	clear:right;
	width:30%;
	margin:0 3% 20px 0;
}

.panel .category p {
	margin:0 0 0 14px;
}

.panel .category .items {
	color:#dcdcdc;
	list-style:square outside;
	margin: 0 0 0 35px;
	padding:6px 0;
} 

.panel .category .items li {
	margin:7px 0;
}

.exercise {
	margin-top:-30px;
}

.exercise table td font {
	color:#2a2a2a;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:13px!important;
	line-height:1.4em;
}

.mov {
	float:left;
	overflow:hidden;
	width:350px;
	height:255px;
	margin:0 15px 20px 0;
	clear:left;
}

.youtube {
	float:left;
	margin:0 15px 20px 0;
	clear:left;
}

.audio {
	float:left;
	margin:10px 15px 20px 0;
	clear:left;
}


/* ---------- @ Forms -----------*/

#freeform {
	width:500px;
	margin-top:30px;
}

#freeform ul {
	margin:20px 0;
}

#freeform ul li {
	list-style:none;
	margin:15px 0;
}

#freeform li label {
	float:left;
	width:80px;
	padding-top:3px;
}

#freeform li input {
	width:200px;
}

#freeform textarea {
	width:400px;
	height:200px;
}

#freeform textarea, #freeform li input {
	padding:2px;
	border-color:#424041 #d6d6d6 #d6d6d6 #424041;
	border-style:solid;
	border-width:1px;
}

#freeform li input#file1 {
	border:none;
}

#freeform #submit {
	margin-left:80px;
	padding:7px 10px;
	color:#fff;
	background:#6881a3;
	border:none;
	cursor:pointer;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

#freeform #submit:hover {
	background:#90a4c0;
}

/* ---------- @ Footer -----------*/

#footer {
	padding: 25px 4px 0 0;
	color:#6c6c6c;
	background:url(/images/assets/dots.png) repeat-x;
	margin-top:30px;
	overflow:hidden;
	}

#footer p {
	margin:0;
}

#footer a:link,
#footer a:visited {
	color:#6c6c6c;
}

#footer a:hover {
	text-decoration:none;
}

#copyright {
	width:530px;
	float:left;
}

#home #copyright {
	padding-left:50px;
}

#credits {
	width:220px;
	float:right;
	overflow:hidden;
}

a#uva {
	width:125px;
	height:32px;
	background:url(/images/assets/logo_uva.png);
	display:block;
	text-indent:-999em;
	float:left
}

a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:left;
	background:url(/images/assets/logo_cat4.png) no-repeat;
	text-indent:-9000px;
	margin-left:20px;
	}
