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

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#595650;
	background:url(../_img/_asset/page_bg.png);
	}
	
a {
	color:#000;
	outline: none;
}

a:visited {
	color:#7a0026;
}

a:hover {
	color:#666;
}

a img {
	border:none;
}

p {
	margin-bottom:5px
}

li {
	list-style:none;
}

.hidden {
	display:none;
}

.quote {
	color:#999;
	font-family:Georgia, serif;
	font-style:italic;
}

.page_div {
	width:100%;
	border-top:#deddd3 1px solid;
	border-bottom:#fff 1px solid;
	margin-bottom:20px;
}

.work_list {
	margin-bottom:12px;
}

.work_list li {
	margin-bottom:3px;
}

#twitter_div {
	float:right;
	font-size:11px;
	padding-top:7px;
	width:40%;
	text-align:right;
	color:#666;
}
#twitter_update_list li{
	list-style:none;
}

#twitter_update_list a{
	font-size:11px;
}

#twitter_update_list a:hover;{
	color:#444;
}

#tophat {
	background:url(../_img/_asset/tophat_bg.png) repeat-x; 
	height:90px;
	width:100%;
	overflow:hidden;
}

#title {
/*	background:url(../_img/_asset/tophat_highlight.png) no-repeat;*/
	width:1000px;
	height:90px;
	margin-right:auto;
	margin-left:auto;
}

#logo {
	background:url(../_img/_asset/logo.png) no-repeat;
	width:268px;
	height:45px;
	text-indent:-1000px;
	overflow:hidden;
	float:left;
	margin-top:20px;
/*	margin-left:100px;*/
}

#container {
	padding:10px 0px;
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}


#page_top {
	background:url(../_img/_asset/workbox_top.png) no-repeat; 
	height:10px;
}


#page_bottom {
	background:url(../_img/_asset/workbox_bottom.png) no-repeat; 
	height:10px;
}


#navigation {
	position:relative;
/*	background:#f60;*/
/*	height:50px;*/
}


	#nav_left, #nav_right {
		position:absolute;
		width:52px;
		height:48px;
	}
	
	#nav_left {
		left:-35px;
		top:145px;
		background:url(../_img/_asset/nav_left_bg.png) no-repeat;
	}
	
	#nav_right {
		right:-35px;
		top:145px;
		background:url(../_img/_asset/nav_right_bg.png) no-repeat;
	}
	
	.nav_buttons {
		width:36px;
		height:36px;
		display:block;
		text-indent:-1000px;
		overflow:hidden;
		margin-top:6px;
		margin-left:8px;
	}
	
		#nav_prev {
			background:url(../_img/_asset/nav_left.png) no-repeat;
		}
		
		#nav_next {
			background:url(../_img/_asset/nav_right.png) no-repeat;
		}
		

	#web_title {
		font-size:1.5em;
		font-weight: bold;
		float:left;
		color:#000;
	}
	
	#header .tier_0, #header .tier_1, #header .tier_2 {
		text-decoration:none;
	}
	
	#header .tier_0 {
		color:#000;
	}
	
	#header .tier_1 {
		color:#666;
	}
	
	#header .tier_2{
		color:#aaa;
	}
	
	#header a.tier_0:hover, #header a.tier_1:hover, #header a.tier_2:hover{
		color:#333;
	}


.nav_links {
	list-style:none;
	float:right;
	font-size:1em;
	font-weight:bold;
}

	.nav_links li{
		display:inline;
		padding-left:10px;
		color:#444;
	}

	.nav_links li a {
		color:#333;
		text-decoration:none;
	}
	
	.nav_links li a:hover {
		color:#000;
		text-decoration:none;
	}

.sec_header{
	width:100%;
	margin-bottom:7px;
	padding:3px 0px;
	height:10px;
}

	#feat_label {
		width:99px;
		height:13px;
		text-indent:-1000px;
		overflow:hidden;
		float:left;
		background:url('../_img/_asset/featwork_label.png') no-repeat; 
	}
	
	#about_label {
		width:55px;
		height:12px;
		text-indent:-1000px;
		overflow:hidden;
		float:left;
		background:url('../_img/_asset/aboutme_label.png') no-repeat; 
	}
	
	#loc_label {
/*		display:none;*/
		float:right;
	}
	
	.label_dot {
		margin-top:4px;
		margin-left:4px;
	}
	
.section_block {
	width:100%;
	margin-bottom:30px;
}

/*#page_mask {
	padding:30px;
}*/

div.scroller { 
	width: 1000px;
	overflow: hidden;
	background:url('../_img/_asset/workbox_bg.png') repeat-y; 
	}
	
	div.scroller div.section {
		width:930px;
		padding:20px 30px;
		margin-right:20px;
		overflow:hidden;
		float:left;
/*		background:#f60;*/
		}
		
		div.section .gallery_img{
			float:left;
			padding:3px;
			border:1px solid #ccc;
		}

	div.scroller div.glide_content {
		width: 20000px;
		}

.feat_header a{
	text-decoration:none;
	color:#333;
}
	.feat_header a:hover{
		color:#000;
	}

.feat_desc {
	list-style:none;
	float:left;
	margin-left:10px;
	width:210px;
}

	.feat_header{
		font-family:Georgia, serif;
		font-size:24px;
		margin-bottom:10px;
	}

	.feat_spec{
		font-family:Georgia, serif;
		font-size:14px;
		margin-bottom:15px;
		width:100%;
		padding-bottom:20px;
		background:url(../_img/_asset/work_div.png) bottom no-repeat;
	}
	
	.feat_tags {
		display:none;
	}
	
	.feat_text {
		line-height:1.25em;
		font-size:11px;
		margin-top:20px;
	}
	
	.feat_link {
		margin-top:20px;
	}

#archive_block {
	list-style:none;
}

	#archive_block li {
		float:left;
		padding:0px 10px 15px 0px;
		font-size:0.85em;
	}
	
	#archive_block li a{
		text-decoration:none;
	}
	
	#archive_block .img_block {
		margin-bottom:5px;
		border: #fff 1px solid;
	}
	
	#archive_block .img_block:hover{
		border: #000 1px solid;
	}

#twitter_wrap {
	background:url(../_img/_asset/twitter_bg.png) no-repeat;
	width:282px;
	height:222px;
	float:left;
}
	#twitter_update_list {
		padding:30px;
		word-wrap:break-word;
		color:#718b99;
		font-size:16px;
		font-family:Georgia, serif;
	}
	
	#twitter_update_list a {
		color:#4b5d66;
		font-size:16px;
	}
	
#about_wrapper {
	float:left;
	margin-right:15px;
}

#about_content {
	background:url(../_img/_asset/aboutme_bg.png) repeat-y;
	overflow:auto;
	width:640px;
	padding:20px 30px;
}

#aboutme {
	margin-right:20px;
	padding-right:20px;
	background:url(../_img/_asset/aboutme_div.png) repeat-y center right;
}

.about_content
 {
	width:300px;
	float:left;
	font-size:11px;
	line-height:1.25em;
}

.about_content h3 {
	color:#66635c;
	font-size:28px;
	font-weight:normal;
	font-family:Georgia, serif;
	margin-bottom:15px;
	padding-bottom:5px;

}

#contact_list li{
	list-style:none;
	margin-bottom:10px;
}

.icon_img{
	margin-bottom:-5px;
	margin-right:5px;
/*	display:none;*/
}


#contact_form input, #contact_form textarea {
	font-family: Helvetica,Arial, sans-serif;
	font-size:11px;
	width:330px;
	border:none;
	padding:5px;
	margin-bottom:5px;
	background:#ccc;
	color:#666;
}	

#contact_form textarea {
	height:100px;
}