/*  Core CSS file for DontKillYourself.com */

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
	background: url(/_images/distressed-female.gif) no-repeat center 0;
	font-size:12px;
}
h1 {
	color:#c00;
	letter-spacing:-1px;
	font-size:18px;
}
h2 {
	font-weight:normal;
	color:#666;
	font-size:16px;
}
#header {
	background:url(/_images/why-should-you-die.gif) no-repeat;
	width:960px;
	height:125px;
	margin:auto;
}
#container {
	width:960px;
	padding:10px;
	margin:auto;
	min-height:400px;
}
#nav {
	float:left;
	width:190px;
	padding:10px;
	min-height:400px;
}
#nav ul{
	margin:0;
	padding:0;
}
#nav li {
	list-style:none;
	text-align:center;
	background: rgb(203, 202, 171) url(/_images/menu-background.gif) repeat-y;
	font-size:small;
	line-height:30px;
	border-bottom:1px solid #fff;
}
#nav a{
	text-decoration:none;
	color:#333;
}
#content {
	float:left;
	width:500px;
	padding-left:20px;
	text-align:justify;
}
#rightnav {
	float:left;
	width:180px;
	padding-left:20px;
}
.testimonials {
	color:#ccc;
	overflow:auto;
}
.articlecopyright {
	background:#eee;
	padding:4px;
	color:#aaa;
	font-size:9px;
}
.clear {
	clear:both;
}
.current {
	background:rgb(212, 190, 136);
}
#footer {
	width:960px;
	font-size:11px;
	border-top:1px solid #eee;
	color:#333;
	margin:auto;;
}
#footer div{
	color:#665;
	float:left;
	padding:10px;
}
#footer div ul {
	margin:0;
	padding:0;
}
#footer div ul li {
	list-style:none;
	line-height:15px;
}
#footer div a {
	text-decoration:none;
	color:blue;
	border-bottom:1px dotted blue;
	
}
#copyright {
	float:left;
	width:100%;
	color:#CCC;
	padding-top:10px;
	border-top:1px solid #eee;
}
blockquote
{
	margin-left:15px;
    text-indent: 25px;
    background: url(/_images/quotes1.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
    width:150px;
}

blockquote p
{
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: small;
    font-style: italic;
    display: inline;
    line-height:20px;
    margin: 0;
    padding-right: 24px;
    background: url(/_images/quotes2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; color:#c00; }
#idea {
	color:#CD6600;
	padding:10px;
	background:#CAFF70;
}
#idea img {
	padding:3px;
}
