/*=================================================
// Project : Stefan Carlson | A Freelance Web-Designer
// Developed by Julien Després
// Copyright 2009-2010. All rights reserved.
//=================================================*/

/* ----- HTML Tag Reset and ClearFix ----- */
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h4,h6,pre,
form,fieldset,input,textarea,
p,blockquote,th,td				{ margin: 0; padding: 0; font-family: Arial, sans-serif; font-size: 10px; }
table							{ border-collapse: collapse; border-spacing: 0; }
fieldset,img					{ border: 0; vertical-align: bottom; }
a,h1							{ overflow: hidden; }
ol,ul							{ list-style: none; }
caption,th						{ text-align: left; }
h1,h2,h3,h4,h4,h6				{ font-size: 100%; font-weight: normal; overflow: hidden; }
q:before,q:after			{ content: ''; }
abbr,acronym                       		{ border: 0;}
.clear:after				{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clear						{ display: inline-block; }
html[xmlns] .clear			{ display: block; }
* html .clear					{ height: 1%; }
strong						{ color: #fff; font-family: Tahoma, sans-serif !important; }

/* ----- General ----- */
body			 	 			{ background: #006785 url(../images/bg.jpg) no-repeat; color: #fff; background-position: top center; } 
html, body					{ height: 100%; }
#container 	 				{ width: 700px; margin: auto; min-height: 100%; }
a							{ color: #fff; text-decoration: none; outline: none; }
a:hover						{ text-decoration: underline; }

/* ----- Classes ----- */
.hidden						{ display: none; }

/* ----- Links ----- */
#links						{ float: left; height: 31px; width: 188px; padding: 307px 0 0 260px; }
#links a						{ float: left; display: block; text-indent: -9999px; height: 31px; width: 89px; margin-right: 5px;}
a.linkPortfolio				{ background: url(../images/portfolio.gif) no-repeat; }
a.linkContact				{ background: url(../images/contact.gif) no-repeat; }
a.linkPortfolio:hover		{ background: url(../images/portfolio-over.gif) no-repeat; }
a.linkContact:hover		{ background: url(../images/contact-over.gif) no-repeat; }