/*  
Theme Name: VK
Theme URI: http://vk.dreamful.org
Description: none
Version: 1.0
Author: Valerie
Author URI: http://vk.dreamful.org
*/


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: normal;
	text-align: center;
	background: #aaa9aa url(images/background.jpg);
	}

a:link, a:active {
	color: #ffffff;
	text-decoration: none;
        }

a:hover, a:visited {
	color: #ffd7d7;
	text-decoration: none;
	}

input, textarea, submit {
	background-color: #ffffff;	
	text-align: left;
	color: #404040;
	border: 1px solid #e3c7d8;
	padding: 1px;
	}

input:focus, textarea:focus {
	border: 1px solid #d4918b;
	}

/* LAYOUT */

#header {
	margin: 0 auto;
	height: 174px;
	text-align: center;
	padding: 0;
	background: url(images/headerbg.jpg) repeat-x;
	}

#container {
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	width: 751px;
	} /* this is a container div for the page */
	
#content {
	margin: 5px 0 0 5px;
	padding: 15px 20px 10px 20px;
	width: 525px;
	}

#content-page {
	margin: 5px 0 0 5px;
	padding: 15px 20px 10px 20px;
	width: 701px;
	}
	
#menu {
	float: right;
	margin: 15px 10px 15px 0;
	padding: 5px;
	width: 151px;
	text-align: left;
	font-size: 0.9em;
	font-family: Verdana, Arial, Sans-Serif;
	color: #5b5b5b;
        }

* html #menu {
	margin: 5px 15px 15px 0; /* for IE5.x/win */
	}


.sticky {
	background: url(images/sticky.jpg) no-repeat right top;
	border: 0;
	padding: 50px 10px 10px 10px;
        }

	
/* END LAYOUT */


/* HEADER */

#headernavcontainer {
	margin: 0 auto;
    	width: 751px;
	height: 58px;
	text-align: center;
	}

#headernav {
    	width: 751px;
	height: 58px;
    	background: url(images/header2.jpg);
	padding: 0;
	margin: 0;
    	position: relative;
	}

#headernav li {
    	margin: 0; padding: 0; list-style: none;
    	position: absolute; top: 0;
	}

#headernav li, #headernav a {
    	height: 58px; display: block;
	}

#profiles {left: 189px; width: 162px;}
#media  {left: 352px; width: 61px;}
#merchandise {left: 417px; width: 115px;}
#translations {left: 535px; width: 113px;}
#contact    {left: 652px; width: 75px;}

#profiles a:hover {
    background: transparent url(images/header2.jpg)
    -189px -58px no-repeat;}
#media a:hover {
    background: transparent url(images/header2.jpg)
    -352px -58px no-repeat;}
#merchandise a:hover {
    background: transparent url(images/header2.jpg)
    -417px -58px no-repeat;}
#translations a:hover {
    background: transparent url(images/header2.jpg)
    -535px -58px no-repeat;}
#contact a:hover {
    background: transparent url(images/header2.jpg)
    -652px -58px no-repeat;}


/* END HEADER */


/* MENU ITEMS */

#menu small {
	display: block;
	margin: 0px;
	}
    
#menu h2 {
	display: block;
	height: 14px;
	padding: 2px 5px;
	margin-top: 0px;
	color: #4d4d4d;
	background-color: #b4b4b4;
	font-size: 1.0em;
	font-family: Verdana, Sans-Serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	}

#searchform {
	background-color: #f8f2f7;
	width:135px;
	height:26px;
	margin: 0;
	padding: 0px; 
	text-align: left;
    	-moz-border-radius: 12px;
    	-khtml-border-radius: 12px;
    	-webkit-border-radius: 12px;
    	border-radius: 12px;
	}

#menu #searchform #s {
        width:85px;
	margin: 0 0 0 10px;
        padding:2px;
	border: 1px solid #f8f2f7;
	background-color: #f8f2f7;
	color: #808080;
	}

input#searchsubmit{
	background-image: url(images/search.png);
	vertical-align:middle;
	width:16px;
	height:16px;
	border:none;
	}

#menu li {
	list-style: none;
	margin-left: 0px;
	}

#menu ul {
	margin: 0;
	padding: 0;
	}

#menu ul li {
	list-style-type: none;
	list-style-image: url(images/arrowsmall.gif);
	margin: 5px 0px 5px 20px;
	}

#menu ul p, #menu ul select {
	margin: 5px 0 8px;
	}

/* END MENU ITEMS */


/* START FOOTER TAGS */

#footer {
	margin: 0 auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.9em;
	color: #606060;
	height: 100px;
	clear: both;
	}

#footercontent {
	padding: 35px 10px 5px 0px;
	}

/* END FOOTER TAGS */


/* BEGIN POST AND ENTRY TAGS */


.post {
	margin: 0;
	text-align: justify;
	}

.entry {	
	color: #515151;
	font-size: 1.0em;
	font-family: Verdana, Georgia, Geneva, sans-serif;
	line-height: 1.6em;
	margin-top: 22px;
	text-align: justify;
	}

.readmore {
	text-align: right;
   	margin-bottom: 8px;
   	margin-top: 20px;
	}

a.readmore {
	padding: 4px 15px;
	background: #ffffff;
	color: #5b5b5b;
    	font-size: 12px;
	text-decoration: none;
    	text-shadow: 0 1px 0 #fff;
    	-moz-border-radius: 12px;
    	-khtml-border-radius: 12px;
    	-webkit-border-radius: 12px;
    	border-radius: 12px;
	}

a.readmore:hover {
	background-color: #e3e3e3;
	}

/* END POST AND ENTRY TAGS */


/* BEGIN H TAGS */

h2 {
	font-size: 1.4em;
	font-family: Georgia, "MS Serif", "New York", serif;
	margin: 0;
	}

h2, h2 a:link, h2 a:active, h2 a:visited {
	color: #a8393a;
	text-decoration: none;
	}

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

h3 {
        font-family: Georgia, "MS Serif", "New York", serif;
	font-size: 1.2em;
        font-weight: bold;
	margin-top: 20px;
        color: #c8726a;
	}

/* END H TAGS */


/* START POST TIME AND INFO TAGS */

.date-style {
	float: left; 
	text-align: right;
 	color: #4b4b4b; 
	font-size: 11px; 
	width: 50px; 
	margin: 0 5px 0 0; 
	line-height: 1em;
	}

.day {
     	position: relative;
     	text-align: justify;
     	font: 28px Century Gothic, Helvetica, Verdana, sans serif;
     	line-height: 21px;
     	color: #4b4b4b;
	}

.month {
     	position: relative;
     	text-align: justify;
     	font: 28px Century Gothic, Helvetica, Verdana, sans serif;
     	font-weight: bold;
     	line-height: 18px;
     	color: #4b4b4b;
	}

.year {
     	position: relative;
     	text-align: justify;	
     	font: 15px Century Gothic, Helvetica, Verdana, sans serif;
     	line-height: 13px;
     	color: #4b4b4b;
	}

.meta-style {
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #5b5b5b;
	font-size: 0.9em;
	margin-left: 55px;
	}

.meta-cat{
	background: url('http://www.tokaikko.com/wp-content/images/postcat.png') no-repeat 0px 0px;
	padding-left: 20px; padding-right:0; padding-top:0; padding-bottom:0
	}

.meta-comments{
	background: url('http://www.tokaikko.com/wp-content/images/postcomment.png') no-repeat 0px 0px;
	padding-left: 20px; padding-right:0; padding-top:0; padding-bottom:0;
	}

.line {
	margin-top: 15px;
	border-top: 1px dashed #ffffff;
	margin-bottom: 3px;
	}

/* END POST TIME AND INFO TAGS */


/* Begin Comments*/

.commentheader {
	height: 40px;
	}

.alt {
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	margin: 0;
	padding: 5px;
	background: #b4b4b4 url() no-repeat top right;
    	-moz-border-radius: 12px;
    	-khtml-border-radius: 12px;
    	-webkit-border-radius: 12px;
    	border-radius: 12px;
	}

#commentform textarea {
	border:1px solid #ffffff; width:95%; padding:2px; 
	}

#commentform input {
	border:1px solid #ffffff; padding:2px; 
	}

#commentform #submit {
	color: #404040;
	border: 1px solid #ffffff;
  	background-color: #FFFAFD;
	margin: 0;
	float: left;
	}

#commentform textarea:focus, #commentform input:focus, .entry form:focus, #sidebar #searchform #s:focus {
	border: 1px solid #d4918b;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin: 0 0 0 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 15px 20px 13px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Georgia, "MS Sans Serif", Verdana, Arial, Sans-Serif;
	color: #808080;
	}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

#commentform {
	padding-left: 0px;
	}

#commentform p {
	margin: 5px 0;
	font-family: Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

/* End Comments */


/* NAVIGATION */

.navigation {
	display: block;
	text-align: center;
	color: #808080;
	padding: 0 0 10px 0;
	}

* html .navigation {
	padding: 5px 0px 10px 0; /* for IE5.x/win */
        }

/* END NAVIGATION */



/* START MISC */


small, #sidebar ul ul li, .nocomments, .postmetadata, strike {
	color: #c0c0c0;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

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

blockquote {
	color: #808080; 
	text-align: justify;
	border-left: 5px solid #a1b2d0;
	margin: 15px 20px 0 20px;
	padding-left: 10px
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

caption, cite {
	text-decoration: none;
	}

/* END MISC */



/* START IMAGE */

.post img {
	max-width: 600px;
	}

.aligncenter, div.aligncenter {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
	}

img.centered {
	margin-left: auto;
	margin-right: auto;
  	border: 0;
	}

img.alignright {
	padding: 5px;
	margin: 0 0 5px 15px;
  	border: 0;
	}

img.alignleft {
	padding: 5px;
	margin: 0 15px 5px 0;
  	border: 0;
	}

.alignleft {
   	float: left;
	}

.alignright {
   	float: right;
	}

.wp-caption {
   	border: 1px solid #ddd;
   	text-align: center;
   	background-color: #ffffff;
   	padding-top: 4px;
   	margin: 10px;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

.wp-caption img {
   	margin: 0;
   	padding: 0;
   	border: 0 none;
	}

.wp-caption p.wp-caption-text {
   	font-size: 11px;
   	line-height: 17px;
   	padding: 0 4px 5px;
   	margin: 0;
	}

img#wpstats{
   	display:none
   	}

/* END IMAGE */
