*{
	margin:0;
	padding:0;
	background-color:#FFF;
}

* :focus { outline: 0; }

a{
	text-decoration:none;
	color:#06C;
}

a:hover{
	text-decoration:underline;
}

#blueline{
	width:100%;
	height:10px;
	background-color:#90bfe6;
}

#maincontent{
	width:900px;
	margin:0 auto 0 auto;
}

/*------------------HEADER------------------*/
#header{
	height:100px;
	width:800px;
	float:right;
}

#header #logo{
	float:right;
	width:132px;
	height:58px;
}

#header #logo h1{
	text-indent:-9999px;
}

#header #logo a{
	width:132px;
	height:58px;
	display:block;
	background-image:url(../images/na-logo.png);
}

#header #logo a:hover{
	background-position:bottom;
}

#header #menu{
	width:210px;
	height:34px;
	float:left;
	margin:15px 0 0 0;
	background-color:#0F0;
}

div#navigation{
	height:34px;
	float:right;
}

ul#main_nav {
	width: 210px;
	height: 34px;
	margin: 0 auto;
}

ul#main_nav li {
	display: inline;
}

ul#main_nav li a {
	height: 34px;
	float:right;
	text-indent: -10000px;
}

ul#main_nav li#about a {
	width:80px;
	background: url(../images/navigation.png) no-repeat -299px 0;
}

ul#main_nav li#about a:hover {
	background-position:-299px -34px;
}

ul#main_nav li#portfolio a {
	width:129px;
	background: url(../images/navigation.png) no-repeat -170px 0;
}

ul#main_nav li#portfolio a:hover {
	background-position:-170px -34px;
}

ul#main_nav li#contact a {
	width:89px;
	background: url(../images/navigation.png) no-repeat -81px 0;
}

ul#main_nav li#contact a:hover {
	background-position:-81px -34px;
}

ul#main_nav li#weblog a {
	width:81px;
	background: url(../images/navigation.png) no-repeat 0 0;
}

ul#main_nav li#weblog a:hover {
	background-position:0 -34px;
}


/*------------------About------------------*/

#content{
	width:900px;
	height:624px;
}

#content #about{
	width:800px;
	height:153px;
	float:right;
	direction:rtl;
	text-align:justify;
}

#content h3{
	color:#666;
	font:normal 25px arial;
}

#content p{
	color:#999;
	font:normal 12px Tahoma;
	padding:5px;
}


/*------------------Portfolio------------------*/
#content #actions{
	width:800px;
	height:120px;
	float:right;
	direction:rtl;
	margin-top:40px;
}

#content #actions img{
	margin:10px 0 0 0;
	border:0px;
}

/*------------------Contact------------------*/
#content #contact{
	width:800px;
	height:170px;
	float:right;
	direction:rtl;
	margin-top:20px;
}

#contact .connect{
	width:557px;
	float:left;
}

#contact .connectside{
	width:230px;
	float:right;
}

#contact .connectside input {
	width:220px;
	border: 1px solid #CCC;
	padding: 6px;
	font:normal 13px Tahoma;
	color:#999;	
	background-color: #fefefe;
	margin-top:10px;
	-moz-border-radius: 4px;	
}

#contact .connectside input:focus {
	border-color: #AAA;
	background-color: #FFE;
}

#contact .connect textarea {
	width:540px;
	height:60px;
	border: 1px solid #CCC;
	padding: 4px;
	font:normal 13px Tahoma;
	color:#999;
	background-color: #fefefe;
	margin-top:10px;
	-moz-border-radius: 4px;		
}

#contact .connect textarea:focus {
	border-color: #AAA;
	background-color:#FFE;
}

#contact .connectside #btmsend{
	width:70px;
	border: 1px solid #09C;
	font:bold 10px tahoma;	
	color:#FFF;
	background-color: #90bfe6;
	margin-top:10px;
}

#contact .connectside #btmsend:hover{
	background-color:#069;
}

#contact .connectside #btmsend:focus{
	background-color:#069;
	color:#CCC;
}

/*-----------------------------Portfolio page ------------------*/

.portfolio{
	width:900px;
	height:100%;
}

.portfolio #work{
	width:900px;
	height:100%;
	text-align:right;
	margin-bottom:50px;
}

.portfolio #work img{
	border:#999 1px solid;
}

.portfolio #work #details{
	width:900px;
	height:50px;
}


.portfolio #work #details h2{
	font:normal 30px Arial;
	float:right;
	width:500px;
	color:#666;
}

.portfolio #work #details a{
	font:normal 25px Arial;
	float:left;
	width:350px;
	text-align:left;
	margin-left:10px;
}

#thanks{
	color:#999;
	width:700px;
	height:30px;
	float:right;
}

/*------------- Activity --------------------*/

#activity{
	color:#999;
	width:800px;
	height:100%;
	float:right;
	background-image:url(../images/activity-bg.png);
	background-repeat:repeat-y;
}

#activity #funny{
	width:399px;
	float:left;
}

#activity #inwork{
	width:400px;
	float:right;
}

#activitycontent{
	width:380px;
	color:#999;
	font:normal 12px Tahoma;
	margin:0 auto 0 auto;
	text-align:right;
	line-height:20px;
}

#activitycontent img{
	border:#bbb 1px solid;
}

#spaceact{
	width:5px;
	height:60px;
}














