/* Screen styles for the Confession nano site */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* enables you to easily size text with ems */
	font-family: Georgia, serif;
	background: url('../images/structure/background.jpg') no-repeat;
	background-position: top center;
	background-color: #000;
	color: #bc9e5b;
}

h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { /* resets most browser styles to enhance cross-browser compatibility */
	margin: 0;
	padding: 0;
}

a:link {color: #b291a4; text-decoration: underline;}
a:visited {color: #b291a4; text-decoration: underline;}
a:hover {color: #b291a4; text-decoration: none;}
a:active {color: #b291a4; text-decoration: underline;}


#container {
	width: 976px;
	margin: 0 auto;
}

h1 a {display: block; width: 388px; height: 200px; text-indent: -9000px;}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	width: 480px;
	position: absolute;
	top: 90px;
	margin: 0 0 0 450px;
	font-style: italic;
	color: #989784;
}

#center-bar {
	width: 976px;
	height: 282px;
	margin: 46px 0 10px 0;
}

#confessions {
	width: 609px;
	height: 282px;
	margin: 46px 0 0 0;
}

#confessions .single-confession {
	padding: 15px 0 0 0;
}

#confessions .single-confession p {
	color: #dcb86a;
	font-size: 3.6em;
	font-style: italic;
	padding: 0 0 10px 0;
}

#confessions .single-confession h5 {
	font-weight: 300;
	font-size: 2.6em;
	font-style: italic;
	color: #cd6224;
}

#your-confession {
	width: 330px;
	position: absolute;
	top: 246px;
	margin: 0 0 0 637px;
	padding: 30px 0 0 0;
}

#your-confession h4 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #4c483a;
	padding: 0 0 6px 0;
}

#your-confession #counter {
	color: #6b6652;
}

#your-confession label {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #4c483a;
}

#your-confession textarea {
	width: 294px;
	height: 94px;
	border: 1px solid #0e1a17;
	background-color: #253f38;
	padding: 3px;
	font-family: Georgia, serif;
	display: block;
	margin: 0 0 10px 0;
	color: #080f0d;
	font-size: 1.5em;
}

#your-confession select {
	border: 1px solid #0e1a17;
	background-color: #253f38;
	padding: 1px;
	color: #080f0d;
}

#your-confession p.checkboxtext {
	padding: 6px 0 10px 0;
}

#confession-nav {
	height: 50px;
	width: 300px;
	margin: 0 0 110px 100px;
}

#confession-nav a#left-arrow:link {display: block; width: 41px; height: 27px; background: url('../images/structure/left_arrow.png') no-repeat; text-indent: -9000px; float: left; margin: 0 200px 0 0;}
#confession-nav a#left-arrow:visited {display: block; height: 27px; background: url('../images/structure/left_arrow.png') no-repeat; text-indent: -9000px; float: left; margin: 0 200px 0 0;}
#confession-nav a#left-arrow:hover {display: block; height: 27px; background: url('../images/structure/left_arrow.png') no-repeat; text-indent: -9000px; background-position: 0 -27px; float: left; margin: 0 200px 0 0;}
#confession-nav a#left-arrow:active {display: block; height: 27px; background: url('../images/structure/left_arrow.png') no-repeat; text-indent: -9000px; background-position: 0 -27px; float: left; margin: 0 200px 0 0;}

#confession-nav a#right-arrow:link {display: block; width: 41px; height: 27px; background: url('../images/structure/right_arrow.png') no-repeat; text-indent: -9000px; float: left;}
#confession-nav a#right-arrow:visited {display: block; height: 27px; background: url('../images/structure/right_arrow.png') no-repeat; text-indent: -9000px; float: left;}
#confession-nav a#right-arrow:hover {display: block; height: 27px; background: url('../images/structure/right_arrow.png') no-repeat; text-indent: -9000px; background-position: 0 -27px; float: left;}
#confession-nav a#right-arrow:active {display: block; height: 27px; background: url('../images/structure/right_arrow.png') no-repeat; text-indent: -9000px; background-position: 0 -27px; float: left;}

/* Footer */

#footer {
	padding: 0 0 60px 0;
}

#footer p {
	text-align: center;
	color: #443d29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#footer p a:link {color: #6b6652; text-decoration: none;}
#footer p a:visited {color: #6b6652; text-decoration: none;}
#footer p a:hover {color: #6b6652; text-decoration: underline;}
#footer p a:active {color: #6b6652; text-decoration: underline;}

/* Thank You Text */

#your-confession h3 {
	font-size: 2em;
	color: #cd6224;
	padding: 0 0 5px 0;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
}

#your-confession p {
	font-size: 1.2em;
	line-height: 140%;
	padding: 0 0 15px 0;
	color: #989784;
}

#your-confession p a {color: #cdccbf;}


