﻿/*
Theme Name: Keyboard.lv
Theme URI: http://keyboard.lv
Description: WordPress theme developed specially for keyboard.lv a WordPress MU blog system
Version: 1.0
Author: Mārtiņš Štāls
Author URI: martins.stals.lv
Tags: keyboard.lv, wpmu
*/

body
{
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	color: black;
	background-color: #C3C0B6; 
	text-align: center;
	margin: 0px;
	padding: 0px;		
}
a img {	border: none;	}
hr {	display: none;	}
h3 {text-align: center;}
a
{
	color:black;
	text-decoration: none;
}
a:hover
{
	color: #5E5751;text-decoration: underline;
}
#page
{
	background: #F4EFE9 url('images/contentbg.jpg');	
	margin:0px auto;
	padding: 0px;
	width: 980px;
	border: 0px;
	text-align: left;
}
#header
{
	background: #5E5751 url('images/top.jpg');
	padding: 0 0 0 25px;
	height: 81px;
	width: 955px;
}
#headerright
{
	text-align: center;
}
#reason
{
	background: #ECDFDD;
	border: solid 1px #8A8573;		
	margin: 10px 0 0 65px;
	padding: 10px;
	width: 657px;
	text-align: left;
	font-size: 14px;
	float: left;	
}
#content
{
	margin-left: 25px;
	width: 730px;
}
#blocks
{
	float: left;	
}
#blocks ul li
{ 	
	display: block;	
	width: 320px;	
	text-decoration:none;
	list-style-type: none;
	list-style-image: none;
}

#blocks ul li a
{ 	
	display: block;
	/*height:40px;*/
	padding: 4px;
	text-decoration:none;	
	list-style-type: none;
	list-style-image: none;	
	background:#EBE6E0;
	border: solid 1px #8A8573;	
}
#blocks ul li a:hover
{ 	
	display: block;
	/*height:40px;	*/
	text-decoration:none;	
	background:#F4EFE9;
	border: solid 1px #A8A390;
}

#wideblocks ul li
{ 	
	/*display: block;	
	width: 320px;	*/
	margin-bottom:10px;
	padding: 4px;
	text-decoration:none;
	list-style-type: none;
	list-style-image: none;
	background:#EBE6E0;
	border: solid 1px #8A8573;	
}

#sidebar
{
	float: right;    
	width: 200px;
	margin-right: 5px;
	list-style-type: none;
	list-style-image: none;
	/*border: solid 1px #A8A390;*/
	
}

#sidebar ul li
{ 	
	list-style-type: none;
	list-style-image: none;
	text-decoration:none;		
}


#sidebar ul li a
{ 	
	display: block;
	padding: 4px;		
	text-decoration:none;
	background:#EBE6E0;
	border: solid 1px #8A8573;	
}

#sidebar ul li a:hover
{ 	
	display: block;
	text-decoration:none;	
	background:#F4EFE9;
	border: solid 1px #A8A390;
}

#footer
{
	background: #C3C0B6 url('images/bottombg.jpg') no-repeat;	
	padding: 0;
	margin: 0;
	clear: both;
}

#footer p
{
	margin: 0;
	padding: 5px 0;
	text-align: center;
}
