@charset "utf-8";
/*
Theme Name: AAWS
Theme URI: http://sushi3.com/
Description: simple AAWS theme
Version: 1.0
Author: Sushi Shibata
Author URI: http://sushi3.com/
Tags: custom, AAWS

*/

body { text-align: center; color: #666; font: 100.01% Calibri, Arial, Helvetica, sans-serif; padding: 0; margin: 0; }

a { color: #09f; }
a:hover, a:active { color: #0cf; }
a img { border: none; }

h1 { line-height: 120%; font-size: 1.5em; margin-bottom: 2em; }
p { margin: 0 0 1em 0; }

.clr { font-size: 1px; height: 1px; line-height: 1px;  }
.thankyou {
	font-weight: bold; color: #c00; background: #eee; margin: 2em 0; padding: 1em 2em; border: 2px solid #99B2DF;
	-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
}

a.bigbutton { background: #def;
	display: block;
	margin: 35px auto; padding: 10px;
	color: #00f; text-decoration: none; text-align: center;
	-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
	-moz-box-shadow: 0 2px 6px #888; -webkit-box-shadow: 0 2px 6px #888; box-shadow: 0 2px 6px #888;
}
a.bigbutton:hover { background: #bdf; }

.alignleft { float: left; margin: 15px 20px 20px 0; }
.alignright { float: right; margin: 15px 0 20px 20px; }


/* Begin Menu */


#menubar { overflow: hidden; width: 100%; height: 3.2em; background: transparent url(/images/hr.png) no-repeat center bottom; margin: 0 0 2em 0; }

#menubar ul { float: left; list-style: none; margin: 0; padding: 0; text-align: center; font-weight: bold; font-size: 1.1em; }
#menubar ul li { display: block; float: left; list-style: none; margin: 0; padding: 0; }
#menubar ul li a {
	display: block; width: auto; padding: 8px 14px; margin: 0 7px; text-decoration: none; color: #999;
	-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
}
#menubar ul li a:hover, #menubar ul li a.current { background: #E7ECF1; color: #03c; }

/* End Menu */


#content_outer {
	position: relative; clear: both;
	width: 955px; min-height: 375px;
	margin: 20px auto;
	font-size: 1.2em; text-align: left; line-height: 140%;
}
#content_inner p strong, #content_inner li strong { color: #000; }


#logo {	width: 420px; height: 375px; position: absolute; top: 80px; left: 0; }
#logo img { position: fixed; right: 54.5%; top: 80px; }
#content_right { left: 460px; margin: 0; position: relative; top: 0; width: 495px; }
#content_inner { margin: 0 20px; }

#footer { clear: both; font-size: 0.7em; color: #999; padding: 1em 0; margin: 2em 0 0 0; }
#footer p { margin: 0; padding: 0; }

.submitbuttons { text-align: center; margin: 10px auto; }
input.submitbutton, .submitbuttons input {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff; font-weight: bold; line-height: 30px;
	padding: 0 10px !important; margin: 0 10px; 
	height: 30px; 
	background: #900 url(/images/menu_bg.png) repeat-x 0 0; border: none;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	
}
input.submitbutton:hover, .submitbuttons input:hover { background-position: 0 -30px; cursor: pointer; }

#contactform { font-size: 0.8em; }
#contactform input { padding: 2px; }

.contact_info { margin: 0 0 30px 0;  font-size: 0.9em; line-height: 120%; }
.contact_info dt, .contact_info dd {
	padding: 3px 10px 3px 0;
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
}
.contact_info dt { clear: both; float: left; }
.contact_info dd { margin: 0 0 0 5em; }


.fieldlabel, .fieldinput { float: left; margin: 0 0 0.5em 0; }
.fieldlabel { width: 7em; clear: both; }
.fieldinput { width: 19em; }

/* Filterable portfolio */

ul#filter {
	float: left;
	font-size: 16px;
	list-style: none;
	margin-left: 0;
	width: 100%;
}
ul#filter li {
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}

ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }  
ul#filter a { color: #999; text-decoration: none; }  

.w3c_badge { text-align: right; }