/* 	Cascading Style Sheet for the Objects and Memory website
	http://www.objectsandmemory.org
	Created: September 8, 2008
	Author: Mead Dixon http://www.meaddixon.com
*/

/*	Styles for index.html */

#container
{
	background-image: url(img/twisted1028x750.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	margin: 40px 0 0 0;
	height: 750px;
}

#head
{
	width: 1024px;
	height: 150px;
	margin: 0 0 0 0;
}

#head img.title
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#head h3
{
	margin-top: 20px;
}

div.fullwidth
{
	width: 1024px;
	display: block;
	margin: 0 0 0 0;
}

#news
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	
}

.newsline
{
	margin-right: auto;
	margin-left: auto;
	width: 477px;
	display: block;
	border: none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#reviews
{
	width: 430px;
	height: 459px;
	margin: 30px 20px 0 51px;
	/*background-image: url(img/gray430x459trans.png);
	background-repeat: no-repeat;*/
	/*background-image: url(img/gray1x1trans.png);
	background-repeate: repeat;*/
	background-image: url(img/gray430x1trans.png);
	background-repeat: repeat;
	float: left;
	display: inline;
}

.reviewsline
{
	width: 315px;
	border: none;
	display: block;
	margin-left: 55px;
	margin-top: 0px;
}

.reviews h2
{
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 1.5em;
	text-indent: 45px;
	margin: 20px 15px 20px 25px;
	color: #383638;
	font-weight: 100;
	width: 380px
}

.byline
{
	font-family: Garamond, Times New Roman, Times, serif;
	text-decoration: underline;
}

.reviews h2 .byline
{
	color: #dadada;
	margin: 25px 0 0 171px;
}

.reviews p
{
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 1.1em;
	text-indent: 45px;
	margin: 20px 20px 20px 20px;
	color: #383638;
	font-weight: 100;
	line-height: normal;
	width: 400px;
}

.reviews p .byline
{
	color: #dadada;
	margin: 8px 0 0 230px;
}

#maincopy
{
	width: 522px;
	height: 451px;
	margin-top: 30px;
	float: left;
}

#headerbox
{
	width: 522px;
	height: 99px;
	background-image: url(img/gray522x99trans.png);
	background-repeat:no-repeat;
	margin: 0;
}

#headerbox h1
{
	color: #E5BDA1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	font-weight: 100;
	margin: 18px 0 25px 18px;
	float: left;
}

#maincopy p
{
	width: 374px;
	font-size: 1.14em;
	
}