/*CSS document for mobile devices created by Gatoon Whanphadett - www.piccoreo.com - 2011*/

.section:after,
ul.nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }


body {
	background-color: #FFF;
	color: #333;
	font: normal 100% Arial, Helvetica, sans-serif;
}
.setclear {clear: both;}
.acenter {text-align: center;}
a:link {
	color:#663300;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color:#CC6600;
}
a:visited {
	text-decoration: none;
	color:#996633;
}
a:active {
	text-decoration: underline;
	color:#990000;
}
a {
	-moz-transition: 0.2s color linear;
	-webkit-transition: 0.2s color linear;
	transition: 0.2s color linear;
}


h1,h2,h3,h4,h5,h6 {
	margin:15px 0 0 0;
	font-family: 'Copse', arial, serif;
	font-weight: bold;
	color:#CC6600;
	clear:both;
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-text-size-adjust: none;
}
h1 {font-size: 2.4em;}
h2 {font-size: 2em; border-bottom: 1px dotted #ccc;}
h3 {font-size: 1.2em; margin-bottom: 0.7em !important;}
h4 {font-size: 1em;}
h5 {font-size: 0.875em; font-style:italic;}
h6 {font-size: 0.75em;}


#page {
	width: 100%;
}
#page p {margin-bottom:  1em;}
#navigation {
	position: static;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	background-color: #FFF;
	overflow: hidden;
	border-top:5px solid #FFCC00;
}
#navigation h1 {
	padding-left: 2%;
	overflow: hidden;
}
#navigation h1 img {width: 70%;}
.subtitle {
	font-family: "Georgia", Arial, sans-serif;
	font-style: italic;
	font-size: 1.5em;
	color: #999;
	padding-left: 3%;
}
#navigation ul#nav {
	margin-top: 2em;
}
ul#nav li {
	margin: 0.3em 0;
	padding: 0.5em 2%;
	border-bottom: 1px solid #EFEFEF;	
}
ul#nav li#firstmn {border-top: 1px solid #EFEFEF !important;}
ul#nav li a {
	padding: 3px 10px;
	font-size: 1.7em;
	font-family: 'Copse', arial, serif;
	background: #FFF;
	text-decoration: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
ul#nav li a:hover {
	background: #EFEFEF;
}

.container {
	margin: 0 auto;
	padding-left: 2%;
	padding-right: 2%;
	background: #EFEFEF url(../images/bg.png) repeat;
}
img {
	max-width: 100%;
}
#about, #webworks, #illustworks, #contact {padding-top: 1em; padding-bottom: 1em; border-top:5px solid #FFCC00;}
div#gatoonphoto {
	float: left; 
	padding-top: 1.5em;
	width: 25%; 
}
div#gatoonphoto img {
	padding: 0.5em 0.5em 1.5em 0.5em;
	margin-bottom: 2em;
	background: #FFF url('../images/loading.gif') no-repeat center;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);;
	display: block;
}
p#downloadcv a {
	padding: 3px 10px;
	font-size: 1em;
	font-family: 'Copse', arial, serif;
	background: #CCC;
	text-decoration: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
p#downloadcv a:hover {background-color: #CC6600; color: #FFF;}
div#aboutinfo {
	float: left;
	margin-left: 5%;
	padding-left: 3%;
	padding-top: 1.5em;
	width: 65%;
	border-left: 1px dotted #ccc;
}
div#aboutinfo ul {list-style-type: circle; padding-left: 20px; margin-bottom: 1em;}
.halfbox {width: 48%;}
.addgap {margin-right: 2%;}
.fleft {float: left;}


p.seemore {
	clear: both;
	text-align: left;
}
p.evenmore {
	clear: both;
	padding: 1em;
	background-color: #000;
}
p.seemore a, p.evenmore a {
	padding: 3px 10px;
	font-size: 1em;
	font-family: 'Copse', arial, serif;
	background: #CCC;
	text-decoration: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
p.seemore a:hover, p.evenmore a:hover {background-color: #CC6600; color: #FFF;}

#webworks {background: #333 url(../images/bg_web.jpg) repeat; color: #ccc;}
ul#gallweb, ul#gallillust {padding-top: 2em; overflow: hidden; margin-bottom: 2em;}
ul#gallweb li, ul#gallillust li {
	width: 100%;
	height: auto;
}
ul#gallweb li img, ul#gallillust li img {
	width: 90%;
	padding: 0.5em 0.5em 1em 0.5em;
	background: #FFF url('../images/loading.gif') no-repeat center;
	-webkit-box-shadow: 0 2px 4px #000;
	-moz-box-shadow: 0 2px 4px #000;
	box-shadow: 0 2px 4px #000;
	display: block;
}
#illustworks {background: #EFEFEF url(../images/bg_illust.jpg) repeat;}
#illustworks h2 {color: #333;}

#contact {min-height: 45em;}
#contact form {padding-top: 1em;}
input.txt {
	color:#CC6600;
	width: 270px;
}
textarea {
	color:#CC6600;
	width: 270px;
	height:120px;
}
form div {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
}
form div label {
	float: left;
	width: 30%;
	text-align:right;
	margin-right:5px;
}
.sbmtbttn {margin-left:30%;}
#sent, #fail {text-align:center;}
.robot {
	padding-left:30%;
	font-size:small;
	font-style:italic;
}

p.copyright {margin-top: 3em; font-size: 0.6em; color: #999; padding-left: 3%;}
