/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/       

html, body {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#positioning {
	margin-left: 45px;
	float: left;
	margin-top: 25px;
}

body {
	font: 85%/0.9 arial, helvetica, sans-serif;
	line-height: 130%;
	width: 100%;
	min-width: 900px;
	color: #000001;
	background-color: #FFF;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
	font-size:100px;
	padding-top: 0;
}
#signature {
	float: right;
	margin-right: 65px;
}

h2{
	font-size: 5px;
	padding-top: 0;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#container {
	width: 100%;
	height: 100%;
	text-align: center;/* IE fix to center the page */
	background-color: #FFF;
}
#aboutsection {
	width: 800px;
	margin-top: 100px;
	margin-left: 50px;
}
#logo {
	float: left;
}

#content {
	width: 900px;
	margin: 0 auto;/* center the page in Firefox */
	text-align: left;
	padding: 20px;
	background-color: #FFF;
}
#getintouch {
	float: right;
	margin-right: 40px;
	margin-top: 40px;
}
#portfolio {
	float: left;
	width: 800px;
	margin-top: -30px;
	margin-left: 105px;
	margin-bottom: 0px;
}
#footer {
	color: #CCC;
	text-align: center;
	padding-bottom: 10px;
	height: 25px;
	width: 150px;
	float: left;
	margin-top: 75px;
	margin-left: 380px;
}
#thework {
	margin-top: 25px;
	margin-left: 225px;
}
#twitter-follow {
	border: 0;
	position: fixed;
	top: 375px;
	left:0;
}

