/*
Theme Name: Skeleton
Theme URI: http://www.wynia.org
Description: The theme to use as the basis for your own. Take your HTML design and make it a Wordpress theme. Licensed for any use. I only ask for links back if you make your own theme out of it.
Version: 1.0
Author: J Wynia j@wynia.org
*/

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}


*{
	margin:0;
	padding:0;
}

#wraper {
	position: relative;
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header {
	height:350px;
}

#header a img
{
	display: none;
}

#image-container {
	position:absolute;
	overflow:hidden;
	height:200px;
	width: 100%;
}

#image-container img {
	width:200px;
	height:200px;
	padding-left: -5px;
	padding-right: 0px;
}

#logo {
	width:420px;
	height:105px;
	background-image: url('/images/header33.gif');
	position:absolute;
	z-index: 5;
	opacity: .88;
	top: 201px;
	left:20px;
}

#navbar {
	height:45px;
	position: absolute;
	z-index: 2;
	top:278px;
	left:76px;
}

#navbar ul, #navbar li {
	list-style-type:none;
	display:inline;
	padding-left:5px;
	padding-right:5px;
}

#navbar li a, #navbar li a:visited, #navbar li a:active {
	text-decoration: none;
	color: #000; 
	font-size: 13px;
	text-transform: uppercase;
	font-family: Copperplate, Franklin Gothic Medium;
}

#navbar li a:hover {
	color: #c27547; 
}

#fade {
	position: absolute;
	background-image: url('/images/toptrans.png');
	background-repeat: repeat-x;
	width: 100%;
	height:70px;
	top: 130px;
	left:0px;
	z-index: 2;
}

#faderight {
	position: absolute;
	right: 0px;
	background-image: url;
	background-repeat: repeat-y;
	width: 75px;
	height: 250px;
	z-index: 3;
}

#fadeleft {
	position: absolute;
	left: 0px;
	background-image: url;
	background-repeat: repeat-y;
	width: 75px;
	height: 250px;
	z-index: 3;
}

#sock {
	height:39px;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-image: url('/images/footerbackground.png');
	background-repeat: repeat-x; 
	text-align: center;
	width: 100%;
	height: 39px;
	z-index: 2;
}

#footer-text {
	font-family: Copperplate, Franklin Gothic Medium;
	font-size: 11px;
	padding-top: 25px;
}

#sidebar {
	position: absolute;
	right:15px;
	top:201px;
	width:318px;
	z-index:4;
}

.sideblock img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -2;
	opacity: .55;
}

.post {
	margin-left: 50px;
	margin-right: 450px;
	padding-left: 30px;
	padding-top: 20px;
	font-family: Palatino, Georgia;
	font-size: 12px;
}

.sideblock {
	width: 285px;
	padding-left: 35px;
	padding-top: 35px;
	overflow: hidden;
	font-family: Palatino, Georgia;
	font-size: 13px;
	position: relative;
	height: 260px;
}

.sideblock ul {
	padding-left: 20px;
	width: 230px;
	list-style-type: url('/images/bigleaf.png');
}

.sideblock h1 {
	color:#c27547;
	font-size: 16px;
}

.sideblock h2 {
	font-size: 16px;
	text-align: center;
}

#content .post h1, #content .post h1 a {
	font-family: Copperplate, Franklin Gothic Medium;
	font-size: 28px;
	color: #c27547;
	text-decoration: none;
	padding-bottom: 10px;
}

#content {
	padding-bottom: 50px;
	min-height: 1050px;
	position: relative;
}

#content .post h1 {
	margin-left: -32px;
	line-height:25px;
	color: #c27547;
}

#content .post p strong {
	font-family:  Palatino, Georgia;
	font-size: 13px;
	color: #000;
	display: block;
	margin-left: -15px;
	padding-top: 10px;
}

a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #c27547;
}

.post ul {
	padding-left: 20px;
}

#backfloat {
	position: absolute;
	z-index: -2;
	opacity: .2;
}

#resizer {
	float: right;
	cursor: pointer;
}

#rightnav {
	float: right;
	padding-left: 10px;
	padding-top: 60px;
}

#rightnav h2 {
	font-size: 16px;
	padding-left: 12px;
}

#rightnav li {
	list-style-type: none;
	font-size; 12px;
}

.entry p, #post-57 .entry li {
	padding-bottom: 15px;
}

.current_page_item, .current_page_parent {
	font-style: italic;
}

.printonly {display: none;}



/* ffae00 */


