/*  
Theme Name: Tomosuzuki japanese
Theme URI: http://Tomosuzuki.net
Description: http://Tomosuzuki.net is a fluid width no column theme that uses almost no images. The theme is widget ready (both sidebars). The sidebars are fixed width and the content area will adjust depending on the resolution. It is released under the GPL licence.
Version: 1.1
Author: Rob Oudendijk
Author URI: http://www.oudendijk.biz
*/		

* {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
body {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#222222;
	font-size:12px;
	line-height: 1.3em;
	text-align: justify;
        letter-spacing:.1em;
        width:700px;
        margin-left:auto;
        margin-right:auto;
}
/***************************************************
                         *********************** Blogtitle **************
                         *****************************************************/

#blogtitle {
	display: block;
	color:#333333;
	text-align: left;
	margin: 4px auto;
	padding: 12px 0 0 0;
}
#blogtitle a:link {
	text-decoration: none;
	border: none;
}
#blogtitle a:visited {
	text-decoration: none;
	border: none;
	font-weight: normal;
}
#blogtitle a:hover {
	text-decoration: none;
}
/***************************************************
                         *********************** Container **************
                         *****************************************************/
#container {
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	width: 780px;
	overflow: hidden;
	background: #fff;
	border-style:solid;
	border-color:#015883;
	border-width:1px;
}
/***************************************************
                         *********************** Content **************
                         *****************************************************/
#content {
	display: block;
	padding: 1em;
	padding-top: 10px;
	text-align: left;
	background: #fff;
}
#content ul {
	padding-left: 0px;
}
#content ul li {
	padding-left: 0px;
}
#content ul ul li {
	padding-left: 0px;
}
#content ol {
	list-style-position: inside;
	padding-left: 0px;
	padding-top: 2px;
	margin-bottom: 2px;
}
#content p {
	padding-left: 0px;
}
/***************************************************
                         *********************** Footer **************
                         *****************************************************/

#footwrap {
	font-size: 9px;
	background-color:#fff;
	text-align: center;
}
#footwrap p {
	margin-top: 2px;
	margin-bottom: 2px;
	color:#999999;
}
#footwrap a:link {
	color:#bbbbbb;
	text-decoration: none;
	border: none;
	font-weight: normal;
}
#footwrap a:hover {
	color: #aaaaaa;
text-decoration: none border: none;
}
#footwrap a:visited:hover {
	color: #aaaaaa;
text-decoration: none border: none;
}
#footwrap a:visited {
	color: #aaaaaa;
	text-decoration: none;
	border: none;
	font-weight: normal;
}

/***************************************************
                         *********************** Header **************
                         *****************************************************/
#header  {
	background-color:#ffffff;
	background: url(images/header.jpg) no-repeat center;
	height: 170px;
        width:780px;
}

#header h1 a {
	padding: 0 0 10px;
	text-decoration: none;
	color: #333;
	
}
#header h1 a:hover {
	text-decoration: none;
}
#header .topmenu {
	margin: 40px 1% 0px 1%;
}
#header .topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0px 10px 10px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#header .topmenu ul li {
	padding: 0px 10px 0px 0px;
        margin: 0px 10px 0px 0px;
	display: inline;
        border-right-color: #015883;
	border-right-style: solid;
	border-right-width: 1px;
}

#header .topmenu ul li a:link{
	color:#015883;
}
#header .topmenu img {
	padding: 0px 0 0 0px;
	border: 0;
	vertical-align: middle;
	margin: 0 0px 0px 100px;
}

#header .description {
	vertical-align: middle;
	text-align: center;

}
#header .img {
	padding: 0px 20px 0 0px;
	border: 0;
	vertical-align: middle;
	margin: 0 0px 0px 20px;
}
#topsearch .ul {
	text-align: right;
	right:50px;
	color:red;	
	
}
/***************************************************
                         *********************** Paragraph **************
                         *****************************************************/

p {
	margin-bottom: 10px;
	margin-top: 10px;
}
/***************************************************
                         *********************** Blockquote ********************
                         *****************************************************/

blockquote {
	margin: 0px 0px 0px 30px;
	padding: 0px 25px 0px 0px;
	font-style: italic;
	color: #666666;
}
/***************************************************
                         *********************** Post Metadata ****************
                         *****************************************************/

.postmetadata {
	display:block;
	margin: 10px 35px 10px 20px;
	padding-left: 25px;
	text-align: left;
	background: #ffffff;
}
#content .postmetadata {
	padding-left: 2px;
}
.postmetadata a:link {
	color:#333333;
	border: none;
	text-decoration:none;
}
.postmetadata a:hover {
	border: none;
	background-color:#ffffff;
	color:#fff;
	text-decoration:none;
}
.postmetadata a:visited:hover {
	border: none;
	font-weight: normal;
}
.postmetadata a:visited {
	border: none;
	color:#333333;
	font-weight: normal;
}
/***************************************************
                         *********************** Links ********************
                         *****************************************************/

a:link {
	color:#666666;
	text-decoration:none;
	font-weight: normal;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration: none;
	font-weight: normal;
}
#feed, #feed img a:link, #feed img a:visited {
	border: none;
}
/***************************************************
                         *********************** Comments ********************
                         *****************************************************/

.commentlist {
	padding-left: 40px;
	padding-right: 15px;
	background: #fff;
}
.commentlist li {
	margin: 8px 10px 8px 15px;
	padding-left: 12px;
	list-style: none;
	background: #efefef;
	margin-bottom: 2px;
	border: 1px solid #8B9DB2;
}
li.alt {
	background: #E0E8EF;
}
.commentlist cite {
	padding: 2px 3px 1px 3px;
}
.commentlist p {
	padding: 5px 5px 2px 3px;
	margin-bottom: 5px;
}
.commentlist a:link {
	border: none;
	text-decoration: underline;
	font-weight: normal;
	color: #223E6F;
}
.commentlist a:visited {
	border: none;
	text-decoration: underline;
	font-weight: normal;
	color: #223E6F;
}
.commentlist a:hover {
	border: none;
	text-decoration: underline;
	font-weight: normal;
	color: #555;
}
.commentlist a:visited:hover {
	border: none;
	text-decoration: underline;
	font-weight: normal;
	color: #555;
}
.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited {
	text-decoration:none;
	color: #9F9F9F;
}
.commentnumber {
	font: italic normal 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	float:right;
	color: #B4D8FE;
	font-size: 28pt;
}
#comment {
	width:80%;
}
/***************************************************
                         *********************** Headings**************
                         *****************************************************/

h1 {
	font-size: 36px;
	padding-left: 20px;
	color: #666666;
}
h2 {
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 0 0 0px;
	margin: 0px 0 0px 0;
	text-align: left;
}
h3 {
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0 0 12px;
	margin: 0px 0 6px 0;
	text-align: left;
}
h3.posttitle {
	font-size: 14px;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 12px;
	margin-bottom: 5px;
}
.posttitle a:link {
	font-size: 14px;
	color:#666666;
	font-weight: normal;
	text-decoration:none;
}
.posttitle a:visited {
	font-size: 14px;
	color:#666666;
	font-weight: normal;
}
h4 {
	margin-top: 15px;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 0 0 12px;
	margin: 0px 0 6px 0;
	text-align: left;
}
h5 {
	margin-top: 15px;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 0 12px;
	margin: 0px 0 6px 0;
	text-align: left;
}
/*Miscellaneous*/

.more-link {
	border: none;
	color:#00FF33;
	font-weight: normal;
}
.date {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	padding: 3px 5px 3px 5px;
	margin-top: 15px;
	text-align: center;
	color: #333333;
}
.entry {
	margin-bottom: 5px;
	text-align: justify;
}
.entry a:link {
	color:#666666;
}
/*Contained Floats Fix*/
.post {
	display: block;
	overflow:hidden;
	width:98%;
}
/***************************************************
                         *********************** News and Video styles**************
                         *****************************************************/
.Post_Image {
	margin-right: 20px;
	height:128px;
	width:180px;
	border-width: 1px;
	border-color: #666666;
}
.Post_Image_long {
	margin-right: 20px;
	height:260px;
	width:200px;
	border-width: 1px;
	border-color: #666666;
}
.Post_Image_square {
	margin-right: 20px;
	height:180px;
	width:180px;
	border-width: 1px;
	border-color: #666666;
}
.Post_Image_free {
	margin-right: 20px;
	border-width: 1px;
	border-color: #666666;
}
.Post_Image_right {
	margin-left 20px;
	height:240px;
	width:180px;
	border-width: 1px;
	border-color: #666666;
}
.Post_Title {
	font-size:12pt;
	line-height:16px;
	color:#666666;
	margin-bottom:0px;
}
.Post_Date {
	font-size:10pt;
	line-height:16px;
	color:#666666;
	margin-bottom:0px;
}
.Post_Text {
        display: block;
	font-size:8pt;
	max-width: 600px;
}
.Post_Link {
	font-size:10pt;
	color:#006666;
}
.Post_Link a:link{
	font-size:10pt;
	color:#006666;
}
.Post_Link a:visited{
	font-size:10pt;
	color:#006666;
}

.Frontpage_roland_text {
	overflow: auto; 
	color:#999999;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 7px; 
	font-style: italic; 
	vertical-align: top; 
	text-align: center; 
	width: 162px; 
	height: 5px; 
	position: relative; 
	top: 0px; 
	left: 300px;

}
.frontpage_flag {
	text-decoration:none;
	border-width: 1px;
	border-color: #666666;
}



.Links_roland ul {
	margin-left:20px;
	padding-bottom:5px;
}
.interviews img {
        float: right;	

}

.opening_flash {
        border-style:solid;
  	border-width: 10px;
	border-color: #666666;
}

/***************************************************
                         *********************** Extra code **************
                         *****************************************************/
code {
	display: block;
	margin: 10px 30px 0 30px;
	padding: 2px 10px 5px 10px;
	border-top: 4px solid #6DA6D1;
	color: #666666;
	background: #C3DEF1;
}
#searchform {
	border:0;
	background-color: #FFFFFF;
		
}
#searchform #s {
	font-size:8pt;
	color:#333333;
	width: 130px;
	margin-left: 650px;
}
#searchform #submit {
	font-size:8pt;
	color: #FF6600;
	right: 20px;
}

img {
 	margin-left:15px;
}

