/*
Theme Name: EasyTest
Theme URI: http://phpbb.xwd.jp/viewforum.php?f=20
Description: This theme uses it to test for ME. based on the famous <a href="http://www.northern-web-coders.de/">Northern-Web-Coders</a>.
Version: 1.0
Author: WordPress Japan
Author URI: http://wordpress.xwd.jp/
*/

body {
	font-family:  Osaka, Verdana, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #666666;
}

a {
	color: #495865;
}

a img {
	border: none;
}

a:hover {
	color: #990000;
}

input, input.select {
	border: 1px solid #CCCCCC; 
	color: #666666;
}
input.button, input.submit {
	border: 1px solid #CCCCCC; 
	background-color:#999999; 
	color: #FFFFFF;
}

#rap {
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
	border: 1px solid #DFDFDF;
}

#header {
	background: url(images/head_bg.jpg) repeat-x;
	background-color: #FFFFFF;
	width: 900px;
	height: 70px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#headerimg a {
	position: relative;
	top: 5px;
	left: 15px;
	font-size: 24px;
	background: transparent;
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
}

#headerimg a:hover {
	position: relative;
	top: 5px;
	left: 15px;
	font-size: 24px;
	background-color: transparent;
	padding: 5px;
	color: #dcdcdc;
	text-decoration: none;
}

.description {
	position: relative;
	top: 3px;
	left: 15px;
	font-size: 13px;
	background: transparent;
	padding: 10px;
	color: #666666;
	text-decoration: none;
}

h1 {
	margin: 0;
	}

#main {
	position: relative;
	left: 20px;
	float: left;
	padding: 10px;
	width: 620px;
	color: #666666;
	text-align: left;
	background: transparent;
}

#main h2 {
	border-bottom: 1px solid #808080;
	color: #5F5F5F;
	font-size: 13px;
	margin: 20px 0 5px 0;
	padding: 0 0 3px 0;
	text-align: left;
	width: 600px;
	text-decoration: none;
}

#main h2#comments a {
	color: #495865;
	font-size: 13px;
}

#main h3 img {
	border: 0;
	text-decoration: none;
}

#main div.post {
	margin: 30px 20px 20px 0;
	padding: 0px;
	font-size: 1em;
}

#main div.post p, #content div.post li {
	line-height: 130%;
}

#main div.post div.storycontent p {
	width: 95%;
	margin-bottom:10px;
	line-height: 130%;
	letter-spacing: 1px;
}
#main DIV.post DIV.storycontent  {
	width: 480px;
	text-align : left;
  	margin-bottom: 5px;
  	margin-left: 15px;
}
#main div.post div.storycontent ul, #content div.post div.storycontent ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position:outside;
}

#main div.post div.storycontent li {
	margin-left: 30px;
	margin-top: 5px;
	width: 85%;
}

#main div.post div.storycontent blockquote {
	background: #f7f7f7;
	border-left: 3px solid #6F6F6F;
	font-family: Osaka, Verdana, sans-serif;
	margin-left: 20px;
	padding: 4px 4px 4px 7px;
	width: 85%;
}

#main h3 {
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
}

#main h3 a, #main h3 a:hover{
	font-size: 12px;
	padding: 0;
	text-decoration: none;
}

#main h3.storytitle, #content h3.storytitle a {
	font-size: 15px;
	color: #5F5F5F;
	text-decoration: none
;}

#main h3.storytitle a:hover {
	color: #495865;
	text-decoration: none
;}

#main div.post p {
	width: 90%;
}

#main div.post div.meta, #content div.post div.meta a {
	color: #5F5F5F;
	font-size: 11px;
}

#main div.post div.meta li a:hover {
	color: #990000;
}


#main ul.top{
list-style-type: none;
margin:0;
padding:14;
height: 1.3em;
width:90%;
}

#main ul.top li{
text-align: center;
border:solid 1px #CCCCCC;
border-collapse: collapse;
float:left;
line-height: 1.3em;
}
#main ul.top li a{
display:block;
text-decoration:none;
padding: 5px 14px 5px 14px;
border-collapse: collapse;
}
#main ul.top li a:hover{
	color:#CC0033;
}


#content div.post div.meta ul, #content div.post div.meta li {
	display: inline;
	margin: 0;
	padding: 0;
}


#content div.post div.feedback {
	font-size: 12px;
}

#content #commentlist {
	margin: 20px 20px 20px 23px;
	padding: 0;
}

#content #commentlist li {
	margin-bottom: 10px;
}

#content #commentform input, #content #commentform textarea {
	font-size: 12px;
	padding: 2px;
}

#content #commentform textarea {
	height: 150px;
	width: 90%;
}

#content code {
	color: #800000
;}

#content ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: circle;
}

#list_t {
	width : 95%;
	font-size:0.9em;
	border-collapse: collapse;
	margin-bottom:20px;
  table-layout : auto;
}
#list_t td {
	text-align: left;
	padding:5px;
	border:solid 1px #CCCCCC;
}
#list_t th{
	text-align: center;
	background-color: #999999;
	padding:5px;
	border:solid 1px #CCCCCC;
	color:#FFFFFF;
	font-weight: bold;
}
#list_t a{
	text-decoration: none;
}
#list_t a:hover{
	color:#990000;
}

#alist_t {
	width: 400px;
	font-size:0.9em;
	border-collapse: collapse;
	margin-bottom:20px;
	float: left;
	margin-left: 10px;
	position: relative;
}
#alist_t td {
	text-align: left;
	padding:5px;
	border:solid 1px #CCCCCC;
}
#alist_t th{
	text-align: center;
	background-color: #999999;
	padding:5px;
	border:solid 1px #CCCCCC;
	color:#FFFFFF;
	font-weight: bold;
}
#alist_t a{
	text-decoration: none;
}
#alist_t a:hover{
	color:#990000;
}

#amasearch {
	width: 100%;
	font-size:0.9em;
}


#cont_t {
	width: 500px;
	margin:0 20px 20px
	border-collapse: collapse;
	margin-bottom:20px;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	background: #5F707A;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	float: left;
	width: 900px;
	font: 13px Osaka, Verdana, sans-serif;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li.page_item a {
	padding: 5px 14px 5px 14px;
	background: #9C9D95;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	float: left;
	border-right: 1px solid #FFFFFF;
}

#navcontainer ul li.page_item a:hover {
	color: #FFFFFF;
	background: #C9C0B0;
}

#navcontainer ul li.current_page_item a {
	padding: 5px 14px 5px 14px;
	background: #C9C0B0;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #DFDFDF;
}

#navcontainer ul li.current_page_item a:hover {



	background: #6F6F6F;
}

#menu {

	float : left;
	background: #FFFFFF;
	top: 10px;
	left: 20px;
	color: #5F707A;
	margin: 0 0 10px 0;
	width : 200px;
  position : relative;
}

#menu UL {
	list-style-type : square;
	list-style-position:inside;
	margin: 10px 0;
	padding: 0;

}

#menu ul li {
	color: #5F5F5F;
	font-size: 12px;
	margin: 5px;
	padding: 0;
}

#menu ul li p {
	font-size: 12px;
	width: 90%;
}

#menu UL LI H2 {
	border-bottom : 1px dashed;
	width: 90%
	font-size: 12px;
	font-weight: bold;
	margin:5px;
	padding: 0;
}

#menu ul li ul {
	margin: 5px 0 15px 10px;
}

#menu ul li ul li {
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 0;
	line-height: 12px
;}

#menu ul li#winamp ul li {
	width: 90%
;}

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

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

#searchform {
	margin: 2px 0 15px 0;
}

p.credit {
	color: #FFFFFF;
	background: #5F707A;
	border-top: 1px solid #DFDFDF;
	clear: both;
	font-size: 12px;
	margin: 0 auto 0 auto;
	padding: 16px 0 17px 0;
	text-align: center;
	width: 900px;
}

p.credit a {
	color: #ffffff;
	text-decoration: none;
}

p.credit a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left;
}

.sitelink {
	width:190px;
	height:40px;
	margin;3px;
	color: #ffffff;
}

.sitelink ul, .searchlink ul {
	color: #ffffff;
}
.sitelink ul li, .searchlink ul li {
	height:40px;
	width:180px;
	padding: 10px 20px 10px 20px;
	display: inline;
	text-align: center;
	color: #ffffff;
}
.sitelink ul li a {

	text-align: center;
	background: #9C9D95;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #999999;
}
.sitelink ul li a:hover {
	background: #990000;
	color: #ffffff;
}

.searchlink {
	width:190px;
	color: #ffffff;
}
.searchlink table{
	width:190px;
	margin:0 0 15px 0;
	color: #ffffff;
}

.searchlink td {
	height:40px;
	width:180px;
	text-align: center;
	color: #ffffff;

}
.searchlink td a  {
	font-size:11px;
	text-align: center;
	background: #990000;
	color: #ffffff;
	padding: 10px 5px 10px 5px;
	margin: 0 0 10px 0;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #999999;
}
.searchlink td a:hover   {
	background: #330066;
}






#menu div.searchlink ul li a {

	text-align: center;
	background: #990000;
	color: #ffffff;
	padding: 10px 5px 10px 5px;
	margin: 3px 0 10px 0;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #999999;
}
#menu div.searchlink ul li a:hover {
	background: #330066;
	color: #ffffff;
}




#commentlist p.meta, #commentlist p.meta a {
	color: #867b64;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 11px;
}

#trackbacklist p.meta, #trackbacklist p.meta a {
	color: #867b64;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 11px;
}

/* Begin Calendar */
#wp-calendar {
	width: 200px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar th {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

.comment-number {
	font: italic 28px 'Times New Roman', Times, serif;
	color: #73a0c5;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin: 0;
	padding: 10px;
}

.none {
	margin: 0;
	padding: 10px;
}

#ed_toolbar input {
	border: 1px solid #dcdcdc;
	background-color: #e6eadb;
	margin: 0 1px 0 0;
}

.hl-surround{
    -moz-border-radius: 5px;
    background-color: #F9FBFC;
    border: 1px solid #C3CED9;
    padding: 8px;
    margin-bottom: 5px;
    width: 400px;
    overflow: auto;
    text-align: left;
}

.hl-surround, .hl-surround pre, .hl-surround span{
	font: normal 9pt 'Courier New', monospace;
}

.hl-default{
	color: Black;
}
.hl-code{
	color: Gray;
}
.hl-brackets{
	color: Olive;
}
.hl-comment{
	color: #ffa500;
}
.hl-quotes{
	color: #8b0000;
}
.hl-string{
	color: Red;
}
.hl-identifier{
	color: Blue;
}
.hl-builtin{
	color: Teal;
}
.hl-reserved{
	color: Green;
}
.hl-inlinedoc{
	color: Blue;
}
.hl-var{
	color: #00008b;
}
.hl-url{
	color: Blue;
}
.hl-special{
	color: Navy;
}
.hl-number{
	color: Maroon;
}
.hl-inlinetags{
	color: Blue;
}
.hl-main{
	background-color: transparent;
}

.hl-main pre{
	margin: 0; padding: 0;
}

.cat-list{
text-align:right;
font-size:0.75em;
}

.clear{
clear:both;
margin:0;
}
.ama_side{
width:100%;
margin:3px;
font-size:0.85em;
}
.ama_side_item a{
font-size:0.85em;
}

.ama_side_item a{
	text-decoration: none;
}
.ama_side_item a{
	text-decoration: none;
}
.ama_side_item a:hover{
	color:#CC0033;
}



#main div.ama {
	position: relative;
	left: 30px;
	padding: 5px;
	width: 550px;
	color: #666666;
	font-size: 0.8em;
	text-align: left;
	background: #FFFFFF;
}
#menu H2{
  padding-bottom : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  font-size : 105%;
  font-weight : 100;
  border-bottom-width : 1px;
}
