@charset "UTF-8";
/* CSS Document */

/* >>>>>>>>>>>>>>> SITE-WIDE STYLES <<<<<<<<<<<<<<<<<<<< */

body {
	background-color:#000000;
	color:#FFF;
	font:normal .9em/1.4em Arial, Helvetica, sans-serif;
}


a {
	 outline:none;
	 text-decoration:none;
	 color:#33B2DE;
}
 
a:visited {
	 outline:none;
	 text-decoration:none;
	 color:#33B2DE;
}
 
 a:hover {
	 outline:none;
	 text-decoration:none;
	 color:#90D814;
}
 
 .anchorLink {
	 font-size:0.8em;
}

.mtop20 {
	margin:20px 0 0 0;
}

.mtop40 {
	margin:40px 0 0 0;
}

.section_title_f {
	width:940px;
	margin:0 auto;
	padding:10px 0 4px 0;
	height: 26px;
}

.section_title_h {
	width:470px;
	margin:0;
	padding:0;
	padding:10px 0 4px 0;
	float: left;
	height: 26px;
}

.section_title_f h1 span, .section_title_h h1 span  {
	display:none;
}

.details img {
	margin:10px 0;
}

.screenshots img {
	margin:0 7px 20px 0;
}

.clear {
	clear:both;
	height: 0px;
	margin: 0;
	padding: 0;
}


/* START MAIN NAVIGATION */

#header {
	width:940px;
	height:140px;
	background:transparent url(../images/bg_header.png) no-repeat top left scroll;
	padding:0;
	margin:10px auto 0 auto;
}

#main_nav {
	background:url('../images/main_nav_sprite.png') no-repeat;
	width:400px;
	height:64px;
	margin:0;
	padding:0;
	float: left;
	clear: none;
}
    
.mn_pos {
	padding:66px 0 0 180px;
}

#main_nav span {
    display: none;
}

#main_nav li, #main_nav a {
    height:65px;
    display:block;
    padding:0 20px 0 0;
}

#main_nav li {
    float:left;
    list-style:none;
    display:inline;
}

#nav_home, #nav_about, #nav_work, #nav_blog, #nav_contact {
	width: 60px;
}

/* set menu item hover */

#nav_home a:hover {
	background:url('../images/main_nav_sprite.png') 0px -65px no-repeat;
}

/* set current page menu item */

#container_home #nav_home a {
	background:url('../images/main_nav_sprite.png') 0px -65px no-repeat;
	cursor:default;
}

/* set menu item hover */

#nav_about a:hover {
	background:url('../images/main_nav_sprite.png') -80px -65px no-repeat;
}

/* set current page menu item */

#container_about #nav_about a {
	background:url('../images/main_nav_sprite.png') -80px -65px no-repeat;
	cursor:default;
}

/* set menu item hover */

#nav_work a:hover {
	background:url('../images/main_nav_sprite.png') -160px -65px no-repeat;
}

/* set current page menu item */

#container_work #nav_work a {
	background:url('../images/main_nav_sprite.png') -160px -65px no-repeat;
	cursor:default;
}

/* set menu item hover */

#nav_blog a:hover {
	background:url('../images/main_nav_sprite.png') -240px -65px no-repeat;
}

/* set current page menu item */

#container_blog #nav_blog a {
	background:url('../images/main_nav_sprite.png') -240px -65px no-repeat;
	cursor:default;
}

/* set menu item hover */

#nav_contact a:hover {
	background:url('../images/main_nav_sprite.png') -320px -65px no-repeat;
}

/* set current page menu item */

#container_contact #nav_contact a {
	background:url('../images/main_nav_sprite.png') -320px -65px no-repeat;
	cursor:default;
}

/* END MAIN NAVIGATION */


/* >>>>>>>>>>>>>>> HOME PAGE STYLES <<<<<<<<<<<<<<<<<<<< */


/* START INTRO */

#container_home {
	overflow:hidden;
	width: 960px;
	margin: 0 auto;
	background:transparent url(../images/bg_container_home.jpg) no-repeat top right scroll;
}


#intro {
	width:940px;
	margin:0 auto;
	height: 120px;
}

#intro h1 {
	background: transparent url("../images/bg_intro.png") no-repeat top left scroll;

	margin:0 0 0 80px;
	font:normal 1.4em/1.2em Arial, Helvetica, sans-serif;
	text-indent: -9999px;
	height: 120px;
}

/* END INTRO */

/* START FEATURED CONTAINER */

#feature_container {
	width:940px;
	margin:0 auto;
	padding:0;
}


#featured_work {
	width:700px;
	margin:0;
	padding:0 20px 0 0;
	float: left;
	clear: none;
}


/* START FEATURED WORK JQ SCROLL STYLES  */

#featured_work #slider {
	width:700px;
	height:250px;
	position:relative;
	overflow:hidden;
}

#featured_work #mask-gallery {
	
	overflow:hidden;	
}

#featured_work #gallery {
	list-style:none;
	margin:0;
	padding:0;
	z-index:0;
	width:5600px;
	overflow:hidden;
}

#featured_work #gallery li {
		float:left;
}


#featured_work #mask-excerpt {
	position:absolute;
	top:0;
	left:0;
	z-index:500;
	width:160px;
	overflow:hidden;
	background:transparent url(../images/background.png) repeat top left scroll;

}
	
#featured_work #excerpt {
	/*filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;*/
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	/* Set the style */
	width:160px;
	background-color:transparent;
	overflow:hidden;
	font-family:arial;
	font-size:11px;
	color:#fff;
}

#featured_work #excerpt li {
	padding:10px 10px 0 5px;
}
	
#featured_work #buttons {
	width:120px;
	height:40px;
}

#featured_work #buttons img {
	padding: 10px 2px 0 0;	
}


/*#featured_work #buttons a:hover {
	opacity: 0.4;
	filter:alpha(opacity=40);
}*/

/* END FEATURED WORK JQ SCROLL STYLES */


/* START TWITTER FEED STYLES */

#twitter_feed {
	width:220px;
	height:250px;
	float:left;
	clear:none;
	background: transparent url(../images/bg_twitter.png) no-repeat top left scroll;
}


#twitter_update_list {
	width:180px;
	margin:20px 0 0 20px;
	height: 110px;
}


#twitter_update_list li {
list-style-type: none;
font:normal .8em/1.2em Arial, Helvetica, sans-serif;
}

#twitter_update_list span {
color: #FFFFFF;
background:transparent;
}


#twitter_update_list span a {
display: inline;
color: #2fc0e5;
text-decoration:none;
}


#twitter_update_list span a:hover {
text-decoration: none;
color: #90D814;
}


#twitter_feed img {
	position:relative;
	top:75px;
	left:0px;
}

/*.dim {
	opacity: 0.4;
	filter:alpha(opacity=40);
}*/

#twitter_feed a:hover {
	color:#90D814;
}

/* END TWITTER FEED STYLES */


/* END FEATURED WORK */


/* START RECENT POSTS */

#recent_posts_container {
	width:940px;
	margin:0 auto;
	padding:0 0 20px 0;
}

#recent_posts {
	width:940px;
	margin:0;
	padding:0;
	background: transparent url(../images/bg_recent_posts.png) no-repeat top left scroll;
}

#bookmarks {
	width:220px;
	height:324px;
	float:left;
	clear:none;
	padding:0;
	margin:0;
}

#bookmarks p {
	padding: 20px 10px 0 10px;
	font:normal 0.9em/0em Arial, Helvetica, sans-serif;
}

#bookmarks img {
	padding:0 4px 0 0;
}

.delicious-posts { padding: 0 10px 20px 10px; font:normal .8em/1.2em Arial, Helvetica, sans-serif; }
.delicious-posts li {
	line-height:1.3em;
	padding: 12px 4px 0 0;
}
.delicious-posts ul, .delicious-posts li, .delicious-banner { margin: 0;}
.delicious-posts a:hover { color:#90D814 }
.delicious-post a { color: #33B2DD}

/* END RECENT POSTS */


/* >>>>>>>>>>>>>>> ABOUT ME PAGE STYLES <<<<<<<<<<<<<<<<<<<< */

#container_about {
	overflow:hidden;
	width: 960px;
	margin: 0 auto;
	background:transparent url(../images/bg_container_about.jpg) no-repeat top right scroll;
}


#about_me_top {
	width:940px;
	margin:0 auto;
	padding:0;
}

#about_me_bottom {
	width:940px;
	margin:0 auto;
	padding:0;
}


/* START ABOUT ME TEXT */

#about_me_text {
	width:940px;
	margin:0 auto 20px 0;
	padding:0;
	background:transparent url(../images/background.png) repeat top left scroll;
	height: 250px;
}

#about_me_text p {
	font:normal 1em/1.6em Arial, Helvetica, sans-serif;
	display: block;
	width: 440px;
	float: left;
	clear: none;
	padding: 40px 20px 0 10px;
}


/* END ABOUT ME TEXT */


/* START ABOUT ME LINKS */

#about_me_links {
	width:460px;
	height:290px;
	margin:0 20px 0 0;
	padding:0;
	float:left;
	clear:none;
	background:transparent url(../images/background.png) repeat top left scroll;
}


#about_me_links ul {
	float:left;
	clear:none;
	padding:20px 60px 0 5px;
}

/* END ABOUT ME LINKS */


/* START ABOUT ME PHOTOS */

#about_me_photos {
	width:460px;
	height:290px;
	margin:0;
	padding:0;
	float:left;
	clear:none;
}


/* START MY PHOTOS JQ SCROLL STYLES  */

#my_photos #slider {
	width:460px;
	height:290px;
	position:relative;
	overflow:hidden;
}

#my_photos #mask-gallery {
	
	overflow:hidden;	
}

#my_photos #gallery {
	list-style:none;
	margin:0;
	padding:0;
	z-index:0;
	width:4140px;
	overflow:hidden;
	height: 290px;
}

#my_photos #gallery li {
		float:left;
}

#my_photos #mask-excerpt {
	position:absolute;
	top:0;
	left:0;
	z-index:500;
	width:200px;
	overflow:hidden;
	display:none;

}
	
#my_photos #excerpt {
	/*filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;*/
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	/* Set the style */
	width:200px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;
	display:none;
}

#my_photos #excerpt li {
	padding:10px 10px 0 5px;
	display:none;
	}
	

#my_photos #buttons {
	width:120px;
	height:40px;
	margin-left: 480px;
}

#my_photos #buttons img {
	padding: 10px 2px 0 0;	
}


#my_photos #buttons a:hover {
	opacity: 0.4;
	filter:alpha(opacity=40);
}

/* END MY PHOTOS JQ SCROLL STYLES */


/* END ABOUT ME PHOTOS */



/* >>>>>>>>>>>>>>> WORK PAGE STYLES <<<<<<<<<<<<<<<<<<<< */


#container_work {
	overflow:hidden;
	width: 960px;
	margin: 0 auto;
	background:transparent url(../images/bg_container_work.jpg) no-repeat top right scroll;
}

#work_top {
	width:940px;
	margin:0 auto;
	padding:0;
}

#work_bottom {
	width:940px;
	margin:0 auto;
	padding:0 0 20px 0;
}


/* START WORK TEXT */

#work_text {
	width:940px;
	margin:0 auto 20px 0;
	padding:0;
	background:transparent url(../images/background.png) repeat top left scroll;
	height: 250px;
}

#work_text p {
	font:normal 1em/1.6em Arial, Helvetica, sans-serif;
	display: block;
	width: 440px;
	float: left;
	clear: none;
	padding: 40px 20px 0 10px;
}

/* END WORK TEXT */

/* START WORK GALLERY */

#work_gallery {
	width:940px;
	margin:0 auto;
	padding:5px 0 0 0;
	background:transparent url(../images/background.png) repeat top left scroll;
}

#work_gallery p {
	font:normal 0.9em/1.4em Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

#work_gallery img {
	padding:5px 5px 0 0;
}

#WorkDetails1 {
    display: none;
	height:155px;
	padding-bottom:12px;
}

#WorkDetails2 {
    display: none;
	height:170px;
	padding-bottom:12px;
}


#WorkDetails3 {
    display: none;
	height:223px;
	padding-bottom:12px;
}


#WorkDetails4 {
    display: none;
	height:240px;
	padding-bottom:12px;
}


#WorkDetails5 {
    display: none;
	height:140px;
	padding-bottom:12px;
}

#WorkDetails6 {
	display: none;
	height:250px;
	padding-bottom:12px;
}





.details p {
	display:block;
	width:630px;
}

.screenshots {
	padding-bottom:20px;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}


.client {
	font-weight: bold;
	color:#90D814;
	font-size:14px;
}


/* END WORK GALLERY */


/* >>>>>>>>>>>>>>> CONTACT PAGE STYLES <<<<<<<<<<<<<<<<<<<< */


/* START CONTACT PAGE */

#container_contact {
	overflow:hidden;
	width: 960px;
	margin: 0 auto;
	background:transparent url(../images/bg_container_contact.jpg) no-repeat top right scroll;
}

#contact_top {
	width:940px;
	margin:0 auto;
	padding:0;
	background:transparent url(../images/background.png) repeat top left scroll;
	height: 600px;
}


#contact_image {
	width:460px;
	margin:0;
	padding:0;
	float:left;
	clear:none;
	background:transparent;
	height:570px;
}

/* CONTACT FORM STYLES */

input, textarea {
	font:normal 1em/1em Arial, Helvetica, sans-serif;
}


#contact-wrapper {
	width:430px;
	/*border:1px solid #e2e2e2;*/
	border:none;
	background:transparent;
	padding:20px;
	float: left;
	clear: none;
}
#contact-wrapper div {
	clear:none;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:0.9em;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:3px;
	font-size:0.9em;
	color:#FFF;
	background:transparent;
}

form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	color:#FFF;
	background:transparent;
	scrollbar-base-color: #000;
	scrollbar-DarkShadow-Color: #000;
	scrollbar-arrow-color:#666; 
	scrollbar-highlight-color:#333; 
}




form p {
	margin:20px 0 10px 0;
	font:normal 0.7em/1em Arial, Helvetica, sans-serif;
	background:transparent;
	color:#FFF;
}

form#contactform textarea:focus, form#contactform input:focus {
	border: 1px solid #33B2DE;
}

form#contactform input submit {
	padding:6px;
}

.wkwidth {
	width:335px;
}

.wkwidth_ta {
	width:330px;
}


/* END CONTACT PAGE */


/* START FOOTER */

#footer {
	width:940px;
	height:200px;
	margin:40px auto 0 auto;
	padding:0;
	background: transparent url(../images/bg_footer.png) no-repeat top left scroll;
}
	
#footer_nav {
	/*position:relative;
	top:30px;
	left:10px;*/
	text-align:center;
	padding-top:30px;
}

#footer_nav ul li {
	display:inline;
	padding:0 6px 0 0;
	font:normal 0.9em/1.2em Arial, Helvetica, sans-serif;
}

/* END FOOTER */
