/**
* CSS for WP Squeeze Page Plugin Frontend Templates
* 
* @package WPSqueezePage
* @author Tim Carr - Ron Chamberlain
* Version: 1.6
*/
/**
* 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: 3px 5px 3px 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;
}
big{
	font-size:120%;
}
small,sup,sub{
	font-size:80%;
}
sup{
	vertical-align:baseline;position:relative;bottom:0.3em;
}
sub{
	vertical-align:baseline;position:relative;top:0.3em;
}
code {
    background: none repeat scroll 0 0 #E6E6E6;
    color: #555555;
    font: 13px/25px Arial,Verdana,sans-serif;
    padding: 0 3px;
}
pre {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #DFDFDF;
    color: #555555;
    font: 13px/25px Arial,Verdana,sans-serif;
    padding: 25px;
}


/* End Reset Stylesheet */

/* Tag Declarations */
body { font-size: 15px; color: #222; }
h1 { font-size: 35px; line-height: 40px; margin: 20px auto; text-align: center; }
h2 { font-size: 23px; line-height: 28px; margin: 20px; text-align: center; }
h3 { font-size: 21px; line-height: 25px; text-align:center; color: #cc0000; margin: 10px; margin-bottom: 15px; }
h4 { font-size: 19px; line-height: 21px; text-align:left; color: #444; margin: 5px; }
h5 { font-size: 17px; line-height: 20px; text-align:left; color: #444; margin: 5px; }
h6 { font-size: 15px; line-height: 20px; text-align:left; color: #444; margin: 5px; }
p, p + p, ul + p, ol + p, p + blockquote, ul + blockquote, ol + blockquote, blockquote + p, blockquote + ul, blockquote + ol { margin: 10px 0px; }
a { color: #0000ff; text-decoration: none; }
a:hover { color: #000; }
a:visited { color: #265773; }
blockquote { width: 80%; margin: 10px auto !important; overflow: hidden; background: #ffffcc; padding: 10px; border: #000 2px solid; }
.bquote { background: #EDEDED; border-left: 5px solid #AAAAAA; margin: 20px 30px 30px; padding: 25px 20px 10px; }

/* 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: #D9EBFF; padding: 10px; border: #ADBCCC solid 1px; }
.blkbox { width: 80%; margin: 10px auto; overflow: hidden; background: #fff; padding: 10px; border: #222 solid 1px;  }
.graybox { width: 80%; margin: 10px auto; overflow: hidden; background: #EDEDED; padding: 10px; border: #bbbbbb solid 1px; color: #333;}
.whitebox { width: 80%; margin: 10px auto; overflow: hidden; background: #fff; padding: 10px; border: #cc0000 dashed 2px; }
.whiteblkbox { width: 80%; margin: 10px auto; overflow: hidden; background: #fff; padding: 10px; border: #222 dashed 2px; }
.yellowbox { width: 80%; margin: 10px auto; overflow: hidden; background: #ffffcc; padding: 10px; border: #222 dashed 2px; }
.bquote { background: #f9f9f9; border-left: 5px solid #DDDDDD; margin: 20px 30px 30px; padding: 25px 20px 10px; }

.lpullquote {
	float:left;
	width: 200px;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-right: 6px;
	padding: 6px 7px;
	text-align: center;
	font: italic normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	}
.lpullquote p {
	margin: 0;
	}
.rpullquote {
	float:right;
	width: 200px;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
	padding: 6px 7px;
	text-align: center;
	font: italic normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	}
.rpullquote p {
	margin: 0;
	}

.nocomments, .comments-closed {display:none; }

/* Forms */
form { float: left; width: 100%; }
form p { padding: 10px 20px; }
form p label { display: block; padding: 0 0 3px 0; }
form p input.text { font: inherit; width: 96%; padding: 2px 3px; color: #555555; }
/*form .optin-head { font-family: Arial, Verdana, sans-serif;; font-weight:bold; letter-spacing: 1px; font-size: 23px; color:#000; padding: 15px 10px; }*/
form.newsletter { float: none; margin: 10px auto; width: 340px; border: 1px solid #d9d9d9; background: #fff; }
#content form.newsletter { width: 340px; }
p.submit { text-align: center; }
form.newsletter p.error { color: #f22929; }
form.newsletter p.success { color: #203308; }

/* Helper Classes */
.alignleft, .left { float: left; display: inline; margin: 0 15px 0 0; }
.alignright, .right { float: right; display: inline; margin: 0 0 0 15px; }
.aligncenter, .center{ display:block; margin:0 auto 15px !important; }
.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, #footer-text ul { list-style-type: disc; list-style-position: outside; margin: 15px 5px 10px 70px; }
#content ul ul, #footer-text ul ul { list-style-type: disc; list-style-position: outside; margin: 15px 5px 10px 35px; }
#content ol, #footer-text ol { list-style-type: decimal; list-style-position: outside; margin-left: 70px; margin-top: 15px;}
#content ol ol, #footer-text ol ol { list-style-type: decimal; list-style-position: outside; margin-left: 35px; margin-top: 15px;}
#footer-text a { font-size: 11px; }
#footer p { text-align: center; }
.credit { text-align:center; font-size: .7em; color: #ccc; }
.credit a { color: #ccc; }
