/*
Theme Name: Jane Press
Theme URI: http://wordpress.org/
Description: Theme for Jane Press
Version: 1.0
Author: Fluid Creativity
Tags: jane press
*/

* {
	margin: 0;
	padding: 0;
}

/* Generic Styling */

body {
	background: #FFFFFF;
	color: #434343;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
}

	body * {
		text-align:left;
	}

	body#commentsPopup {
		margin: 3px;
	}

h1 {
	text-align: center;
	margin: 40px 0;
}

h2, h3 {
	margin: 2em 0 1em 0;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

img {
	border: none;
}

p {
	margin: 1em 0;
	line-height: 1.2em;
}

	p.blogActions {
		clear: both;
	}

a {
	color: #267e7e;
}

	a:hover {
		color: #414141;
	}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	margin: 1em 0 1em 2em;
	border-left: 5px solid #267E7E;
	padding-left: 6px;
}

#visitLink {
	position: relative;
	left: -10px;
}

/* Page Layouts */

#pageWrapper {
	margin: 0 auto;
	width: 960px;
}

#navigation {
	width: 180px;
	float: left;
	padding: 10px;
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
}

	#navigation ul {
		list-style: none;
	}
	
	#navigation li {
		margin-bottom: 1em;
		text-align: right;
	}
	
		#navigation li li {
			margin-bottom: 0.2em;
		}
		
		#navigation a {
			text-decoration: none;
		}
		
			#navigation a:hover {
				text-decoration: underline;
				color: #267e7e;
			}

	#navigation p {
		text-align: right;
	}

#content {
	width: 540px;
	float: left;
	padding: 10px;
}

	#content ul, #content ol {
		margin: 1em 0 1em 2em;
	}

#sideBar {
	width: 180px;
	float: right;
	padding: 10px;
}

	#sideBar ul {
		margin: 1em 0;
		list-style: none;
	}
	
	#sideBar li {
		margin-bottom: 0.2em;
	}
	
	#sideBar a {
		color: #7a7a7a;
	}
	
		#sideBar a:hover {
			color: #267e7e;
		}
	
	#sideBar cite {
		border: 1px solid #e4e4e4;
		background: #fafafa;
		color: #525252;
		text-align: center;
		padding: 6px;
		margin-top: 3em;
		display: block;
		font-style: normal;
	}

		#sideBar cite a {
			color: #424242;
		}
	
	#sideBar form {
		margin: 1em 0;
	}
	
	#sideBar h2 {
		margin-top: 0;
		color: #388686;
		font-size: 1.1em;
		border-bottom: 1px solid #dadada;
		padding-bottom: 0.1em;
		font-family: Georgia, Times, serif;
		display: block;
		font-weight: normal;
	}
	
	#sideBar label {
		position: absolute;
		left: -10000px;
	}
	
	#sideBar input.search {
		border: 1px solid #cccccc;
		padding: 2px;
		width: 160px;
	}
	
	#sideBar input.submit {
		margin-left: 0;
	}

/* Content Boxes */

div.post {
	margin-bottom: 3em;
	overflow: hidden;
	clear: both;
}

	div.post h2 {
		background: #f4f8f8;
		text-transform: uppercase;
		font-family: Georgia, Times, serif;
		font-size: 1.1em;
		padding: 4px 6px;
		border-left: 2px solid #267e7e;
		margin-top: 0;
		font-weight: normal;
	}
		
		div.post h2 a {
			text-decoration: none;
			color: #414141;
		}

			div.post h2 a:hover {
				text-decoration: underline;
			}
	
		div.post h2 span {
			color: #267e7e;
			display: block;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.7em;
			font-weight: bold;
		}
	
	div.post div.extraInfo {
		text-transform: uppercase;
		font-family: Georgia, Times, serif;
		color: #267e7e;
		border-top: 2px solid #267e7e;
		padding-top: 0.5em;
		margin-top: 1em 0;
		font-size: 0.9em;
	}
	
		div.post div.extraInfo a {
			text-decoration: none;
		}
		
			div.post div.extraInfo a:hover {
				text-decoration: underline;
			}

#commentList {
	margin: 1em 0;
}

	#commentList li {
		margin-bottom: 1em;
		clear: both;
		padding: 0;
	}

		#commentList li p {
			margin-top: 0;
		}

	#commentList img.avatar {
		float: right;
		margin: 0 0 0.5em 0.5em;
	}

	#commentList cite {
		font-size: 0.9em;
		font-weight: bold;
	}
	
	#commentList div {
		float: right;
		width: 510px;
	}

#wp-calendar {
	font-size: 0.9em;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1em;
}

	#wp-calendar caption {
		position: absolute;
		left: -10000px;
		font-size: 0;
		line-height: 0;
	}
	
	#wp-calendar td {
		text-align: center;
		padding: 2px 0;
	}

	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
	}
	
	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
	}

	#wp-calendar #today {
		border: 1px solid #DADADA;
		color: #388686;
		font-weight: bold;
	}

/* Forms */

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #267E7E;
}

	fieldset legend {
		padding: 0 0.5em;
		color: #434343;
	}

	fieldset label {
		display: block;
		overflow: hidden;
		clear: both;
		margin-top: 0.5em;
		padding: 5px;
	}
	
		fieldset label span {
			float: left;
			width: 250px;
			padding-top: 0.2em;
			position: relative;
		}
		
			fieldset label span em {
				position: absolute;
				right: 5px;
				color: #267E7E;
			}

	fieldset input, fieldset textarea, fieldset select {
		border: 1px solid #CCCCCC;
		padding: 2px;
		width: 250px;
	}
	
	fieldset textarea {
		width: 500px;
		clear: both;
		margin-top: 0.5em;
	}

input.submit {
	border: none;
	background: url(images/submit.gif) 0 50% no-repeat;
	padding-left: 16px;
	text-align: left;
	text-transform: uppercase;
	color: #747474;
	font-size: 1.1em;
	margin: 0.5em 0 0.5em 250px;
}

/* Polls */


div.pollBlock {
	margin: 1em 0;
	border: 1px solid #267E7E;
	padding: 5px;
	text-align: right;
	font-family: Verdana,Arial,Helvetica,sans-serif
}

	div.pollBlock h2 {
		border-bottom: 1px solid #DADADA;
		color: #388686;
		font-size: 0.9em;
		font-weight: normal;
		margin-top: 0pt;
		padding-bottom: 0.1em;
		font-family: Georgia,Times,serif;
		text-align: right;
		border-left: none;
		background: none;
	}

	div.pollBlock ul {
		font-size: 0.8em;
	}

	div.pollBlock li {
		margin-bottom: 0.2em;
		overflow: hidden;
	}
	
	div.pollBlock .pollbar {
		float: right;
	}
	
	#content div.pollBlock h2 {
		text-align: left;
	}
	
	#content div.pollBlock li p {
		display: none;
	}
	
	#content p.pollNotes {
		font-weight: bold;
		font-size: 0.7em;
		line-height: 1.5em;
	}
