/*
Theme Name: What To Do Book (Custom)
Description: A custom theme
Author: Michael Verner
Version: 1.0
*/

/* RESET CSS ************************************/
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,
dd, dl, dt, li, ol, ul,
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%; line-height: 1; font-family: inherit; text-align: left; vertical-align: baseline; }

a img, :link img, :visited img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; }

.clear { clear: both; color: #fff !important; font-size: 6px !important; }
.clickable { cursor: pointer; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
/**************************************************/

body { background-color: #fff; background-image: url(images/bg.gif); background-position: top center; background-repeat: no-repeat; color: #000; font-family: Arial, Helvetica, sans-serif !important; font-size: 14px; line-height: 20px; margin: 0 !important; text-align: center; }

#container { margin: 0 auto 0 auto; text-align: left; width: 900px; }

#header { border-bottom: 1px solid #cecece; margin-bottom: 25px; padding: 20px 0 20px 0; }

#logo { float: left; margin: 0 12px 0 17px; width: 216px; }
#logo img { display: block; margin: 12px auto 12px auto; }
#logo p { background-color: #f3c615; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; font-size: 13px; line-height: 17px !important; padding: 12px; text-align: justify; }

#video { float: left; width: 640px; }

#content { float: left; margin: 0 70px 20px 20px; padding-bottom: 20px; width: 570px; }
#content .top { background-image: url(images/bg-gray.png); background-repeat: repeat; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; font-size: 15px; line-height: 24px; margin-bottom: 25px; padding: 12px 18px; }
#content h2 { color: #be0411; font-size: 24px; margin: 0 0 12px 0; text-transform: uppercase; }
#content ul { }
#content li { font-size: 15px; line-height: 20px; padding-bottom: 8px; text-align: justify; }
#content .red { color: #be0411; }

#content hr { border: 0; border-bottom: 1px solid #cecece; color: #cecece; height: 0; margin-bottom: 20px; padding-top: 20px; }

#awform {  }
#awform p { text-align: left !important; }

#sidebar { float: left; width: 240px; }

#footer { border-top: 1px solid #cecece; padding: 12px 20px 20px 20px; }
#footer .copyright { float: left; font-size: 12px; width: 30%; }
#footer .links { float: left; font-size: 12px; text-align: right; width: 70%; }
#footer .links a { background-color: #f3c615; color: #000; padding: 3px 5px 3px 5px; text-decoration: none; }
#footer .links a:hover {  }

.alignright { float: right; margin: 0 0 15px 25px; }