/*
VippiVelho theme
http://www.vippivelho.net
All rights reserved
*/

body {
	margin: 0 0 32px 0;
	padding: 0;
	background: #000 url(images/tausta.jpg) top center no-repeat;
	font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
	font-size: 13px;
	color: #666;	
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
	color: #008C00;
}

h1 {
	letter-spacing: -1px;
	font-size: 20pt;
}

h2 {
	font-size: 12pt;
}

h1.title a {
	color: #008C00;
	text-decoration: none;	
}

h1.title {
	border-bottom: 1px dotted #ccc;
}

h3 {
	padding-top: 32px;
	font-size: 12pt;
	font-weight: bold;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #008C00;
}

a:hover {
	/*text-decoration: none;*/
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	z-index: 10;
	position: relative;
	width: 728px;
	height: 180px;
	background: #fff;
	margin: 0 auto;
	padding: 0 8px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 20px solid #009;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	text-align: center;
	font-size: 4em;
	color: #299762;
}

#logo h1 a {
	color: #299762;
}

#logo h2 {
	margin-top: -20px;
	padding-left: 82px;
	letter-spacing: -1px;
	font-size: 10pt;
	color: #666;
}

#logo h2 a {
	color: #299762;
}

#logo h3 {
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	color: #333;
	margin: 0;
	padding: 0;
	width: 200px;	
}

#logo p {
	padding: 0;
	margin: 8px 0 0 0;
}

#logo a {
	text-decoration: none;
}

#logo div.right {
	float: left;
	width: 295px;
	padding-top: 32px;	
	font-style: italic;
	margin-left: 16px;
}

#logo div.left {
	float: left;
	padding-left: 14px;
	padding-top: 16px;
	width: 340px;
}

#logo div#fav {
	display: inline;
	background: url(http://www.vippivelho.net/img/fav.gif) top left no-repeat;
	padding-left: 20px;
}

#logo div#fav:hover {
	text-decoration: underline;
}

#content 
{
	clear: both;
	padding-top: 16px;
}


/* Menu */

#menu {
	float: right;
	height: 190px;
	padding: 0 8px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 90px;
	padding: 60px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
}

#menu a:hover {
	height: 161px;
	background: url(images/img08.jpg) repeat-x top left;
}

#menu .current_page_item a {
	background: url(images/img08.jpg) repeat-x top left;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 728px;
	margin: 0 auto;
	padding-top: 20px;
	background: #fff;
	padding: 16px 8px 0 8px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 20px solid #eee;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;	
}

#latest-post {
	float: left;
	width: 342px;
	padding: 0;
}

#recent-posts {
	float: right;
	margin: 0 14px 0 0;	
	width: 340px;	
	padding: 0 8px 0 0;
	
}

#recent-posts .entry {	
}

.post {
	margin-left: 8px;
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.post .meta a {
	color: #BABABA;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 712px;
	background: url(images/img04.gif) repeat-x left top;
	color: #666;
	background: #fff;
	padding: 8px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 16px 30px 16px 2px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 15px 0;
	color: #00008C;
	font-size: 14pt;
}

#sidebar a {
	text-decoration: none;
	color: #A68856;
	border-bottom: 1px dashed #A68856;
}

#sidebar a:hover {
	border-bottom: 1px dashed #A5473D;
	color: #90764C;
}

/* Footer */

#footer {
	width: 728px;
	height: 48px;
	margin: 0 auto;
	background: #eee;
	padding: 0 8px;
	border-top: 1px dotted #ccc;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;	
	font-size: 8pt;
}

#footer p {
	margin: 0;
	padding: 15px;
	color: #666;
}

#footer a {
	color: #666;	
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: left;
}

#links {
	float: right;
}

textarea {
	width: 300px;
	height: 96px;
}

ul {
	margin-left: 20px;
	padding-left: 0;
}

/* THE TABLE */
table#maintable 
{
	width: 728px;	
}

table#maintable td {
	margin: 0;
	padding: 1px;
	background: #fff0ff;
	border-top: 1px solid #fff0ff;
	border-bottom: 1px solid #fff0ff;	
}

table#maintable tr.odd td {
	background: #fff;
}

table#maintable tr:hover td {
	background: #EAF0F8;
	border-top: 1px solid #EAF0F8;
	border-bottom: 1px solid #EAF0F8;
}

table#maintable th {
	font-weight: bold;
	text-align: left;
	color: #f60;
	border-bottom: 1px solid #ccc;
	background: #eee;
	margin: 0;
	padding: 2px;
}

table#maintable tr:hover td a {
	color: #090;
}

table#maintable td a {
	font-weight: bold;
	color: #090;
}

/* END OF TABLE */

p.smallprint {
	font-size: 8pt;
	font-style: italic;
	margin: 16px 0;
}

p.vippivalinnat a {
	font-weight: bold;
	text-decoration: underline;
	padding-left: 24px;
	background: url(images/go.png) left top no-repeat;
	color: #A68856;
}

p.vippivalinnat a:hover {
	text-decoration: underline;	
}

.entry img {
	border: 1px solid #666;
}


table.lainataulu {
	width: 300px;
}


table.lainataulu tr.odd td {
	background: #fff0ff;
}

table.lainataulu tr td {
	background: #fff;
}


table.lainataulu th 
{
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;		
	border-top: 1px solid #ccc;			
	color: #444;
	padding: 4px;
}

table.lainataulu td 
{
	text-align: left;
	border: none;
	padding: 4px;
}

table.lainataulu caption
{
	text-align: left;
	color: #A68856;
	font-weight: bold;
	padding: 4px 0;
}

#ads_b1 
{
	clear: both;
}

#ads_b1 p
{
	margin: 0 0 0 16px;
	padding: 0;
}

#floating-box-wrapper{
 width:732px;
 margin:0 auto 0 auto;
 height: auto;
 position: relative;
 font-size: 8pt;
}
  
#floating-box-container{
 float:left;
 top:0;
 left:-80px;
 position:absolute;
 width:60px;
}
  
#floating-box-container .fixed{
 position:fixed;
 top:0;
}
  
#floating-box{
 border:2px solid #eee;
 border-right:0;
 background-color:white;
 padding:.8em 2px .8em .8em;
 margin-top:150px;
 z-index:1;
 -webkit-border-top-left-radius:6px;
 -webkit-border-bottom-left-radius:6px;
 -moz-border-radius-topleft:6px;
 -moz-border-radius-bottomleft:6px;
 border-top-left-radius:6px;
 border-bottom-left-radius:6px;
 width:60px;
 }
  
#floating-box .hr {
 margin-left: -2px;
 height:1px;
 border-bottom:1px solid #cccccc;
 margin:.6em 0;
 width:55px;
}
  
#floating-box .fb_like {
 margin-top:.5em;
 margin-bottom:.5em;
 margin-left: 2px;
 width: 60px;
 height: 60px;
}
  
#floating-box .buzz {
 margin-left: -3px;
 margin-top:.5em;
 margin-bottom:.5em;
 width: 60px;
}
  
#floating-box .pluss {
 margin-top:.5em;
 margin-bottom:.5em;
 width: 60px;
 height:60px;
 margin-left:-2px;
}

#tagcloud a
{
	color: #aaa;
	text-decoration: none;
}

.navigation 
{
	padding: 8px;
}

.separator 
{
	clear: both;
	margin-top: 28px;
	border-top: 1px dashed #ccc;
	height: 1px;
}

#archivepage 
{
	padding: 0 12px 12px 12px;
}
