
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	margin: 0;
	background: #fff;
}

/* =====| MAIN LINKS |========== */

a, .feedback a, .meta a  {
	color: #00f;
	text-decoration: none;
	border-bottom: 1px dotted #00f;
}

a img {
	border: none;
}

a:visited {
	color: #906;
	border-color: #c6c;
}

a:hover, .feedback a:hover, .meta a:hover  {
	color: #f00;
	text-decoration: none;
	border-bottom: 1px dotted #f00;
}

/* =====| HEADER |========== */

#header {
	background:#036;
	color:#FFF;
	font-family:verdana, arial, sans-serif;
	font-size:x-large;
	font-weight:bold;
	border-bottom: 1px dotted #fff;
	padding:15px;
	text-transform:uppercase;
}

#header a {
	color: #fff;
	text-decoration: none;
	border-bottom:none;
}

#header a:hover {
	color: #d00;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}


/* =====| MAIN BODY |========== */

#rap {
	margin: 0;
}
 
#content { 
/*	float:left;
	width:65%;
	*/
	background:#fff;
	border-right:1px dotted #999;
	margin-right:15px;
	padding-bottom:20px;
	padding-left:10px;	
	padding-right:10px;
	padding-top:0px;
	line-height:140%;
}

code {
	font-family: Verdana, Arial, San-serif;
	margin: 0px 0 2px 0;
	padding-bottom: 5px;
	color: #900;
}

h2 {
	font-family:verdana, arial, sans-serif; 
	font-size: medium; 
	font-weight: bold;
	color: #fff; 
	border:1px solid #002666;
	background: #05a;
	padding:4px;
	margin: 0px;
	/* margin-bottom:10px; */
}

.home-item {
	font:140%/1.5em Georgia,Serif;
	color: #900;
}

h3 {
	margin: 0;
}

.storytitle {
	font-family: Verdana, Arial, San-serif;
	font-size: medium;
	font-weight: bold;
	color: #369;
	margin-top:15px;
}

.storytitle a {
	color: #036;
	text-decoration: none;
	border-bottom: none;
}

.storytitle a:hover {
	color: #800;
	text-decoration: none;
	border-bottom: 1px dotted #f00;
}

.x-small {
	font-size: x-small;
}

.x-small a {
	color: #900;
	text-decoration: none;
	border-bottom: 1px dotted #900;
}

.x-small a:hover {
	color: #888;
	text-decoration: none;
	border-bottom: 1px dotted #888;
}

.warning-bold {
	font-weight: bold;
	color: #900;
}

p, .feedback {
}

p.right {
	text-align: right;
}

.post {
	margin-left: 10px;
}

.storycontent ul {
	list-style: square;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
}

blockquote {
	/* border-left: 5px solid #ccc; */
	margin-left: 1.5em;
	padding-left: 5px;
	font-family: verdana, arial, san-serif;
	font-size: small;
	border: 1px dotted #888;
	background: #F0F0F0;
}

.footnote {
	font: 85% Verdana, San-serif;
	border-left: 3px solid #ccc;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 5px;
	font-family: verdana, arial, san-serif;
	font-size: x-small;
	color: #333;
}

.credit {
	font: 50% Verdana, Arial, San-serif;
	color: #888;
	text-align: left;
	background: #ffffff;	
}

.credit a:link {
	color: #69f;
	text-decoration: none;
}

.credit a:hover {
	color: #03c;
}

cite {
	font-family: verdana, arial, san-serif;
	font-size: x-small;
	font-style: normal;
	margin: 15px 0 0px 0;
	color: #808080;
	text-align: left;
	padding-bottom: 10px;
}

.feedback {
	text-align: right;
}

.meta {
	font-family: verdana, arial, san-serif;
	font-size: x-small;
	margin: 15px 0 0px 0;
	color: #808080;
	text-align: left;
	padding-bottom: 10px;
}

.meta ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.meta li {
	display: inline;
	list-style: none;
	padding-left:5px;
	padding-right:5px;
	border-left : 1px solid #808080;
}

#commentform {
	background: #eeeeee;
	padding:10px;
}

#commentform p {
	padding:5px;
	margin:0px;
}

#commentform input, #commentform textarea {
	background: #ffffff;
	border: 1px solid #333;
	font: 1em Verdana, Arial, Serif;
	padding-left: 2px;
}

#commentform textarea {
	width: 90%;
	padding-left: 2px;
}	

#comments a {
	color: #fff;
	border-color: #fff;
}

/* =====| SIDE MENU |========== */

#menu {
	font-size: small;
	background:#fff;
	padding-top: 0px;
	padding-right:10px;
}

#menu form {
	margin: 0;
}

#menu input {
	background: #ffffff;
	border: 1px solid #333;
	color:#666;
	font-family:verdana, arial, sans-serif;
	font-size:x-small;
	padding-left: 2px;
}

#menu ul {
	font-family:verdana, arial, sans-serif;
	font-size:x-small;
	font-weight:normal;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	color:#FFF;
}

