/*  
Theme Name: Scarlet Zebra
Theme URI: http://www.gloderworks.com/
Description: The Scarlet Zebra WordPress theme.
Version: 1.0
Author: GloDerWorks
Author URI: http://www.gloderworks.com/

*/

/* ======  Structure ====== */
html * {margin: 0; padding: 0;}
body {
	background-image: url(/images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 67%;
}
#main { position: relative; width: 1100px; margin-left: auto; margin-right: auto;}
#header {
	width: 100%;
	height: 128px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	height: auto;
	_height: 601px;
	min-height: 601px;
	background-image: url(/images/bg_content.jpg);
	background-repeat: no-repeat;
	padding-left: 160px;
	padding-right: 160px;
	padding-top: 25px;
	padding-bottom: 15px;
}
#footer { clear: both; text-align: right; padding-right: 160px;}
#content { margin-right: 220px;}
#sidebar {float: right; width: 195px;}

/* ====== Sidebar ====== */

#sidebar ul {margin-top: 10px; margin-bottom: 10px;}
#sidebar ul li {list-style-type: none; margin-left: 10px;}
#searchform {margin: 5px 2px;}

/* ====== Headings ====== */

h2 {
	font-size: 1.8em;
}
#sidebar h2 {
	color: #88af91;
	text-shadow: -3px 3px 3px #c0c0c0;
}

#content h2 {
	border-bottom: 1px solid #4f405d;
}

/* ====== Links ====== */

#header a:link {width: 780px; height: 128px; display: block; margin-left: 160px; margin-right: 160px;}
#header a:hover {background-color: transparent;}
a {color: #9c2c86; }
a:visited {color: #005e5a; }
a:hover {color: #ffffff; background-color: #4f405d; text-decoration: none;}
h2 a {text-decoration: none; display:block;}
h2 a:hover {color: #88af91; background-color: inherit;}
#sidebar li a {text-decoration: none; display: block; _display: inline-block; _width: 185px;}

/* ====== Typography ====== */

.entry {
	font-size: 1.3em;
}

p {
	padding-bottom: 1.2em;
}