/* CORE STYLES, all pages will use this */

body {
	color:#333333;
	background: #ffffff;
	font-family: georgia,hoefler text,times new roman;
	margin: 0px;
	padding: 0px;
	background-image: url(/icons/splash.gif);
	background-repeat: no-repeat;
}


a:link {
	color: #666666;
}

a:visited {
	color: #666666;
}

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

a:active {
	color: #666666;
	}

h2 a {
	text-decoration: none;
}

h3 a {
	text-decoration: none;
}

h4 a {
	text-decoration: none;
}

pre {
margin-left: 1em;
}

#sidebar {
	position: absolute;
	left: 0px;
	width: 280px;
	padding: 0px;
}

#main {
	position: absolute;
	right: 0px;
	left: 290px;
}

#main img {
	margin:0px;
	border: 0px;
}

#sidebar .block {
	width: 265px;
	padding: 5px;
	padding-right: 10px;
}

#sidebar .block h3 {
	letter-spacing: .25em;
	text-align: right;
}

#sidebar .block h4 {
	letter-spacing: .15em;
	text-align: center;
	margin-right: 1em;
}

ul.links-with-text li {
	list-style-type: none;
	font-size: smaller;
	text-indent: -1em;
	padding-bottom:3px;
}

ul.links-with-text li a{
	font-size: larger;
	text-decoration: none;
	font-weight:bold;
	padding-right:5px;
	padding-top:3px;
	background:#fff;
}

.header {
	height:180px;}

#main .block {
	float: left;
}

#main .block form {
	margin: 2em;
	text-align: right;
}

.navmenu ul {
	margin-left: 0em;
	margin:0px;
	margin-bottom:15px;
	padding-left: 1em;
	text-align:center;
	height:24px;
}

.navmenu ul li {
	display: inline;
	font-size: smaller;
}

li.button a {
	text-decoration: none;
}

#main .block h3{
	font-size: 120%;
	letter-spacing: .1em;
	padding: 1em;
	margin-top:0px;
	font-variant:small-caps;
}

#main .block h4{
	padding-left:1em;
}


.inside-bar {
	float: right;
	width: 200px;
	margin-left: 10px;
	padding: 10px;
	padding-top:0px;
	padding-bottom:0px;
}

.header .inside-bar {
width: 205px;
}

.title-block .inside-bar {
	float: left;
	margin-right: .25em;
	margin-left: .25em;
	margin-bottom:1em;
}

.block .inside-bar {
	background: #fff;
}

.inside-bar h2 {
	letter-spacing: .2em;
	text-align: center;
}

.excerpt {
	line-height: 120%;
	padding: 1em;}

.breadcrumb {
	margin: 2em;
	font-family: sans-serif;
	font-size: smaller;
}

div.breadcrumb a {
	text-decoration: none;
}

div.breadcrumb:hover,
div.breadcrumb:hover a {
	color: #000000;
}

.description {
	margin: 1.5em;
	padding-left: 2em;
	text-indent: -1em;
	font-family: sans-serif;
	font-size: smaller;
	font-style:italic;
}

div.description:hover {
	color: #000000;
}

ul.recent-list {
	margin-left: 0em;
	padding-left: 0em;
	text-indent: 0em;
}

ul.recent-list li {
	list-style-type: none;
	text-indent: 0em;
	border-bottom: 1px dotted #666;
}

ul.recent-list a {
	text-decoration: none;
}

.header {
	float: left;
}

.footer {
	float: left;
	margin-top: 3em;
}

.footer img {
	float: right;
}

p.button {
	text-align: center;
	letter-spacing: .25em;
	font-size: 80%;
	font-family: verdana, sans-serif;
}

p.button a {
	padding: .5em 1.5em .1em;
	border: 1px dotted #fff;
	border-bottom: 3px solid #fff;
	text-decoration: none;
}
p.button a:hover {
	background: #fff;
}

/* COLOR SCHEME */

#sidebar .block {
	border-right: 0px;
	border-left: 3px solid #f18bb4;
	border-top: 3px solid #f18bb4;
	border-bottom: 1px solid #f18bb4;
	background: #f5dee9;
	background-image: url(/icons/pink-splash-flip.gif);
	background-repeat: no-repeat;
}


#sidebar .block a:hover {
	color: #f18bb4;
}


ul.links-with-text li a{
	background-repeat: no-repeat;
	padding-left:5px;
	border-bottom: 1px #f18bb4 solid;
	border-right: 3px #f18bb4 solid;
	border-left:1px #f18bb4 solid;
}

.description {
	color:#f18bb4;
}

.breadcrumb {
	color: #f18bb4;
}

.breadcrumb a {
	color: #f18bb4;
}

.header {
	background-image: url(/icons/header-splash-repeat.gif);
	background-repeat: repeat;
}

.header .inside-bar {
	border-right: 1px solid #84c55c;
	border-top: 3px solid #84c55c;
	border-bottom: 1px solid #84c55c;
	background: #fff;
	background-image: url(/icons/splash.gif);
	background-repeat: no-repeat;
}

#main .block {
	border-top: 3px solid #84c55c;
	border-right: 3px solid #84c55c;
	border-bottom: 1px solid #84c55c;
	background: #dfefaf;
	background-image: url(/icons/splash-on-green.gif);
	background-repeat: no-repeat;
}

#main .block h4 {
	color:#84c55c;}

#main .block a:hover {
	color: #84c55c;
}

#main .block p {
	padding-left: 1em;
	padding-right: 2em;
}

#main .block .inside-bar {
	background-image: url(/icons/splash.gif);
	background-repeat: no-repeat;
	border-right: 3px solid #84c55c;
	border-bottom: 1px solid #84c55c;
}

.navmenu {
	margin: 0px;
	padding:0px;
	background-image: url(/icons/navmenu-splash.gif);
	background-repeat: no-repeat;
	height:130px;
}

#main .block div.start,
#main .block div.odd,
#main .block div.even{
	margin-top:0em;
	margin-bottom:0em;
	font-size:smaller;
	background-image: url(/icons/splash-on-green.gif);
	background-repeat: no-repeat;
}

#main .block div.start {
	margin-top:38px;
	width:200px;
	margin-right:2em;
	padding: 0em .5em .2em 2.5em;
	border-top: 3px solid #84c55c;
	border-right: 1px dotted #84c55c;
}

#main .block div.odd {
	margin-left:2em;
	padding: 0em 2.5em .2em .5em;
	border-top: 3px solid #84c55c;
	border-left: 1px dotted #84c55c;
}

#main .block div.even {
	margin-right:2em;
	padding: 0em .5em .2em 2.5em;
	border-top: 3px solid #84c55c;
	border-right: 1px dotted #84c55c;
}

#main .block div.start a,
#main .block div.odd a,
#main .block div.even a{
	text-decoration:none;
	letter-spacing:.05em;
	color:#666;
	border-bottom: 1px #84c55c solid;
	border-left: 1px #84c55c solid;
	border-right: 3px #84c55c solid;
	font-weight:bold;
	font-size: larger;
	padding-right:5px;
	padding-top:3px;
	padding-left:5px;
	background:#fff;
	background-repeat: no-repeat;
}

#main .block div.start a:hover,
#main .block div.odd a:hover,
#main .block div.even a:hover{
	color:#84c55c;
}

#main .block div.start img {
	float:right;
	margin:0em 0em .5em 1em;
}

#main .block div.odd img {
	float:right;
	margin:0em 0em .5em 1em;
}

#main .block div.even img {
	float:left;
	margin:0em 1em .5em 0em;
}

div.clearer {
	clear:both;
}

#main .block h4.dated {
	font-weight: normal;
	text-align: center;
	padding-left:0em;
	color: #666;
}

#main .block h4.subtitle {
	font-weight: normal;
	font-style: italic;
	text-align:center;
	padding-left:0em;
	color:#666;
}

#main .block .extra_image {
	text-align:center;
}

.puppet-title {
	font-family: sans-serif;
	font-size:larger;
	color:#999;
}

.puppet-body {
	line-height:1.5em;
}

.puppet-body pre {
	font-size:80%;
	margin-left:0em;
	letter-spacing:-.05em;
}

#main .block h3.Snout-name {
	text-align:center;
	letter-spacing: .2em;
	font-size: 200%;
	line-height: 100%;
	font-weight: normal;
	font-family: Impact, sans-serif;
	color:#fff;
	padding-bottom: 0em;
	margin-bottom: 0em;
}

#main .block h3.Stobierski-name {
	text-align:center;
	font-size: 200%;
	line-height: 100%;
	font-weight: normal;
	font-family: Impact, sans-serif;
	color:#fff;
	padding-bottom: 0em;
	margin-bottom: 0em;
}

#main .block h3.Mushmouth-name {
	text-align:center;
	font-size: 200%;
	line-height: 100%;
	font-weight: normal;
	font-family: Impact, sans-serif;
	color:#fff;
	padding-bottom: 0em;
	margin-bottom: 0em;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(/scripts/lightbox/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/scripts/lightbox/overlay.png", sizingMethod="scale");
	}
