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

/*------------ Typography ------------*/
body {
	font-family: Georgia, Times, Sans-Serif;
	line-height: 1.5;
	font-size: 13px;
	color: #CCCCCC;
}

a {
	outline: none;
}

a:link {
	color: #E9E9E9;
	text-decoration: none;
}

a:hover {
	color: #FF3000;
}

a:visited {
	color: #999999;
 	text-decoration: none;
}

a img {
	outline: none;
	border: none;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul li a {
	list-style-type: none;
	text-indent: 0px;	
}

/*------------ Primary Layout ------------*/
html {
	background:#000000 url(../images/grunge_background.png) no-repeat top center;
	background-attachment: fixed;
	overflow: auto;
	/*border-top: 5 px;
	border-color: #00CCCC;*/
}


#site_wrap {
	width: 740px; 
	margin: 0 auto;
	/*overflow: auto;*/
}

.spacer {
	height:50px;
	clear: both;
}

.txt_box {
	width: 350px;
	float: left;
}
	
/*------------ Header ------------*/
#header {
	height: 45px;
	width: 720px;
	padding: 0px;
	/*background-color: black;
	position: fixed;*/
	top: -1px;
	z-index: +1;
}

#top_mail {
	float: right;
	margin: auto 0;
}


h1 a {
	background: url(../buttons/name_web_sprite.png) 0 0 no-repeat;
	width:150px;
	height:20px;
	text-indent: -9999px;
	display: block;
	/*margin-left: 20px;*/
	padding: 0px;
	float: left;
}

h1 a:hover {
	background-position: 0 -20px;
}

#portfolio a {
	background: url(../buttons/portfolio.png) 0 0 no-repeat;
	margin-left: 20px;
	padding: 0px;
	width: 75px;
	height: 20px;
	text-indent: -9999px;
	display: block;
	float: left;
}

#portfolio a:hover {
	background-position: 0 -20px;
}

#resume a {
	background: url(../buttons/resume.png) 0 0 no-repeat;
	margin-left: 20px;
	padding: 0px;
	width: 55px;
	height: 20px;
	text-indent: -9999px;
	display: block;
	float: left;
}

#resume a:hover {
	background-position: 0 -20px;
}

#about a {
	background: url(../buttons/about.png) 0 0 no-repeat;
	margin-left: 20px;
	padding: 0px;
	width: 72px;
	height: 20px;
	text-indent: -9999px;
	display: block;
	float: left;
}

#about a:hover {
	background-position: 0 -20px;
}
	
/*------------ Image Gallery ------------*/
.imgGallery {
	width: 220px;
	height: 270px;
	margin: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 9px;
	float: left;
	border-style: none;
}

.thumbnail a {
	position: relative;
	border: 0px;
	outline: none;
}

.thumbnail a:hover {
	border: 1px dotted white;
}

.label {
	/*background-color: black;
	/* for IE */
    /*filter:alpha(opacity=80);
    /* CSS3 standard */
   /* opacity:0.8;
	border: 1px dotted #E9E9E9;
	min-height: 16px;
	margin-top: 150px;
	margin-left: 10px;*/
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.galLink {
	font-size: 14px;
	color: #FFFFFF;
}

.galLink a {
	font-size: 14px;
	color: #FFFFFF;
}

.galLink a:hover {
	color: #ff3000;	
}


.galCategory {
	font-size: 11px;
	color: #666666;
	font-style: italic;	
}


/*------------ Projects ------------*/
.project {
	width: 740px;
	float: left;
}

.desc {
	clear: both;
}

.headline {
	font-size: 24px;
	color: #FFFFFF;
}

.proj_img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
/*------------ Footer ------------*/
