/* CSS Document */

html {margin: 0; padding: 0;}
body {
	font: 76% Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #6c6c6c;
}

a {
	text-decoration: none;
}

address {
	font-style: normal;
}

img {
	border: 0;
}

span {
	font-weight: bold;
	color: #000;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.copy {font-size: 0.7em;}

/*WRAPPER
------------------------------------------------------------*/
#wrapper {
	width: 980px;
	margin: 0 auto;
}

/*AET (authors, events, tickets)
------------------------------------------------------------*/
#aet {
	float: left;
	background: url(../images/red-square.jpg) no-repeat;
	width: 150px;
	height: 131px;
	text-align: center;
	font-size: 1.4em;
}

#aet a {
	color: #fff;
	letter-spacing: 0.1em;
}

#aet a:hover {
	color: #6c6c6c;
	letter-spacing: 0.1em;
}

#aet li {
	line-height: 1.7em;
}

#aet ul {
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
}


/*LOGO
------------------------------------------------------------*/
#logo {
	float: right;
	width: 830px;
	height: 131px;
}


/*BANNER
------------------------------------------------------------*/
#banner {
	float: right;
	width: 811px;
	height: 307px;
}


/*NAV
------------------------------------------------------------*/
#nav {
	float: left;
	background: url(../images/ripped-paper-home.jpg) no-repeat;
	width: 169px;
	height: 359px;
	color: #6c6c6c;
	text-align: center;
	font-size: 1.2em;
}

#nav a {
	color: #6c6c6c;
	letter-spacing: 0.1em;
}

#nav a:hover {
	color: #790000;
}

#nav li {
	line-height: 1.5em;
}

#nav ul {
	padding: 30px 0 0 0;
	margin: 0 0 0 -20px;
}

#nav ul.first {
	padding: 0 0 0 0;
	margin: 60px 0 0 -20px;
}



/*PHOTOS
------------------------------------------------------------*/
#photos {
	float: left;
	width: 169px;
	color: #6c6c6c;
	text-align: center;
	font-size: 1.2em;
	margin: 70px 0 20px 0;
}

#photos p.caption {
	font-size: 0.8em;
}


/*SIDEBAR
------------------------------------------------------------*/
#sidebar {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 169px;
	line-height: 1.7em;
}

#sidebar a {
	color: #790000;
	font-weight: normal;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h2 {
	text-align: center;
	font-size: 1.4em;
	padding: 20px 0 0 0;
}

#sidebar img.aotw {
	margin: 27px 0 0 22px;
}

#sidebar p {
	text-align: center;
}

#sidebar p.author-name {
	text-align: center;
	font-weight: bold;
	color: #000;
}

#sidebar ul {
	padding: 20px 0 0 27px;
}

/*INNER WRAP
------------------------------------------------------------*/
#innerwrap {
	float: right;
	clear: none;
	width: 811px;
	padding: 20px 0 0 0;
	margin: 0 0 30px 0;
}

/*CONTENT
------------------------------------------------------------*/
#content {
	float: left;
	width: 505px;
	color: #333;
	line-height: 1.5em;
	font-size: 1.3em; /*1.5 too big*/
	margin: 0 0 20px 0;
}

#content a {
	color: #790000;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#content div.video {
	margin-left: 32px;
}

#flashcontent {
	margin: 5px 0 0 32px;
	height: 650px;
}

#content h1 {
	display: block;
	width: 524px;
	height: 47px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: url(../images/title-welcome.gif);
	text-indent: -9000px;
}

#content h2 {
	margin: 40px 0 0 32px;
	font-size: 1.1em;
	color: #707070;
}

#content p {
	margin: 20px 0 0 30px;
}

#content p.first {
	margin: 0 0 0 30px;
}

#content p.small {
	font-size: 0.8em;
}

#content span.book-title {
	font-weight: normal;
	font-style: italic;
}

#content ul {
	margin: 0 0 0 30px;
}

#content ul.home-page {
	margin: 20px 0 0 30px;
	list-style-type: disc;
	list-style-position: outside;
}

/*SPONSORS
------------------------------------------------------------*/
#sponsors {
	float: right;
	width: 257px;
	padding: 39px 0 0 0;
}

#sponsors a {
	color: #780000;
	font-weight: normal;
}

#sponsors h2 {
	clear: both;
	text-align: center;
	width: 150px;
	float: right;
	margin: 0 10px 10px 0;
	color: #780000;
}

#sponsors h3 {
	clear: both;
	text-align: center;
	width: 200px;
	float: right;
	margin: 0 0px 10px 0;
	color: #707070;
}

#sponsors img.news-top {
	margin: 0px;
	margin: 0 10px 5px 0;
	float: right;
}

#sponsors img.news-bot {
	margin: 0px;
	margin: 0 10px 30px 0;
	float: right;
}

#sponsors object {
	margin-left: 50px;
}

#sponsors p, #sponsors p.contest {
	float: right;
	width: 175px;
	margin: 0 10px 20px 0;
	text-align: center;
}

#sponsors p.contest {
	width: 150px;
	margin-bottom: 70px;
}


#sponsors span.book-title {
	font-style: italic;
	font-weight: normal;
}

/*FOOTER
------------------------------------------------------------*/
#footer {
	clear: both;
	width: 980px;
	color: #6c6c6c;
	text-align: center;
	margin: 0 0 50px 0;
	border-top: 1px solid #c2c2c2;
}

#footer a {
	color: #6c6c6c;
}

#footer a:hover {
	color: #790000;
}

#footer img.social {
	margin: 0 0 20px 0;
}

#footer li {
	display: inline;
}

#footer ul {
	margin: 20px 0 30px 0;
}