/*
	Reset (YUI)
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote
{ margin:0; padding:0; } 
tablexx 
{ border-collapse:collapse; border-spacing:0; } 
fieldset, img 
{ border:0px none; } 
address, caption, cite, code, dfn, em, strong, th, var 
{ font-style:normal; font-weight:normal; } 
ol, ul 
{ list-style:none; } 
caption, th 
{ text-align:left; } 
h1, h2, h3, h4, h5, h6 
{ font-size:100%; font-weight:normal; } 
q:before, q:after 
{  } 
abbr, acronym 
{ border:0px none; }
/*
	Base Layout
*/
html{
	background: #000;
	color: #95a4b8;
	font-family: helvetica;
	margin: 0;
	padding: 0;
}

body{
    margin: 0 auto;
    padding: 0 0 1px 0;
    width: 93%;
    min-height: 10px;
	xxxmin-height: 372px;
	xxxbackground: #121419 url(bio_bg.png) no-repeat 0 0;
	padding-right:4;
	padding-left:4;
	max-width: 460px;}
	
body[orient="landscape"]{
    min-height: 268px;
}

a{
	color: #020F4D;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	-webkit-tap-highlight-color: black;
}

.a1{
	color: #020F4D;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	-webkit-tap-highlight-color: black;
}


table{
	background: #E9D9C0;
	color: #000000;
	width: 100%;
	xxwidth: 265px;
	font-size: 13px;
} 

.table1{
	background: #E9D9C0;
	color: #000000;
	width: 100%;
	font-size: 13px;
} 

.table2{
	background: #C8C8C8;
	color: #000000;
	width: 100%;
	font-size: 13px;
} 

.table3{
	background: #DDE8A2;
	color: #000000;
	width: 100%;
	font-size: 13px;
} 

.table4{
	background: #D9E7FF;
	color: #000000;
	width: 100%;
	font-size: 16px;
} 

td{
	padding: 7px;
}

#bio{
    padding: 10px;
    text-shadow: #14171c 1px 1px 0;
}
#header{
    padding: 30px 10px 0 10px;
}
.image_data{
    float: left;
    border: 1px solid #3b4555;
    display: block;
    padding: 4px;
    background: #171a20;
    margin-bottom: 1.5em;
}
h1{
    xxxcolor: #fff000;
    color: #ffffff;
    font-size: 20px;
}
dl{
    margin: 0 0 0 80px;
    font-size: 11px;
    color: #ffffff;
}
dl dt{
    font-weight: bold;
    color: #ffffff;
}
dl dd{margin-bottom: 5px;}
/*
    Sections
*/
.section{
    border: 2px solid #2c3039;
    background: #1c1f25;
    margin-bottom: .8em;
	margin-top: .8em;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: #000 0 0 10px;
    padding-bottom: 0px;
}
.section h1{
    padding: 3px 1px;
    font-size: 20px;
	font-weight: bold;
    text-align: center;
}
.section h2{
    padding: 10px 15px;
    font-size: 16px;
    color: #fffff;
	font-weight: bold;
}
.content{
    padding: 10px 15px;
    background: #D9E7FF;
    font-size: 14px;
    line-height: 1.5em;
    color: #000000;
}
.line{
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_sm{
    padding: 8px 8px;
    background: #D9E7FF;
    font-size: 10px;
    line-height: 1.5em;
    color: #000000;
}
.content.alt{
    background: #1c1f25;
}
.content h3{
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
}

/*
    Button
*/
.button{
    border: 3px solid #3f4a5b;
    -webkit-border-radius: 4px;
    margin-bottom: 1.5em;
    -webkit-box-shadow: #000 0 0 12px;
}
.button a{
    background: #333844 url('button_bg.png') repeat-x 0 0;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: 1px solid #121419;
    -webkit-border-radius: 2px; padding-left:20px; padding-right:20px; padding-top:10px; padding-bottom:10px
}
.button a:hover{background: #333844;}
#related_photos {
  margin-top: 5px;
}