body {
	margin: 0px;
	background: url(images/bkg_grey.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555454;
}

h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #555454;
}

h2 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555454;
	font-size: 14px;
}

h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #555454;
	font-size: 12px;
	padding-top: 12px;
}

p {
	margin-top: 0;
	line-height: 22px;
}

ul, ol {
	margin-top: 0;
	line-height: 16px;
}

a {
	text-decoration: none;
	color: #555454;
	letter-spacing: .1em;
	font-size: 12px;
}

a:hover {
	background: none;
	color: #787878;
	text-decoration: underline;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	top: 186px;
	position: static;
}

#wrapper .btm {
	background: url(images/footer.gif) no-repeat left bottom;
}

/* Header */

#header {
	width: 900px;
	height: 144px;
	margin: 0 auto;
	background: url(images/header.gif) repeat-y left top;
	top: 0px;
	position: static;
}

#feature {
	width: 900px;
	height: 285px;
	margin: 0 auto;
	background: url(images/header.gif) repeat-y left top;
	top: 186px;
	position: static;
}

#theme {
	float: left;
	height: 285px;
	width: 573px;
	padding-left: 30px;
	position: static;
	top: 186px;
	clip: rect(5px,auto,auto,auto);
}

#quote {
	float: right;
	width: 255px;
	height: 220px;
	margin-top: 65px;
	margin-left: 35px;
	padding-right: 5px;
}

#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: .1em;
}

#person {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.bio {
	background: #FFF;
	padding: 20px;
}

/* Logo */

#logo {
	float: left;
	padding-top: 55px;
	padding-left: 25px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

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

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 42px;
	top: 144px;
	position: static;
}

#menu ul {
	margin: 0;
	padding: 2px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: right;
	line-height: 27px;
	margin: 3px 3px 0px 0px;
	height: 37px;
}

#menu a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
	letter-spacing: .1em;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: url(images/nav_bkg.gif);
	text-decoration: none;
}

#menu .first {
	background: url(images/nav_bkg.gif) repeat-x;
}

/* Menu2 */

#menu2 {
	padding: 20px 12px 20px 35px;
	height: 155px;
	width: 145px;
	float: left;
	margin: 0;
}

#menu2 ul {
	margin: 0px;
	list-style: url(none) none;
	padding: 0px;
	text-align: center;
}

#menu2 li {
	line-height: 25px;
	margin: 0px;
	height: 35px;
	width: 125px;
}

#menu2 a {
	display: block;
	padding: 5px 20px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #555454;
	border: none;
	letter-spacing: .1em;
}

#menu .current_page_item a {	
}

#menu2 a:hover {
	background: #DF2125;
	text-decoration: none;
	color: #FFF;
}

#menu2 .first {
	background: #EFEFEF;
	color: #FFF;
	width: 125px;
	height: 35px;
}

/* Page */
.floatLeft {
	float: left;
	margin-right: 4px;
	margin-left: 0px;
}

.floatBio {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}


#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: left;
	width: 610px;
	padding: 0px 20px 0 0;
}

#home1 {
	float: left;
	width: 300px;
	text-align: justify;
}

#home2 {
	width: 300px;
	text-align: justify;
	float: left;
}

#home3 {
	float: right;
	width: 300px;
	text-align: justify;
}

.post {
	margin-left: 20px;
	padding-bottom: 30px;
}

.post .title {
	padding-left: 10px;
	border-left: 4px solid #E02226;
	color: #555454;
}

.post .title a {
	background: none;
	color: #444444;
	border: none;
}

.post .title a:hover {
}

.post .meta {
	background: #FFF;
	border-left: 6px solid #DF2125;
	padding: 3px 10px 3px 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 22px;
}

.post .meta .comments,.post .meta .permalink {
}

.post .entry {
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 225px;
	padding: 15px 10px 0 20px;
	font-size: 12px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: square url(none) inside;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
}

#sidebar li li {
	border-bottom: 1px dashed #BCBCBC;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}

#sidebar h2 {
	letter-spacing: 4px;
	color: #555454;
}

#sidebar h3 {
	letter-spacing: 1px;
	color: #555454;
}

#sidebar p {
	text-align: justify;
	padding-top: 10px;
	line-height: 16px;
}

#awards {
	padding-bottom: 20px;
	text-align: justify;
	line-height: 16px;
}

#view {
	text-align: center;
	vertical-align:text-top;
	padding: 30px 0px 0px;
	height: 300px;
}

#portfolio {
	font-size: 12px;
	width: 225px;
	float: right;
	position: relative;
	padding: 15px 10px 0 20px;
	margin-bottom: 55px;
}

#portfolio h2 {
	letter-spacing: 4px;
	color: #555454;
}

#sidebar a {
	color: #555454;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #555454;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
}

#footer img {
	margin: 0;
	text-align: left;
	vertical-align: text-top;
	float: left;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}

