/* @override 
	http://www.samirtuladhar.com/css/interface/custom.css
	http://samirtuladhar.com/css/interface/custom.css
*/

BODY
{
	font: 62.5%/1.6em Arial, Verdana, geneva;
	color: #FFFFFF;
	margin: 0;
	background: #FEBF0B url(../../images/interface/bg.gif) no-repeat 50% 0;
}
*
{
	margin: 0;
	padding: 0;
}
TEXTAREA
{
	border: none;
	margin: 10px 0 0;
	padding: 4px;
	width: 200px;
}

img{
	border: 0px;
}
INPUT
{
	border: none;
	margin: 10px 0 0;
	height: 20px;
	color: #FFF;
	padding: 2px;
	display: inline;
}
#commentForm
{

}

.box
{
	width: 320px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.shadow
{
	position: absolute;
	top: -26px;
	left: 477px;
	z-index: 1000;
}
P, UL, OL, BLOCKQUOTE, ADDRESS
{
	margin-top: 5px;
	margin-bottom: 10px;
	font-style: normal;
}
#main .about P
{
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: bold;
}
P.error
{
	font-size: 11px;
	line-height: 16px;
	padding: 10px 10px 20px;
	color: #FFF;
	font-weight: bold;
/*text-shadow: #8a0009 2px 2px 0;*/
	background-color: #E35F25;
	border: 1px solid #FFF;
}
.clear
{
	clear: left;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
.hidden
{
/*used to hide accessibility items*/
	position: absolute;
	left: -9999px;
}
H1
{
	font: 2.2em Arial, Verdana, "geneva normal";
	color: #FFFFFF;
}
H2
{
	font: 2em Arial, Verdana, "geneva normal";
	color: #FFFFFF;
}
.box H2
{
	text-align: center;
	font-size: 2.2em;
	color: #FEBF0B;
	letter-spacing: 0.05em;
	text-shadow: #000 2px 1px 2px;
	display: block;
}
.contact
{
	border: 0px solid #FFF;
	height: 250px;
}
#contact_form
{
	background: transparent url(../../images/interface/form.gif) no-repeat 10px 50px;
	position: relative;
}
.box.proficient
{	float: left;
	
min-height: 250px;
	height: auto !important;
	height: 250px;
}
.box.proficient img{
	padding-left: 20px;
	position: relative;
	border: 0px;
}
A
{
	color: #FFF;
	text-decoration: none;
}
A IMG
{
	border: none;
}
A:visited
{
	color: #DDD;
}
A:hover
{
	color: #EE8844;
}
ACRONYM, ABBR
{
	border-bottom: 1px dashed #333;
}
ACRONYM, ABBR, SPAN.caps
{
	font-size: 90%;
	letter-spacing: 0.07em;
}
ACRONYM, ABBR
{
	cursor: help;
}
BLOCKQUOTE
{
	border-left: 5px solid #CCC;
	margin-left: 1.5em;
	padding-left: 5px;
}
/*@group layout*/
#wrapper
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
/*logo position relies on this*/
}
#container
{
	float: left;
	width: 100%;
}
#header
{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	min-height: 550px;
	height: 550px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
#nav
{
	float: left;
	width: 600px;
	margin: 100px 0 0px 0px;
	display: inline;
	background: transparent url(../../images/interface/nav-bg.jpg) repeat-x;
}
#content
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#main
{
	float: left;
	width: 100%;
	padding: 0;
	margin: 10px 0px 0 0px;
	display: inline;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}
#footer
{

	width: 100%;
	height: 60px;
	display: inline;
/*combat IE6 Doubled float-margin bug*/
	font-size: 10px;
	line-height: 30px;
	padding: 0px 0;
	margin: 0px 0 0;
	color: #999;
/*clear: both; apparently redundant because of width*/
	background: transparent url(../../images/interface/footer-bg.png) repeat-x 0px 0px;
}
/*@end
@group Header*/
#header H1 A
{
	width: 200px;
	height: 75px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../../images/interface/logo.png) no-repeat 0px 0px;
	padding: 0;
	margin: 10px 0 0;
	left: 0px;
}
/*@end
@group nav

@group footer*/
#footer #left-footer
{
	float: left;
	color: #A6D3EF;
	margin: 0 15px;
}
#footer .right
{
	float: right;
	color: #999;
	margin: 0 10px;
}
#footer #right-footer
{
	font-weight: bold;
	color: #333333;
	float: right;
	margin: 10px 15px 0 0;
	display: inline;
}
#footer A:link, #footer A:visited
{
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
#footer A:hover, #footer A:active
{
	text-decoration: none;
	border-bottom: 1px solid #7A95A3;
}
#footer A.hilite
{
	border-bottom: 1px solid #7A95A3;
}
/*@end*/
.wrap
{
	position: relative;
	overflow: hidden;
	float: left;
	padding: 0 1em;
}
IMG
{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
/*@group Contact Form*/
form input, form textarea,label{
	float: right;

}
FORM FIELDSET
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 10px 0px 0px 0px;
	position: relative;
	border: 0;
	display: inline;
	padding: 0px;
	
}
FORM FIELDSET LEGEND
{
	border-width: 1px;
	border-style: solid;
	border-color: #BBBB66;
	color: #3D7169;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 140%;
	padding: 4px 8px;
	margin: 0px 0px 10px;
	position: relative;
	top: -12px;
	background: #FFFFFF;
}
LABEL
{
	font-size: 90%;
	display: inline;
	text-align: right;
	margin: 1em 0.2em 0 0;
	color: #FFD;
	font-weight: bold;
	padding: 8px 0px;
}
LABEL.error
{
	font-weight: normal;
	color: #FF0000;
	text-align: right;
	position: absolute;
	top: 135px;
	right: 0px;
	display: inline;
}
INPUT.text-input
{
	margin: 4px 0;
	padding: 2px 5px;
	width: 200px;
	color: #333;
}
INPUT.button
{
	position: absolute;
	top: 170px;
	right: 0px;
	padding: 0px 6px;
	background-color: #333 !important;
	border: 1px solid #FFF;
	margin: 0px;
	color: #febf0b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	display: inline;
}
INPUT.button:hover
{
	background: #009FAA none repeat scroll 0% 0%;
	color: #FFFFFF;
}
#message2
{
	width: 207px;
	margin: 5px 0 0 4px;
	background-color: #FFF;
	color: #000;
}
#message
{
	width: 180px;
	margin: 50px 0 0 150px;
}
#message H2
{
	font-size: 1.6em;
	color: #FFFFFF;
}
#message P
{
	color: #FFFFFF;
	font-weight: bold;
	margin: 6px 10px;
	font-size: 1.4em;
}
#checkmark
{
	position: relative;
	top: -46px;
	left: -60px;
}
/*@end*/
