/*
Theme Name: Puppets Up!
Theme URI: http://puppetsup.ca
Description: This theme was created for Puppets Up! International Puppet Festival, based on Wordpress Default.
Version: 2.0
Author: Ryan Knuth
Author URI: http://clickitmultimedia.ca

*/

/* RESET */

/* RESET.CSS BY ERIC MEYER */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL RULES*/
body {
  font-size: 1em;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 150%;
  margin: 0 0 10px 0;
  color: #35A548;
}

h2 a {
  color: #652877;
  text-decoration: none;
}

h2 a:hover {
  color: #35A548;
}

h3 {
  font-size: 100%;
  margin: 2px 0;
}

small {
  font-size: 80%;
  font-style: italic;
}

p {
  font-size: 90%;
  margin: 12px 0;
  line-height: 1.2;
}

ul, ol {
  font-size: 90%;
}

hr {
  border: 1px solid #AB4A9C;
  margin: 20px 0;
  clear: both;
}

input#submit, input#searchsubmit {
  background-color: #35A548;
  color: #fff;
  padding: 2px;
  border: none;
}

blockquote {
  padding: 0 0 0 25px;
  font-style: italic;
}

.homepage-intro-link a {
  color: #35A548;
  text-decoration: none;
}

.homepage-intro-link a:hover {
  text-decoration: underline;
}

table {
  border: 1px solid #000;
  margin: 5px 0;
  font-size: 90%;
}

table td {
  padding: 3px;
}

/* WRAPPERS */
#outer-wrapper {
  height: 540px;
  background: url(images/tile.gif) top left repeat;
}

#wrapper.home {
  background: url(images/puppetsup-bg2012.png) no-repeat center top;
  min-width: 1024px;
  min-height: 994px;
  margin: 0 auto;
}

#wrapper.page, #wrapper.single, #wrapper.search, #wrapper.archive, #wrapper.error404 {
  background: url(images/puppetsup-bg-no-pic2012.png) no-repeat center top;
  min-width: 1024px;
  min-height: 994px;
  margin: 0 auto;
}

#inner-wrapper {
  width: 965px;
  margin: 0 auto;
}

/* HEADER */
#header {
  height: 100px;
}

/* MAIN NAV START ------------------------------------------------ */
#home-nav {
  position: absolute;
  top: 61px;
  padding: 0;
  font-size: 18px;
  list-style: none;
}

#home-nav li a {
  text-decoration: none;
  color: #fff;
}

#home-nav li a:hover {
  color: #fcee21;
}

#main-nav{
  position: relative;
  top: 63px;
  left: 185px;
  padding: 0;
  font-size: 22px;
  list-style: none;
  text-align: left;
}

#main-nav ul{
  list-style:none;
}

#main-nav ul li{
  position: relative; /* for dropdown datum */
  float: left;
  margin: 0 25px 0 0;
}

#main-nav ul li a{
  float:left;
  text-decoration: none;
  color: #fff;
}


#main-nav ul li a:hover{
  color: #fcee21;
}

/* drop down */
#main-nav li ul{
  display: none;
  position: absolute; 
  top: 20px;
  left: 0px;
  padding-top: 10px;
}

#main-nav li > ul{
  top: 10px;
  left: 0px;
  padding-top: 28px;
}

#main-nav li.over ul,
#main-nav li:hover ul{
  display: block;
  clear: left; 
}

#main-nav li ul li{
  clear: left;
  text-align: left;
}

#main-nav li ul a{
  width: 240px;
  padding: 5px;
  background: #FC7672;
  text-decoration: none;
  text-transform: none;
  font-size: 16px;
  color: #fff;
}

#main-nav li ul a:hover{
  color: #fcee21;
}

.social{
  position: relative;
  top: -4px;
}

/* CONTENT */
#content {
  min-height: 500px;
}

#first-column.home {
  width: 600px;
  margin: 450px 0 0 75px;
  float: left;
}

#first-column.page, #first-column.single, #first-column.search, #first-column.archive, #first-column.error404 {
  width: 565px;
  margin: 275px 35px 0 75px;
  float: left;
}

#first-column.search h3 {
  color: #fff;
}

h2.welcome {
  font-size: 150%;
}

.hentry {
  background-color: #f2f2f2;
  padding: 10px;
  margin: 0 0 20px 0;
}

.post {
  padding: 10px;
  margin: 0 0 20px 0;
}

.post h2 {
  color: #652877;
  margin: 5px 0;
}

.post h3 {
  color: #000;
  margin: 5px 0;
}

.post ol {
  padding: 0 0 0 20px;
}

.post ul {
  padding: 0 0 0 20px;
  font-size: 90%;
}

.subtitle {
  font-size: 85%;
  font-weight: bold;
}

.postmetadata {
  clear: both;
  font-size: 80%;
}

.postmetadata a {
  color: #35A548;
  text-decoration: none;
}

.postmetadata a:hover {
  text-decoration: underline;
}

a.addthis_button_compact {
  font-style: normal;
  font-weight: bold;
}

.entry {
  margin: 10px 0 0 0;
}

.entry h2 {
  color: #000;
}

.entry a {
  color: #35A548;
  text-decoration: none;
}

.entry a:hover {
  text-decoration: underline;
}

.entry ul {
  font-size: 90%;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.entry ul ul {
  font-size: 100%;
}

#respond {
  width: 600px; 
}

#respond textarea {
  width: 600px;
}

/* SIDEBAR */
#second-column {
  float: left;
  width: 250px;
}

#second-column ul {
  font-size: 17px;
  list-style: none;
}

#second-column li.last {
  margin: 0;
}

#second-column li a:hover {
  color: #35A548;
}

#right-nav {
  height: 270px;
  margin: 102px 0 0 105px;
}

#right-nav h3 {
  margin: 55px 0 0 107px;
}

#right-nav h3 a {
  text-decoration: none;
  color: #000;
}

#right-nav h3 a:hover {
  color: #35A548;
}

#right-nav li {
  margin: 0 0 80px 0;
}

#right-nav li a {
  text-decoration: none;
  color: #000;
}

/** WP WIDGETS STYLING START **/

#wp-widgets {
  padding: 0;
}

.widgettitle {
  font-size: 16px;
  margin: 0 0 52px 13px;
  color: #000;
  height: 30px;
}

.widget_slideshow {
  margin: 0 0 0 92px;
  height: 115px;
  *height: 230px; /* unfortunate IE7 hack */
}

.widget_twitter {
  margin: 335px 0 0 25px;
}

.widget_twitter h2 {
  background-color: #F2F2F2;
  margin: 0;
  padding: 15px 0 0 10px;
}

.widget_twitter .tweets li {
  margin: 15px 0 0 0;
  padding: 0 10px 2px 10px;
  font-size: 80%;
  line-height: 1.2;
  border-bottom: 1px solid #F2F2F2;
}

.widget_twitter .tweets li a {
  color: #35A548;
  text-decoration: none;
}

.widget_twitter .tweets li a:hover {
  color: #35A548;
  text-decoration: underline;
}

.widget_twitter .tweets .timesince {
  color: #736C5D;
  display: block;
  font-style: italic;
  font-size: 75%;
  text-align: right;
  width: 100%;
}

.widget_archive {
  margin: 0;
  padding: 0;
}

.widget_archive ul {
  margin: 0;
  padding: 0;
}

.widget_archive li {
  margin: 0;
  padding: 0;
}

/** WP WIDGETS SIDEBAR END **/

#newsletter {
  margin: 25px 0 0 10px;
}

#newsletter form {
  margin: 5px 0 0 0;
}

#newsletter label {
  font-size: 80%;
  float: left;
}

#newsletter input {

}

ul#side-search {
  margin: 25px 0 0 107px;
}

ul#side-search label {
  font-size: 100%;
}

/* FOOTER */
#footer {
  clear: both;
  height: 41px;
  position: relative;
  left: -27px;
  background: url(images/footer-bg.jpg) top left repeat-x;
  margin: 20px 0 0 0;
}

#footer p {
  color: #fff;
  font-size: 75%;
  padding: 14px 10px 0 10px;
}
/* END CUSTOM CSS -----------------	*/

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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 */
.nocomments {
  font-size: 80%;
}

.comment-body {
  font-size: 95%;
}

.comment-body .url {
  color: #AB499C;
}

.comment-meta a {
  color: #000;
  font-size: 75%;
}

/* End Comments */
a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	font-size: 80%;
}

.navigation a {
	color: #35A548;
	text-decoration: none;
}

.navigation a:hover {
  text-decoration: underline;
}

.comments-navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 80%;
}

.comments-navigation a {
	color: #35A548;
	text-decoration: none;
}

.comments-navigation a:hover {
  text-decoration: underline;
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	padding: 10px;
}

.wp-caption-text {
	font-style: italic;
	font-size: 80%;
}

.addthis_toolbox {
	margin-bottom: 15px;
}
