
a {
	color:red;
}

a img {
	border: none;
}

a:visited {
	color:#666;
}

a:hover {
	color:#c63;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font: 95% Verdana, Arial, Palatino, Sans-Serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	border-bottom: dotted 1px #eee;
	font-family: Verdana, Arial, Palatino, Sans-Serif;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90%/175% Verdana, Arial, Palatino, Sans-Serif;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background:#666633 url(images/header-top.gif) no-repeat left top;
	/*border-top: double 1px #aba; */
	color: #fff;
	font-size: 11px;
	margin: 5px 0 0 0;
	width: 920px;
	text-align: center;
	letter-spacing: 1px;
}
 
.credit div {
  background:url(images/header-bottom.gif) no-repeat right bottom;
  width: 920px;
  padding: 0px 10px 0px 15px;
  }

.credit a, .credit a:link {
	color: #fff;
}

.credit a:hover {
	color: #EFEFEF;
}

.feedback {
	color: #333;
	text-align: left;
	/*background: #FAFAFA;*/
	padding-right: 4px;
	/*border-right:1px dashed #999;
	border-left:1px dashed #999;
	border-bottom:1px solid #999;
	border-bottom:1px solid #999;*/
	padding-bottom: 15px;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
	letter-spacing: 0.1em;
}

.storytitle a {
	text-decoration: none;
	color: #006699;
}

#date {
	text-align:right;
	font-size: 0.7em;
	color: #333;
}


#commentform #author, #commentform #email, #commentform #url, #commentform
textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentform input {
	border: 1px solid #aba;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

/* Structure */
body {
	background: #aba;
	color: #000;
	font-family: Verdana, Arial, Palatino, Sans-Serif;
	padding: 0;
	font-size: 80.5%;
}

#page {
	padding: 2px;
	margin: 0 auto 0 auto;
	width:920px;
}

#content {
	margin: 0px;
	padding: 20px;
	background:#fff;
	float:left;
	font-size: 1.2em;
	width: 655px;
	border: 2px solid #999;
}

#header {
	background:#456 url(images/header-top.gif) no-repeat left top;
	font: normal 230% Tahoma, serif, Palatino;
	letter-spacing: 0.2em;
	margin: 0;
	width: 920px;
	margin-bottom: 20px;
	color: #FFF;
}

#header div {
  background:url(images/header-bottom.gif) no-repeat left bottom;
  padding: 15px 10px 15px 15px;
  }

#header a {
	color: #B54141;
	margin-left: 10px;
	text-decoration: none;
	color: #FFF;
}

#header a:hover {
	color: #FAFAFA;
}

#menu {
	background:#fff url(images/menu-top.gif) no-repeat left top;
	padding: 10px 0px 0px 0px;
	margin-left: 720px;
	width:200px;
	position: relative;
	
	
}

#menu-sub {
	padding-left: 10px;
	padding-bottom:10px;
}

#menu div {
	background:url(images/menu-bottom.gif) no-repeat left bottom;
	/*width:230px;*/
}

#menu form {
	margin: 0 0 0 14px;
	width: 180px;
}

#menu p {
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode',
Tahoma, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
	color: #333;
	width:200px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #aba;
	color: #000;
	padding: 0.2em;
}

#menu ul {
	color: #999;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: normal normal 110% Verdana, Arial, Palatino, Sans-Serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode',
Tahoma, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#menu img {
	margin: auto;
}


