/* -------------------------------------------- */
/*      START YAHOO RESET                       */
/* -------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0px;
	padding:0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* -------------------------------------------- */
/*      END YAHOO RESET                         */
/* -------------------------------------------- */

.highlight {
	color: #f3f3f3;
	font-weight:bold;
}

/* ----------------------------------------------

				HOME PAGE
				
---------------------------------------------- */

#banner{
	background-color:#000;
	height:250px;
	margin:0px 15px 12px 0px;
}

h1.skillset{
	background: url(../images/head_skillset.png) no-repeat; display:block; text-indent:-9999px;
}

#home-intro{
	font-size:14px;
	line-height:20px;
	margin-right:15px;
}

#skill-list{
	list-style:disc;
	margin-left:13px;
	font-size:12px;
	line-height:18px;
}

/* ----------------------------------------------

				CONTACT PAGE
				
---------------------------------------------- */

#errorbox{
	color:#e5363a;	
}
h1.details{
	background: url(../images/head_details.png) right 0px no-repeat;text-indent:-9999px;
}
h1.contact{
	background: url(../images/head_contact.png) no-repeat; display:block; text-indent:-9999px;
}
/*
#formlist{
	list-style:none;
	margin:0px;
	padding:0px;
	color:#ccc;
}
#formlist li{
	list-style:none;
	margin:0px 0px 14px 0px;
	padding:0px;
}
#formlist li .tfield{
	float:left;
	position:absolute;
	left:100px;
	width:470px;
	height:20px;
	border:#222 1px solid;
	line-height:15px;
	color: #666;
	background:#fff url(../images/formBg.jpg) repeat-x;
	padding:4px 4px 0px 4px;
	clear:both;
}
#formlist li .tarea{
	float:left;
	position:absolute;
	left:100px;
	width:470px;
	border:#222 1px solid;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	background:#fff url(../images/formBg.jpg) repeat-x;
	padding:4px 4px 0px 4px;
}
*/
#formTable td .tfield{
	width:470px;
	height:20px;
	border:#222 1px solid;
	line-height:15px;
	color: #666;
	background:#fff url(../images/formBg.jpg) repeat-x;
	padding:4px 4px 0px 4px;
	margin:0 0 2px 3px;
}
#formTable td .tarea{
	width:470px;
	border:#222 1px solid;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	background:#fff url(../images/formBg.jpg) repeat-x;
	padding:4px 4px 0px 4px;
	margin:0 0 0 3px;
}
#name label{
	float:left;
	height:15px;
	display: block;
	width:80px;
	text-indent:-9999px;
	background:url(../images/contact-name.png) no-repeat 0 5px;
}
#email label{
	float:left;
	height:15px;
	display: block;
	width:80px;
	text-indent:-9999px;
	background:url(../images/contact-email.png) no-repeat 0 5px;
}
#ham label{
	float:left;
	height:15px;
	display: block;
	width:80px;
	text-indent:-9999px;
	background:url(../images/contact-12.png) no-repeat 0 5px;
}
#message label{
	float:left;
	height:25px;
	display: block;
	width:80px;
	text-indent:-9999px;
	background:url(../images/contact-message.png) no-repeat 0 5px;
}

/* ----------------------------------------------

				PORTFOLIO PAGE
				
---------------------------------------------- */

.dropShadowThumb {
	float:left;
	margin:0px 8px 8px 0px;
	width: 230px;
	/* background: url(../images/descript.png) no-repeat; */
	background-color: #131313;
	border: 2px solid #0f0f0f;
	border-width: 2px 2px 0px 0px;
}


a:link img{
	border:1px #171717 solid;
}
a:visited img{
	border:1px #171717 solid;
}
a:hover img{
	border:1px #999 solid;
}
 a:active img{
	border:1px #171717 solid;
}

.thumb{
	margin:4px 4px 0px 4px;
	width:220px;
	height:90px;
}
.thumbdesc {
	font-size: 10px;
	text-align: left;
	padding: 10px 10px 10px 10px;
	width:200px;
	height:25px;
	overflow:visible;
	line-height: 12px;
}
.thumbdesc2 {
	font-size: 10px;
	text-align: left;
	padding: 10px 10px 10px 10px;
	width:200px;
	height:50px;
	overflow:visible;
	line-height: 12px;
	text-transform:capitalize; 
}
#cats{
	line-height:10px;
	margin:0 0 0px 0px;
	padding:0px;
	background-color:#131313;
	font-size:12px;
	border: 2px solid #0f0f0f;
	border-width: 2px 2px 0px 0px;
	font-family: Bookman Old Style, Arial, sans-serif;
	text-transform:capitalize;
}
#cats a:link{
	color:#666;
	display:block;
	padding:5px 0px 4px 12px;

}
#cats a:hover{
	color:#fff;
	/* background:url(../images/box_bg.png); */
	padding:5px 0px 4px 12px;
	text-decoration: underline;
}
#cats a:active{
	color:#666;

}
#cats a:visited{
	display:block;
	padding:5px 0px 4px 12px;

}
#cats .selected{
	display:block;
	color:#fff;
	padding:5px 0px 4px 12px;
}

#cats .aButton{
	border-width:0px;
	padding-left:0px;
	margin: 0px 0px 5px -7px;
}
#cats .rightColImageHead{
	margin:16px 0px 12px 12px;
}

/* ----------------------------------------------

				PORTFOLIO ITEM SECTION
				
---------------------------------------------- */
a:link img#backLink{
	border:0px #171717 solid;
}
a:visited img#backLink{
	border:0px #171717 solid;
}
a:hover img#backLink{
	border:0px #999 solid;
}
 a:active img#backLink{
	border:0px #171717 solid;
}

#itemContainer{
	padding:0px 15px 0px 0px;
	margin:10px 0px 0px 0px;
}
#itemContainer a{
	color:#999;
	text-decoration:underline;
}
#itemContainer p{
	margin-top:-5px;
}
#itemContainer p span a{
	font-size:10px;
}

/* ----------------------------------------------

				GLOBAL STUFF
				
---------------------------------------------- */
.clearer{
	font-size:1px;
	clear:both;
}
body,td,th {
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	padding:0px;
	margin:0px;
	line-height: 14px;
}
body {
	background:#070707 url(../images/bg_gradient4.jpg) top center no-repeat;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-weight:100;
	color:#FFF;
	margin-bottom:10px;
}
h1{
	font-size:15px;
}
h1 span{
	text-transform:uppercase;
	font-weight:normal;
	color:#666;
}
h2{
	font-size:13px;
}
h3{
	font-size:12px;
	color:#858585;
	padding:5px 0px 5px 5px;
	/* border-bottom:1px #191919 solid; */
	margin:0px 0px 7px 0px;
	/* background:url(../images/box_bg.png); */
}
h4{
	font-size:11px;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #666;
}
#sidebar{
	width:225px;
	float:left;
}
#main{
	float:left;
	width:720px;
}
#wrapper{
	width:960px;
	margin: 0 auto;
	padding:10px 0px 0px 15px;
}
#wrapper p em{
	
}

#logo{
	margin:20px 0px 0px 0px;
	float:left;	
	border:0px;
}
#logo img{
	border-width:0px;
}
.line{
	font-size:1px;
	border:0px #191919 solid;
	border-bottom-width:1px;
	margin: 20px 15px 20px 0px;
}


/* ----------------------------------------------

				FOOTER
				
---------------------------------------------- */

#footer{
	font-size:9px;
	padding:70px 15px 55px 0px;

}
#footer .left{
	float:left;	
}
#footer .right{
	float:right;
	text-align:right;
}

/* ----------------------------------------------

				NAVIGATION
				
---------------------------------------------- */

#navBox{
	float:right;
	margin:20px 15px 0px 0px;
	padding: 0px;
}
#nav {
	width: 505px; /* 385 */
	height: 40px;
	background: url(../images/menu.png) no-repeat;
	margin:0px;
	padding: 0px;
 	position: relative;
}
#nav ol{
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 0px;
}


#nav li, #nav a {height: 40px; display: block;text-indent:-9999px;}
#home      {left: 0;     width: 74px;}
#portfolio {left: 74px;  width: 112px;}
#contact   {left: 187px; width: 98px;}
#linkedin  {left: 455px; width: 48px; background: transparent url(../images/linkedin.png)  right 10px no-repeat;	height:40px;}

#home a:hover      {background: transparent url(../images/menu.png)  0px   -80px no-repeat;	height:40px;}
#portfolio a:hover {background: transparent url(../images/menu.png) -74px  -80px no-repeat;	height:40px;}
#contact a:hover   {background: transparent url(../images/menu.png) -187px -80px no-repeat;	height:40px;}

#home .selected      {background: transparent url(../images/menu.png)  0     -40px no-repeat;display:block; height:40px;text-indent:-9999px;}
#portfolio .selected {background: transparent url(../images/menu.png) -74px  -40px no-repeat;display:block; height:40px;text-indent:-9999px;}
#contact .selected   {background: transparent url(../images/menu.png) -187px -40px no-repeat;display:block; height:40px;text-indent:-9999px;}
