/*
Theme Name: Jenny Wilson Hardships Theme
Description: Jenny Wilsons Hardships theme built by the famous <a href="http://richardbrattlund.se/">Richard Brattlund</a>.
Version: 1.0
Author: Richard Brattlund
Author URI: http://richardbrattlund.se/
Tags: white, fixed width, two columns, widgets
*/


html {
	height: 100%;
	max-height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}

body {
	font: normal 12px century school book, bodoni, times new roman;
	padding: 0px;
	margin: 0px;
	height: 100%;
	max-height: 100%;
	border: 0px;
	}

#defaultcontent {
	display: block;
	position: absolute;
	z-index: 3;
	top: 220px;
	bottom: 0px;
	width: 100%;
}
* html #defaultcontent {
	top: 220px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	}

#header {
	position: absolute;
	left: 50%;
	margin-left: -425px;
  	top:0;
	}

object,embed,param {
	z-index: 10;
}

#header2 {
	position: fixed;
	_position:absolute;
	z-index: 5;
	left: 50%;
	margin-left: 75px;
  	top:0;
	_top:expression(eval(document.body.scrollTop));
	}

#content {
	position: absolute;
	width: 850px;
	min-height: 99%;
	height: 99%;
	left: 50%;
	margin-left: -477px;
	background-color: #fff;
	}
	/* vertical track */
	#track1 {
		float: left;
		width: 15px;
		height: 100%;
		margin-left: -20px;
		background-color: #fff;
		border: 1px dotted #e9e9e9;
	}

	/* vertical track handle */
	#handle1 {
		width: 15px;
		height: 50px;
		background-color: #e1e1e1;
		cursor: arrow;
	}

#main {
	float: left;
	width: 555px;
	height: 100%;
	overflow: hidden;
	}

.post {
	padding: 0px 25px 10px 25px;
	}

input,textarea {
	width: 200px;
	margin: 0px 0px 10px 0px;
	font: normal 12px century school book, bodoni, times new roman;
	color: #4e382d;
	background-color: #f5f5f5;
	border: 1px dotted #e1e1e1;
	}
textarea {
	width: 280px;
	height: 125px;
}
input:focus,textarea:focus {
	background-color: #fafafa;
}
.submit {
	width: 100px;
	margin: 20px 0px 0px 180px;
	padding: 2px;
	font-weight: bold;
	background-color: #f5f5f5;
	color: #E80082;
	border: 1px solid #e1e1e1;
}
.submit:focus {
	color: #101010;
}

#sidebar {
	float: left;
	margin: 75px 0px 0px 0px;
	width: 250px;
	}
	#sidebar ul {
		list-style-type: none;
		}
	#sidebar ul li a img {
		margin: 0px 0px 8px 0px;
		}
	#sidebar a {
		font: bold 1.4em "bodoni mt","bodoni lt",bodoni,georgia,garamond,"times new roman",serif;
		text-transform: uppercase;
		}

.navigation {
	width: 500px;
	padding: 0px 25px 50px 25px;
}

/* sm�prylar */

img {
	border: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

h2 {
	font: bold 1.4em "bodoni mt","bodoni lt",bodoni,georgia,garamond,"times new roman",serif;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}

h2 a {
	color: #000;
}

a {
	font-weight: bold;
	color: #E80082;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	color: #E80082;
	text-decoration: underline;
	}
.separator {
	width: 400px;
	border-top: 1px dotted #5a5a5a;
	margin: 0px 0px 10px 25px;
	}
.clearer {
	clear: both;
}

.sociable {
	clear: both;
	padding-top: 50px;
}
