x/*
Theme Name: eChoice Template
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: center;
	width:958px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #bebebe;
	margin-top:-10px;
	height:100%;
	}

#page {
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	text-align: left;
	height:1000px;
	}
#content-bg {
	background:#fff;
}
#header {
	background: #73a0c5 url('images/header.gif') no-repeat bottom center;
	width:960px;
	height:130px;
	}
	
#sidebar
{
	padding-left: 40px;
	margin-left: 678px;
	width: 240px;
	text-align:left;
	height:100%;
	}
	
#sidebar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#headerimg 	{
	height: 130px;
	width: 960px;
	}

#content {
	font-size: 1.2em;
	background: #fff;
	width:658px;
	line-height:16px;
	height:100%;
	}

/* Begin Structure */
body {
	margin-left:auto;
	margin-right:auto;
	background-color: #d5d6d7;
	}

#page {
	background: #ffffff;
	margin-left:auto;
	margin-right:auto;
	width: 958px;
	}

#header {
	background-color: #73a0c5;
	margin-left:auto;
	margin-right:auto;
	height: 150px;
	width: 958px;
	}

#headerimg {
	height: 100px;
	width: 100%;
	padding-left: 30px;
	padding-top: 30px;
	}

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

#footer {
	padding: 0;
	margin: 0 auto;
	width: 958px;
	height:140px;
	clear: both;
	margin-top:-12px;
	}
	
.narrowcolumn {
	float: left;
	padding-left: 20px;
	margin: 0px 0 0;
	width: 630px;
	height:100%;
	}
#widget {
	padding-left:-10px;
}
	
#widget-body {
	color: #fff;
	width:193px;
	height:225px;
	background:url('images/widget/bg.gif');
	padding-left: 26px;
	line-height:25px;
}

#widget-body a {
		color:#fff;
}
#widget-header {
	width: 213px;
	padding-left: 6px;
	color: #fff;
	background: #b2001d;
}
#widget-footer {
	padding-top:12px;
	color:#fff;
	width:219px;
	height:130px;
	background:url('images/widget/footer.gif');
}

a {
	color:#1b4167;
	text-decoration:none;
}

a:visited {
	color:#1b4167;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}