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

html{
	font-size: 62.5%;
}

/* fix layout issues in IE6 and below */
* html div {
	height: 1%;
}

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height:1.5em;
	color:#282828;
}

#container_main{
	margin:0 auto;
	width:800px;
	background-color:#FFFFFF;
}

#nav{
	background:url(../images/header.jpg) no-repeat;
	height:74px;
	padding: 172px 0px 0px 15px;
	font-size:1.4em;
}

#main_content{
	padding: 0px 25px 25px 25px;
	width:748px;
	border-left: solid 1px #313433;
	border-right: solid 1px #313433;
	border-bottom: solid 1px #313433;
}

#footer{
	margin:10px 0;
	font-size:1em;
}

.clear{
	clear:both;
	height:0;
}

.bold{
	font-weight:bold;
}

.bold_last{
	font-weight:bold;
	margin:0;
}

p{
	margin:0 0 15px 0;
}

img{
	border:none;
}

p.last{
	margin:0px;
}

div.separator{
	background:url(../images/separator.jpg) repeat-x;
	height:15px;
}

h1{
	margin:0px 0 6px 0;
	padding:0px;
	font-size:1.4em;
	color:#00acd4;
	font-weight:bold;
}

h2{
	margin:0 0 5px 0;
	padding:0px;
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
}

h3{
	margin:0 0 62px 0;
	padding:0px;
	font-weight:normal;
	font-size:1em;
}

/* -------------------------- Navigation -----------------------------*/

#nav ul{
	clear:both;
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
}

#nav ul li{
	padding:14px 20px 0 11px;
	margin:0px;
	display:block;
	float:left;
	background:url(../images/dot.jpg) no-repeat;
	background-position:right;
}

#nav ul li.contact{
	background:none;
}

#nav ul li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	height:29px;
}

#nav ul li a:hover{
	color:#666666;
	background:url(../images/pointer.jpg) no-repeat;
	background-position:bottom center;
}

body#home_page ul li.home a, body#about_page ul li.about a, body#blog_page ul li.blog a, body#work_page ul li.work a, body#contact_page ul li.contact a {
	background:url(../images/pointer.jpg) no-repeat;
	background-position:bottom center;
}


/*--------------------------- Content ---------------------------------------*/

.home_work{
	width: 221px;
	background:url(../images/port_bg_home.gif) no-repeat;
	padding: 10px;
	float:left;
	margin: 0px 12px 5px 0;
	font-size:1em;
}

.home_work img{
	float:left;
	margin: 0 10px 0 0;
	border:solid 1px #313433;
}

.home_work_text{
	width: 158px;
	float:left;
}

.home_work_text h4{
	font-size:1.1em;
	margin:0px 0 8px 0;
	padding:0px;
}

.home_work_text h4 a{
	color:#000000;
}

.home_work_text h4 a:hover{
	color:#666666;
}

.launch_btn{
	float:right;
	margin:10px 0 0 0;
	width:82px;
}

.launch_btn img{
	border:none;
}

img.profile_photo{
	border: solid 1px #313433;
	float:left;
	margin:0 20px 0px 0;
}

/*************** Columns *******************/

#column_left{
	width:529px;
	float:left;
	border-right: solid 1px #313433;
	padding:0 20px 0 0;
}

#column_right{
	width:178px;
	float:left;
	padding:0 0 0 20px;
}

#column_right a{
	color:#282828;
	text-decoration:none;
}

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

#column_left p{
	text-indent:15px;
}

/**************** Contact form ****************/

form#contact_form{
	margin:15px 0 0 0;
}

form#contact_form label{
	width:120px;
	float:left;
	clear:left;
	height:15px;
	margin:0 0 10px 0;
	padding:5px 0 0 0;
}

form#contact_form input{
	width:200px;
	float:left;
	height:15px;
	clear:right;
	margin:0 0 10px 0;	
	padding:3px;
	border: solid 1px #313433;
}
form#contact_form textarea{
	width:350px;
	float:left;
	clear:right;
	height:150px;
	padding:3px;
	border: solid 1px #313433;
}

form#contact_form input#send{
	border:none;
	cursor:pointer;
	background:url(../images/send.jpg) no-repeat;
	width:178px;
	height:35px;
	color:#62ccdc;
	font-size:1px;
	clear:both;
	margin:15px 0 0 120px;
}