/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2
	MODIFICATIONS: added minimal look-and-feel defaults for faster proto-typing, changed padding  to 0px for Default spacing
		see: www.eesyframework.com
		contact: jeremy@writeclickmedia.com
*/
/* reset */
html{color:#000;background:transparent;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
p{padding: 5px 0px 5px 0px; margin: 0px;}
/* fonts */
body{font:.835em/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* ***************************** minimal look-and-feel defaults, skin in CONTENT-SKIN.css ************************* */
body{font-family:Helvetica, Arial, sans-serif;}
/* ====== Default spacing ====== */
h1, h2, h3, h4, h5, h6, ul, ol,dl, blockquote {padding:0;}
pre{margin: 10px;}
table h1,table h2,table h3, table h4, table h5, table h6, table p, table ul, table ol, table dl{padding:0;}
/* ====== Elements ====== */
img{display:block;}
em{font-style: italic;}
strong{font-weight:bold;}

code{color:#0B8C8F;}
/* ====== Headings ====== */
/* .h1-.h6 classes should be used to maintain the semantically appropriate heading levels - NOT for use on non-headings */
h1, .h1{font-size:196%; font-weight:bold; font-style: normal; opacity: 100 !important; *filter: alpha(opacity="100") !important;}
h2, .h2{font-size:167%; font-weight:bold; font-style: normal; opacity: 100 !important; *filter: alpha(opacity="100") !important;}
h3, .h3{font-size:146.5%; font-weight:bold; font-style: normal; opacity: 100 !important; *filter: alpha(opacity="100") !important;}
h4, .h4{font-size:123.1%; font-weight:bold; font-style: normal; opacity: 100 !important; *filter: alpha(opacity="100") !important;}
h5, .h5{font-size:108%; font-weight:bold; font-style: normal; opacity: 100 !important; *filter: alpha(opacity="100") !important;}
h6, .h6{font-size:108%; font-weight:bold; font-style: normal; opacity: 100 !important; *filter: alpha(opacity="100") !important;}
/* ====== Links ======== */
a:link, a:visited {text-decoration: none; }
a:hover, a:active {text-decoration: underline; }
/* ====== Lists ======*/
/* numbered list */
ol li{list-style-type: decimal;}

/* ====== Text Grouping, Etc. ==== */
blockquote {
	font-size: 146.5%;
	font-style: italic;
	color: #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 15px 40px 15px 40px;
	padding: 0px 15px 0px 15px;
}
