/* @override 
	http://localhost/ripmorganfreeman.com/css/screen.css
	http://files.ripmorganfreeman.com/css/screen.css
*/

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group HTML */

*
{
	color: #3e3e3e;
}

body
{
	background: url(../img/background.png) repeat-x;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}

h1
{
	font-size: 24px;
	line-height: 29px;
}

p
{
	font: 14px/21px Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	margin-bottom: 18px;
}

.coming-soon
{
	text-align: center;
}

/* @end */

/* @group Layout */

#outer
{
	background: url(../img/header.jpg) no-repeat center 0;
}

#pagination
{
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: .8em;
}

.post
{
	margin-top: 10px;
}

.caption
{
	text-transform: uppercase;
	font-size: .8em;
	text-align: center;
}

#container
{
	width: 500px;
	margin: 0 auto;	
	overflow: ;
}

#content
{
	width: 500px;
}

#bottom-line
{
	border-width: 0;
	height: 3px;
	background: transparent url(../img/duel-lines.png) repeat-x;
}

#top-line
{
	height: 16px;
	background: url(../img/top-lines.png) no-repeat;
}

#header
{
	height: 195px;
	text-indent: -9000px;
}

#footer
{
	display: none;
}

/* @end */
