/*--===================================================
=======================================================
Welcome to my style sheet please have a look around;-)=
=======================================================
===================================================--*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body
	{
	font: 1em Georgia, Times New Roman, Times, serif;
	line-height: 1.2em;
	background: #064c65 url(../images/background.jpg) 0 0 no-repeat;
	}
	

a
	{
	color: #4e4d4d;
	}
	
a:hover
	{
	color: #ffba00;
	}
	
	

	
#topContainer
	{
	width: 915px;
	margin: 0 auto;

	}
	
	
/*--============Top navigation============--*/


#nav-container
	{
	margin-right: 10px;
	float: right;
	width: 671px;
	height: 120px;
	padding: 50px 0 0 0;
	position: relative;
	}
	
#tabmenu
	{
	position: absolute;
	top: 0;
	list-style-type: none;	
	}
	
#tabmenu li
	{
	float: left;
	}
	
#tabmenu li a
	{
	text-indent: -9999px;
	display: block;
	}
	
#tabmenu li.home a {background: url(../images/nav.png) -5px 0 no-repeat; width: 100px; height: 174px;}
#tabmenu li.portfolio a {background: url(../images/nav.png) -115px 0 no-repeat; width: 100px; height: 174px;}
#tabmenu li.experience a {background: url(../images/nav.png) -225px 0 no-repeat; width: 100px; height: 174px; margin-right: 5px;}
#tabmenu li.skills a {background: url(../images/nav.png) -345px 0 no-repeat; width: 100px; height: 174px;}
#tabmenu li.cv a {background: url(../images/nav.png) -453px 0 no-repeat; width: 100px; height: 174px;}


#tabmenu li.home a:hover,
#tabmenu li.home a.active{background: url(../images/nav.png) -5px -175px no-repeat; width: 100px; height: 174px;}


#tabmenu li.portfolio a:hover,
#tabmenu li.portfolio a.active{background: url(../images/nav.png) -115px -175px no-repeat; width: 100px; height: 174px;}



#tabmenu li.experience a:hover,
#tabmenu li.experience a.active{background: url(../images/nav.png) -225px -175px no-repeat; width: 100px; height: 174px;}
#tabmenu li.skills a:hover,
#tabmenu li.skills a.active{background: url(../images/nav.png) -345px -175px no-repeat; width: 100px; height: 174px;}
#tabmenu li.cv a:hover,
#tabmenu li.cv a.active{background: url(../images/nav.png) -453px -175px no-repeat; width: 100px; height: 174px;}

/*--==============Left column================--*/

#left-col
	{
	width: 220px;
	float: left;
	margin-top: 40px;
	}
	
img#card
	{
	position: relative;
	left: 2px;
	z-index: 2;
	}
	
#photo-container
	{
	position: relative;
	z-index: 1;
	top: -70px;
	left: 30px;
	width: 180px;
	height: 224px;
	background: url(../images/photo-container.png) 0 0 no-repeat;
	}


/*--============Profile Container==================================--*/


#profileCont
	{
	position: absolute;
	top: 225px;
	left: 5px;
	}

#profile
	{
	width: 232px;
	background: url(../images/profile-background.png) 0 0 no-repeat;
	}
	
#profile ul
	{	
	font-weight: bold;
	width: 190px;
	padding: 5px;
	font-size: 0.7em;
	list-style-type: none;
	color: #e0e0e0;
	}
	
#profile ul li span
	{
	font-weight: bold;
	font-size: 1.1em;
	color: #ff0042;
	}
	
#profile ul li
	{
	margin: 5px 0 10px 0;
	}
	
#profile-bot
	{
	width: 232px;
	height: 6px;
	background:url(../images/profile-bot.png) 0 0 no-repeat;
	}

/*--===========Main container / main content structure===========--*/

#main-container
	{
	position: relative;
	margin: 0 8px 0 0;
	width: 677px;
	z-index: 1;
	float: right;
	}

#main-top
	{
	width: 677px;
	height: 25px;
	background: url(../images/main-top.png) 0 0 no-repeat;
	}
	
#main-inner
	{
	float: left;
	width: 677px;
	min-height: 409px;
	background: url(../images/main-inner.png) 0 0 repeat-y;
	}
	
#main-bot
	{
	clear: both;
	width: 677px;
	height: 25px;
	background: url(../images/main-bot.png) 0 0 no-repeat;
	}
	
/*--================Content elements==========--*/
	
#content
	{
	width: 410px;
	float: left;
	padding: 0 10px 0 15px;
	min-height: 500px;
	}
	
#content h1
	{
	border-bottom: 1px dashed #bdbdbd;
	padding: 0 0 10px 0;
	}
	

	
#content p
	{
	color: #4e4d4d;
	margin: 10px 0;
	font-size: 0.7em;
	}
	
#content p strong
	{
	font-weight: bold;
	}
	

#content p.firstPara
	{
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.8em;
	}
	
#content p.firstPara img.quote01
	{
	display: block;
	float: left;
	padding: 0 5px 0 0;
	}
	
.quote02
	{
	margin: 0 280px 0 0;
	float: right;
	padding: 5px 0 10px 0;
	*margin: -20px 280px 0 0;
	}
	
	
img.right
	{
	margin: 20px 10px 0 0;
	float: right;
	}

/*--===========Right contents / contact form============--*/

#contact-container
	{
	margin-top: -22px;
	margin-right: 4px;
	width: 219px;
	float: right;
	}

	
#contact-top
	{
	background: url(../images/contact-top.png) 0 0 no-repeat;
	height: 9px;
	width: inherit;
	}
	
#contact-inner
	{
	width: 219px;
	float: right;
	position: relative;
	min-height: 469px;
	background: url(../images/contact-inner.png) 0 0 no-repeat;
	}
	
#contact-inner h2
	{
	font-size: 1.2em;
	color: #fff;
	margin: 0 0 10px 5px;;
	}
	
.formSpacer
	{
	padding: 5px;
	width: 207px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	position: relative;
	}
	
.formSpacer label
	{
	font-size: 0.9em;
	color: #ff0042;
	font-weight: bold;
	position: relative;
	}
	
.formSpacer input, .formSpacer img
	{
	float: left;
	border: none;
	}
	
.formSpacer input
	{
	padding: 0 5px;
	background-color: #eff1f1;
	width: 138px;
	clear: left;
	}
	
	
	
.formSpacer02
	{
	font-size: 1em;
	font-weight: bold;
	color: #ff0042;
	padding: 5px;
	width: 207px;
	float: left;
	clear: both;
	}

.formSpacer img
	{
	border: none !important;

	height: 5px;	
	float: left;
	}
	
.formSpacer02 img
	{
	border: none !important;
	height: 5px;
	float: left;
	}

.formSpacer02 label
	{
	margin: 0 0 5px 0;
	}
	
.formSpacer02 textarea
	{
	background-color: #eff1f1;
	border: 1px solid #eff1f1;
	padding: 0 5px;
	width: 195px;
	margin: 0;
	float: left;
	}
	
.imgHeight
	{
	height: 16px !important;
	}
	
input.submit
	{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	}
	
label.error
	{
	color: #fff;
	font-size: 0.8em;
	width: 85px;
	height: 25px;
	position: absolute;
	left: 130px;
	margin-top: -18px;
	*margin-top: -47px;
	}
	
.formSpacer02 label.error
	{
	margin-top: 0px;
	left: 130px;
	}
	

#thankyou, #checkDetails
	{
	position: absolute;
	top: -83px;
	left: -5px;
	width: 216px;
	height: 71px;
	padding: 10px 10px 0 10px;
	background: url(../images/error-background.png) 0 0 no-repeat;
	}
	
#thankyou, #checkDetails
	{
	font-size: 0.7em;
	font-weight: bold;
	color: #ff114e;
	}
	
.closeBtn
	{
	cursor: pointer;
	position: absolute;
	top: -5px;
	right: 0;
	width: 25px;
	height: 25px;
	background: url(../images/closeBtn.png) 0 0 no-repeat;
	}
	
	
.topImg
	{
	margin-top: 5px;
	}
	
#reset, #submit
	{
	cursor: pointer;
	padding: 2px;
	color: #fff;
	background-color: #000;
	border: 1px solid #3b3a3a;
	margin: 10px 0;
	}
	
#reset
	{
	width: 50px;
	margin: 10px 0 10px 58px;
	}
	
#submit
	{
	width: 100px;
	}
	
#reset:hover, #submit:hover
	{
	border: 1px solid #ffba00;
	}
	
/*--===========Social Networking marking============--*/


#social 
	{
	float: right;
	width: 215px;
	list-style-type: none;
	position: relative;
	top: 50px;
	*top: 75px;
	right: 2px;
	}

#social li
	{
	float: left;
	}
	
#social li.facebook a
	{
	text-indent: -9000px;
	display: block;
	background: url(../images/facebook.png) 0 0 no-repeat;
	height: 56px;
	width: 67px;
	overflow: hidden;
	margin-right: 3px;
	}
	
#social li.twitter a
	{
	text-indent: -9000px;
	display: block;
	background: url(../images/twitter.png) 0 0 no-repeat;
	height: 56px;
	width: 73px;
	overflow: hidden;
	margin-right: 3px;
	}
	
#social li.linked a
	{
	text-indent: -9000px;
	display: block;
	background: url(../images/linked.png) 0 0 no-repeat;
	height: 56px;
	width: 69px;
	overflow: hidden;
	}
	
#social li.facebook a:hover, #social li.twitter a:hover, #social li.linked a:hover
	{
	background-position: 0 -56px;
	}
	
	


	
	
/*--============Lightbox gallery's==========--*/
#gallery 
	{
	background-color: #444;
	padding: 10px;
	width: 520px;
	}
	
	
#gallery ul 
	{ list-style: none; }
	

#gallery ul li 
	{ display: inline; }
	

#gallery ul img 
	{
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	}
	

#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
	}
	
#gallery ul a:hover { color: #fff; }
	


/*--============Portfolio==============--*/

#portfolio-container
	{
	float: left;
	margin: 20px 0 0 0;
	min-height: 390px;	
	clear: both;
	width: 941px;
	background: url(../images/grass.png) 0 100% no-repeat;
	}
	
	
#portfolio-backing
	{
	margin: 0 auto;
	min-height: 310px;
	width: 873px;
	background: url(../images/portfolio-background.png) 0 0 no-repeat;
	}
	


#portfolio-bot
	{
	margin: 0 auto;
	height: 10px;
	width: 873px;
	background: url(../images/portfolio-bot.png) 0 0 no-repeat;
	}
	
	
#portLeft
	{
	padding: 10px;
	float: left;
	width: 200px;
	}
	
#portRight
	{
	padding: 10px;
	width: 625px;
	float: right;
	}
	
	
/*--=====================Jquery tabs=============================--*/

ul.tabNavigation
	{
	list-style-type: none;
	width: 330px;
	float: right;
	position: relative;
	left: 20px;
	}
	
ul.tabNavigation li
	{
	width: 93px;
	height: 72px;
	margin: 0 10px 5px 0;
	float: left;
	background: url(../images/sml-img-background.png) 0 0 no-repeat;
	}

ul.tabNavigation li a
	{
	width: 93px;
	height: 72px;
	display: block;
	}
	
	
ul.tabNavigation li a img
	{
	position: relative;
	top: 5px;
	left: 7px;
	}
	
ul.tabNavigation li a:hover img
	{
	position: relative;
	top: 0px;
	left: 2px;
	}

	
ul.tabNavigation li a:hover
	{

	width: 83px;
	height: 62px;
	border: 5px solid #ffba00;
	}
	
	


	
#first, #second, #third,
#fourth, #fith, #sixth,
#seventh, #eighth, #ninth
	{
	float: right;
	width: 295px;
	}
	
	
div.lrgImg
	{
	width: 267px;
	height: 205px;
	background: url(../images/lrg-img-background.png) 0 0 no-repeat;
	}
	

div.lrgImg a
	{
	width: 267px;
	height: 205px;
	display: block;
	}
	
div.lrgImg a:hover
	{
	border: 5px solid #ffba00;
	width: 257px;
	height: 195px;
	display: block;
	}
	
div.lrgImg a img
	{
	position: relative;
	left: 13px;
	top: 13px;
	}
	
	
div.lrgImg a:hover img
	{
	position: relative;
	left: 8px;
	top: 8px;
	}
	
#projectInfo
	{
	width: 257px;
	font-size: 0.85em;
	padding: 0 0 0 5px;
	color: #fff;
	list-style-type: none;
	}
	
#projectInfo li
	{
	margin: 0 0 5px 0;
	}
	
#projectInfo li a
	{
	color: #fff;
	}
	
#projectInfo li a:hover
	{
	color: #ffba00;
	}
	
#projectInfo li span
	{
	font-weight: bold;
	color: #ff0042;
	}
	

/*--===================Second navigation (portfolio)=============--*/
	
	
#tabmenu02
	{
	list-style-type: none;
	}
	

#tabmenu02 li
	{
	margin: 0 0 10px 0;	
	}
	
	
#tabmenu02 li a
	{
	text-indent: -9999px;
	display: block;		
	}
	
#tabmenu02 li.websites a
	{
	width: 220px;
	height: 55px;
	background: url(../images/port-nav.png) 0 2px no-repeat;
	}
	
#tabmenu02 li.websites a:hover, #tabmenu02 li.websites a.active
	{
	background: url(../images/port-nav.png) 0 -214px no-repeat;
	}
	
#tabmenu02 li.newsletter a
	{
	width: 220px;
	height: 55px;
	background: url(../images/port-nav.png) 0 -55px no-repeat;
	}
	
#tabmenu02 li.newsletter a:hover, #tabmenu02 li.newsletter a.active
	{
	background: url(../images/port-nav.png) 0 -271px no-repeat;
	}
	
#tabmenu02 li.threeD a
	{
	width: 220px;
	height: 55px;
	background: url(../images/port-nav.png) 0 -112px no-repeat;
	}
	
#tabmenu02 li.threeD a:hover, #tabmenu02 li.threeD a.active
	{
	width: 198px;
	background: url(../images/port-nav.png) 0 -328px no-repeat;
	}
	
#tabmenu02 li.other a
	{
	width: 220px;
	height: 55px;
	background: url(../images/port-nav.png) 0 -168px no-repeat;
	}
	
#tabmenu02 li.other a:hover, #tabmenu02 li.other a.active
	{
	background: url(../images/port-nav.png) 0 -384px no-repeat;
	}
	
	
/*--=====================Skills========================--*/

#skillList
	{
	color: #4e4d4d;
	padding: 10px 0 0 15px;
	font-size: 0.75em;
	}

#skillList li
	{
	margin-bottom: 5px;
	}
	
	
/*--======================CV============================--*/

.fileDownload
	{
	float: left;
	width: 400px;
	}

.fileDownload img
	{
	float: right;
	}
	
.fileDownload p
	{
	padding: 30px 0 0 0;
	}
	
	
	
/*--================Style switcher===================--*/

#backgroundSwitch 
	{
	position: relative;
	top: -60px;
	left: 45px;
	width: 112px;
	height: 134px;
	background: url(../images/switcher.png) 0 0 no-repeat;
	width: 160px;
	float: right;
	}


#backgroundSwitch ul
	{
	padding: 25px 0 0 20px;
	*padding: 23px 0 0 20px;
	list-style-type: none;
	}


#backgroundSwitch ul li
	{
	width: 90px;
	}
	
	
#backgroundSwitch ul li a
	{
	text-indent: -9999px;
	border: none;
	}


#backgroundSwitch ul li a img
	{
	padding-right: 14px;
	float: left;
	border: none;
	}




#backgroundSwitch ul li a span
	{
	display: block;
	float: right;
	z-index: 999;
	width: 12px;
	height: 12px;
	margin: 6px 8px 0 0;
	}
	
	
#backgroundSwitch ul li.blueStyle a span
	{
	background-color: #468ca2;
	border: 2px solid #4e4d4d;
	}
	
#backgroundSwitch ul li.blueStyle a:hover span
	{
	background-color: #468ca2;
	border: 2px solid #ffba00;
	}
	
	
#backgroundSwitch ul li.redStyle a span
	{
	background-color: #ba1c1c;
	border: 2px solid #4e4d4d;
	}
	
#backgroundSwitch ul li.redStyle a:hover span
	{
	background-color: #ba1c1c;
	border: 2px solid #ffba00;
	}
	
	
#backgroundSwitch ul li.greenStyle a span
	{
	background-color: #28ba1c;
	border: 2px solid #4e4d4d;
	}
	
#backgroundSwitch ul li.greenStyle a:hover span
	{
	background-color: #28ba1c;
	border: 2px solid #ffba00;
	}
	
	
#backgroundSwitch ul li.blackStyle a span
	{
	background-color: #000000;
	border: 2px solid #4e4d4d;
	}
	
#backgroundSwitch ul li.blackStyle a:hover span
	{
	background-color: #000000;
	border: 2px solid #ffba00;
	}
	
	
	
	
	
	
	
/*--================Footer=============================--*/

#footer
	{
	clear: both;
	width: 870px;
	margin: 0 auto;
	position: relative;
	left: 15px;
	padding: 20px 0 0 0;
	}




#footerLinks
	{
	width: 355px;
	float: right;
	}
	
img#quote
	{
	float: left;
	}
	
	
#footer dl
	{
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	color: #88abb6;
	margin: 0 0 0 20px;
	}
	
#footer dl dd
	{
	margin: 0 0 5px 0;
	}
	
#footer dl dd a
	{
	text-decoration: none;
	color: #88abb6;
	}

#footer dl dd a:hover
	{
	color: #ffba00;
	}




	
/*--================Preloader styles===================--*/


#preloader
	{
	font-size: 0.85em;
	font-weight: bold;
	color: #000;
	}

#preloader02
	{
	font-size: 0.85em;
	font-weight: bold;
	color: #fff;
	}
	
	
	
	


/*--==========Generic styles===========--*/


.imgRight
	{
	margin: 20px 0 0 0;
	float:right;	
	}
	
.thumb
	{
	position: absolute;
	right: 380px;
bottom: 15px;
	}


.clear
	{
	clear: both;
	}
	

