/*
Theme Name: Jon Izen
Theme URI: http://wordpress.org/
Description: This is the Jon Izen Theme.
Version: 1.6
Author: Paul Stodolak
Author URI: http://www.beside.ca
Tags: blue, custom header, fixed width, two columns, widgets

	Designed by Bram Timmer, built by Paul Stodolak.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	background: url('images/BACK.jpg') top;
	font-family:  Helvetica Light, Helvetica, Arial, sans-serif;
	font-size: 11pt;
	text-align: center;
	position:relative;
	margin:auto;
	width:795px;
	text-align:left;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 167px;
	width: 795px;
	}
	
img {
	border:0;
}

#content {
	margin-left: auto;
	margin-right:auto;
	width: 695px;
	height:100%;
	position: relative;
	background-color:#FFF;
	font-size: 11pt;
	padding-left:40px;
	padding-right:40px;
	}

#footer {
	background: url('images/jonizen_footer.png') no-repeat top;
	border: none;
	}

h1, h2, h3 {
	font-size:11pt;
	font-weight: bold;
	}

a, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #06c;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	position: relative;
	top: 0px;
	margin:auto;
	padding: 0;
	height:100%;
	margin-top:10px;
	margin-bottom:10px;
	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 167px;
	width: 795px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#footer {
	clear:both;
	margin-left: auto;
	margin-right:auto;
	height: 20px;
	width: 780px;
	position:relative;
	left:0px;
	right:0px;
	}

#footer p {
	margin: 0;
	font-size:10pt;
	padding: 5px;
	text-align: center;
	}
/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#contentAlt {
	margin-left: auto;
	margin-right:auto;
	width: 735px;
	height:100%;
	position: relative;
	background-color:#FFF;
	font-size: 11pt;
	padding-left:40px;
	}

.news {
	padding-top:20px;
	width:450px;
	float:left;
}

.news p {
	width: 425px;
}

.news img {
	clear:both;
	padding-bottom:10px;
}

.newsLink {
	padding-top:20px;
	float:left;
	position:relative;
	right:-20px;
}

.newsLink #currentPost{
	font-weight:bold;
}

.newsLink li {
	font-family: Helvetica Light, Helvetica, Arial, sans-serif;
	color:#000;
	font-size:11pt;
	position:relative;
	width: 235px;
	height: 20px;
	clear:both;
	margin-bottom:7px;
	background-image:url('images/link_bg.jpg');
	list-style:none;
}

.newsLink li a {
	position:relative;
	padding-top:5px;
	top:2px;
	padding-left:25px;
}

#linksImage{
	float:left;
}

.linkPage {
	padding-top:20px;
	float:left;
	position:relative;
	right:-20px;
}

.linkPage li {
	font-family: Helvetica Light, Helvetica, Arial, sans-serif;
	color:#000;
	font-size:11pt;
	position:relative;
	width: 220px;
	min-height:20px;
	clear:both;
	list-style:none;
}

.linkPage h2{
	position:relative;
	width: 220px;
	height: 20px;
	clear:both;
	padding-top:5px;
	padding-left:25px;
	background-image:url('images/link_bg.jpg');
}

.linkPage li ul li{
	position:relative;
	left:-15px;
	clear:both;
	padding-top:5px;
	padding-left:25px;
	background-image:url('images/link_bg.jpg');
	height:20px;
	width:220px;
}

/*
Begin Constants
*/
#titleImage {
	margin-left:auto;
	margin-right:auto;
	display:block;
	position:relative;
	clear:both;
}

#clear {
	clear: both; 
	margin-left: auto;
	margin-right:auto;
	width: 695px;
	padding-bottom: 100px;
	background-color:#FFF;
}
/*
End Constants
*/

/*
Begin Home Page
*/
.homeImage {
	margin-left:auto;
	margin-right:auto;
	display:block;
	position:relative;
	clear:both;
}

#homeContent {
	margin-left: auto;
	margin-right:auto;
	width: 775px;
	height:100%;
	position: relative;
	background-color:#FFF;
}
/*
End Home Page
*/

/*
Begin Bio Page
*/
#bioContent {
	background-color:#FFF;
	margin-left: auto;
	margin-right:auto;
	width: 775px;
	position: relative;
	height:100%;
	display:block;
}

#bio_left {
	float:left;
	position:relative;
	width:335px;
	display:block;
}

#bio_right {
	float:left;
	position:relative;
	width: 360px;
	padding-top:10px;
	padding-left:40px;
	padding-right:40px;
	display:block;
}

#bio_right p {
	font-family:  Helvetica Light, Helvetica, Arial, sans-serif;
	font-size: 11pt;
}

.bioImage {
	margin-left:auto;
	margin-right:auto;
	display:block;
	position:relative;
	clear:both;
}
/*
End Bio Page
*/

/*
Begin Awards Page
*/
#awardsContent {
	background-color:#FFF;
	margin-left: auto;
	margin-right:auto;
	width: 775px;
	position: relative;
	height:100%;
	display:block;
}

#awards_left {
	padding-top:10px;
	padding-left:25px;
	padding-right:10px;
	float:left;
	position:relative;
	width:300px;
	display:block;
}

#awards_right {
	float:left;
	position:relative;
	width: 380px;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	display:block;
}

#awards_right p {
	font-family:  Helvetica Light, Helvetica, Arial, sans-serif;
	font-size: 11pt;
}

.awardsImage {
	margin-left:auto;
	margin-right:auto;
	display:block;
	position:relative;
	clear:both;
}
/*
End Awards Page
*/

#contactLeft {
	float:left;
	padding-top:0px;
}

#contactLeft p, #contactLeft ol {
	width:250px;
	padding-left:40px;
}

#contactLeft ol {
	padding-left:60px;
}

#contactLeft ol li {
	padding-bottom:10px;
}

#contactRight {
	padding-top:0px;
	float:left;
}

#contactRight input{
	border:0;
	background:none;
	background-image:url("images/link_bg.jpg");
	font-family:  Helvetica Light, Helvetica, Arial, sans-serif;
	height:23px;
	margin-top:10px;
	margin-bottom:10px;
}

legend {
	margin:5px;
}

#contactRight textarea{
	margin-top:10px;
	margin-bottom:10px;
	border:0;
}

#contactRight .email{
	width:235px;
	height:23px;
	background-image:url("images/link_bg.jpg");
}
#contactRight .comments{
	width:235px;
	height:180px;
	background-image:url("images/comments_bg.jpg");
}
#contactRight .submit{
	margin-top:0px;
	width:65px;
	height:23px;
	background-image:url("images/submit_bg.jpg");
}
