/* 
	"Zen" by Michee Rose (www.michee.vrtisworks.com, michee@vrtisworks.com)
	02/06/04
	
	based on the Default WordPress by Dave Shea || http://mezzoblue.com
	Modifications by Matthew Mullenweg || http://photomatt.net
*/

/*overall*/
a {
	color: #996666;
	text-decoration:none;
	border-bottom: 1px dashed #999;
}

a img {
	border: none;
}

a:visited {
	color: #666699;
}

a:hover {
	color: #003366;
	text-decoration: none;
}

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

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: 1px;
	cursor: help;
}

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

body {
	background: #fff url("images/dragon2_wall_l_5_5.jpg") right bottom no-repeat;
	background-attachment:fixed;
	color: #000;
	font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0;
	
}


h2 {
	font: 12px verdana, tahoma, arial, helvetica, geneva, sans-serif;
	letter-spacing: 0.2em;
	border-bottom: 1px dotted #ccc;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	font-family: bold verdana, tahoma, arial, helvetica, geneva, sans-serif;
	border-bottom: dotted 1px #eee;
	margin-top: 0;
	font-size:16px;
}


/*header*/
#header {
	font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif;
	text-align: left;
	letter-spacing: 1px;
	line-height: 80%;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 45px;
	padding-left: 680px;
	height:30px;
	border-bottom: 0px dotted #ccc;
	margin-bottom: 10px;
	border-bottom: double 3px #D8E7EB;
}
#header a {
	color:#325761;
	font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif;
	font-size: 28px;
	text-decoration: none;
	border: none;
	padding:0;
}
#header a:hover {
	text-decoration: underline;
}


/*content*/
#content {
	border-left: 1px dotted #ccc;
	padding-left: 20px;
	margin: 0px 5em 1px 215px;
	width: 60%;
	height:470px;
}

.post {
	font-size:12px;
	margin-right: 5px;
	width: 95%;
	height:95%;
	padding-top: 8px;
	overflow: auto;
	scrollbar-3dlight-color:#FFF;
    scrollbar-arrow-color:teal;
    scrollbar-base-color:#FFF;
    scrollbar-darkshadow-color:#FFF;
    scrollbar-face-color:#FFF;
    scrollbar-highlight-color:#FFF;
    scrollbar-shadow-color:teal;
}



.feedback {
	color: #ccc;
	text-align: right;
	margin-right:2px
}
.meta {
	font-size: .75em;
	border: none;
}
.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 1px;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta li {
	display: inline;
}
.storytitle {
	margin: 0;
}
.storytitle a {
	border: none;
}

#commentform input, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
}

#commentform textarea {
	width: 80%;
}

/*menu*/
#menu {
	border-bottom: 0px solid #666;
	border-right: 0px dotted #ccc;
	padding: 8px 0 0px 15px;
	position: absolute;
	left: 50px;
	top: 85px;
	width: 220px;
}
#menu form {
	margin: 0 0 0 13px;
}
#menu input {
	background: #eee;
	letter-spacing: 0.5px;
	border: 1px solid #999;
	width: 80%;
}
#menu ul {
	color: #336699;
	text-transform: lowercase;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}
#menu ul li {
	font: bold 12px verdana, tahoma, arial, helvetica, geneva, sans-serif;
	letter-spacing: 0.5px;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}
#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul ul li {
	font: normal normal 10px verdana, tahoma, arial, helvetica, geneva, sans-serif;
	letter-spacing: 0.5px;
	border: 0;
	margin-top: 0.5px;
	padding: 0;
	padding-left: 10px;
}
#menu ul ul li a {
	color: #000;
	text-decoration: none;
}
#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}
#cam {
	font-size: .5em;
	text-align: center;
}
#wp-calendar {
	font-size: 14px;
	border: 1px solid #ddd;
	margin: 0;
	width: 150px;
	empty-cells: show;
}
#wp-calendar #next a {
	text-align: right;
	padding-right: 10px;
}
#wp-calendar #prev a {
	text-align: left;
	padding-left: 10px;
}
#wp-calendar a {
	text-decoration: none;
	display: block;
}
#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}
#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}
#wp-calendar td {
	color: #ccc;
	font: normal 12px verdana, tahoma, arial, helvetica, geneva, sans-serif;
	text-align: center;
	letter-spacing: normal;
	padding: 2px 0;
	
}
#wp-calendar td.pad:hover {
	background: #fff;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/*footer/credit*/

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

#footer {
	position:absolute;
	width: 100%;
	bottom: 5px;
	background: #ccc;
	color: #fff;
	font-size: .6em;
	text-align: center;
	margin: 0px;
	padding-top:1px;
	border-top: double 3px #999;
	clear:both;
	z-index:-1;
	
}

#footer a:link, #footer a:hover {
	color: #fff;
}

#counter
{	
	width:200px;
	height:15px;
	overflow:hidden;
}