/* Eric Meyer's reset */
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 {
	background: #000 url('img/rhythm.jpg') top center no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	margin:0;
	padding:0;
	text-align: center; /* for IE */
}

body a:link{
	color:#fff; text-decoration: none;}
body a:visited{
	color:#fff; text-decoration: none;}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Febby Tan framework starts here */



#wrapper {
	width:900px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	position:relative;
	z-index: 1;
	text-align: left; /* for IE */
}


html>body #wrapper {
  width: 900px;
  max-width:900px;
  height:100%;
}/* for IE */


/* header part */

#header {
	width: 900px;
	height: 90px;
	padding-top: 0px;
	position: relative;
	z-index: 1;
}

#header .left {
	float: left;
	margin-top: 45px;
	padding-top: 0px;
	width: 260px;
}
#header .right {
	float: right;
	padding: 5px;
	margin-top: 60px;
	width: 250px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	text-align:right;
}

#header .right span{color:#777;	font-weight: bold; padding-left: 5px; padding-right: 5px;}

.small {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.2em;
	color: #bbb;
}
.medium {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
}

/* header stuff ends here */


/* intro part */

#lt {
	background: transparent url('img/lt.png');
	width:900px;
	height:1px;
	margin-top:50px;
	position:relative;
	margin-bottom: 20px;
}

#intro {
	width:900px;
	height:600px;
	padding-top:0px;
	padding-bottom:50px;
	border-bottom: 1px solid #444;
	position:relative;
	z-index: 1;
	line-height: 2em;
	font-family: Georgia;
	font-style: Italic;
	font-size: 1.3em;
	color: #888;
}
.white {
	color: #fff;
	}

#intro a:hover{
	color:#aaa; text-decoration: none;}
/* intro part ends here */


/* works part */


li.block{
	margin: 5px;
	padding: 0px;
	display: inline;
	list-style-type:none;
	background: url('img/block.png') no-repeat top;
	float: left;
	width: 290px;
	height: 200px;
	}

li.block img{
	float:left;
	padding: 10px;
	width: 270px;
	height: 145px;}

.tags{
	float:left;
	margin: 8px;
	padding-left:10px;
	width: 270px;
	height: 30px;
	font-size: 9px;
	color: #777;
	line-height:1.5em;
	text-transform:uppercase;}

.tags span{
	font-size:1.2em;
	color:#fff;
	font-weight:bold; 
}	

.slide ul{padding-top:6px;}

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:20px auto;
	width:900px;
	height:650px;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:900px;
	height:650px;
	overflow:hidden;
	position:relative;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:880px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:650px;
}


/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:30px;
  height:700px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index:2;
}
#leftControl {
  top:0;
  left:-50px;
  background:transparent url('img/control_left.png') no-repeat 0 0;
}
#rightControl {
  top:0;
  right:-50px;
  background:transparent url('img/control_right.png') no-repeat 0 0;
}


/* works part ends here */

.top {
	width: 900px;
	height: 15px;
	padding-top: 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

img.right {float:right;}

/* info part starts here */
html>body #info {
	width: 900px;
	max-width:900px;
	height:500px;
}/* for IE */

#info {
	width: 900px;
	padding-top: 50px;
	position: relative;
	z-index: 1;
	background: url() no-repeat;
}
	
	
#info .double {
	padding: 15px;
	width: 570px;
	margin-bottom: 10px;
	float: left;}
	
#info .single {
	padding: 15px;
	width: 570px;
	margin-bottom: 10px;
	float: left;
	margin-top: 50px;
}

#info div.single_right {
	padding: 15px;
	width: 270px;
	margin-bottom: 10px;
	float: right;
}

#info p{
	margin-top: 20px;
	padding-left: 0px;
	font-family: Arial;
	line-height: 2em;
	position: relative;
	}

.skill {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.2em;
	color: #cc0000;
}

.double img{
	float: left;
	border: 0px solid #fff;
	margin-right: 18px;
}

img.inline{
	float: left; 
	margin-top:7px;
    margin-right: 20px; }

#info span.subhead{
	padding-left: 7px;
	border-left: 5px solid #cc0000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
	color: #fff;
	position: relative;}

.g{color: #666;
	position: relative;}

.single_right a:hover{color: #cc0000;}

#info .single_social {
	padding: 15px;
	width: 270px;
	margin-bottom: 10px;
	float: left;
	margin-top: 50px;
}
	
.net{margin-top:12px; padding-left: 12px;}

.net li{
	border-bottom: 1px solid #444;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size:0.9em;
	}
	
.net img{float:left; padding-right:10px;}

.net span{
	font-weight: bold;
	color:#fff;
	font-size:1.1em;
	width: 100%;}

.net a:link {color: #666; display: inline; width: 100%;}
.net a:visited {color: #666;}

.net ul li a {
		display: block;
		text-decoration: none;
		width: 100%;
		padding: 0;
		margin: 0;
		font-size:0.9em;}

#support li {
	float:left;
	padding:4px;
	display: block;
	list-style: none;
	line-height: 2em;
	width: 100%;}

#support ul {
	margin-top:20px;
	margin-left:10px;}


/* info part ends here */

/*contact part*/
#contact {width:240px;margin:0;}
.message {
	color: #aaa;
	display:none;
	width:230px;
	margin-left:18px;
	padding: 5px;
	font-size:0.9em;
	line-height:2em;}

.contact {text-align:left; float:left; padding-left:10px; width:200px;}
.contact ul {list-style-type:none;width:270px;}
.contact li {list-style-type:none;margin:8px;}
.contact li.special {display:none;}

input.namefield {
	width:190px;
	height: 20px;
	border:0;
	color:#fff;
	padding-top:8px;
	padding-left:40px;
	background: #222 url('img/f_name.png') 10px 50%  no-repeat;}


input.mailfield {
	width:190px;
	height: 20px;
	border:0;
	color:#fff;
	padding-top:8px;
	padding-left:40px;
	background: #222 url('img/f_mail.png') 10px 50%  no-repeat;}

.contact textarea {
	width: 190px;
	font-size:1.3em;
	color: #fff;
	border: 0;
	padding-top:8px;
	padding-left:40px;
	background: #222 url('img/q.png') no-repeat;}

	
.submitbutton{
	width: 70px;
	height: 25px;
	border: 0;
	padding-right: 25px;
	float: right;}
	
.submitbutton input {background: url('img/send.png'); border: 0; width: 70px; height: 25px;}
.mail {
	padding-left:0px;
	font-family: Georgia;
	font-size:1.2em;
	font-style: normal;
	color:#fff;
}

/* footer part starts here */
#footer{
	width: 900px;
	padding-top: 0px;
	padding-bottom: 10px;
	position: relative;
	font-family: Georgia;
	font-size: 0.9em;
	line-height: 1.3em;
	font-style: Italic;
	color: #888;
	text-align: right;
}
	
/* footer part ends here */

/*addthis */
.addthis_toolbox {border-top:1px solid #444;padding-top:10px}

.addthis_toolbox .custom_images a
{
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}
