/*
Title: ReCork Screen
Version: 1.0
Authors: Matt Lambert, Greg Davidson
Date: December 8, 2009
Legal: Copyright 2009 Edge Marketing
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
 margin:0;
 padding:0;
 border:0;
 font-weight:inherit;
 font-style:inherit;
 font-size:100%;
 font-family:inherit;
 vertical-align:baseline;
}

body { line-height:1.5; }

table {
 border-collapse:separate;
 border-spacing:0;
}

caption, th, td {
 text-align:left;
 font-weight:normal;
}

table, td, th { vertical-align:middle; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
a img { border:none; }

/* all */
body {
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 11pt;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 line-height: 1.5em;
 color: #000; 
 width: 100%;
 text-align: left;
}

h1 { 
 font-size: 2em;
 margin-top: 0.75em;
 margin-bottom: 1.5em;
}

h2 {
 font-size: 1.714em;
 line-height: 1.75em;
 margin-top: 0.875em;
 margin-bottom: 1.5em;
}

h3 {
 font-size: 1.5em;
 line-height: 1em;
 margin-top: 1em;
 margin-bottom: 1em;
}

h4 {
 font-size: 1.286em;
 line-height: 1.17em;
 margin-top: 1.17em;
 margin-bottom: 1.5em;
}

h5 {
 font-size: 1em;
 margin-top: 1.5em;
 margin-bottom: 0;
}

h6 {
 font-size: 1em;
 margin-top: 1.5em;
 margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6 {
 font-weight: bold;
}

p {
 margin: 0 0 1.5em 0;
}

p img {
 float: left;
 margin: 0 1.5em 1.5em 0;
 padding: 0;
}

p img.right {
 float: right;
 margin: 0 0 1.5em 1.5em;
 padding: 0;
}

a:focus, a:hover {
 color: #993;
}

a {
 color: #600;
}

blockquote {
 background-color: #f5f5f5;
 border: 1px solid #ccc;
 border-collapse: collapse;
 margin: 0;
 padding: 1.5em;
}

blockquote > p {
 padding: 0;
 margin: 0;
}

strong {
 font-weight: bold;
}

hr {
 margin-bottom: 1.5em;
 clear: both;
 color: #ccc;
 /* float: left; */
 width: 100%;
}

em, dfn { 
 font-style: italic;
}

dfn {
 font-weight: bold;
}

sup, sub {
 line-height: 0;
}

abbr, acronym {
 border-bottom: 1px dotted #333;
}

address {
 margin: 0 1.5em; 
 font-style: italic;
}

del {
 color: #ccc;
}

pre, code, tt {
 margin: 1.5em;
 padding: 1.5em;
 background-color: #f5f5f5;
}

ul,ol,dl {
 margin: 0 1.5em 1.5em 1.5em;
}

ul { 
 list-style: disc;
}

ol {
 list-style: decimal;
}

li { 
 margin: 0 1em;
}

dl dt {
 font-weight: bold;
}

dd {
 margin-left: 1.5em;
}

.small { 
 font-size: 0.833em;
 margin-bottom: 1.5em; 
 color: #666;
}

.quiet {
 color: #666;
}

.loud {
 color: #000;
}

.highlight {
 background-color: #fff6bf;
 color: #000;
}

.left-align {
 margin-left: 0;
}

.right-align {
 margin-right: 0;
}



/* forms - keep in place until needed */
/*
label {font-weight:bold;padding-right:1em;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
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;}
.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;}
*/







 





