/******************************************************************************
* Generic CSS
******************************************************************************/
body {
	background: #c2c2c2 url(../_images/body-bg.jpg) top left repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px; }
	
/******************************************************************************
* GENERIC FORMATTING
*****************************************************************************/
p {
	clear: both;
	float: left;
	margin: 0 0 15px 0;
	width: 518px; }

a {
	color: #000;
	font-weight: bold;
	text-decoration: none; }

a:hover {
	color: #323232;
	text-decoration: underline; }

h1 { font-size: 18px; }

h2 { font-size: 14px; color: #323232; }

h3 { color: #000; }

/******************************************************************************
* Specific Formatting
******************************************************************************/
.hidden { display: none; }

/******************************************************************************
* Normal Images
******************************************************************************/
img {
	border: none;
	margin: 0;
	padding: 0; }

/******************************************************************************
* Accessibility Features
******************************************************************************/
p#skipToMainContent { display: none; }

/******************************************************************************
* wrapper
******************************************************************************/
div#wrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 848px; }

* html div#wrapper { text-align: left; }

div#wrapper-i {
	float: left;
	width: 848px; }

/******************************************************************************
* header
******************************************************************************/
h1#header {
	background: url(../_images/header-bg.jpg) top left;
	float: left;
	height: 83px;
	width: 848px; }
	
/******************************************************************************
* main-content
******************************************************************************/
div#main-content {
	float: left;
	margin: 0;
	padding: 0 3px 0 0;
	width: 605px; }
	
h1#title {
	background: url(../_images/welcome-bg.jpg) top left;
	float: left;
	height: 84px;
	margin: 0 0 20px 0;
	width: 369px; }
	
a#pdf-image {
	background: url(../_images/porfolio_pdf.jpg) top left;
	float: left;
	height: 316px;
	width: 605px; }
	
a#showreel-image {
	background: url(../_images/showreel.png) top right no-repeat;
	float: left;
	height: 10px;
	width: 605px; }
	
/******************************************************************************
* twitter
******************************************************************************/	
div#twitter_container {
	float: right;
	margin: 44px 0 0 0;
	width: 239px; }

h2#twitter-title {
	background: url(../_images/twitter-logo.png) top left no-repeat;
	float: left;
	height: 46px;
	width: 234px; }
	
ul#twitter_update_list {
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px 0 10px 0;
	width: 213px; }
	
ul#twitter_update_list li {
	float: left;
	font-weight: bold;
	margin: 0 0 16px 0;
	width: 213px; }

ul#twitter_update_list li a {
	color: #000;
	font-weight: bold; }

ul#twitter_update_list li span {
	clear: both;
	float: left;
	font-weight: normal;
	width: 213px; }

ul#twitter_update_list li span a {
	display: inline; }

a#twitter-link {
	background: url(../_images/twitter-link.png) top left no-repeat;
	float: right;
	height: 35px;
	padding-right: 28px;
	width: 184px; }

/******************************************************************************
* footer
******************************************************************************/
div#footer {
	color: #616161;
	float: left;
	font-size: 9px;
	line-height: 12px;
	margin: 30px 0 0 0;
	width: 848px; }

div#footer-itop {
	float: left;
	border-top: 1px solid #000;
	height: 24px;
	width: 848px; }

div#footer-ibottom {
	float: left;
	background: #131313;
	height: 25px;
	width: 848px; }

div#footer span {
	float: left;
	padding: 6px 7px; }

div#footer span a {
	color: #999;
	font-weight: bold; }
	
div#footer span a:hover { text-decoration: underline; }
