/*-----------------------------------------------------------------------------
nicoleluther.com Style Sheet

version:   1.0
author:    Jason Luther
email:     jluther@bluefilamentdesign.com
website:   http://www.bluefilamentdesign.com/
-----------------------------------------------------------------------------*/


/* Site wide ---------------------------------------------------------------*/
body {
	background-color: #590100;
	margin: 0px;
	text-align: center;
	color: #FFEEA3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a, a:active, a:visited, a:link {
	text-decoration: none;
	color: #FFEEA3;
}
a:hover {
	color: #590100;
}

/* Layout - Floats, widths, margins, padding -------------------------------*/
#wrapper {
	width: 960px;
	text-align: left;
	margin: auto;
}
#pictures {
	width: 470px;
	float: left;
	padding-top: 50px;
	padding-left: 10px;
}
#bio {
	float: right;
	width: 480px;
}
#name {
	padding-top: 10px;
	margin-bottom: 30px;
}
#film, #tvmow, #theatre, #training, #abilities, #language, #stats, #contact {
	background-color: #7A3433;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-image: url(images/background-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#film-text, #tvmow-text, #theatre-text, #training-text, #abilities-text, #language-text, #stats-text, #contact-text {
	margin-top: 5px;
	margin-bottom: 3px;
}


/* Table styling ----------------------------------------------------------------*/
td {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
}
table{
	margin-left: 10px;
}
tr:hover {
	background-color: #7A3433;
}
.dark {
	background-color: #722726;
}
.base {
	background-color: #6A1B1A;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding-left: 20px;
	padding-top: 7px;
	background: url(images/background-top.jpg) no-repeat top left;
}
strong {
	font-size: 14px;
}	
.size {
	width: 410px;
	font-size: 12px;
}

/* Credits ---------------------------------------------------------------*/
#credits {
	font-size: 9px;
}
#credits a {
	color: #7A3433;
}
#credits a:hover {
	color: #FFEEA3;
}
