@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
}

body{
	background: #ffffff url(../images/bg-body.jpg);
	font-family: "Trebuchet MS", Helvetica, Arial, san-serif;
	font-size: 12px;
	color: #ffffff;
}

a{
	font-weight: normal;
	color:#58c224;
	text-decoration: none;
}

a:hover{
	font-weight: normal;
	color:#fff;
	text-decoration: none;
}

a:focus{
	-moz-outline: none;
}

img{
	border: none;
}

p{
	margin: 0;
}

#container{
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
}

.yellow{
	color: #d2d036;
}

.red{
	color: #fc4c4c;
}

.green{
	color: #58c224;
}

.grey{
	color: #aaaaaa;
}

#h1title{
	text-indent: -8000%;
}

.separator{
	clear: both;
	width: 950px;
	height: 20px;
	background: url(../images/separator.jpg) no-repeat;
	margin-bottom: 30px;
}

.goTopBtn{
	width: 950px;
	height: 28px;
	clear: both;
}

.topBtn{
	float: right;
	text-indent: -8000%;
	outline: none;
	width: 90px;
	height: 28px;
	background: url(../images/gototop.gif) no-repeat;
}

.gocontactBtn{
	float: left;
	text-indent: -8000%;
	outline: none;
	width: 99px;
	height: 25px;
	background: url(../images/gotocontact.gif) no-repeat;
}

.goTopBtn a:hover{
  	background-position: left bottom;
}

.goTopBtn a:hover, #goTopBtn a#selected, #goTopBtn a#selected:hover{
	background-position: left bottom;
}

.ftopBtn{
	float: right;
	text-indent: -8000%;
	outline: none;
	width: 90px;
	height: 28px;
	background: url(../images/gototop.gif) no-repeat;
}

.fgoTopBtn a:hover{
  	background-position: left bottom;
}

.fgoTopBtn a:hover, #fgoTopBtn a#selected, #fgoTopBtn a#selected:hover{
	background-position: left bottom;
}

/*---------------------------------------------------------------*/
/*---HEADER---*/
/*---------------------------------------------------------------*/

#header{
	float: left;
	width: 950px;
	height: 200px;
	background: url(../images/bg-head.jpg) no-repeat;
	margin-bottom: 20px;
}

/*---------------------------------------------------------------*/
/*---INTRO---*/
/*---------------------------------------------------------------*/

#intro{
	float: left;
	width: 950px;
	margin-bottom: 30px;
}

/*---------------------------------------------------------------*/
/*---ABOUT---*/
/*---------------------------------------------------------------*/

#about{
	float: left;
	display: inline;
	width: 450px;
}

#aboutTop{
	float: left;
	display: inline;
	width: 450px;
	height: 20px;
	background: url(../images/bg-top-about.jpg) no-repeat;
}

#aboutMain{
	float: left;
	display: inline;
	width: 450px;
	background: url(../images/bg-main-about.jpg) repeat-y;
}

#aboutMain p{
	float: left;
	display: inline;
	width: 410px;
	margin-left: 20px;
}

#aboutBottom{
	float: left;
	display: inline;
	width: 450px;
	height: 20px;
	background: url(../images/bg-bottom-about.jpg) no-repeat;
}

#navigation{
	float: left;
	display: inline;
	width: 410px;
	height: 115px;
	background: url(../images/bg-nav.jpg) no-repeat;
	margin-left: 20px;
}

#nav{
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav a{
	float: left;
	display: inline;
	text-indent: -5000%;
	outline: none;
}

#portfolioBtn{
	position: relative;
	left: 20px;
	top: 25px;
	width: 122px;
	height: 81px;
	background: url(../images/btn-portfolio.gif) no-repeat;
}

#contactBtn{
	position: relative;
	left: 95px;
	top: 10px;
	width: 152px;
	height: 99px;
	background: url(../images/btn-contact.gif) no-repeat;
}

#nav a:hover{
  	background-position: left bottom;
}

#nav a:hover, #nav a#selected, #nav a#selected:hover{
	background-position: left bottom;
}

/*---------------------------------------------------------------*/
/*---LAST PROJECT---*/
/*---------------------------------------------------------------*/

#lastProject{
	float: left;
	display: inline;
	width: 450px;
	margin-left: 50px;
}

#lastProjectTitle{
	float: left;
	display: inline;
	width: 430px;
	height: 40px;
	text-indent: -5000%;
	background: url(../images/title-last-project.gif) no-repeat;
	margin: 0;
	padding: 0;
}

#lastProjectPic{
	float: left;
	display: inline;
	width: 450px;
	height: 135px;
}

#lastProjectText{
	float: left;
	display: inline;
	width: 430px;
	padding-top: 10px;
	background: url(../images/bg-last-project.gif) no-repeat top right;
}

/*---------------------------------------------------------------*/
/*---WORK---*/
/*---------------------------------------------------------------*/

#work{
	clear: both;
	width: 950px;
}

#selestedWorkTitle{
	float: left;
	display: inline;
	width: 950px;
	height: 22px;
	text-indent: -5000%;
	background: url(../images/title-selected-work.gif) no-repeat;
	margin: 0;
	padding: 0;
}

#colOne{
	float: left;
	display: inline;
	width: 300px;
	margin: 20px 25px 20px 0;
}

#colTwo{
	float: left;
	display: inline;
	width: 300px;
	margin: 20px 25px 20px 0;
}

#colThree{
	float: left;
	display: inline;
	width: 300px;
	margin: 20px 0;
}

.projectPic{
	float: left;
	display: inline;
	width: 300px;
	height: 100px;
	margin: 10px 0;
}

.projectText{
	float: left;
	display: inline;
	width: 280px;
	margin: 0 0 20px 0;
}

/*---------------------------------------------------------------*/
/*---CONTACT---*/
/*---------------------------------------------------------------*/

#contact{
	clear: both;
	width: 950px;
}

#contactTitle{
	float: left;
	display: inline;
	width: 950px;
	height: 23px;
	text-indent: -5000%;
	background: url(../images/title-contact.gif) no-repeat;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------*/
/*---TWEETS---*/
/*---------------------------------------------------------------*/

#tweets{
	float: left;
	display: inline;
	width: 300px;
	margin-left: 20px;
}

#followMeDiv{
	width:300px;
	height: 53px;
	margin-bottom: 10px;
}

#followMe{
	float: left;
	width: 297px;
	height: 53px;
	outline: none;
	text-indent: -8000%;
	background: url(../images/followme.jpg) no-repeat;
}

#followMeDiv a:hover{
  	background-position: left bottom;
}

#followMeDiv a:hover, #followMeDiv a#selected, #followMeDiv a#selected:hover{
	background-position: left bottom;
}

.twitters {
	width: 300px;
}

.twitters ul {
  list-style: none;
  padding: 0;
}

.twitters ul li{
	margin-bottom: 10px;
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.twitterTime {
  font-style: italic;
  color: #aaaaaa;
}

.twitters span.status {
  font-style: italic;
}

/*---------------------------------------------------------------*/
/*---FOOTER---*/
/*---------------------------------------------------------------*/

#footer{
	width: 950px;
	height: 212px;
	clear: both;
	background: url(../images/bg-footer.jpg) no-repeat;
}

#footerContent{
	float: right;
	width: 550px;
	height: 40px;
	font-size: 11px;
	margin-top: 150px;
}

#footerContent p{
	float: left;
	width: 450px;
}