/****************************************************************
 * print.css
 *
 * talent4.tv | talent4media.com | talent4media.co.uk
 * 
 * site styles for print media
 ****************************************************************/


* {
	margin: 0;
	padding: 0
}


body {
    background-color: #ffffff;
    font: 12px/1.8em Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
}


#wrapper{
	height: 100%;
	width: 100%;
}


#site {
    margin: 20px auto;
		position: relative;
    top: 0px;
    width: 660px;
    text-align: center;
}


#header {
    position: absolute;	
    left: 200px;
    top: 0px;
    width: 350px;
    height: 40px;    
}


#navHome {
    display: none;
}


#navAbout {
	  display: none;
}


#navContact {
	  display: none;
}


#sitelogo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 340px;
    display: list-item;
    list-style-image: url(/images/sitelogo.png);
    list-style-position: inside;
   
}


#sitelogonav a {
    text-decoration: none;
}


#sitelogonav a span { 
    visibility: hidden;
}


#sidebar {
    display:none;
}


#contentarea {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: left;
}


#square1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 180px;
    height: 180px;
    border: 1px solid #000000;   
}


#square2 {
    display:none;
}


#square3 {
    display:none;
}


#photo1 {
	position: absolute;
    left: 0px;
    width: 180px;
    height: 180px;
    border: 0px;
}


#photo2 {
    display:none;
}


#photo3 {
    display:none;
}


#rectangle {
		display:none;
}


#movielink {
    display:none;
}


#showreel {
    display:none;
}


#main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}


#title {
    position: absolute;
    top: 100px;
    left: 200px;
    float: right;
}


#container {
    position: absolute;
    top: 200px;
    left: 0px;
    width: 100%;
    text-align: left;
}


#content {
    position: absolute;
    top: 200px;
    left: 0px;
    width: 100%;
}


p { 
    margin: 0 0 1em 0;
}


h1 { 
    margin: 0 0 1em 0;
    font-size: 18px;
}


h2 { 
    margin: 0 0 1em 0;
    font-size: 16px;
}


a.urllink {
    color: #000000;
    text-decoration: underline;
}


a:hover.urllink {
    color: #000000;
    text-decoration: underline;
}

a.bioglink {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}


a:hover.bioglink {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}


a.extlink {
    color: #000000;
    text-decoration: none;
}


a:hover.extlink {
    color: #000000;
    text-decoration: none;
}


