/* actingresumestyle.css Copyright (c) 2008 Julian M Bucknall */

/**************** Body *********************/
* {margin:0; padding:0;}
body {background-color:#fff; font:14px Cambria,Palatino Linotype,Book Antiqua,Palatino,serif;}
#wrapper {width:900px; padding:0 50px; background-color:#fdfdfd;}

/**************** Contact details *********************/
#contact {width:750px; margin:10px 0 0 150px;}
#contact h1 {font-size:xx-large; font-weight:bold; padding-right:10px;}
#contact p {font-size:small;}
#contact p.email {float:left; width:250px; color:blue;}
#contact p.phone {float:left; width:200px;}
#contact span.phonetype {font-variant:small-caps;}

/**************** Horizontal rule *********************/
.hr {	margin:10px 0 0 150px; width:750px; border-bottom:thin solid black; clear:left;}

/**************** Details pane *********************/
#details {width:900px; margin-top:10px;}
.detailsblock {width:900px; margin-top:20px; clear:both;}
#details h1 {font:14px Calibri,Verdana,Geneva,Helvetica,sans-serif; font-size:large; font-weight:bold; float:left; width:150px;}
#details div.dataodd {float:right; width:750px; padding-bottom:10px; background-color:#fbfeff;}
#details div.dataeven {float:right; width:750px; padding-bottom:10px; background-color:#fffbfd;}
#details p {font-size:medium;}
#details p.role {font-weight:bold; float:left; width:320px;}
#details p.show {font-style:italic; float:left; width:320px;}
#details p.date {float:right; width:110px; text-align:right;}
#details p.company {float:left; width:320px;}
#details p.director {float:left; width:320px;}
#details p.extra {clear:left; float:left; width:750px;}
#details a {color:#4f4f4f; text-decoration:none;}
#details a:hover {color:#2e6f4f;}

