/*------------------------------------------
--  Reseting -------------------------------
------------------------------------------*/

html, body, div, object, 
h1, h2, h3, h4, h5, h6, p, ul, ol, li, 
dl, dt, dd, blockquote, address,
a, img, span, sub, sup, small, big, abbr, acronym, 
form, fieldset, legend, label, input, 
del, ins, dfn, cite, code, var, samp, kbd,
table, caption, tbody, tfoot, thead, tr, th, td
				{ margin: 0; padding: 0;
				  border: 0; outline: 0;
				  font-weight: normal;
				  font-style: normal;
				  font-size: 100%;
				  font-family: inherit;
				  vertical-align: baseline;
				  background: transparent }
				  
				  
#url, #email, #author {border:1px solid #999}				  
	  
:focus, :active	{ outline: 0 }

html 			{ height: 100%; font-size: 100.01% }
body 			{ height: 100%; font-size: 62.5% }
#submit			{ width:150px; height: 24px; color:#FFF; background:url(http://www.autochartist.com/wordpress/wp-content/themes/autochartist-new/img/submit.png) left top no-repeat; }	

/* Common
------------------------------------------*/

acronym, abbr 	{ cursor: help; letter-spacing: 1px;
				  border-bottom: 1px dashed }

ul, ol			{ margin-bottom: 1.5em }
ul 				{ list-style-type: square }
ol 				{ list-style-type: decimal }
li	 			{ margin: 0 0 0 1.5em }
li ul			{ margin-bottom: 0 }

small 			{ font-size: .85em }
big 			{ font-size: 1.15em }
 
sup				{ font-size: .85em; position: relative; bottom: .3em }
sub				{ font-size: .85em; position: relative; bottom: -.2em }

legend			{ display: none }
label 			{ cursor: default }

table			{ margin: 0 auto 1.5em; border-collapse: collapse }
table th		{ vertical-align: middle; font-weight: bold }
table td,
table th		{ border: 1px solid #000; padding: .1666em .4166em }

/* Typography
------------------------------------------*/

h1, h2, h3, h4, h5, h6
 				{ font-family: Arial, sans-serif}
p, pre, label, caption, th, td, dt, dd, 
select, ul, ol, address, cite, img
				{ font-family: Arial, sans-serif; font-size: 14px } 
blockquote		{ font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif } 			
tt, code, samp	{ font-family: Consolas, "Courier New", Courier, monospace }

h1, h2, h3, h4, h5, h6
 				{ font-weight: normal }
				
h1 				{ font-size: 2.3em; line-height: 1.125em; margin-bottom: .6666em; margin-top:5px }
h2				{ font-size: 2em; line-height: 1.5em; margin-bottom: .6666em;  }
.rightCol h2 	{ color: #0e8703; font: normal 19px "Lucida Sans", sans-serif; display:block}
h3				{ font-size: 1.6em; line-height: 1.45em; margin-bottom: 1.6em }
h4				{ font-size: 1.4em; line-height: 1.5em; margin-bottom: 3px }
h5, h6			{ font-size: 1.2em; line-height: 1.5em; margin-bottom: 1.5em }
h7				{ font-size: 1.7em; line-height: 1.5em; margin-bottom: .6666em }				

p, pre, label, dt, dd, 
select, blockquote, address, img
				{ line-height: 1.5em; margin-bottom: 1.5em }
ul, th, td, caption, img
				{ font-size: 1em; line-height: 1.5em }
li ul			{ font-size: 1em }

/* Links
------------------------------------------*/

a:link, a:visited, a:hover, a:active
				{ text-decoration: none; color: #0C7103; }
a:hover			{ text-decoration: underline}
a img			{ border: none }


.rightCol div.navigation a:link
.rightCol p{ font-size: 1.3em }
.rightCol div.navigation a:visited,
 {
	color:#359300;
	font-family:Arial, Helvetica, sans-serif;
} 

/* Global Classes
------------------------------------------*/

.clear			{ clear: left }
.floatLeft		{ float: left }
.floatRight		{ float: right }

.noPadding		{ padding: 0 !important }
.noMargin		{ margin: 0 !important }

.noBorder		{ border: none !important }
.noBg			{ background: none !important }

.imgLeft		{ float: left; margin: 0 1.5em 1.5em 0 }
.imgRight		{ float: right; margin: 0 0 1.5em 1.5em }

.clearfix:after { content: "."; display: block; height: 0; 
				  clear: both; visibility: hidden }
.clearfix 		{ display: inline-block }

/* Hides from IE-mac \*/
* html .clearfix 
				{ height: 1% }
.clearfix 		{ display: block }
/* End hide from IE-mac */
