/* epk.css */


/* start afresh */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td, img { 
	margin: 0;
	padding: 0;
	border: 0 none;
}
h1, h2 {
	margin: .8em 0 .4em 0;
	line-height: 1.4em;
}
h3, h4, p, td, th, ul, ol, dl, blockquote {
	margin: .8em 0 .4em 0;
	line-height: 1.7em;
}


/* layout */
body {
	text-align: center;
	background: #ddd;
	margin: 40px;
}
#wrap {
	width: 700px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
}
#header {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
#page {
	width: 420px;
	margin: 1em 0;
	float: left;
}
#sidebar {
	width: 245px;
	margin: 1em 0;
	float: right;
}
#footer {
	padding-top: 20px;
	clear: both;
	border-top: 1px solid #ddd;
}


/* type */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
	font-size: 13px;
	color: #333;
}
h1, h2, h3, h4 {
	font-weight: normal;
	/*font-weight: bold;
	font-family: Helvetica, Arial;*/
}
h2 {
	font-size: 20px;
	color: #000;
}
h3 {
	font-size: 15px;
}
blockquote {
	margin-left: 20px;
}
a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
}
a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 0 none;
}
ul li {
	margin-left: 2em;
	list-style-type: square;
}
ul ul {
	margin-top: 0;
	margin-bottom: 0;
}
ul ul li {
	margin-left: 1em;
	list-style-type: none;
}
.right {
	text-align: right;
}
.hide {
	visibility: hidden;
}


/* content */
img.name {
	padding: 20px;
}
p#tagline {
	margin: 0;
	padding: 0 0 0 30px;
}
.various span {
	color: #555;
	font-size: 11px;
	font-style: italic;
}
a.photo, a.video {
	text-decoration: none;
	border-bottom: 0 none;
}
img.header, a.photo img, a.video img {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	box-shadow: 0 0 1px #777;
	-moz-box-shadow: 0 0 1px #777;
	-webkit-box-shadow: 0 0 1px #777;
}
a.photo img, a.video img {
	margin-right: 10px;
}
a.last img {
	margin-right: 0;
}
div.feature {
	background: #eee;
	color: #000;
	padding: .4em 1.2em .8em;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;

}
td {
	vertical-align: top;
}
td.left {
	text-align: right;
	padding-right: .5em;
}


/* footer */
#footer p {
	font-size: 10px;
	font-style: italic;
	color: #777;
	margin: 0;
}
#footer a {
	color: #777;
}



