/***** Global *****/
*, html, body {border:0; margin:0; padding:0; text-align:left; }

/***** Headings *****/
h1, h2, h3, h4, h5, h6 {margin:0; padding:0; font-weight:normal;}
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

/***** Paragraphs and stuff *****/
p               { margin: 0; text-align: left; line-height: 1.4em; margin-bottom: 1em;}
p img.left      { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right     { float: right; margin: 1.5em 0 1.5em 1.5em; }
ul, ol          { padding:0 0 1.25em 2.5em; margin:0;}
blockquote      { margin:1.25em; padding:1.25em 1.25em 0 1.25em; }
small           { font-size:0.85em; }
img             { border:0; }
sup             { position:relative; bottom:0.3em; vertical-align:baseline; }
sub             { position:relative; bottom:-0.2em; vertical-align:baseline; }
acronym, abbr   { cursor:help; letter-spacing:1px; border-bottom:1px dashed;}
pre 		    { margin: 1.5em 0; white-space: pre; }
pre,code,tt     { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

a, a:link, a:active, a:visited { text-decoration:underline; font-weight: bold; color:#888;}
a:hover { text-decoration:none; color:#ccc;}

/***** Forms *****/
label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }
form        { margin:0; padding:0; display:inline; }

input.text, input.title, textarea, select 
{ margin:0.5em 0; border:1px solid #bbb; }

input.text:focus, input.title:focus, textarea:focus, select:focus 
{ border:1px solid #666; }

input.text, input.title { width: 300px; padding:5px; }
input.title             { font-size:1.5em; }
textarea                { width: 390px; height: 250px; padding:5px; }
 
/***** Tables *****/
table { border:0; margin:0 0 1.25em 0; padding:0;}
table tr td { padding: 0px; }

/***** Global classes *****/
.clear         { clear:both; }
.float-left    { position:relative; float:left; }
.float-right   { position:relative; float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.big		   { font-size: 1.4em }
 
.wrap          { width:960px;margin:0 auto; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }

/***** Messages *****/
.error, .notice, .success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
