/*----------------------------------------------------------------------

The Lipsum Press

By: Andrew Philpott

Author:			Andrew Philpott
Date Created:	02/16/2010
Last Modified:	02/16/2010

Copyright 2009, All Rights Reserved.

----------------------------------------------------------------------*/

@import 'reset.css';


@font-face {
	font-family: 'Goudy';
	src: url(../fonts/goudy.otf) format('opentype');
}


body {
	//background: url(../images/bg-grid.png) repeat-y center top;
	background: url(../images/bg-body.png);
	color: rgba(68, 68, 68, 0.9);
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 62.5%;
}

header,
footer,
section,
article {
	display: block;
}

strong {
	font-weight: bold;
}


/* WRAPPER
---------------------------------------------*/

#wrapper {
	margin: 2em auto 0;
	width: 1080px;
}


/* HEADER
---------------------------------------------*/

#wrapper > header h1 {
	font-family: 'Goudy';
	font-size: 6em;
	line-height: 1.5em;
	text-align: center;
}

header ol {
	border: 1px solid #444;
	border-width: 1px 0;
	float: left;
}
header li {
	display: block;
	float: left;
	font-size: 1.3em;
	line-height: 2em;
	margin: 0 15px;
	width: 330px;
}
header ol > li:nth-child(2) {
	text-align: center;
}
header ol > li:nth-child(3) {
	text-align: right;
}


/* CONTENT
---------------------------------------------*/

#content {
	clear: left;
}

article {
	float: left;
	margin: 1.5em 15px;
}

article div:first-letter {
	color: rgba(80, 80, 80, 0.9);
	display: block;
	float: left;
	font-size: 3em;
	margin: 10px 5px 0 0;
}

article p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: justify;
}

article a {
	color: rgba(68, 68, 68, 0.9);
	text-decoration: none;
	padding: 1px;
}
article a:hover {
	background: rgba(153, 0, 0, 0.5);
	border: 1px solid rgba(68, 68, 68, 0.5);
	border-width: 0 0 1px;
	color: #e6e4e0;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: rgba(80, 80, 80, 0.9);
	font-family: 'Goudy';
	line-height: 1.5em;
}

#content h1 {
	font-size: 4.8em;
}

#content h2 {
	font-size: 3em;
}

#content h3 {
	font-size: 2.4em;
}


/* PRIMARY
---------------------------------------------*/

#primary {
	float: left;
	width: 810px;
}

#primary > article:nth-child(1) {
	border-bottom: 1px solid rgba(68, 68, 68, 0.2);
}
#primary article div {
	-webkit-column-width: 240px;
	-webkit-column-gap: 30px;
	-moz-column-width: 240px;
	-moz-column-gap: 30px;
}

#primary > article:nth-child(2) {
	width: 510px;
}

#primary article img {
	background: #555;
	height: 200px;
	margin-bottom: 1.5em;
	width: 100%;
}
#primary > article:nth-child(1) img {
	height: 400px;
}

#primary > article:nth-child(3) {
	border-left: 1px solid rgba(68, 68, 68, 0.2);
	margin: 1.5em 15px 1.5em 0;
	padding-left: 14px;
	width: 240px;
}


/* SECONDARY
---------------------------------------------*/

#secondary {
	border-left: 1px solid rgba(68, 68, 68, 0.2);
	float: left;
	margin-top: 15px;
	width: 269px;
}

#secondary article {
	border-bottom: 1px solid rgba(68, 68, 68, 0.2);
	width: 240px;
}

#secondary > article:nth-child(1) {
	margin-top: 0;
}

#secondary > article:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}