/* page structure */

body {
	font: normal 0.8em/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	width: 100%;
}

a {
	color: #1C51A8;
}

a img {
	text-decoration: none;
}

a:visited {
	color: #333333;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	line-height: 1.0em;
	width: 72%;
	padding: 40px 0;
}

h1 a,
h1 a:visited {
	color: black;
	text-decoration: none;
}

h2 {
	padding: 10px;
	background: url(../images/item_bg.png) repeat-x #ededed;
	color: #333333;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:-0.04em;
	line-height:1.1em;
	-webkit-border-top-right-radius: 8px;  
	-moz-border-radius-topright: 8px;  
	-khtml-border-radius-topright: 8px;  
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;  
	-moz-border-radius-topleft: 8px;  
	-khtml-border-radius-topleft: 8px;  
	border-top-left-radius: 8px;
}

h2.expand {
	-webkit-border-bottom-right-radius: 8px;  
	-moz-border-radius-bottomright: 8px;  
	-khtml-border-radius-bottomright: 8px;  
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;  
	-moz-border-radius-bottomleft: 8px;  
	-khtml-border-radius-bottomleft: 8px;  
	border-bottom-left-radius: 8px;
}

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

h2 a:hover,
h2 a:focus {
	text-decoration:underline;
}

h3 {
	color: #333333;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:-0.04em;
	line-height:1.1em;	
	padding-bottom: 10px;
}

p {
	padding-bottom: 10px;
}

ul, ol {
	list-style: disc;
	margin-left: 1.5em;
}

li {
	padding-bottom: 5px;
}

dl {
	width: 100%;
	padding: 0;
	display: table;
	margin-bottom: 20px;
}

dd {
	clear: right;
	float: right;
	display: block;
	width: 65%;
}

dt {	
	float: left;
	clear: left;
	display: block;
	width: 32%;
}


/* ids */

#image {
	width: 100%;
	height: 300px;
	display: block;
	background-position: center; 
	background-repeat: no-repeat;
	background-color: black;
}

#book {
	padding: 20px 0;
}

#book h3 {
	padding: 20px 0 5px 0;
}

#book ul {
	list-style: none;
	margin: 0;
	clear: both;
}

#book ul li {
	float: left; 
	padding: 5px; 
	display: block;
	border: 1px solid #ededed;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 8px;  
	-moz-border-radius: 8px;  
	-khtml-border-radius: 8px;  
	border-radius: 8px;
	font-size: 90%;
}

#book ul li img {
	border: 4px solid white;
	margin-bottom: 5px;
}

#book ul li a {
	text-decoration: none;
}

#book ul li.hidden {
	display: none;
}

#book ul li.large {
	width: 303px;
	height: 335px;
}

#book ul li.little {
	width: 223px; 
	height: 305px;
}

#contact input.field {
	border: 1px solid #cccccc;
	font: normal 14px/14px Consolas, Inconsolata, Menlo, "Andale Mono", "Lucida Typewriter", fixed;
	padding: 5px;
	width: 220px;
	margin-top: 5px;
}

#contact textarea {
	width: 220px;
	height: 150px;
	margin-top: 5px;
	border: 1px solid #cccccc;
	padding: 5px;
	font: normal 12px/14px Consolas, Inconsolata, Menlo, "Andale Mono", "Lucida Typewriter", fixed;
}

/* classes */

div.gallery img {
	margin: 0 3px 3px 0;
}

div.icons {
	float: right;
	clear: right;
	padding: 12px;
}

div.item {
	border: 1px solid #ededed;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	-khtml-border-radius: 10px;  
	border-radius: 10px;
	margin-bottom: 10px;
}

div.alert {
	border: 1px solid #fadc76;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	-khtml-border-radius: 10px;  
	border-radius: 10px;
	margin-bottom: 10px;
}

div.alert h2 {
	background: url(../images/alert_bg.png) repeat-x #fff19b;
	color: #8f8544;
}

div.container {
	margin: 0 auto;
	clear: both;
}

div.columns {
	padding: 20px 0;
}

div.column {
	float: left;
	width: 313px;
}

div.left,
div.center {
	margin-right: 10px;
}

div.top {
	border-top: 4px solid black;
}

div.bio {
	padding: 20px 0;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

div.middle,
div.footer {
	padding: 20px 0;
	border-top: 1px solid black;
}

div.footer {
	border-bottom: 4px solid black;
}

.p {
	padding: 10px;
}

.g {
	padding: 34px;
}

.small {
	font-size: 80%;
}


.hidden {
	display: none;
}