/* Theme: Iternax (V-Card) */
/* Autor: VictoryDesign */
/* basic */
html,body{
    width: 100%;
    height: 100%;
}
body{
    background-image:url("images/bg.png");
    background-color:#222222;
    margin:0px;
    padding:0px;
    color:#222222;
    font:12px/18px Arial, sans-serif;
    overflow:hidden;
}
a{
    color: #444444;
    text-decoration: none;
}
a:visited {
    color: #444444;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
a:focus {
    outline: none;
}
img {
    border:none;
}
/* javascript error */
#javaerror{
    width:100%;
    height:30px;
    position:absolute;
    z-index:9999;
}
.javaerror{
    background:#000000;
    position:absolute;
    text-align:center;
    font:bold 12px Arial;
    color:#FFFFFF;
    width:500px;
    padding:5px;
    left:50%;
    margin-left:-250px;
}
.javaerror a{
    color:#8FB4FF;
}
.javaerror a:hover{
    color:#7999DB;
}
/* site shadow */
.stl{
    background:url("images/simg.png") no-repeat 0px 0px; 
    position:fixed;
    z-index:0;
    top:0px;
    left:0px;
    width:251px;
    height:237px;
}
.str{
    background:url("images/simg.png") no-repeat -275px 0px; 
    position:fixed;
    z-index:0;
    top:0px;
    right:0px;
    width:251px;
    height:237px;
}
.sbl{
    background:url("images/simg.png") no-repeat 0px -261px; 
    position:fixed;
    z-index:0;
    bottom:0px;
    left:0px;
    width:251px;
    height:237px;
}
.sbr{
    background:url("images/simg.png") no-repeat -275px -261px; 
    position:fixed;
    z-index:0;
    bottom:0px;
    right:0px;
    width:251px;
    height:237px;
}
.stc{
    background:url("images/stc.png") repeat-x; 
    position:fixed;
    z-index:0;
    top:0px;
    left:251px;
    right:251px;
    height:237px;
}
.sbc{
    background:url("images/sbc.png") repeat-x; 
    position:fixed;
    z-index:0;
    bottom:0px;
    left:251px;
    right:251px;
    height:237px;
}
.scl{
    background:url("images/scl.png") repeat-y; 
    position:fixed;
    z-index:0;
    left:0px;
    top:237px;
    bottom:237px;
    width:251px;
}
.scr{
    background:url("images/scr.png") repeat-y; 
    position:fixed;
    z-index:0;
    right:0px;
    top:237px;
    bottom:237px;
    width:251px;
}
/* layout */
#body{
    position:absolute;
    width:600px;
    height:320px;
    margin-top:-160px;
    margin-left:-300px;
    left:50%;
    top:35%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.bodyr{
    border:1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#main{
    height:500px;
    background:url("images/gradient.png") repeat-x; 
    border:1px solid #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#light{
    width:600px;
    height:320px;
    background:url("images/light.png") no-repeat center top;     
}
.bshadow{
    background:url("images/bshadow.png") no-repeat center center;
    width:649px;
    height:52px;
    margin-left:-25px;
}
.copyright{
    position:absolute;
    bottom:10px;
    right:10px;
    color:#EEEEEE;
    background:#111111;
    padding:5px 10px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}
/* panes */
#flowpanes {	
    width:596px;
    height:500px;
	position:relative;
	overflow:hidden;
	clear:both;
}
#flowpanes .divit {	
	float:left;
	display:block;
    width:596px;
}
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
/* navigate */
.navigate{
    width:355px;
    height:38px;
    background:url("images/navi.png") no-repeat;
    position:absolute;
    top:284px; 
    left:122px;
}
#flowtabs{
    padding:0px;
    margin:6px 0px 6px 0px;
    display:inline-block;
}
#flowtabs li{
    list-style:none;
    float:left;
    width:60px;
}
/* icon */
.home{
    background:url("images/icon.png") no-repeat 0px 0px;   
    height:27px;
    display:block;
}
.about{
    background:url("images/icon.png") no-repeat -52px 0px;   
    height:27px;
    display:block;
}
.gallery{
    background:url("images/icon.png") no-repeat -106px 0px;   
    height:27px;
    display:block;
}
.follow{
    background:url("images/icon.png") no-repeat -158px 0px;   
    height:27px;
    display:block;
}
.contact{
    background:url("images/icon.png") no-repeat -210px 0px;   
    height:27px;
    display:block;
}
.download{
    position:absolute;
    background:url("images/icon.png") no-repeat -295px 0px;   
    width:38px;
    height:27px;
    display:block;
    margin:10px 0px 0px 555px;
}
.home,.about,.gallery,.follow,.contact,.download{
    opacity: 1.0; 
	-khtml-opacity: 1.0; 
	-moz-opacity: 1.0;
}
.home:hover,.about:hover,.gallery:hover,.follow:hover,.contact:hover,.download:hover{
    opacity: 0.8; 
	-khtml-opacity: 0.8; 
	-moz-opacity: 0.8;
}
/* home item */
.logo{ 
	width:100%;
	height:152px;   
    margin-top:10px;
}
.autor{
	width:100%;
    margin-top:25px;
    text-align:center;
    font-size:48px;
    font-weight:bold;   
    color:#111111; 
}
.profecy{
	width:100%;
    margin-top:35px;
    text-align:center;
    font-size:18px;
    font-weight:bold;  
    color:#111111; 
}
/* about, gallery, follow, contact items */
.adbar{
    display:inline-block;
}
.adbar .adimg{
    margin:15px 0px 15px 0px;
}
.adbar .adimg img{
    border:1px solid #FFFFFF;
    padding:2px;
    background:#EEEEEE;
    -moz-box-shadow: 0 1px 5px #AEAEAE;
    -webkit-box-shadow:0 1px 5px #AEAEAE;
    box-shadow: 0 1px 5px #AEAEAE;
}
.adbar .adinfo{
    background:url("images/adinfo.png") repeat-x center top;
    float:left; 
    padding:5px 5px 5px 10px;   
    width:175px;
    border-top:1px solid #B0B0B0;
    border-bottom:1px solid #B0B0B0;
    margin-top:-1px;
}
.adbar .adshad{
    background:url("images/adshad.png") repeat-y center center; 
    float:left;
    width:4px; 
    height:260px;
    margin:5px 0px 5px 0px;
}
.adbar .hed{  
    font:bold 16px Arial, sans-serif;
    margin:5px 5px 5px 0px;
    border-left:4px solid #000000;
    padding-left:10px;
}
.adbar .adinfo2{
    float:left; 
    padding:10px;   
}
.adbar .adpad{
    padding:10px;
    margin-top:15px;
    width:250px;
}
.leftblock{
    width:190px;
    height:270px;
    float:left;
}
.rightblock{
    float:left;
    width:380px;
    height:250px;
    padding:10px;
}
.leftblock2{
    width:285px;
    height:270px;
    float:left;    
    padding:10px;
}
.rightblock2{
    float:left;
    width:285px;
    height:250px;

}
.centrblock{
    float:left;
    width:580px;
    height:250px;
    padding:10px;
}
/* about me information */
.info h4{
    margin:0px;
    text-align:center;
    width:100%;
    float:left;
    display:block;
    background:url("images/vline.png") no-repeat center center;
}
.info .bline{
    border-left:4px solid #111111;
    padding-left:10px;
    margin-left:10px;
    width:100%;
}
#progressbar{
    display:inline-block;
}
#progressbar .progressbar{
    background:#000000;
    text-align:left;
    color:#FFFFFF;
    font:bold 11px Arial, sans-serif; 
    color:#fff; 
    margin:5px;
    float:left;
    width:163px;
    padding:3px 5px 3px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#progressbar .year{
    float:right;
}
/* scrollbar */
#scrollbar { 
    width:397px; 
    margin-top:10px;
}
#scrollbar .viewport { 
    width:367px; 
    height:210px; 
    overflow:hidden; 
    position:relative;
}
#scrollbar2 { 
    width:590px; 
    margin-top:20px;
}
#scrollbar2 .viewport { 
    width:560px; 
    height:208px; 
    overflow:hidden; 
    position:relative;
}
#scrollbar .overview,#scrollbar2 .overview{ 
    list-style:none; 
    position:absolute; 
    left:0; 
    top:0; 
    padding:0; 
    margin:0;
}
#scrollbar .scrollbar,#scrollbar2 .scrollbar{ 
    position:relative; 
    background-position:0 0; 
    float:right; 
    width:17px; 
    height:100%;
}
#scrollbar .track,#scrollbar2 .track{ 
    height:100%; 
    width:13px; 
    position:relative; 
    padding:0 1px; 
}
#scrollbar .thumb,#scrollbar2 .thumb{ 
    background:#111111; 
    height:20px; 
    width:12px; 
    cursor:pointer; 
    overflow:hidden; 
    position:absolute; 
    top:0; 
    left:-5px; 
    opacity: 1.0; 
	filter: alpha(opacity=100); 
	-ms-filter: "alpha(opacity=100)"; 
	-khtml-opacity: 1.0; 
	-moz-opacity: 1.0;  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}
#scrollbar .thumb:hover,#scrollbar2 .thumb:hover{ 
    opacity: 0.8; 
	filter: alpha(opacity=80); 
	-ms-filter: "alpha(opacity=80)"; 
	-khtml-opacity: 0.8; 
	-moz-opacity: 0.8; 
}
#scrollbar .thumb .end,#scrollbar2 .thumb .end{ 
    overflow:hidden; 
    height:5px; 
    width:25px; 
}
#scrollbar .disable,#scrollbar2 .disable{ 
    display:none; 
}
/* gallery */
.img_block{
    display:inline-block;
    margin:0px;
    padding:0px;
    width:600px;
}
.img_block .galblock{
    height:90px;
    display:block;
}
.img_block li{
    list-style:none;		
    float:left;
    width:128px;
    position: relative;
    overflow:hidden;
    margin:5px;
    border:1px solid #111111;
    height:90px;
}
.img_block li .imview{
    display:block;
    position:relative;
    overflow:hidden;
    width:128px;
    height:90px;
}
.img_block li .imview{
    position:absolute;
    top:0px;
    left:0px;
    border:0px;
}
.img_block .imview{
    background:url("images/view.png") repeat;
    width:130px;
    height:90px;
}
.img_block .imtit{
    color:#FFFFFF;
    font:12px Arial;
    text-align:center;
    padding:3px;
}
/* follow */
.follower a{
    color:#111111;
}
.following{
    margin:30px 0px 0px 40px;
}
.following .follimg{
    float:left;
    margin-right:10px;
}
.following .folltitle{
    font-size:12px;
    font-weight:bold;
    margin-top:3px;
}
.following .folllink{
    float:left;
}
.following .follower{
    float:left;
    margin:5px;
    width:250px;
    display:block;
    opacity: 1.0; 
	-khtml-opacity: 1.0; 
	-moz-opacity: 1.0;
}
.following .follower:hover{
    opacity: 0.8; 
	-khtml-opacity: 0.8; 
	-moz-opacity: 0.8;
}
.following .other{
    clear:both;
    padding-top:5px;
    display:none;
}
.following .other a{
   color:#222222; 
   margin-right:15px;
}
.following .other a:hover{
   color:#000000; 
}
/* contact */
.conttit{
    font-size:14px;
}
/* form */
.marform{
    padding-top:10px;
}
#form input[type=text]{
    width:230px;
    padding:5px 8px;
    margin:3px;
    display:block;
    background:#EEEEEE url("images/form.png") repeat-x center top;
    border:1px solid #666666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    -moz-box-shadow: 0 1px 0px #EEEEEE;
    -webkit-box-shadow:0 1px 0px #EEEEEE;
    box-shadow: 0 1px 0px #EEEEEE;
}
#form textarea{
    width:230px;
    padding:5px 8px;
    height:90px;
    margin:3px;
    background:#F5F5F5 url("images/form.png") repeat-x center top;
    resize:none;
    border:1px solid #666666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    -moz-box-shadow: 0 1px 0px #DDDDDD;
    -webkit-box-shadow:0 1px 0px #DDDDDD;
    box-shadow: 0 1px 0px #DDDDDD;
}
#form .sub{
    background:#000000 url("images/but.jpg") repeat-x center top;
    min-width:100px;
    color:#FFFFFF;
    font-weight:bold;
    cursor:pointer;
    padding:5px 10px 5px 10px;
    margin:3px;
    border:1px solid #444444;  
    opacity: 1.0; 
	filter: alpha(opacity=100); 
	-ms-filter: "alpha(opacity=100)"; 
	-khtml-opacity: 1.0; 
	-moz-opacity: 1.0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
    -moz-box-shadow: 0 1px 1px #000000;
    -webkit-box-shadow:0 1px 1px #000000;
    box-shadow: 0 1px 1px #000000;
}
#form .sub:hover{
    opacity: 0.8; 
	filter: alpha(opacity=80); 
	-ms-filter: "alpha(opacity=80)"; 
	-khtml-opacity: 0.8; 
	-moz-opacity: 0.8;
}
#form .focus{
    border:1px solid #111111!important;
    background:#F7F7F7!important;
    outline:none;
}
#form .name,#form .email,#form .message{
    position:relative;
    margin:0px 0px -35px 25px;
	display:block;
	color:#000000;
	padding:8px;
    text-align:left;
    cursor:text;
    overflow:hidden;
}
/* google map */
.gmap{
    font:bold 14px Arial, sans-serif;
    margin-top:10px;
    display:block;
    float:left;
}
/* captcha */
.captcha{
    width:240px;
    padding:5px;
    margin:3px 3px 3px 15px;
    float:left;
}
.captcha .cap{
    margin-left:5px;
    float:left;
}
.captcha .cap2{
    margin:-2px 0px -3px 13px;
    float:left;
    width:20px;
    height:20px;
    background:#333333 url("images/unlock.png") no-repeat center center;
    border:1px solid #444444;
    cursor:pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    -moz-box-shadow: 0 1px 0px #EEEEEE;
    -webkit-box-shadow:0 1px 0px #EEEEEE;
    box-shadow: 0 1px 0px #EEEEEE;
}
/* validation */
.error_box {
    background:#CC0000 url("images/errcla.png") no-repeat right top;
    border:1px solid #660000;
    color:#FFFFFF;
    display:none;
    font-size:12px;
    padding:5px 10px;
    font-weight:bold;
    top:10px;
    right:10px;
    position:absolute;
    cursor:pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}
.success_box {
    background:#FFFFFF url("images/errclb.png") no-repeat right top;
    border:1px solid #111111;
    color:#000000;
    font-size:12px;
    padding:5px 10px;
    text-align:center;
    font-weight:bold;
    width:120px;
    cursor:pointer;
    display:none;
    position:absolute;
    top:10px;
    right:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    -moz-box-shadow: 0 1px 0px #000000;
    -webkit-box-shadow:0 1px 0px #000000;
    box-shadow: 0 1px 0px #000000;
}
/* tooltip */
.tip-twitter {
	z-index:1000;
	text-align:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:8px 8px;
	max-width:200px;
	color:#fff;
	background-color:#111111;
}
.tip-twitter .tip-inner {
	font:bold 11px/14px 'Lucida Grande',sans-serif;
}
.tip-twitter .tip-arrow-top {
	margin-top:-5px;
	margin-left:-5px;
	top:0;
	left:50%;
	width:9px;
	height:5px;
	background:url("images/tip-twitter_arrows.gif") no-repeat;
}
.tip-twitter .tip-arrow-right {
	margin-top:-4px;
	margin-left:0;
	top:50%;
	left:100%;
	width:5px;
	height:9px;
	background:url("images/tip-twitter_arrows.gif") no-repeat -9px 0;
}
.tip-twitter .tip-arrow-bottom {
	margin-top:0;
	margin-left:-5px;
	top:100%;
	left:50%;
	width:9px;
	height:5px;
	background:url("images/tip-twitter_arrows.gif") no-repeat -18px 0;
}
.tip-twitter .tip-arrow-left {
	margin-top:-4px;
	margin-left:-5px;
	top:50%;
	left:0;
	width:5px;
	height:9px;
	background:url("images/tip-twitter_arrows.gif") no-repeat -27px 0;
}

.ul-nav li{
	
display:inline-block;	
margin:0px 15px;
}

/* Navigation */

nav {
	border-bottom: 1px solid #fff;
	position: relative;
	width:596px;
	margin-bottom:20px;
	
}

nav ul {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
	margin-bottom:0;
}

nav li {
	float: left;
	margin:0px  31px;
	list-style-type:none;
}

nav li a {
	color: #666;
	font-weight: bold;
}

nav li a:hover,
nav li a:focus,
nav li a.current {
	color: #000;
}

nav #indicator {
	position: absolute;
	left: 15px;
	bottom: 5px;
	width: 12px;
	height: 7px;
	background-image: url('../img/notch.png');
}





/* Content */

#content section {
	display: none;
	width: 540px;
	height:420px;
	padding:0px 20px;
}

#content p {
	margin-bottom: 1em;	
	line-height: 1.6;
	
}



/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #F5F5F5;
	position: relative;
}

.jspDrag
{
	background: #999;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


.client{
width:113px;	
height:113px;
float:left;
margin:0px 20px 30px 0px;
background-color:#CCC;
border:solid 1px #eee
}
.client img{
	width:113px;
	height:113px;
}
.client:nth-child(4n) {
    margin-right: 0;
}



.work{
width:248px;	
height:248px;
float:left;
margin:0px 20px 30px 0px;
background-color:#CCC;
border:solid 1px #eee
}
.work img{
	width:248px;
	height:248px;
}
.work:nth-child(2n) {
    margin-right: 0;
}

.contact-form{
    width:340px;
    height:390px;
    float:left;

}

.contact-label{
    float:left;
    margin:2px 0px 10px 0px;
	width:100px;
}

.text-label{
    background-color:#f9f9f9;
    box-shadow:inset 0 0 7px #CCC;
    border:solid 1px #CCC;
    color:#999;
    height:30px;
    width:340px;
    font-size:11px;
    margin:2px 0px 10px 0px; 
	float:left;
	padding:0px 5px;
}

.text-label:hover, .text-label:focus{
    background-color:#fff;
    box-shadow:inset 0 0 7px #CCC;
    border:solid 1px #CCC;
    color:#999;
    }

.textarea-label{
    background-color:#f9f9f9;
    box-shadow:inset 0 0 7px #CCC;
    border:solid 1px #CCC;
    color:#999;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    height:80px;
    width:340px;
    resize:none;
	overflow:hidden;
	padding:5px;
	float:left;
    }

.textarea-label:hover,.textarea-label:focus {
    background-color:#fff;
    box-shadow:inset 0 0 7px #CCC;
    border:solid 1px #CCC;
    color:#999;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    overflow:hidden;
    resize:none;
	
    
}

.sendbutton{
    margin:10px 10px 10px 0px;
    width:80px;
	padding:0px 5px;
    height:25px;
    background:url(images/contact-bg.png);
    border:solid 1px #CCC;
    color:#999;
    text-decoration: none;
    font-size:12px;
    font-family:inherit;
    text-align:center;
    cursor:pointer;
	float:left;
}

.sendbutton:hover{
    background:url(images/contact-bghover.png);
    border:solid 1px #CCC;
    color:#999;
    text-decoration: none;
    font-size:12px;
    font-family:inherit;
    text-align:center;
    cursor:pointer;
}

.error-highlight {border:1px solid #F00;}

.success-contact{display:none;float:right;margin:10px 0px 0px 0px;font-size:12px;text-align:left;min-width:100px;padding:5px;height:11px;}
.loading-contact {float:left;background:url(images/219.gif) no-repeat 1px;height:25px;width:25px;display:none; margin-top:10px;}
.loading-contact img{height:24px;width:24px;}
