/**
* CSS for WP Squeeze Page Plugin Frontend Templates
* 
* @package WPSqueezePage
* @author Tim Carr - Ron Chamberlain
* Version: 1.5.1
*/
/**
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
/* Start Reset Stylesheet */
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,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
ol li, ul li {
	padding: 2px 5px 2px 10px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End Reset Stylesheet */

/* Tag Declarations */
body { font: 0.75em/160%; }
h1 { font-size: 1.9em; line-height: 1.2em; margin: 20px auto; text-align: center; }
h2 { font-size: 1.7em; line-height: 1.2em; margin-bottom: 20px; text-align: center; }
h3 { font-size: 1.5em; line-height: 1.2em; text-align:center; color: #cc0000; margin-top: 10px; margin-bottom: 15px; text-align: center; }
h4 { font-size: 1.2em; line-height: 1.2em; text-align:left; color: #000; margin-bottom: 5px; }
h5 { font-size: 1.0em; line-height: 1.0em; text-align:left; color: #000; margin-bottom: 5px; }
h6 { font-size: 0.9em; line-height: 1.0em; text-align:left; color: #000; margin-bottom: 5px; }
p { font-size: 0.9em; line-height: 1.2em; }
p + p, ul + p, ol + p, p + blockquote, ul + blockquote, ol + blockquote, blockquote + p, blockquote + ul, blockquote + ol { margin-top: 1em; }
a { color: #0000ff; text-decoration: none; }
a:hover { color: #000; }
a:visited { color: #265773; }
blockquote { width: 80%; margin: 10px auto; overflow: hidden; background: #ffffcc; padding: 10px; border: #000 2px solid; }

/* Extras */
.teaser { margin: 10px 0 20px 10px; font-size:10pt; font-style:italic; font-weight:bold; }
.box { width: 80%; margin: 10px auto; overflow: hidden; background: #EFEFEF; padding: 10px; border: #000033 solid 1px; }
.whitebox { width: 80%; margin: 10px auto; overflow: hidden; background: #fff; padding: 10px; border: #cc0000 dashed 2px; }

/* Forms */
form { clear: both; float: left; width: 100%; }
form p label { display: block; padding: 0 0 3px 0; }
form p input.text { font: inherit; width: 96%; padding: 2px 3px; }
form.newsletter { float: none; margin: 10px auto; width: 260px; border: 2px dashed #cc0000; padding: 20px; background: #fff; }
form.newletter p.submit { text-align: center; }
form.newsletter p.error { color: #f22929; }
form.newsletter p.success { color: #203308; }

/* Helper Classes */
.left, .alignleft { float: left; margin: 0 15px 0 0; }
.right, .alignright { float: right; margin: 0 0 0 15px; }
.center, .aligncenter { margin: 0 auto; }
.clear { clear: both; }
.description { color: #999; }

/* Layout */
#header h1, #header h2 { text-align: center; }
#container { width:780px; margin: 0 auto; word-wrap: break-word; }
#content { float: left; }
#content ul { list-style-type: disc; list-style-position: inside; margin: 15px 5px 10px 5px; }
#content ol { list-style-type: decimal; list-style-position: inside; margin-left: 5px; margin-top: 15px;}
#footer p { text-align: center; }
.credit { text-align:center; font-size: .7em; color: #ccc; }
.credit a { color: #ccc; }