/* 
   corefault stylesheet version 10
   default setttings 
 */
 
/* @group corefault */

/*----------------------------------
general settings for
this style 
----------------------------------*/
img {
	border:0;
}
:focus {
	outline:0;
}
html,body,table,input,textarea {
	margin-bottom: 1px;
	margin-top: 0px;
	font: 11px lucida sans unicode,lucida grande, sans-serif;
}
body {
	margin:0;
	padding:0;
	background-color:#fff;
	color:#000;
}
/*----------------------------------
layout
----------------------------------*/
#page {
	height:auto;
	width:650px;
	margin:0 auto;
	margin-top:50px;
}
/*----------------------------------
error404
----------------------------------*/
#error404 {
  width: 100%;
  display:block;
  text-align:center;
}
#error404 div {
padding:10px;
  margin-top:10px;
	background-color:#dfdfdf;
}
#error404 h1 {
	font-weight:normal;
	font-size:18px;
	margin-top:0;
}
#error404 img {
	border-bottom:1px solid #eee;
}
#error404 a {
  color:#000;
  text-decoration:none;
  font-weight:bold;
}
#error404 a:hover  {
  font-style:italic;
}
/*----------------------------------
middle
----------------------------------*/
#middle {
	width:350px;
	float:left;
}
#middle .post {
	position:relative;
	background-color:#ddd;
	width:330px;
	padding:10px;
	margin-bottom:20px;
}
#middle .post img {
  vertical-align:middle;
}
#middle .post h1 {
  color:#000;
	font-weight:normal;
	font-size:18px;
	margin-top:0;
}
#middle .post h2 {
	font-weight:normal;
	font-size:10px;
	color:#313131;
	line-height:11px;
	margin-bottom:0;
  letter-spacing:-1px;
}
#middle .post h3 {
	margin-bottom:0;
	margin-top:0;
	color:#919191;
	font-weight:normal;
	font-size:11px;
}
#middle .post h5 {
	position:absolute;
	right:0px;
	top:0px;
	padding:4px;
	color:#fff;
	background-color:#313131;
	font-size:12px;
	font-weight:normal;
}
#middle .post h3 a {
  letter-spacing:-1px;
  text-transform:uppercase;
}
#middle .post h4 {
	margin-bottom:0;
	margin-top:0;
	color:#000;
	font-weight:bold;
	font-size:11px;
}
#middle label {
font-size:10px;
font-weight:bold;
letter-spacing:-1px;
float:left;
width:120px;
}
#middle li {
	margin-left:20px;
}
#middle a {
	color:#800000;
	text-decoration:none;
}
#middle a:hover {
	font-style:italic;
}
#middle img.fix_image {
	margin-left:-10px;
}
#middle object.fix_image {
	margin-left:-10px;
}
#middle embed.fix_image {
	margin-left:0;
}
#middle input[type="checkbox"] {
  font-size:9px;
  vertical-align:middle;
}
#middle input[type="text"], #middle textarea {
	outline:0;
	border:0;
	background-color:#313131;
	color:#fff;
	padding:4px;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#middle input[type="submit"]:hover {
	background-color:#919191;
}
#middle input[type="submit"] {
  cursor:pointer;
	background-color:#000;
	color:#fff;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;
	outline:0;
	border:0;
  font-weight:bold;
  letter-spacing:-1px;
}
#middle .comments {
	background-color:#eee;
	width:330px;
	padding:6px;
	margin-bottom:5px;
	color:#0a0a0a;
}
#middle .new {
	background-color:#aaa;
	width:330px;
	padding:10px;
	margin-bottom:20px;
	color:#0a0a0a;
}
#middle .left {
  float:left;
  width:50%;
  text-align:left;
}
#middle .right {
text-align:right;
  float:right;
  width:50%;
}
/*----------------------------------
left
----------------------------------*/
#left #words {
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	font-style:italic;
	font-family:serif;
	font-size:18px;
	line-height:18px;
	color:#919191;
}
#left div {
	margin-bottom:20px;
}
#left img {
	border-bottom:1px solid #eee;
}
#left input {
	text-align:right;
	outline:0;
	border:1px solid #aaa;
	background-color:#ddd;
	width:100%;
}
#left input:focus {
	border:1px solid #000;
	color:#800000;
}
#left div img {
	border:0;
}
#left .box {
	background-color:#000;
	color:#fff;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
}
#left {
  position:relative;
	width:260px;
	padding-right:40px;
	float:left;
}
#left h2 {
margin:0;
padding:0;
font-size:9px;
text-align:right;
font-weight:normal;
}
#left h1 {
	letter-spacing:-1px;
	font-size:20px;
	color:#313131;
	font-weight:normal;
}
#left h1 a {
	color:#bbb;
	text-decoration:none;
}
#left h3 {
  /*border-bottom:1px dotted #515151;*/
  color:#515151;
  font-size:11px;
  font-weight:normal;
  margin:0;
  text-transform:uppercase;
}
#left small {
  text-transform:lowercase;
  color:#919191;
  float:right;
  font-size:9px;
  margin-right:2px;
  text-align:right;
}
#left a {
	color:#aaa;
	text-decoration:none;
}
#left a:hover {
	color:#800000;
}
#left #searchresult {
  text-align:right; 
	display:none;
	color:#800000;
}
#left #searchresult a {
	color:#800000;
	text-decoration:none;
}
#left #searchresult a:hover {
	color:#800000;
	text-decoration:underline;
}
/*----------------------------------
footer
----------------------------------*/
#footer {
  clear:both;
	padding-top:4px;
	padding-bottom:4px;
	color:#919191;
	clear:both;
	width:100%;
	display:block;
	text-align:right;
	margin-right:20px;
	border-top:1px solid #919191;
}
#footer a {
	color:#900000;
	text-decoration:none;
}
#footer a:hover {
	font-style:italic;
}

