﻿/*------------------------------------------------

	Style.css - Main stylesheet for Puidokas.com

------------------------------------------------*/
body							{background:#363636;}
body							{font: 12px/1.5 Candara, Arial, sans-serif;}
/*
body							{font: 12px/1.5 Candara, Arial, sans-serif;background:#363636 url(images/sprite_map.gif) 0 -214px repeat-x;}
a								{color:#039;}
a:hover							{color:#39c;}
h1,h2,h3,h4,h5,h6				{font-weight:bold;line-height:1.3;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a	{text-decoration:none;}
h1 a:hover,h2 a:hover,
h3 a:hover,h4 a:hover,
h5 a:hover,h6 a:hover			{text-decoration:underline;}
strong							{font-weight:bold;color:#999;}
pre								{font-family:courier new, courier, monospace;background:#ffc;padding:15px;overflow:auto;width:555px;}
.hide							{position:absolute;left:-9999px;}
*/

/* Branding
------------------------------------------------*/
#branding
{
/*	width:800px;
	height:235px;
	margin:0 auto;
	position:relative;*/
}

/* Navigation
------------------------------------------------*/
#navcontainer ul
{
	background-color:#84e003;
	padding-left: 0;
	white-space: nowrap;
	margin-top:8px;
	margin-bottom:8px;
	padding-top:4px;
	padding-bottom:4px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	margin-left:0px;
	margin-bottom:0px;
}

#navlist li.current 
{
	padding: 3px 10px; 
	color: #fff;
	font-weight:bold;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	font-weight:bold;
	/* background-color: #036; */
	/* text-decoration: none; */
}

#navlist a:hover
{
	color: #fff;
	font-weight:bold;
	/* background-color: #369; */
	/* text-decoration: none; */
}

/* Content
------------------------------------------------*/

/* content area between branding and copyright */
#content					{padding:10px;background:#fff;font-size:1.2em;}
#content h1					{font-size:1.6em;font-weight:normal;border-bottom:3px solid #ddd;margin-bottom:15px;}
#content p					{margin-bottom:1em;}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6					{margin-bottom:.5em;}
#content h2					{font-size:1.6em;}
#content h3					{font-size:1.4em;}
#content h4					{font-size:1.2em;}
#content h5					{font-size:1em;}
#content h6					{font-size:1em;}
#content ul					{list-style-type:disc;padding:0 0 0 1.5em;}
#content li					{margin-bottom:1em;}
#content li li				{margin-bottom:0;font-size:.9em;}
#content strong				{color:#84e003;}

/* Copyright
------------------------------------------------*/
#copyright						{padding:5px 0;border-top:3px solid #999;background:#bbb;color:#fff;text-align:center;font-size:.8em;}

