/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: stylesheet.css
* Version: 1.0.0 (2009-03-31) YYYY-MM-DD
* Website: http://www.squidgemedia.com/
* Author: Andy @ Squidge Media
* Description: Handles the HTML site layout.

*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	/*font-family: inherit;
	font-style: inherit;*/
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
.clearBoth {
	clear:both;
}

#header {
	position:relative;
	margin:0 auto;
	width:700px;
}
#logo {
	width: 154px;
	float: left;
	border-right: 1px solid #5E5E5E;
	margin: 10px 10px 10px 0;
	border-left: 1px solid #5E5E5E;
}
#nav {
	width: 330px;
	float: left;
	margin-top: 60px;
}
#nav li {
	float: left;
	list-style-type: none;
	color: #5E5E5E;
}
#nav a {
	display: block;
	padding: 0px 10px 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #666;
	text-decoration:none;
}
#nav a:hover {
	color:#DE0020;
}
#nav .selected {
	color: #DE0020;
}
#content {
	width: 700px;
	position: relative;
	margin: 0 auto;
	clear:left;
}
#content h1 {
	color: #DE0020;
	margin: 10px 0;
	font-weight: normal;
	font-size: 1.3em;
}
#content p {
	font-size: 0.8em;
	color: #666;
	margin: 5px 0 8px 0;
}
#content .newsDate {
	color: #ED2024;
	margin:20px 0 10px;
}
#content a {
	color: #DE0020;
	text-decoration: none;
}
#workThumbs {
	display: block;
}
#workThumbs li {
	list-style-type: none;
	float: left;
	padding: 5px 5px 0 0;
}
#content .workDate {
	font-size: 0.9em;
}
#content .collabTitle {
	color: #DF0121;
	padding: 10px 0 0 0;
}
#linkList a {
	font-size: 0.8em;
	padding: 2px;
	display: block;
	clear: left;
}
#linkList li {
	list-style-type: none;
	float: left;
	clear: left;
}
#content .contactText {
	color: #000000;
}
#linkList a:hover {
	color: #FFFFFF;
	background-color: #DE0020;
}
#content .year {
	color: #000000;
}
#content h2 {
	font-size: 0.85em;
	font-weight: normal;
	clear: both;
	padding: 15px 0 0px 0;
}
#linkList span {
	font-size: 12px;
	color: #666666;
	padding-bottom:10px;
	display:block;
}

#footer {
	background-color:#ECECEC;
	clear:left;
	margin:40px auto 0;
	width:700px;
}
#footerFloat {
	background-color:#ECECEC;
float:left;
margin:20px 0;
padding:30px 0;
width:700px;
}
#footer ul {
	display:block;
	width:400px;
	margin:0 auto;
}
#footer li {
float:left;
font-size:12px;
list-style-type:none;
padding:0 3px;
}
#footer a {
	color:#666666;
text-decoration:none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Added by AD - uh oh!!!

*/

#pad {
	height: 30px;
}
