@charset "utf-8";
/* CSS Document */

/******************************************************************
 Main Stracture
******************************************************************/
*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#1C1C1C;
	background:#f2f2f2;
}
img{
	border:none;
}
#container{
	width:946px;
	min-height:100px;
	margin:0 auto;
}

/******************************************************************
 Header
******************************************************************/
#header{
	width:946px;
	height:145px;
	float:left;
}
#logo{
	width:367px;
	height:95px;
	float:right;
    margin:35px 0 0 0;
}

/******************************************************************
 Slider
******************************************************************/
#slider{
	width:940px;
	height:430px;
	float:left;
}
#slider_top{
	width:940px;
	height:9px;
	float:left;
	background:url(images/slider_top_bottom.png) left top no-repeat;
	clear:both;
}
#slider_inner{
	width:940px;
	height:412px;
	float:left;
	background:url(images/slider_bg.png) left top repeat-y;
	clear:both;
}
/* To allaksame to ipsos gia na vgaloume ta titles... gia epanafora apla diagrafoumai to parakatw... kai ta display none stous titlous*/
#slider_inner{
	width:940px;
	height:385px;
	float:left;
	background:url(images/slider_bg.png) left top repeat-y;
	clear:both;
}
#slider_nav{
	width:940px;
	height:36px;
	float:left;
	clear:both;
}
#title_latest{
    float:left;
    margin:6px 0 0 -6px;
}
#title_visitsite{
	float:right;
	margin:6px 11px 0 0;
}
#slider_photo{
	width:922px;
	height:322px;
	float:left;
	clear:both;
    padding:11px 8px 0 10px;
}
#vid{
	float:left;
	border:1px solid #c8c5c5;
    margin-left:1px;
}
#project_title{
    display:none;
	float:left;
	padding-top:5px;
	font-size:28px;
	font-weight:bold;
	color:#343434;
}
#project_description{
    display:none;
	float:right;
	padding-top:10px;
	padding-right:4px;
	font-weight:100;
	font-size:20px;
	font-weight:normal;
	color:#343434;
}
#slider_bottom{
	width:940px;
	height:9px;
	float:left;
	background:url(images/slider_top_bottom.png) left bottom no-repeat;
	clear:both;
}
div#vid{
	width: 917px;
	height: 331px;
	border:1px solid #c8c5c5;
}


/******************************************************************
 Content
******************************************************************/
#content{
	width:702px;
	min-height:400px;
	float:left;
	clear:left;
	margin-top:5px;
}
#content_top{
	width:702px;
	height:9px;
	float:left;
	clear:both;
	background:url(images/content_top_bottom.png) left top no-repeat;
}
#content_inner{
	width:702px;
	min-height:300px;
	float:left;
	clear:both;
	background:url(images/content_bg.png) left top repeat-y;
}
#content_bottom{
	width:702px;
	height:9px;
	float:left;
	clear:both;
	background:url(images/content_top_bottom.png) left bottom no-repeat;
	margin-bottom:3px;
}




/******************************************************************
 Content Nav
******************************************************************/
#content_nav{
	width:693px;
	height:36px;
	float:left;
	clear:both;
	padding-left:12px;
	margin-top:3px;
}
#content_nav ul{
	float:left;
	list-style-type:none;
}
#content_nav ul li{
	float:left;
	display:inline;
	list-style-type:none;
    margin-right:10px;
}
#content_nav ul li a,#content_nav ul li a:visited{
	float:left;
	display:block;
	height:26px;
	background:url(images/menu_bg.png) left top repeat-x;
    font-size:19px;
    color:#616161;
    text-decoration:none;
    padding:10px 5px 0 5px;
	font-weight:bold;
    outline:none;
}
#content_nav ul li a:hover,#content_nav ul li a:active{
    background:url(images/menu_bg.png) left bottom repeat-x;
}

#content_nav ul li:hover a,#content_nav ul li a:active,#content_nav ul li.active a{
    background:url(images/menu_bg.png) left bottom repeat-x;
}
#content_nav .nav_left{
	float:left;
	width:9px;
	height:36px;
	background:url(images/menu_corners.png) left top no-repeat;
}
#content_nav .nav_right{
	float:left;
	width:9px;
	height:36px;
	background:url(images/menu_corners.png) right top no-repeat;
}
#content_nav ul li.active .nav_left{
	background:url(images/menu_corners.png) left bottom no-repeat;
}
#content_nav ul li.active .nav_right{
    background:url(images/menu_corners.png) right bottom no-repeat;
}
#content_nav ul li:hover .nav_left{
    background:url(images/menu_corners.png) left bottom no-repeat;
}
#content_nav ul li:hover .nav_right{
    background:url(images/menu_corners.png) right bottom no-repeat;
}
/******************************************************************
 Main Content
******************************************************************/
#main_content{
	float:left;
	clear:both;
	width:678px;
	min-height:400px;
	padding:0 12px;
	margin-top:25px;
}
#avatar{
	width:168px;
	height:220px;
	float:left;
	background:url(images/avatar.png) left top no-repeat;
	padding:12px 0 0 12px;
}
#avatar img{
	float:left;
	width:156px;
	height:206px;
}

/*************** SKILLS ****************/
#skills{
	width:450px;
	float:left;
	height:240px;
	margin-left:30px;
}
#skills #skills_title{
	float:left;
	clear:both;
    margin:2px 0 6px 0;
}
.skill_item{
	float:left;
	width:190px;
	height:33px;
    margin-bottom:6px;
}
#skills .odd{
	clear:left;
    margin-right:40px;
}
.skill_title{
	color:#808080;
	font-weight:bold;
	text-shadow:1px 1px 0px #fff; 
	font-size:14px;
}
.skill_percent{
	width:190px;
	height:14px;
}
.progress_bar{
	float:left;
	height:14px;
	background:url(images/progress_bar.png) left top no-repeat;
	color:#fff;
	font-size:7px;
    line-height:14px;
    text-align:right;
}

#main_content_general{
	margin-top:30px;
	width:659px;
	padding:0 3px;
	float:left;
	color:#666666;
	text-shadow:1px 1px 0px #fff; 
}
#main_content_general p{
		margin-bottom:18px;
}



/******************************************************************
 Sidebar
******************************************************************/
#sidebar{
	width:226px;
	float:left;
	min-height:400px;
	margin-top:5px;
	padding:9px 0 0 12px;
}
#lines_of_code{
	width:173px;
	height:92px;
	padding:33px 0 0 10px;
	float:left;
	clear:both;
	background:url(images/title_code.png) left top no-repeat;
	font-weight:bold;
	font-size:40px;
	line-height:45px;
	color:#2e8fda;
	margin-left:12px;
}
#freelance_banner{
    float:left;
    margin:40px 0 0 16px;
}
#social{
    float:left;
    color:#a0a0a0;
    text-shadow:1px 1px 0px #fff;
    font-weight:bold;
    font-size:11px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    margin:40px 0 0 25px;
}
#social p{
    float:left;
}
#social p:first-child{
    margin-right:8px;
}
.social_icon{
    float:left;
    margin:3px 4px 0 1px;
    width:16px;
    height:16px;
    overflow:hidden;
}
.social_icon:hover img{
    margin-top:-16px;
}
.social_icon:active img{
    margin-top:-16px;
}
.social_icon{
    margin-top:1px
}


/******************************************************************
 Portfolio
******************************************************************/
.portfolio{
	width:678px;
	height:395px;
	float:left;
	overflow:hidden;
	position:relative;
}
.reel{
	clear:left;
	float:left;
	position:absolute;
	left:0;
	top:0;
}
.reel,.reel ul{
	float:left;
	list-style-type:none;
}
.reel li{
	float:left;
	width:678px;
}
.two{
	clear:left;
}
.reel li ul li{
	margin-bottom:35px;
}
.portfolio_image{
	width:352px;
	height:155px;
	padding:12px 11px 12px 13px;
	background:url(images/portfolio_image_bg.png) left top no-repeat;
	float:left;
}
.portfolio_image img{
	width:350px;
	height:150px;
	float:left;
}
.portfolio_details{
	width:288px;
	height:180px;
	float:left;
	color:#686868;
	text-shadow:1px 1px 0px #fff;
	padding:0 0 0 12px;
	font-size:13px;
}
.portfolio_details a,.portfolio_details a:visited{
	color:#4e6ac5;
	text-decoration:none;
}
.portfolio_details a:hover,.portfolio_details a:active{
	border-bottom:1px dashed #4e6ac5;
}
.portfolio_details h2{
	font-size:28px;
	margin:5px 0 15px 0;
}
.portfolio_details p{
	margin-bottom:8px;
}
.portfolio_details span{
	font-size:17px;
	font-weight:bold;
}
.pagination_wrapper{
	width:678px;
    float:left;
    margin:20px 0 0 0;
}
.pagination{
    margin-left:300px;
    float:left;
    width:auto;
}
.pagination a,.pagination a:visited,.pagination a:hover,.pagination a:active{
    display:block;
    width:14px;
    height:14px;
    background:url(images/bullets.png) right top no-repeat;
    margin-right:3px;
    float:left;
    text-indent:-9999px;
    outline:none;
}
.pagination a.active{
    background:url(images/bullets.png) left top no-repeat;

}


/******************************************************************
 Footer
******************************************************************/
#footer{
    width:682px;
    float:left;
    padding:0 10px;
    margin-bottom:40px;
    color:#a0a0a0;
    text-shadow:1px 1px 0px #fff;
    font-size:11px;
    text-align:right;
}
#footer a,#footer a:visited{
	color:#7690e3;
	text-decoration:none;
}
#footer a:hover,#footer a:active{
	border-bottom:1px dashed #7690e3;
}


/******************************************************************
 Contact Form
******************************************************************/
#contact_form{
    float:left;
    width:678px;
}
#contact_form input,#contact_form textarea,#contact_form img{
    float:left;
}
#contact_form img{
    display:none;
}
#contact_form input,#contact_form textarea{
    clear:left;
}
#contact_form .input{
    width:312px;
    height:33px;
    background:url(images/input.png) left top no-repeat;
    border:none;
    margin:0 5px 10px 0;
    padding:5px 7px;
    line-height:33px;
    font-size:15px;
    color:#676767;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 0px #fff;
}
#contact_form .textarea{
    width:482px;
    height:199px;
    background:url(images/textarea.png) left top no-repeat;
    border:none;
    margin:0 5px 10px 0;
    padding:5px 7px;
    font-size:15px;
    line-height:20px;
    color:#676767;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 0px #fff;
}
#contact_form .submit{
    width:130px;
    height:38px;
    background:url(images/send_button.png) left top no-repeat;
    border:none;
    cursor:pointer;
    outline:none;
}
#contact_form .submit:hover{
    width:130px;
    height:38px;
    background:url(images/send_button.png) left bottom no-repeat;
    border:none;
    cursor:pointer;
    outline:none;
}
#contact_form .submit:active{
    width:130px;
    height:38px;
    background:url(images/send_button.png) left top no-repeat;
    border:none;
    cursor:pointer;
    outline:none;
    margin-top:2px;
}
#contact_form .submit:focus{
    outline:none;
}


/* Loader */

.loader{
	position:fixed;
	left:0;
	bottom:-58px;
}

