/*	GRA 424, Advanced Media at Arizona State University
	Main Cascading Style Sheet
	Prepared by Tanner Woodford (www.tannerwoodford.com)
	Copyright 2010

	Main page styles
*/
html, body { 
	background-color:#FBFBFB; 
	color:#000000;
	font-family:Georgia, Times, 'Times New Roman', Serif;
	margin:10px 40px;
	width:700px;
}

/*	Link styles
*/
a, a:link, a:hover, a:visited {
	color:#232323;
	text-decoration:none;
	border-bottom:0;
}
a:hover {
	border-bottom:1px solid #000000;
}
p a, p a:link, p a:hover, p a:visited {
	color:#000;
	border-bottom:1px solid #000000;
}
.asu a, .asu a:link, .asu a:hover, .asu a:visited {
	border-bottom:0px solid transparent;
}
p a:hover {
	border-bottom:0;
}


/*	Unordered list
	Main content area
*/
ul, li {
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
	color:#232323;
}
ul {
	margin-bottom:40px;
}
li {
	font-size:2.5em;
}
.bordertop {
	border-top:1px solid #ccc;
	margin-top:25px;
}
.bordertop a {
	width:100%;
	display:block;
	margin:0;
	padding:0;
	border:0px solid transparent;
}
.bordertop:hover, .bordertop.active {
	background: transparent url(arrow.png) top right no-repeat;
}
.bordertop.active:hover {
	background: transparent url(arrowup.png) top right no-repeat;
}
.title {
	font-size:0.75em;
	line-height:1.3em;
	margin:0 0 35px 1px;
}
.asu {
	margin:100px 0 20px 0;
}
.content {
	margin:12px 0 40px 2px;
}
h1 {
	font-size:.5em;
	font-weight:normal;
	line-height:1.5em;
	margin:0;
	padding:0;
}
h2 {
	font-size:.4em;
	font-weight:normal;
	line-height:1.5em;
	margin:15px 0 0 0;
	padding:0;
}
p {
	font-size:.3em;
	line-height:1.45em;
	margin:0;
	padding:0;
	color:#000;
}

/*	Columns
*/
.left, .middle, .right, .projects, .large-column {
	float:left;
	width:250px;
	border-top:1px solid #CCC;
	margin:10px 0 0 0;
	padding:2px 0 0 0;
}
.projects {
	width:50px;
}
.left {
	width:50px;
	clear:left;
}
.large-column {
	width:500px;
}
.clear {
	clear:both;
}
