/*---------------------------------------
Stylesheet for HondaWang.com

Don't steal my code.
---------------------------------------*/

/* CSS Reset */
:link,:visited { 
	text-decoration: none;
	color: #fff;
}
ul,ol { 
	list-style: none;
	color: #fff;
}

h1,h2,h3,h4,h5,h6,pre,code { 
	font-size: 1em;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
	margin: 0; 
	padding: 0;
}
a img,:link img,:visited img { 
	border: none;
	color: #fff;
}
address { 
	font-style: normal;
}

/* Main */

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

#header {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	clear: both;
	position: fixed;
	display: inline;
	background: url(../images/background.png) repeat-x;
}

#wrap {
	width: 900px;
	margin: 0 auto;
}

#tag {
	width: 268px;
	height: 233px;
	background: url(../images/tag.png) no-repeat;
	float: right;
}

#tag:hover {

}

/* Navigation */

#nav {
	width: 600px;
	height: 57px;
	float: left;
	
}

#home {
	width: 71px;
	height: 57px;
	background-image: url(../images/nav/navhome.jpg);
	text-indent: -9999em;
	float: left;
	margin: 56px 0 0 0;
}

#home:hover {
	background-position: 0 -57px;
}

.homeactive {
	width: 71px;
	height: 57px;
	background-image: url(../images/nav/homeactive.jpg);
	text-indent: -9999em;
	float: left;
	margin: 56px 0 0 0;
}

#work {
	width: 67px;
	height: 57px;
	background-image: url(../images/nav/navwork.jpg);
	text-indent: -9999em;
	float: left;
	margin: 56px 0 0 0;
}

#work:hover {
	background-position: 0 -57px;
}

.workactive {
	width: 67px;
	height: 57px;
	background-image: url(../images/nav/workactive.jpg);
	text-indent: -9999em;
	float: left;
	margin: 56px 0 0 0;
}

#about {
	width: 159px;
	height: 57px;
	background-image: url(../images/nav/navabout.jpg);
	text-indent: -9999em;
	float: left;
	margin: 56px 0 0 0;
}
	
#about:hover {
	background-position: 0 -57px;
}

.aboutactive {
	width: 159px;
	height: 57px;
	background-image: url(../images/nav/aboutactive.jpg);
	text-indent: -9999em;
	float: left;
	margin: 56px 0 0 0;
}

#korworks {
	width: 113px;
	height: 57px;
	background-image: url(../images/nav/navkorworks.jpg);
	text-indent: -9999em;
	float: left;
	margin: 56px 0 0 0;
}

#korworks:hover {
	background-position: 0 -57px;
}

.korworksactive {
	width: 113px;
	height: 57px;
	background-image: url(../images/nav/korworksactive.jpg);
	text-indent: -9999em;
	float: left;
	margin: 56px 0 0 0;
}

/* Typography */

#intro a {
	color: #2b64b6;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #2f6dcb;
}

#intro a:hover {
	text-decoration: none;
	color: #3378dd;
	border-bottom: 1px solid #3378dd;
}

a.more {
	color: #2b64b6;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	clear: left;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #2f6dcb;
	height: 15px;
}

a.more:hover {
	color: #3378dd;
	text-decoration: none;
	padding: 0 0 -5px 0;
	border-bottom: 1px solid #3378dd;
}

a.viewmore {
	color: #2b64b6;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	clear: left;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #2f6dcb;
	height: 15px;
}

a.viewmore:hover {
	color: #3378dd;
	text-decoration: none;
	padding: 0 0 -5px 0;
	border-bottom: 1px solid #3378dd;
}

#biotext p {
	font: 12px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #444;
	text-align: justify;
	margin: 0 0 10px 0;
	clear: left;
}

.viewmore {
	float: left;
}

p.title {
	float: right;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #a0a0a0;
}

a.hire {
	color: #2b64b6;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	clear: left;
	border-bottom: 1px solid #2f6dcb;
}

a.hire:hover {
	color: #3378dd;
	border-bottom: 1px solid #3378dd;
}

a.contactme {
	color: #2b64b6;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom: 1px solid #2f6dcb;
}

a.contactme:hover {
	color: #3378dd;
	border-bottom: 1px solid #3378dd;
}

a.work {
	color: #c1c1c1;
	font: bold 18px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a.work:hover {
	color: #888;
}

h1.title {
	font: 30px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #c1c1c1;
	text-transform: capitalize;
	text-align: left;
	width: 600px;
	padding: 10px 0 10px 0;
}

h1.intro {
	font: 40px "Rockwell", Lucida Grande, Lucida, Verdana, sans-serif;
	color: #c1c1c1;
	text-align: left;
	width: 600px;
	padding: 10px 0 30px 0;
	border-bottom: 1px solid #ccc;
}

#worktext {
	width: 600px;
	float: left;
}

#worktext p {
	font: 12px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #444;
	text-align: justify;
	margin: 10px 0 10px 0;
}

#worktext ul {
	margin: 0 0 10px 0;
}

#worktext ul li {
	font: 12px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #444;
	text-indent: 15px;
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 5px;
}

#biotext ul li {
	width: 250px;
	float: left;
	margin: 0 0 5px 0;
}

#biotext ul li h4 {
	color: #333;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	width: 50px;
}

#biotext ul li h5 {
	color: #999;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 0 10px;
	float: left;
}

#biotext ul li h5 a {
	color: #999;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 0 10px;
	float: left;
}

#biotext ul li h5 a:hover {
	color: #444;
}

/* Content */

#container {
	width: 900px;
	height: auto;
	margin: 0 auto;
}

#intro {
	width: 550px;
	height: 10px;
	float: left;
	margin: 80px 0 0 10px;
	display: none;
}

#content {
	width: 900px;
	height: auto;
	float: left;
	clear: both;
	margin: 120px 0 20px 0;
	z-index: 10;
}

#main {
	width: 630px;
	height: auto;
	float: left;
	margin: 15px 0 20px 0;
	border-right: 1px solid #ccc;
}

#sidebar {
	width: 260px;
	height: auto;
	float: left;
	margin: 15px 0 20px 0;
	clear: right;
}

.pad {
	width: 100%;
	height: 100%;
	margin: 0 10px 10px 10px;
}

#recentwork {
	width: 364px;
	height: 36px;
	float: left;
	padding: 0 0 10px 0;
	border-bottom: 5px solid #c1c1c1;
	background: url(../images/recentwork.png) no-repeat;
}

#recentworkimage {
	width: 600px;
	height: 120px;
	float: left;
	margin: 20px 0 0 0;
	clear: both;
	background-image: url(../images/recentwork.jpg);
	border: 1px solid #999;
}

#recentworktext {
	width: 600px;
	float: left;
}

#recentworkimage2 {
	width: 600px;
	height: 120px;
	float: left;
	margin: 20px 0 0 0;
	clear: both;
	background-image: url(../images/recentwork2.jpg);
	border: 1px solid #999;
}

#recentworktext2 {
	width: 600px;
	float: left;
}

#recentworkimage3 {
	width: 600px;
	height: 120px;
	float: left;
	margin: 20px 0 0 0;
	clear: both;
	background-image: url(../images/recentwork2.jpg);
	border: 1px solid #999;
}

#recentworktext3 {
	width: 600px;
	float: left;
}

#bio {
	width: 82px;
	height: 36px;
	border-bottom: 5px solid #c1c1c1;
	padding: 0 0 10px 0;
	background: url(../images/bio.png) no-repeat;
}

#biopic {
	width: 250px;
	height: 120px;
	background-image: url(../images/biopic.jpg);
	float: left;
	margin: 20px 0 0 0;
}

#biotext {
	width: 250px;
	height: auto;
	float: left;
	margin: 10px 0 0 0;
}

#workbanner {
	width: 250px;
	height: 36px;
	float: left;
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 5px solid #c1c1c1;
	background: url(../images/workbanner.png) no-repeat;
}

#selectproject {
	width: 600px;
	height: 400px;
	float: left;
	background-image: url(../images/selectproject.png);
}

#visit a {
	float: right;
	margin: -20px 30px 0 0;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #aaa;
	padding: 0 0 0 5px;
}

#visit a:hover {
	color: #999;
}

/* Footer */

.footer, .push {
    height: 4em;
}

#footer { 
	clear: both;
	float: left; 
	margin: 20px 0 0 0; 
	width: 100%;
	border-top: 5px solid #ccc; 
	padding: 20px 0; 
	background: #fff; 
	border-bottom: 5px solid #111;
	height: 30px;
}

#footer ul { 
	margin: 0; 
	padding: 5px;
	text-align: center; 
}

#footer ul li { 
	display: inline; 
	margin: 0 20px 0 0;
	padding: 0; 
}

#footer ul li a { 
	text-align: center; 
	margin: 10px 0 0 0;
	color: #999;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/* SlideViewer */

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
margin: 10px 0 1px 0; 
z-index: -1;
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto;
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: 10px/22px "Lucida Grande", Lucida, Verdana, sans-serif; 
text-align: center; 
color: #aaa; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff;
	color: #777;
}

a.bordercolor {
	border-color: #888;
}

a.bordercolor:hover {
	border-color: #ccc;
}
