@charset "utf-8";
/* CSS Document */
/*
General Layout of V-card
1.tab_wrapper
	1.1 tab_nav
	1.2 content
		1.2.1 home
				- photo
				- tagline
		1.2.2 about
				- nivo slider
				- about_me 
				- experence list
				- column_1 
				- column_2 for bar graph
		1.2.3 folio
				- recent / featured work
				- portfolio gallery
		1.2.4 social
				- icon list
				- twitter feed
		1.2.5 contact
				- contact form
				- address
	1.3 footer
*/
body {
	background: url(../images/body-bg.jpg) repeat #999;
	font-family:  "Tahoma";
	font-size:11px;
	font-weight:normal;
	color: #626262;
	line-height: 1.4em;
}
.clear {
	clear:both; font-size: 0px; list-style: 0px;
}
/*Typography and default*/
/*---------------------------------------------------------------------------*/
h1,h2,h3 {
	color: #626262;
	line-height: 1em;
	font-weight: normal;
}
/*Margin bottom to headings as line-height property do not work well with many browsers in case of cufon*/
h1 {
	color: #1c6082;
	font-size: 16px;
	margin-bottom: 15px;
	padding-top: 20px;
	clear: both;
}
h1 span {
	font-size: 12px;
}
h2 {
	font-size: 13px;
	padding-bottom: 5px;
}
h2 span {
	font-size: 11px;
}
h3 {
	font-size: 13px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #3e3e3e;
}
/*tabs*/
/*---------------------------------------------------------------------------*/
#tab_wrapper {
	width: 570px;
	margin: 0 auto;
	padding-top: 20px;
}
/*header and navigation*/
/*---------------------------------------------------------------------------*/
#header {

	background: url(../images/header-bg.png) no-repeat;
	width: 520px;
	height: 45px;
	float: left;
	padding-top: 35px;
	padding-left: 25px;
	padding-right: 25px;
	clear: both;
}
ul.tab_nav li {
	display: inline;
	list-style: none;
}
ul.tab_nav li a {
	font-size: 14px;
	color: #ffffff;
	float: left;
	margin-left: 20px;
	display: block;
	padding-bottom: 10px;
}
ul.tab_nav li a.current {
	background: url(../images/arrow.png) center bottom no-repeat;
}
a.download {
	float: right;
}
/*content*/
/*---------------------------------------------------------------------------*/
.content {
	background:url(../images/content-bg.png) repeat-y;
	width: 570px;
	clear: both;
	padding:0;
}
/*home*/
/*---------------------------------------------------------------------------*/
#home {
	width: 518px;
	background: #1c6082;
	border-left: 1px solid;
	border-right: 1px solid;
	border-left-color: rgba(45, 155, 190, 0.5);
	border-right-color: rgba(45, 155, 190, 0.5);
	margin-left: 5px;
	margin-right: 5px;
	padding: 20px;
	clear: both;
	float: left;
}
#home img {
	padding: 0px;
	background-color: #FFF;

}
p.tagline {
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
}
/*about*/
/*---------------------------------------------------------------------------*/
#about {
	padding: 0px 25px 20px 25px;
	clear: both;
}
/*----------slider----------*/
#slider_bg {
	width: 208px;
	height: 128px;
	border: 1px solid #dadada;
	background: #ffffff;
	float: left;
	margin-right: 20px;
}
#slider {
	width: 200px;
	height: 120px;
	margin: 4px;
}
/*----------about_me----------*/
.about_me {
	width: 380px;
	float: right;
margin-right:45px;
}
ul.bullet_list {
	padding-top: 5px;
}
ul.bullet_list li {
	list-style: none;
	background: url(../images/bullet.png) no-repeat 0 5px;
	line-height: 1.6em;
	padding-left: 15px;
	display: block;
}
/*----------work experience list----------*/
ul.experience li {
	list-style: none;
	background: none;
	padding-bottom: 10px;
}
ul.experience li.last_exp {
	padding-bottom: 0px;
}
/*folio*/
/*---------------------------------------------------------------------------*/
#folio {
	padding: 0px 25px 15px 25px;
	clear: both;
}
/*----------gallery_recent----------*/
ul.gallery_recent {
	float: left;
}
ul.gallery_recent li {
	list-style: none;
	display: block;
	position: relative;
	float: left;
	padding-bottom: 10px;
}
ul.gallery_recent li.last_recent {
	padding-bottom: 0px;
}
ul.gallery_recent li img {
	border: 1px solid #dadada;
	background: #ffffff;
	padding: 4px;
	float: left;
	margin-right: 0px;
}
ul.gallery_recent li a span {
	width: 129px;
	height: 176px;
	background-color: rgba(225, 225, 225, 0.8);
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 10;
	display: none;
}
ul.gallery_recent li a span img {
	width: 16px;
	height: 16px;
	border:none;
	margin-top: 50px;
	margin-left: 20px;
	background: none !important;
}
.recent {
	width: 130px;
	float: left;
}
.recent p {
	padding-bottom: 2px;
}
.recent a:hover {
	border-bottom: 1px solid #8b8b8b;
}
/*----------gallery----------*/
ul.gallery {
	float: left;
}
ul.gallery li {
	list-style: none;
	display: block;
	position: relative;
	float: left;
	margin-left: 30px;
margin-bottom: 20px;
	padding-bottom: 5px;
	width: 130px;
	height: 180px;
}
ul.gallery li.last_img {
	margin-left: 20px;
	float: left;
}
ul.gallery li img {
	border: 1px solid #dadada;
	background: #ffffff;
	padding: 4px;
}
ul.gallery li a span {
	width: 129px;
	height: 176px;
	background-color: rgba(225, 225, 225, 0.8);
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
	display: none;
}
ul.gallery li a span img {
	width: 15px;
	height: 15px;
	border:none;
	margin-top: 51px;
	margin-left: 71px;
	background: none !important;
}

/*contact*/
/*---------------------------------------------------------------------------*/
#contact {
	padding: 0px 25px 20px 25px;
	clear: both;
}
/*----------contact form----------*/
.contactForm {
	width:270px;
	float:left;
	margin: 0;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.contactForm ul {
	width:100%;
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
.contactForm ul li {
	width:270px;
	min-height:25px;
	height:auto !important;
	height:25px;
	margin: 0px 0px 10px 0px;
	clear:both;
	float:left;
	background: none;
	padding: 0;
}
.contactForm label {
	height:25px;
	float:left;
}
.contactForm .txtFld {
	width:180px;
	height:23px;
	padding: 0px 0px 0px 5px;
	margin:0;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 2em;
	background-color: #ffffff;
	border: 1px solid #dadada;
	outline: none;
	float: right;
}
.contactForm .txtAra {
	width:180px;
	height:60px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-family: Tahoma;
	background-color: #ffffff;
	border: 1px solid #dadada;
	float: right;
}
.contactForm .submit {
	background: url(../images/send-btn.png) no-repeat;
	width:60px;
	height:25px;
	margin: 0;
	padding: 0;
	border:none;
	cursor: pointer;
	float:right;
	focus: none;
}
.contactForm .formError {
	width: 300px;
	height: 0px;
	padding:0px 0px 5px 0px;
	margin:0;
	color: #df7777;
	font-size: 9px;
	line-height: 1em;
	text-align: right;
	float: right;
}
.contactForm .formProgress {
	float:left;
	margin-left: 100px;
	line-height: 2.2em;
	color:#df7777;
}
.contactForm input:focus, .contactForm textarea:focus {
	border-color: rgba(223, 119, 119, 0.5);
}

/*----------address----------*/
#address { 
	width: 230px;
	float: right;
}
#address p {
	padding-bottom: 10px;
padding-left: 30px;
}
#address a:hover {
	border-bottom: 1px solid #8b8b8b;
}
.map {
	background-color: #ffffff;
	border: 1px solid #dadada;
	float: right;
	margin-bottom: 10px;
}
.map a:hover {
	border-bottom: none !important;
}
#address img {
	padding: 4px;
}
/*footer*/
/*---------------------------------------------------------------------------*/
#footer {
	background: url(../images/footer-bg.png) no-repeat;
	width: 570px;
	height: 45px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#footer p {
	font-size: 15px;
	text-align: center;
	padding-top: 10px;
color: #FFF;

}
/*----------tipsy----------*/
.tipsy {
	padding: 5px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-image: url(../images/tipsy.gif);
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: #ffffff;
	color: #8b8b8b;
	max-width: 200px;
	text-align: center;
}
.tipsy-inner {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}
