/* 
Stylesheet for lucentcanvas.com art pages

*Site: lucentcanvas.com
Author: Rebecca Ivic
Last Updated: November 8, 2008
Contact: rivic@purdue.edu; becky@lucentcanvas.com                                   
 */

/* .................................Layout Elements */

body {
	margin: 0;
	padding: 0;
	font: 14px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url(ap_page.jpg);
	background-color: #16131a;
}
	
html>body #content {
	width: 600px; /* ie5win fudge ends */
	}

/* ................................."Picture" */

.picture {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

.picture p {
	text-align: left;
	font: 28px Myriad, "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 2px;
	color: #e4e4e4;
}

.picture b {
	color: #fff;
}

.hr {
	background-image: url(hr.jpg);
	width: 242px;
	height: 3px;
	margin-bottom: -21px;
}

.date {
	margin-top: 25px;
	margin-bottom: 25px;
	color: #707070;
	font: 12px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: .5em;
}

/* .................................Content div */

.content {
	width: 800px;
	padding-bottom: 55px;
}

.content p {
	font-size: 12px;
	color: #808080;
}

.content b {
	font-size: 14px;
}

/* .................................Footer */

#footer {
	background-color: #000;
	width: 100%;
	height: 75px;
	border-top: 1px solid #2a2a2a;
}

#footer ul, li {
	display: inline;
	float: left;
}

#footer ul {
}

#footer li {
	margin-right: 15px;
	font-size: 12px;
	letter-spacing: .2em;
}

#footer a {
	color: #343434;
}

#footer a:visited {
	color: #343434;
}

#footer a:hover {
	color: #3a3e4c;
}

#footer a:active {
	color: #3a3e4c;
}

/* .................................Typography */

a {
	text-decoration: none;
	color: #1cafdb;
}

a:visited {
	text-decoration: none;
	color: #1cafdb;
}

a:hover {
	color: #b51c6f;
}

a:active {
	color: #b51c6f;
}.................................Typography
