/*
Theme Name: nemsa.ee
Theme URI: http://www.nemsa.ee/
Description: Uus Laulusõnade Lehekülg / nemsa.ee vaike teema.
Version: 1.0
Author: Robi-Steaven Bankier
Author URI: http://sparrow.nemsa.ee
Tags: lihtne, 1 veerg, 3 rida, pruun, bee˛
Text Domain: sparrow

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
p, h1, h2, h3, h4, h5, h6, ul, li, form, input, textarea
{
  margin: 0px;
  padding: 0px;
}
body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	background: #ffffff url('bg.jpg');
	color: #333;
	text-align: justify;
  font-size: 12px;
  height: 100%;
}
h1, h2, h3, h4, h5, h6
{
  color: #4a4a2d;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: bold;
}
p
{
  margin-bottom: 8px;
}
a
{
  text-decoration: none;
  color: #666;
}
a:hover
{
  text-decoration: underline;
  color: #666;
}
.container div
{
  margin-left: auto;
  margin-right: auto;
}
.header, .content, .footer
{
  width: 600px;
}
.header
{
  height: 60px;
  background: url('banner.gif') no-repeat;
  cursor: pointer;
}
.content
{
  margin-top: 8px;
}
.content .main
{
  border-collapse: collapse;
  border-spacing: 0px 0px;
  border: 1px solid #333;
  width: 100%;
  height: 400px;
  background-color: #ffffff;
}
.content .main .sidebar
{
  background-color: #edefe1;
  vertical-align: top;
  width: 152px;
  border-right: 1px solid #333;
  padding: 2px;
  text-align: left;
}
.content .main .sidebar ul li
{
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}
.content .main .sidebar a
{
  color: #49492f;
  font-size: 11px;
}
.content .main .sidebar a:hover
{
  color: #32321b;
  font-size: 11px;
}
.content .main .page
{
  vertical-align: top;
  padding: 16px;
  line-height: 17px;
}
.content .main .page a
{
  color: #49492f;
}
.content .main .page a:hover
{
  color: #32321b;
}
.content .main .page ul li
{
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}
.content .main .page .contact_form
{
  margin-top: 14px;
}
.content .main .page .contact_form .input input,
.content .main .page .contact_form .input textarea
{
  width: 402px;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 1px solid #333;
  padding: 2px;
  background-color: #edefe1;
  font-family: Verdana;
  font-size: 12px;
}
.content .main .page .contact_form .input textarea
{
  height: 100px;
}
.footer
{
  margin-top: 8px;
}
.footer .line
{
  background: url('line.gif') no-repeat;
  width: 100%;
  height: 10px;
}
.footer .logo
{
  margin-top: 16px;
  width: 234px;
	height: 60px;
	overflow: hidden;
}
.footer .logo img
{
  border: 0px none;
}
.footer .credits
{
  margin-top: 16px;
  font-size: 10px;
  text-align: center;
}