@CHARSET "ISO-8859-1";

/* IE hacks */
body {
	behavior:url("css/csshover3.htc");
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #ffffff;
	background: #7C6440 none repeat scroll 0 0;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.17em;
/*	margin-top: 0.23em; */ /*always collapse*/}

h2, h3 {
	display: block;
	font-weight: bold;
	margin-top: 0px; /*always collapse*/
	margin-bottom: 0px;
}

.hcenter, .hright, .hnormal {
	font-weight: normal;
}

.hcenter {
	text-align: center;
}

.hright {
	text-align: right;
}

.invisible {
	display: none;
}

p {
	text-indent: 3em;
}

div#logo {
	position: relative;
	left: 20px;
	top: 0;
/*	background: url(../images/ywlogo.jpg) 0 0 no-repeat;*/
	background: url(http://www.yitwail.net/images/ywlogo.jpg) 0 0 no-repeat;
	width: 950px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
}

div#topmenu {
	text-align: center;
	margin: 20px 0 20px 35px;
	float: left;
}
#topmenu a {
	color: #ffffff;
}
#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topmenu li {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	float: left;
	position: relative;
	cursor: pointer;
}
#topmenu li li {
	padding: 10px 10px 0 0px;
	width: 100%;
}
#topmenu li:hover {
	font-weight: normal;
}

li.menuitem ul, li.noscript ul {
	cursor: pointer;
	position: absolute;
	top: 20px;
	left: 10px;
	text-align: left;
	width: 150px;
	background-color: #666666;
	-moz-opacity:0.8 ;
	filter:alpha(opacity=80);
	opacity: 0.8;
}
li.menuitem ul {
	visibility: hidden;
	overflow: hidden;
}
li.noscript ul {
	display:none;
}

li.menuitem ul li a:hover { /* should fix IE8 opacity but doesn't */
	background-color: #666666;
	position: relative;
	filter:alpha(opacity=80);
}

li.menuitem li {
	z-index: 2;
}

li.noscript li {
	background-color: #666666;
}

li.noscript:hover ul {
	display: block;
}
li.noscript:hover {
	z-index: 10;
}		

li.menuitem, li.noscript, span#ywCategoryMenu a {
	color: #ffffff;
}

div#searchmenu {
	float: right;
}
#searchmenu input.inputbox {
	width: 140px;
	margin: 0;
}

div.content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

div#floater {
	width: 200px;
	float: right;
}
#floater div {
	margin-top: 7px;
	padding-bottom: 4px;
}

div#divmain {
	margin-right: 225px;
	width: 675px;
}
div#divmain p > a {
	color: #00ff00;
}

div.divunderline { /* nice hack to draw a <hr> */
	height: 30px;
	width: 675px;
	border-bottom: 1px solid;
	text-align: left;
}
div.divunderline h2 {
	margin-top: 4px;
}

table.tabunderline {
	float: left;
	width: 675px;
	border-bottom: 1px solid;
	margin-bottom: 4px;
}
.tabunderline td {
	vertical-align: top;
}
.tabunderline h2 {
	margin-bottom: 0;
}

a {
	color: #ffffff;
}

div.floatImgDiv { /* div with floating image inside */
	border-bottom: 1px solid;
	width: 675px;
	overflow: hidden;
	display: inline-block;
	padding-top: 5px;
}

div.floatImgDiv h3 { /* need this for ffox; don't know why :( */
	width: inherit;
}
img.floatImg {
	float: right;
	margin: 5px 0px 5px 5px;
}

/*** YW image Stuff ***/
#ywImage p {
	text-indent: 0;
}
a > img {
	border: 1px;
}
/*** YW resume Stuff ***/
table.twoColumn {
	border: 0;
	width: 100%;
	height: 40px;
}

/*** YW light box Stuff ***/
div.ltbox {
	text-align: center;
}
div.ltbox.background {
	position: fixed;
	top: 0;
	z-index: 12;
	width: 100%;
	height: 100%;
	background: #000000;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	opacity: 0.8;
}
div.ltbox.image {
	position: fixed;
	top: 0;
	z-index: 13;
	width: 100%;
}
/*****************************/
/***     YW Form Stuff     ***/
/*****************************/
form#contactForm, form.search {
	margin: 20px 0 0px 0;
}

#searchResult p {
	border-top: 1px solid;
	padding: 15px 0;
	text-indent: 0;
}
#searchResult em {
	background-color: #777777;
	font-style: normal;
}

td.inputbox {
	width: 300px;
	text-align: left;
	vertical-align: top;
}
.inputbox input, .inputbox textarea, .inputbox select,
input.inputbox, select.inputbox {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #E0E0D3 none repeat scroll 0 0;
	color: #666666;
}
td.inputbox input, td.inputbox textarea {
	width: 250px;
}
td.inputbox select {
	width: 256px; /* account for missing margin, padding */
}
td.inputbox textarea {
	overflow-y: auto;
}
.newsform table {
 	border:0;
 	cellspacing: 1px;
 	cellpadding: 4px;
	width: 550px;
}
.newsform td.inputlabel {
	width: auto;
	text-align: right;
}
.newsform td.inputbox input, .newsform td.inputbox textarea {
	width: 294px;
	text-align: left;
	padding: 1px;
	border-width: 2px;
	margin: 0;
}
.newsform td.inputbox > p {
	text-indent: 0;
}
.newsform td.inputbox > input.button {
	width: auto;
	text-align: center;
}

/* hack to style file input ala quirksmode */
div.fileinput {
	position: relative;
	width: 300px;
}	
div.fileinput > input[type='file'] {
	position: relative;
	text-align: right;
	font-size: 15px;
	-moz-opacity:0 ;
	filter:alpha(opacity=0);
	opacity: 0;
	z-index: 2;
}
div.fakeinput {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
div.fakeinput input[type='text'] {
	width: 210px;
}
div.fakeinput input.button {
	width: 80px;
	text-align: center;
}

.inputlabel {
	font-weight: bold;
	width: 35%;
	text-align: left;
	vertical-align: top;
}
input.button, .newsform td.inputbox input.button {
	background:#666666 none repeat scroll 0 0;
	border:1px solid #EDEDED;
	color:#EDEDED;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
}
input.image {
	background:#EDEDED none repeat scroll 0 0;
	vertical-align: bottom;
	padding: 1px;
}

