/* CSS Master Stylesheet, 6-30-2010 */

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;}

body {
	font: 65% Arial, Helvetica, sans-serif;
}

a img, img a {
	border: 0;
}

a.cancel_link {
	font-size: 1.5em;
	color: #333;
	text-decoration: underline;
}

a.action_link {
	font-size: 1.5em;
	color: #00665b;
	text-decoration: none;
}

a.action_link img, a.cancel_link img {
	vertical-align: bottom;
}

.message {
	font-weight: bold;
	color: green;
	padding: 10px;
	border: 2px solid green;
	margin: 0 10px 10px 10px;
}

.error {
	font-weight: bold;
	color: red;
	padding: 10px;
	border: 2px solid red;
	margin: 0 10px 10px 10px;
}

.warning {
	font-weight: bold;
	color: red;
}

.clearing {
	clear: both;
	line-height: 0;
}

.nomarg {
	margin: 0 !important;
}

.note {
	font-size: 90% !important;
}

.active_link {
	font-weight: bold !important;
}


input[type=text], input[type=password] {
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #00665b;
	font-size: 1.2em;
}


input[type=button],input[type=submit] {
	font-size: 1.4em;
	padding: 3px 15px 4px 15px;
	background-color: #00665b;
	color: #fff;
	cursor: pointer;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


input[type=button]:hover, input[type=submit]:hover {
	background-color: #000;
}

#overlay {
	/* not used by image gallery section, but by other areas */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #000;
}

/* external fonts */
@font-face {
	font-family: 'YewBasturdBold';
	src: url("../fonts/YEWBB___-webfont.eot");
	src: local('☺'), url("../fonts/YEWBB___-webfont.woff") format('woff'), url("../fonts/YEWBB___-webfont.ttf") format('truetype'), url("../fonts/YEWBB___-webfont.svg#webfontMEPd4MlV") format('svg');
	font-weight: normal;
	font-style: normal;
}
