/*
Puppets Style Ver 1.0
Nick Stevens
*/

body {
	margin-top: 20px;
	padding: 0;
	background: url(../images/wood-texture.jpg) fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #556476
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #ff734a;
}

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

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color:#333333;
	text-decoration: underline;
}



img {
	border: none;
}

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

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

/* Form */

form {
	margin: 0;
	padding: 0;
}

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

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */



/* Menu */

#menu {
	width: 908px;
	height: 56px;
	background-image: url(../images/bg-topnav.gif);
	background-repeat: no-repeat;
	margin:  0 auto;

}

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

#menu li {
	display: block;
	float: left;
	padding: 0px 0px 0px 9px; 
}
#menu p{
	float: right;
	font-weight: bold !important ;
	font: 1.8em Arial, Helvetica, sans-serif;
	padding: 15px 40px 0px 0px; 
	color: #87E3FC;
}
#menu a {
	display: block;
	text-decoration: none;
	font: 1.8em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 5px;
	padding: 9px;
	padding-top: 11px;
}

#menu a:hover { 
	text-decoration: none; 
	color: #fcd63f;
}

#menu .current_page_item a {
	color: #a0a8b2;
}

/** LOGO */

#banner {
	width: 620px;
	height: 240px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: #BCE03E url(images/img04.jpg) no-repeat left top;
}

#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width:312px;
	height: 147px;margin: 0 auto;
}

#logo h1, #logo h2 {
	display: none;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}
h1.title{
color: #ff734a;
margin: 0px 0px 10px 0px; 
}
#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 20px 0 0 5px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: ##48ACDE;
}
#logo-wrap{ background-image:url(../images/top.png) ;
	width: 908px;
	height: 158px;
	margin: 0 auto;}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }


#wrapper {
	width: 908px;
	margin: 0 auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

/* Page */

#page {
	padding-top: 35px;

}

/* Content */

#content {
	float: right;
	width: 570px;
	padding: 10px 20px 0px 0px;
}

#content_wide {
	padding: 10px 20px 10px 20px;
}
	

/* Post */

.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}


.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	font-size: 18px;
	color: #DADADA;
}

.post .entry {
	padding: 0 15px;
}

.post .meta {
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px 0px 30px 0px;
	border-top: 1px dashed #333333;
	font-size: 10px;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img11.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img12.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 293px;
	padding-left: 20px;
}

#sidebar ul {
	margin: 0 15px 10px 0;
	padding: 5px 0px 15px 0px;
	list-style: none;
	/*background: url(../images/nav-rabbit.jpg)  #ebebeb no-repeat  bottom right;*/
	background: #ebebeb;
}

#sidebar li{
	margin: 0;
}
#sidebar a{
font-size: 1.2em;
	color: black;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px; 
}
#sidebar a:hover{
	text-decoration: underline;
}
#sidebar h2 {
	height: 40px;
	background-image: url(../images/nav-top.gif);
	padding: 10px 40px 0px 10px;
}

#sidebar h2 a{
	font-size: 20px !important;
	color: #DADADA !important;
}


/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #48ACDE;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	margin: 0 auto;
	height: 71px;
	min-height: 71px;
	padding: 0;
	width: 908px;
	clear:both;
	font-size: 10px;
	background: url(../images/bg-footer.png) no-repeat;
	filter: progid:DXImage Transform.Microsoft.AlphaImageLoader(src="../images/bg-footer.png");
}

#footer a {
	color: #FFFFFF;
}

html>body #footer {
	height: auto;
}

#footer p {
color: #fff;
font-size: 1.3em;
}

#legal {
	clear: both;
	padding-top: 10px;
	padding-left: 30px;
	text-align: center;
	color: #999999;
}

#legal a {
}


#yellow, #pink, #blue, #extra_blue, #green, #purple, #red{
	width: 295px;
	float: right;
}

#blue .box_head, #extra_blue .box_head{ background: url(../images/panel-bluetop.gif)  no-repeat;}
#yellow .box_head{	background: url(../images/panel-yeltop.gif)  no-repeat;}
#pink .box_head{ background: url(../images/panel-pinktop.gif)  no-repeat;}
#green .box_head{ background: url(../images/panel-greentop.gif)  no-repeat;}
#purple .box_head{ background: url(../images/panel-purptop.gif)  no-repeat;}
#red .box_head{ background: url(../images/panel-redtop.gif)  no-repeat;}

.box_head{
	height:47px;
	padding: 6px 0px 0px 10px;
}

.box_head h1 {
	color: #FFF;
	font-size: 2.2em;
	padding-top:4px;
}

#yellow .box_content p{	
	background-color: #fdedaf;
	background-image: url(../images/panel-yelmid.jpg);
}
#pink .box_content p{
	background-color: #ffc7ec;
	background-image: url(../images/panel-pinkmid.jpg);
}
#blue .box_content p{
	background-color: #b2c8e0;
	background-image: url(../images/panel-bluemid.jpg);
}
#green .box_content p{
	background-color: #b2e59a;
	background-image: url(../images/panel-greenmid.jpg);
}
#purple .box_content p{
	background-color: #bab0c9;
	background-image: url(../images/panel-purpmid.jpg);
}
#red .box_content p{
	background-color: #ebabac;
	background-image: url(../images/panel-redmid.jpg);
}

#extra_blue .box_content p{
	background-color: #b2c8e0;
}

.box_content p{
	background-repeat: no-repeat;
	background-position: right top;
	width: 160px;
	height:172px;
	padding: 10px 125px 0px 10px;
	margin: 0px 0px 0px 0px;
	line-height: 1.4em;
	color: #38362F;
}

.bottom{
	
	height:31px;
	margin: 0px 0px 10px 0px; 
}
#yellow .bottom{background-image: url(../images/panel-yelbot.gif) ;}
#blue .bottom, #extra_blue .bottom{background: url(../images/panel-bluebot.gif) ;}
#pink .bottom{background: url(../images/panel-pinkbot.gif) ;}
#green .bottom{background: url(../images/panel-greenbot.gif) ;}
#purple .bottom{background: url(../images/panel-purpbot.gif) ;}
#red .bottom{background: url(../images/panel-redbot.gif) ;}

table{
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	display: table;
}

table td h2{
color: #87e3fc;
background-color: #344357;
	padding: 5px; 
	font-size: 1.2em;
	margin:15px 0px  5px 0px; 
	font-weight: bold;
}

table td a img {
	border: 3px solid #ff734a;
	float: right;
	margin: 0px;
	background-color: white;
	display:inline;
}

table td a:hover  img {	
	border: 3px solid #fcd63f;
}

table td {
	padding-right:10px;
	width: 265px;
}

table td p{
margin:10px 0px 10px 0px; 
text-align: center;
font-size: 1.2em;
font-weight: bold;

}

.smalltext{
	font-size:9px;
}


.right_image {
	float: right;
	display: block;
}
