h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	line-height: 1em;
	}

h1 {
	font-size: 2em;
	margin-bottom: .5em;
	}

h2 {
	font-size: 1.75em;
	margin-bottom: .5142em;
	padding-top: .2em;
	}

h2#posttitle a {
	color: #000;
	text-decoration: none;
	}

h3 {
	font-size: 1.5em;
	margin-bottom: .7em;
	padding-top: .3em;
	}

h4 {
	font-size: 1.25em;
	margin-bottom: .6em;
	}

h5, h6 {
	font-size: 1em;
	margin-bottom: .5em;
	font-weight: bold;
	}

h5#datestuff {
	font-weight: normal;
	margin-bottom: 20px;
	color: #666;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	}
	
h5#datestuff a {
	text-decoration: underline;
	}

p, blockquote, ul, ol, dl, form, table, pre {
	line-height: inherit;
	margin: 0 0 1.5em 0;
	}

ul, ol, dl { 
	padding: 0;
	}
	
ul ul, ul ol, ol ol, ol ul, dd { 
	margin: 0; 
	}

li {
	margin: 0 0 0 2em;
	display: list-item;
	list-style-position: outside;
	}

blockquote, dd { padding: 0 0 0 2em; }
pre, code, samp, kbd, var { font: 100% mono-space,monospace; }
pre { overflow: auto; }

abbr, acronym
{
	text-transform: uppercase;
	border-bottom: 1px dotted #000;
	letter-spacing: 1px;
}

abbr[title], acronym[title] { cursor: help; }
small { font-size: .9em; }
sup, sub { font-size: .8em; }
em, cite, q { font-style: italic; }
img { border: none; }
hr { display: none; }

table
{
	width: 100%;
	border-collapse: collapse;
	clear: both;
}

th,caption { text-align: left; }

form div
{
	margin: .5em 0;
	clear: both;
}

label { display: block; }

fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

legend { font-weight: bold; }
input[type="radio"],input[type="checkbox"], .radio, .checkbox { margin: 0 .25em 0 0; }

/* //  HTML elements */
/* common */

.center { text-align: center; }
.clear { clear: both; }
.first { margin-left: 0 !important; }
.last { margin-right: 0 !important; }
.top { margin-top: 0 !important; }
.bottom { margin-bottom: 0 !important; }
.hidden, .print { display: none; }

.graphic
{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}

/* // common */
/* base */
body, table, input, textarea, select, li, button {
	font: 1em Helvetica, Arial, Sans-Serif;
	line-height: 1.6em;
	color: #000;
	}

body {
	font-size: 13px;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	}

a, a:visited {
	color: #C06;
	text-decoration: none;
	}

ins
{
	text-decoration: none;
	color: #900;
	font-style: italic;
}

code { color: #555; }

pre
{
	margin-left: 2em;
	padding-left: 2em;
	border-left: 1px solid #CCC;
}

blockquote
{
	font-size: 1em;
	margin-left: 2em;
	padding: 0 1em;
	border-left: 3px solid #C06;
}

dt { font-weight: bold; }

th, td
{
	padding: .5em 1em;
	line-height: 1.5em;
	border: 1px solid #EEE;
}

th { 
	background: #EEE;
	}

caption
{
	color: #666;
	margin: .5em 0;
}

fieldset
{
	xborder: 1px solid #CCC;
	padding: 1em 2em;
	margin: 0 0 1.5em 0;
}

legend { padding: 2px 5px; }
form div.col { clear: none; }
form div.first { clear: both; }
form div { overflow: hidden; }

input[type="text"], input[type="password"], textarea, .field, .area, select
{
	border: 1px solid #AAA;
	padding: 5px;
	background: #FFF;
	width: 155px;
	line-height: 1em;
	margin: 0;
}

select { 
	width: 175px;
	margin: 5px 0;
	}

textarea, .area
{
	overflow: auto;
	height: 150px;
	width: 400px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus
{
	background: #F5F5F5;
	outline: none;
}

.submit { }

button
{
	border: none;
	background: #333;
	color: #FFF;
	width: 5em;
	padding: 6px;
	line-height: 1.2em;
	cursor: pointer;
}

button:hover {
	background: #C06;
	}

.note, .success, .error { display: block; }
.error { color: #900; }
.success { color: #060; }
.note { font-weight: bold; }

.pullquote
{
	width: 20%;
	float: left;
	margin-right: 2em;
	padding-right: 2em;
	border-right: 1px solid #ccc;
	text-align: right;
	font-size: 1.1em;
	font-style: italic;
	color: #777;
	margin-bottom: .5em;
}

.boxout
{
	width: 20%;
	float: right;
	margin-left: 2em;
	padding: 1em 2em;
	border: 1px solid #ccc;
	margin-bottom: .5em;
}

#easy_tooltip
{
	padding: 2px 10px;
	background: #C06;
	color: #FFF;
	font-weight: bold;
}

/* base */

/* LAYOUT */

#outerwrap {
	width: 950px;
	margin: 0 auto;
	background: #FFF;
	}

#container {
	width: 920px;
	margin-left: 15px;
	text-align: left;
	position: relative;
	}

#header { 
	position: relative;
	}

#navbar {
	height: 32px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}

.breadcrumb {
	color: #999;
	}

#footer {
	position: relative;
	clear: both;
	border-top: 1px solid #191919;
	height: 120px;
	margin-top: 20px;
	padding-top: 15px;
	background: #333;
	}

#footinner {
	width: 920px;
	margin: 0 auto;
	}

.content {
	clear: both;
	padding: 2em 0;
	}

.main, .secondary {
	float: left;
	display: inline;
	}

.main { 
	width: 600px;
	}

.secondary {
	width: 280px;
	margin-left: 40px;
	}

/* main column container class */

/* // layout */
/* navigation */
#nav, #nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav li {
	float: left;
	display: inline;
	position: relative;
	line-height: 32px;
	height: 32px;
	margin-right: 1.5em;
	}

#nav a, #nav a:visited {
	color: #000;
	font-size: 1em;
	padding: 12px 0 12px 8px;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #C06;
	}

#nav li a.current_page_item {
	color: #C06;
	}
	
#nav ul {
	position: absolute;
	left: 0;
	top: 32px;
	padding: 2px 0;
	width: 150px;
	background: #FFF;
	border: 1px solid #CCC;
	border-top: none;
	display: none;
	z-index: 1000;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 0 0 10px 10px;
	}

#nav ul li {
	float: none;
	display: block;
	}

/* //navigation */

/* header */

#header h1 {
	line-height: 80px;
	height: 80px;
	margin: 0px;
	font-size: 2.3em;
	}

#header h1 a, #header h1 a:visited { 
	color: #333;
	}

/* // header */
/* content */

.content a, .content a:visited { text-decoration: none; }

.content a:hover { text-decoration: underline;}

a.rss {
	background: url(imgs/rss.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 3px;
	padding: 0 0 0 17px;
	}


/* // content */

/* footer */
#footer a, #footer a:visited { 
	text-decoration: none;
	}
	
#footer a:hover { 
	color: #FFF;
	}
	

/* // footer */


/* clearfix */
.inner:after, .content:after, .cols:after, .fixed:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.inner, .content, .cols, .fixed
{
	display: block;
	min-height: 1%;
}

* html .inner, * html .content, * html .cols, * html .fixed { height: 1%; }

/* // clearfix */

.wp-caption img {
	margin: 0;
	padding: 8px;
	border: 1px solid #EFEFEF;
	}

.alignleft {
	float: left;
	margin: 0 25px 0 0;
	}
	
.alignright {
	float: right;
	margin: 10px 10px 13px 0;
	}
	
.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	}
		
a.alignleft {
	float:left; 
	margin: 10px 10px 10px 0;
	}
	
a.alignright {
	float:right; 
	margin:0;
	}	

a.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	}
	
.wp-caption {

	}

.wp-caption, p.wp-caption-text {
	font-size: 0.9em;
	text-align: left;
	color: #999;
	padding: 2px 0 2px 0;
	}
	
.secondary ul, .secondary ul ul li, secondary li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.widget {
	margin-top: 15px;
	}
	
.post {
	margin-top: 10px;
	}

#IE {
	background: #FFC;
	text-align: left;
	border-bottom: 1px solid #000;
	padding: 5px;
	}
	
#footer ul {
	margin: 0;
	padding: 0;
	}
	
#footer ul li {
	float: left;
	display: inline;
	margin: 0;
	padding-right: 15px;
	font-size: 0.8em;
	color: #999;
	}
