/* global button-masher.net settings  */

	* {	margin: 0px; padding: 0px; }

	body {	
		font-family: calibri, sans-serif;
		font-size: 10pt;
		color: #000000;
		background: #ffffff;
		margin-top: 0px;
		}

	img	{
		border: none;
		}
	
	a	{
		color: #606060;
		text-decoration: none;
		font-weight: bold;
		}
		
	a span	{
		display: none;
		}
				
		a:hover	{
			text-decoration: underline;
			color: #000000;
			}
		
		a:hover	span{
			text-decoration: none;
			display: inline;
			}
			
		a.external	{
			padding-right: 12px;
			margin-right: 2px;
			background: url('external.gif') no-repeat right;
		}
		
		a.externalNoImage	{
			/*Dummy class for JavaScript external link without image*/
			text-decoration: none;
		}
		
		a.download	{
			padding-left: 14px;
			margin-right: 2px;
			margin-left: 2px;
			background: url('download.gif') no-repeat left;
		}
		
	h1	{
		font-family: tahoma, sans-serif;
		font-size: 20pt;
		font-weight: bold;
		}
		
	h2	{
		font-family: tahoma, sans-serif;
		font-size: 14pt;
	}
	
	h3	{
		font-family: tahoma, sans-serif;
		font-size: 10pt;
		}
	
	ul	{
		list-style-position: inside;
		list-style-type: square;
		margin-left: 16px;
		margin-right: 16px;
		}
		
		 ul.none	{
			list-style-position: inside;
			list-style-type: none;
			}
		
	ol	{
		list-style-position: inside;
		}		

/* end global settings */
			

#script	{
	float: left;
	display: none;
}
	
#main {	
	margin: 0px auto;
	width: 1000px;
	}
	
#header {
	margin-top: 32px;
	margin-left: 660px;
	width: 324px;
	vertical-align: bottom;
	text-align: left;
	background: #f0f0f0;
	padding-bottom: 32px;
	padding-top: 16px;
	padding-left: 16px;
	border-top: 2px solid black;
	}
	
	#header a	{
		color: #000000;
	}

	#body {
	width: 1000px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
#footer {
	margin-top: 4px;
	float: left;
	margin-left: 660px;
	width: 340px;
	height: 36px;
	padding-bottom: 64px;
	text-align: right;
	}
		
	#footer p {
		font-size: 8pt;
		color: #888888;
		}

/*------------------------------------------------------------------------------*/	
	
/*portfolio styles */ 
#portfolio	{
	width: 1000px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
		overflow: hidden;
		}
	
#portfolio p {
	margin-bottom: 16px;
	}
	
	#portfolio div	{
			overflow: hidden;

	}
	
#portfolio div.categoryImage	{
	margin-bottom: 0px;
	width: 640px;
	height: 180px;
	float: left;
	}
	
#portfolio div.categoryList	{
	float: left;
	width: 324px;
	padding-left: 16px;
	height: 244px;
	margin-top: 0px;
	margin-left: 20px;
	background: #f0f0f0;
	}

#portfolio p.title	{
	margin-bottom: 8px;
	font-size: 14pt;
	font-family: tahoma, sans-serif;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	}
	
#portfolio p.itemType	{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

	
#portfolio div.itemWrapper	{
	float: left;
	width: 1000px;
	padding-bottom: 8px;
	}
	
#portfolio div.itemDesc	{
	float: left;
	padding-top: 16px;
	padding-left: 16px;
	width: 624px;
	padding-bottom: 64px;
	text-align: justify;
	}
	
#portfolio div.itemSpacer	{
	float: left;
	margin-top: 24px;
	margin-left: 660px;
	width: 340px;
	height: 16px;
	background: #f0f0f0;
	/*padding-bottom: 8px;*/
	border-top: 2px solid black;
}	
#portfolio div.itemInfo	{
	float: left;
	padding-top: 16px;
	margin-left: 20px;
	padding-left: 16px;
	width: 324px;
	font-size: 8pt;
	background: #f0f0f0;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#portfolio div.thumbs	{
	float: left;
	margin-top: 0px;
	margin-bottom: 16px;
	width: 324px;
}

	#portfolio div.thumbs img	{
		margin-right: 8px;
	}
		
#portfolio img.itemHeader	{
	float: left;
	width: 1000px;
	height: 300px;
	margin-bottom: 0px;
	background: #ffffff;
	text-align: right;
}

	#portfolio div.itemHeader img	{
		display: none;
		margin-top: 261px;
	}

	#portfolio div.itemHeader:hover img	{
		display: inline;
	}

#portfolio a.screens	{
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	margin: 0px;
}

/* end portfolio */

#resume p.category {
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	padding-right:16px;
	font: 12pt tahoma, trebuchet ms;
	line-height: 25px;
	font-weight: bold;
	color: white;
	text-align: right;
	vertical-align: bottom;
	background: #101010;
	}	
