/*
Theme Name: Puppetonia Oficial Theme
Theme URI: http://puppetonia.com
Description: brand new theme, for Wordpress
Version: 1.0
Author: Vlad
Author URI: http://noidoi.org
Tags: puppetonia, clean, basic
*/

/*Tool Box*/
.floatleft {float: left;}
.floatright {float: right;}
.clear {clear: both;}
/* end tool*/

* {	
	margin: 0; 
	padding: 0 
	}
	
html {
	}

body {
	font-size: 62.5%; /*reset 10px la 1em*/
	font-family: Verdana, Sans-Serif;
	color: #333;
	background: url(img/back.jpg) repeat-x top left #FFF;
	}

#wrap {
	text-align: left;
	margin: 0px auto;
	width: 930px;
}

#meniu_left {
	position: relative;
	float: left;
	background: url(img/nav_left.png) no-repeat top left;
	height: 36px;
	width: 29px;
	}
	
#meniu_right {
	position: relative;
	float: right;
	background: url(img/nav_right.png) no-repeat top left;
	height: 36px;
	width: 30px;
	}

ul#meniu {
	
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	background: url(img/nav_back.png) repeat-x top center;
	float: left;
	height: 36px;
	width: 871px;
	text-align: center;
	padding-top: 12px;
	}
	
	ul#meniu li {
		display: inline;
		padding: 0px 19px 0 19px;
		list-style:none inside; 
		line-height:0px;
		font-size: 12px;
		}
		
		ul#meniu li a {
			text-decoration: none;

			}
			
			ul#meniu li.home a{
				color: #006300;
				}
				
			ul#meniu li.about a{
				color: #e9372d;
				}
				
			ul#meniu li.shows a{
				color: #365faa;
				}
				
			ul#meniu li.parties a{
				color: #1df0cf;
				}
				
			ul#meniu li.calendar a{
				color: #fff392;
				}
				
			ul#meniu li.gallery a{
				color: #551a8b;
				}
				
			ul#meniu li.contact a{
				color: #9b592f;
				
				}
			
			ul#meniu li.resources a{
				color: #ffe400;
				}
			
			ul#meniu li a:hover {
				color: #fff;
				}
				
body#home ul#meniu li.home a, 
body#about ul#meniu li.about a, 
body#shows ul#meniu li.shows a,
body#parties ul#meniu li.parties a, 
body#calendar ul#meniu li.calendar a,
body#gallery ul#meniu li.gallery a,
body#contact ul#meniu li.contact a,
body#resources ul#meniu li.resources a
{
				color: #fff;	
				}

/*#meniu {
	position: relative;
	background: url(img/nav_back.png) repeat-x top center;
	float: left;
	height: 36px;
	width: 871px;
	}
	
#meniu ul  {
	margin-top: 12px;
	text-align: center;
	}

#meniu ul li {
	display: inline;
	padding: 0px 22px 0 22px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;

	}
	
#meniu a {
	text-decoration: none;
}
*/

#top_home {
	position: relative;
	margin-top:-12px;
	background: url(img/top_back.png) no-repeat top center transparent;
	height: 230px;
	
	}

#top {
	position: relative;
	margin-top:-12px;	
	background: url(img/top_back1.png) no-repeat top center transparent;
	height: 230px;
	
	}
	


#logo {
	position: absolute;
	top: 35px;
	left: 30px;
	width: 345px;
	height: 108px;
	text-indent: -9999px;
	background:url(img/logo.png) top left no-repeat transparent;
	
	}

#motto {
	position: absolute;
	top: 115px;
	left: 80px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #224d25;
	}

#motto2 {
	position: absolute;
	top: 115px;
	left: 250px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #224d25;
	}

#content {
	background: transparent;
	position: relative;
	margin-top: 20px;
	}
	
#main {
	float: left;
	}
	
	
#main_top {
	background: url(img/top_text.png) top left no-repeat;
	height: 76px;
	width: 657px;
	}
	
#main_top h2 {
	color: #006300;
	padding: 30px 60px 0 0px;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	
	}
	
#main_text {
	background: url(img/back_text.png) top left repeat-y;
	width: 550px;
	padding: 0 55px 0 55px;
	color: #7f1200;
	font-size: 12px;
	line-height: 140%;
	}

#main_home {
	background: url(img/back_text.png) top left repeat-y;
	width: 550px;
	padding: 0 55px 0 55px;
	color: #7f1200;
	font-size: 12px;
	line-height: 140%;
	}


#main_text h2 {
	color: #006300;
	padding: 10px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	
	}
#main_text p {
	padding-bottom: 10px;
	}

#main_text a {
	color: #006300;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dashed #7f1200;
	font-weight: bold;
	}
#main_text a:hover {
	color: #7f1200;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dashed #7f1200;
	font-weight: bold;
	}
	
#main_text ul li {
	padding-bottom: 5px;
	}	
	
#main_bottom {
	background: url(img/bottom_text.png) top left no-repeat;
	height: 72px;
	width: 657px;
	}


small {
	font-size: 10px;
	line-height:130%;
	}
	
#flash {
	float: left;
	margin: 0px;
	padding:10px 5px 0 0px;
	height: 300px;
	}

#sidebar {
	float: right;
	
	}

ul li.widget{
	list-style: none;
	}
#sidebar h2 {
	width: 267px;
	color: #ec2d2a;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 40px 0 8px 0;}

#sidebar a {
	color: #006300;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dashed #7f1200;
	font-weight: bold;
	}
	
#sidebar a:hover {
	color: #7f1200;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dashed #7f1200;
	font-weight: bold;
	}

h2.widgettitle{
	background: url(img/news_top.png) top left no-repeat;
	width: 267px;
	color: #ec2d2a;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 40px 0 8px 0;}

.textwidget{
	width: 200px;
	padding: 0 30px 0 30px;
	background: url(img/news_back.png) top left repeat-y;
	color:#7f1200;
	font-size: 13px;
	line-height: 140%;

	}
ul.cat-item {
	width: 217px;
	padding: 0 30px 0 20px;
	list-style: none;

	}	

ul li.cat-item {
	width: 217px;
	padding: 0 30px 0 20px;
	background: url(img/news_back.png) top left repeat-y;
		list-style: none;

	}


#sidebar ul li{
	width: 200px;
	padding: 0 30px 0 30px;
	background: url(img/news_back.png) top left repeat-y;
	font-size: 12px;
	color: #7f1200;
	list-style: none;
	line-height: 150%;
	
	
	}
#calendar_wrap {
	width: 170px;
	padding: 0 30px 0 60px;
	background: url(img/news_back.png) top left repeat-y;
	color:#7f1200;
	font-size: 14px;
	
	}

#searchform {
	padding: 75px 0 0 30px;
	background: url(img/news_back.png) top left repeat-y;

	}

.news_top {
	background: url(img/news_top.png) top left no-repeat;
	height: 66px;
	width: 267px;
	}
	
.news_text {
	background: url(img/news_back.png) top left repeat-y;
	width: 217px;
	padding: 0 30px 0 20px
	
	}
.news_bottom {
	background: url(img/news_bottom.png) top left no-repeat;
	height: 70px;
	width: 267px;
	
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

h3#comments {
	padding: 20px 0 10px 0;
	
	}

h3 {
	padding-top: 20px;
	}

.avatar {
	float: right;
	padding-right: 20px;}
	
.comment-meta {
	font-size: 10px;
	padding-bottom: 5px;
	}

.fn {font-size: 14px;
font-style: normal;
font-weight: bold;
	}
.says {font-size: 10px;
	padding-bottom: 5px;
	}

#footer {
	position: relative;
	margin: 10px 0 20px 25px;
	color: #7f1200;
	font-size: 11px;
	
	}
	
#footer a {
	color: #006300;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dashed #7f1200;
	font-weight: bold;
	} 
	
#footer a:hover {
	color: #7f1200;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dashed #7f1200;
	font-weight: bold;
	}
