/* Tag Declarations */
body { font: 0.75em/160% Arial, Helvetica, sans-serif; background: #e7e7e7; }
h1 { font-size: 2.4em; line-height: 1.2em; font-weight: bold; letter-spacing: -0.08em; }
h2 { font-size: 2em; line-height: 1.2em; font-weight: bold; letter-spacing: -0.06em; }
h3 { font-size: 1.6em; line-height: 1.2em; font-weight: bold; letter-spacing: -0.04em; color: #222; }
h4 { font-size: 1.2em; line-height: 1.2em; font-weight: bold; letter-spacing: -0.02em; color: #222; }
p { font-size: 1em; }
a { color: #0000ff; text-decoration: none; }
hr { width: 80%; height: 1px; margin: 20px 10%; padding: 0; border: none; border-bottom: 1px solid #ccc; }

/* Forms */
form { float: left; width: 100%; }
form p { float: left; width: 100%; }
form label { clear: both; float: left; width: 100%; font-weight: bold; line-height: 25px; }
form input { clear: both; float: left; padding: 5px; border: 1px solid #d5d5d5; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, rgb(249, 249, 249)), color-stop(0.7, rgb(255, 255, 255)));
    background: -moz-linear-gradient(center top, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 100%);    
}
form input[type=text], form input[type=email], form input[type=url] { width: 90%; } 
form select { clear: both; float: left; border: 1px solid #d5d5d5; padding: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
form textarea { clear: both; float: left; width: 90%; height: 100px; font: inherit; padding: 5px; border: 1px solid #d5d5d5; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, rgb(249, 249, 249)), color-stop(0.7, rgb(255, 255, 255)));
    background: -moz-linear-gradient(center top, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 100%); 
}
form input[type=submit], form p input[type=button] { clear: both; float: left; border: none; cursor: pointer; margin: 10px 0; padding: 5px 8px; color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #666; }

/* Helper Classes */
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.small { font-size: 1.6em; }
.medium { font-size: 2em; }
.large { font-size: 2.4em; }

/* Headers */
.header-container { width: 100%; }
header#header-standard, header#header-wide  { width: 100%; height: 100px; }
header#header-standard h1, header#header-wide h1 { width: 100%; height: 100px; line-height: 100px; text-align: center; }
header#header-standard h1 a, header#header-wide h1 a{ color: #fff; }
#header-corners, #header-corners-inside, #header-rounded { display: none; }

/* Menus */
#container { width: 100%; margin: 0 auto; }
#container nav { float: left; width: 100%; height: 35px; text-align: center;  overflow: hidden; }
#container nav ul li { display: inline; }
#container nav ul li a { margin: 0 10px; line-height: 40px; font-weight: bold; text-align: center; color: #0000ff; }

/* Content - Layout */
#main { float: left; width: 100%; background: #fff; padding: 10px 0 0 0; }
section { float: left; width: 100%; }
article { float: left; padding: 10px; }

/* Content - Formatting */
section header, header#title { margin: 0 0 10px 0; }
article h1, article h2, article h3, article h4, article h5, article h6 { margin: 0 0 16px 0; }
article p, article ul, article ol { margin: 0 0 8px 0; }
article p { line-height: 1.3em; }
article ul { list-style-type: circle; list-style-position: inside; margin-left: 10px; }
article ol { list-style-type: decimal; list-style-position: inside; margin-left: 10px; }
article blockquote { width: 90%; margin: 20px 5%; padding: 20px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
article blockquote p { padding: 0 15px; font-size: 1.1em; line-height: 1.2em; letter-spacing: -0.03em; }
article ul li.arrow { list-style-image: url(../images/bullets/arrow.gif); }
article ul li.check { list-style-image: url(../images/bullets/check.gif); }
article ul li.cross { list-style-image: url(../images/bullets/cross.gif); }
article ul li.dot { list-style-image: url(../images/bullets/dot.gif); }
article ul li.tick { list-style-image: url(../images/bullets/tick.gif); }
article .alignleft { float: left; margin: 0 20px 10px 0; }
article .aligncenter { margin: 10px auto; }
article .alignright { float: right; margin: 0 0 10px 20px; }
article div.wp-caption { padding: 4px 0; text-align: center; border: 1px solid #b2b2b2; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

/* Video */
#video-container { float: left; width: 100%; text-align: center; margin: 0 0 10px 0; }
#video-container #video, #video-container object { margin: 0 auto; width: 300px; height: 150px; background: #fff; -moz-box-shadow: 0 5px 5px #ccc; -webkit-box-shadow: 0 5px 5px #ccc; box-shadow: 5px 0 5px #666; }
#video-container #video h1 { line-height: 150px; text-align: center; }
section#page-has-sidebar #video-container #video { height: 150px; }
section#page-has-sidebar #video-container #video h1 { line-height: 150px; }

/* Social Media */
nav#social-media { float: left; width: 100%; height: auto !important; margin: 10px 0; }
nav#social-media ul { list-style-type: none; }
nav#social-media ul li, #social-media ul li.right { float: right; }
nav#social-media ul li.left { float: left; }
nav#social-media ul li a { float: left; margin: 0 10px 0 0; text-indent: -9999px; }
nav#social-media ul.set-1 li a { width: 100px; height: 107px; }
nav#social-media ul.set-2 li a { width: 100px; height: 113px; }
nav#social-media ul.set-3 li a { width: 140px; height: 49px; }
nav#social-media ul.banners li a { width: 100%; height: 90px; }
nav#social-media ul.set-1 li.facebook a { background: url(../images/icons/fb1.png) top center no-repeat; }
nav#social-media ul.set-1 li.twitter a { background: url(../images/icons/twitter1.png) top center no-repeat; }
nav#social-media ul.set-2 li.facebook a { background: url(../images/icons/fb2.png) top center no-repeat; }
nav#social-media ul.set-2 li.twitter a { background: url(../images/icons/twitter2.png) top center no-repeat; }
nav#social-media ul.set-3 li.facebook a { background: url(../images/icons/fb3.png) top center no-repeat; }
nav#social-media ul.set-3 li.twitter a { background: url(../images/icons/twitter3.png) top center no-repeat; }
nav#social-media ul.banners li.facebook a { background: url(../images/banners/facebookbanner.jpg) top center no-repeat; }
nav#social-media ul.banners li.twitter a { background: url(../images/banners/twitterbanner.jpg) top center no-repeat; }
nav#social-media ul.set-1-small li a { width: 50px; height: 54px; }
nav#social-media ul.set-2-small li a { width: 50px; height: 57px; }
nav#social-media ul.set-3-small li a { width: 70px; height: 25px; }
nav#social-media ul.set-1-small li.facebook a { background: url(../images/icons/fb1-small.png) top center no-repeat; }
nav#social-media ul.set-1-small li.twitter a { background: url(../images/icons/twitter1-small.png) top center no-repeat; }
nav#social-media ul.set-2-small li.facebook a { background: url(../images/icons/fb2-small.png) top center no-repeat; }
nav#social-media ul.set-2-small li.twitter a { background: url(../images/icons/twitter2-small.png) top center no-repeat; }
nav#social-media ul.set-3-small li.facebook a { background: url(../images/icons/fb3-small.png) top center no-repeat; }
nav#social-media ul.set-3-small li.twitter a { background: url(../images/icons/twitter3-small.png) top center no-repeat; }

/* Opt In */
article.optin { width: 100%; padding: 0; }
article.optin form { float: left; width: 90%; margin: 0 5%; }
article.optin form p { margin: 0 0 6px 0; }
article.optin form p input[type=text], article.optin form p input[type=email] { width: 95%; background: #f6f6f6; border: 2px solid #3e94dc; }
article.optin form p input.button { width: 285px; height: 54px; border: none; margin: 0 0 0 -8px; padding: 0; line-height: 46px; font-size: 2em; color: #fff; }
article.optin form p input.pencil { width: 308px; height: 117px; line-height: 117px; font-size: 2.4em; }
article.optin form p input.small { font-size: 1.6em; }
article.optin form p span.button { display: block; float: left; width: 285px; height: 54px; margin: 0 0 0 -8px; line-height: 46px; font-size: 2em; font-weight: bold; text-align: center; cursor: pointer; color: #fff; }
article.optin form p span.pencil { width: 308px; height: 117px; line-height: 107px; font-size: 2.4em; }
article.optin form p span.small { font-size: 1.6em; }

/* Opt In Graphics */ 
.optin form p input.black, .optin form p span.black { background: url(../images/themes/black/button-large.png) 0 0 no-repeat; }
.optin form p input.black-pencil, .optin form p span.black-pencil { background: url(../images/themes/black/button-pencil.png) 0 0 no-repeat; }
.optin form p input.burgundy, .optin form p span.burgundy { background: url(../images/themes/burgundy/button-large.png) 0 0 no-repeat; }
.optin form p input.burgundy-pencil, .optin form p span.burgundy-pencil { background: url(../images/themes/burgundy/button-pencil.png) 0 0 no-repeat; }
.optin form p input.charcoal, .optin form p span.charcoal { background: url(../images/themes/charcoal/button-large.png) 0 0 no-repeat; }
.optin form p input.charcoal-pencil, .optin form p span.charcoal-pencil { background: url(../images/themes/charcoal/button-pencil.png) 0 0 no-repeat; }
.optin form p input.cobolt, .optin form p span.cobolt { background: url(../images/themes/cobolt/button-large.png) 0 0 no-repeat; }
.optin form p input.cobolt-pencil, .optin form p span.cobolt-pencil { background: url(../images/themes/cobolt/button-pencil.png) 0 0 no-repeat; }
.optin form p input.grey-blue, .optin form p span.grey-blue { background: url(../images/themes/grey-blue/button-large.png) 0 0 no-repeat; }
.optin form p input.grey-blue-pencil, .optin form p span.grey-blue-pencil { background: url(../images/themes/grey-blue/button-pencil.png) 0 0 no-repeat; }
.optin form p input.khaki, .optin form p span.khaki { background: url(../images/themes/khaki/button-large.png) 0 0 no-repeat; }
.optin form p input.khaki-pencil, .optin form p span.khaki-pencil { background: url(../images/themes/khaki/button-pencil.png) 0 0 no-repeat; }
.optin form p input.olive, .optin form p span.olive { background: url(../images/themes/olive/button-large.png) 0 0 no-repeat; }
.optin form p input.olive-pencil, .optin form p span.olive-pencil { background: url(../images/themes/olive/button-pencil.png) 0 0 no-repeat; }
.optin form p input.plum, .optin form p span.plum { background: url(../images/themes/plum/button-large.png) 0 0 no-repeat; }
.optin form p input.plum-pencil, .optin form p span.plum-pencil { background: url(../images/themes/plum/button-pencil.png) 0 0 no-repeat; }
.optin form p input.terracotta, .optin form p span.terracotta { background: url(../images/themes/terracotta/button-large.png) 0 0 no-repeat; }
.optin form p input.terracotta-pencil, .optin form p span.terracotta-pencil { background: url(../images/themes/terracotta/button-pencil.png) 0 0 no-repeat; }
.optin form p input.yellow, .optin form p span.yellow { background: url(../images/themes/yellow/button-large.png) 0 0 no-repeat; color: #003451; }
.optin form p input.yellow-pencil, .optin form p span.yellow-pencil { background: url(../images/themes/yellow/button-pencil.png) 0 0 no-repeat; color: #003451; }

/* Call to Action */
p.call-to-action-hidden, p.call-to-action-delay { display: none; }
p.call-to-action { width: 285px; height: 54px; }
p.call-to-action-pencil { width: 308px; height: 117px; }
p.call-to-action a { float: left; width: 285px; height: 54px; line-height: 46px; text-align: center; font-size: 2em; color: #fff; }
p.call-to-action a.pencil { width: 308px; height: 117px; line-height: 107px; font-size: 2em; }
p.call-to-action a.small { font-size: 1.6em; }
p.call-to-action a.black { background: url(../images/themes/black/button-large.png) 0 0 no-repeat; }
p.call-to-action a.black-pencil { background: url(../images/themes/black/button-pencil.png) 0 0 no-repeat; }
p.call-to-action a.burgundy { background: url(../images/themes/burgundy/button-large.png) 0 0 no-repeat; }
p.call-to-action a.burgundy-pencil { background: url(../images/themes/burgundy/button-pencil.png) 0 0 no-repeat; }
p.call-to-action a.charcoal { background: url(../images/themes/charcoal/button-large.png) 0 0 no-repeat; }
p.call-to-action a.charcoal-pencil { background: url(../images/themes/charcoal/button-pencil.png) 0 0 no-repeat; }
p.call-to-action a.cobolt { background: url(../images/themes/cobolt/button-large.png) 0 0 no-repeat; }
p.call-to-action a.cobolt-pencil { background: url(../images/themes/cobolt/button-pencil.png) 0 0 no-repeat; }
p.call-to-action a.grey-blue { background: url(../images/themes/grey-blue/button-large.png) 0 0 no-repeat; }
p.call-to-action a.grey-blue-pencil { background: url(../images/themes/grey-blue/button-pencil.png) 0 0 no-repeat; }
p.call-to-action a.khaki { background: url(../images/themes/khaki/button-large.png) 0 0 no-repeat; }
p.call-to-action a.khaki-pencil { background: url(../images/themes/khaki/button-pencil.png) 0 0 no-repeat; }
p.call-to-action a.olive { background: url(../images/themes/olive/button-large.png) 0 0 no-repeat; }
p.call-to-action a.olive-pencil { background: url(../images/themes/olive/button-pencil.png) 0 0 no-repeat; }
p.call-to-action a.plum { background: url(../images/themes/plum/button-large.png) 0 0 no-repeat; }
p.call-to-action a.plum-pencil { background: url(../images/themes/plum/button-pencil.png) 0 0 no-repeat; }
p.call-to-action a.terracotta { background: url(../images/themes/terracotta/button-large.png) 0 0 no-repeat; }
p.call-to-action a.terracotta-pencil { background: url(../images/themes/terracotta/button-pencil.png) 0 0 no-repeat; }
p.call-to-action a.yellow { background: url(../images/themes/yellow/button-large.png) 0 0 no-repeat; color: #003451; }
p.call-to-action a.yellow-pencil { background: url(../images/themes/yellow/button-pencil.png) 0 0 no-repeat; color: #003451; }

/* Comments */
section#comments-form { width: 100%; background: #f6f6f6; margin: 0 0 20px 0; }
section#comments-form header { padding: 10px 10px 0 10px; }
section#comments-form form { padding: 0 10px 10px 10px; }

section#comments { width: 100%; background: #f6f6f6; margin: 0 0 20px 0; }
section#comments header { padding: 10px 10px 0 10px; }
section#comments article { padding: 0 10px 10px 10px; }
section#comments article img.avatar { float: left; width: 60px; height: 60px; margin: 0 10px 0 0; }
section#comments article p { font-size: 1em; }
section#comments article p span.author { font-weight: bold; }
section#comments article p span.date { font-size: 0.9em; }

/* Pagination */
nav#pagination { clear: both; float: left; width: 100%; }
nav#pagination ul li { display: inline; }
nav#pagination ul li#newer { float: left; }
nav#pagination ul li#older { float: right; }
nav#pagination ul li a { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding: 4px 7px; background: #ccc; color: #fff; }

/* Sidebar (inc. all widgets) */
aside { float: left; width: 100%; padding: 20px 0; }
aside ul li.widget { float: left; width: 100%; margin: 0 0 20px 0; }
aside ul li.widget ul li span { display: block; float: left; width: 100%; font-size: 0.9em; }
aside ul li.widget ul li a { display: block; float: left; width: 100%; line-height: 25px; }
aside ul li.widget ul li ul.children { margin: 0 0 0 10px; width: 90%; }
aside ul li.widget ul li ul.children li a { width: 90%; }
aside ul li.widget_calendar div#calendar_wrap table { width: 100%; }  
aside ul li.widget_recent_comments ul li.recentcomments a { float: none !important; display: inline !important; border: none; }  
aside ul li.widget_rss h2.widgettitle a img { display: none; }
aside ul li.widget_search form#searchform div { width: 100%; }
aside ul li.widget_search form#searchform div label.screen-reader-text { display: none; }
aside ul li.widget_search form#searchform div input#s { width: 100%; margin: 0 0 5px 0; }

/* Sidebar Social Media */
aside ul li.social-media-widget { width: 100%; }  
aside ul li.social-media-widget ul li a { float: left; margin: 0 10px 0 0; text-indent: -9999px; }
aside ul li.social-media-widget ul.set-1-small li a { width: 50px; height: 54px; }
aside ul li.social-media-widget ul.set-2-small li a { width: 50px; height: 57px; }
aside ul li.social-media-widget ul.set-3-small li a { width: 70px; height: 25px; }
aside ul li.social-media-widget ul.set-1-small li.facebook a { background: url(../images/icons/fb1-small.png) top center no-repeat; }
aside ul li.social-media-widget ul.set-1-small li.twitter a { background: url(../images/icons/twitter1-small.png) top center no-repeat; }
aside ul li.social-media-widget ul.set-2-small li.facebook a { background: url(../images/icons/fb2-small.png) top center no-repeat; }
aside ul li.social-media-widget ul.set-2-small li.twitter a { background: url(../images/icons/twitter2-small.png) top center no-repeat; }
aside ul li.social-media-widget ul.set-3-small li.facebook a { background: url(../images/icons/fb3-small.png) top center no-repeat; }
aside ul li.social-media-widget ul.set-3-small li.twitter a { background: url(../images/icons/twitter3-small.png) top center no-repeat; }

/* Sidebar Media Library Image */
aside ul li.media-library-image-widget { width: 100%; padding: 0 0 5px 0; border-bottom: 1px solid #ccc; }
aside ul li.media-library-image-widget ul li img { border: 2px solid #333; }
aside ul li.media-library-image-widget ul li { font-size: 1.4em; font-weight: bold; letter-spacing: -0.02em; }

/* Sidebar Testimonial */
aside ul li.testimonial-widget { width: 100%; }
aside ul li.testimonial-widget ul { padding: 40px 0 0 0; }
aside ul li.testimonial-widget ul.black { background: url(../images/themes/black/testimonial-sidebar-header.jpg) top center no-repeat; }
aside ul li.testimonial-widget ul.burgundy { background: url(../images/themes/burgundy/testimonial-sidebar-header.jpg) top center no-repeat; }
aside ul li.testimonial-widget ul.charcoal { background: url(../images/themes/charcoal/testimonial-sidebar-header.jpg) top center no-repeat; }
aside ul li.testimonial-widget ul.cobolt { background: url(../images/themes/cobolt/testimonial-sidebar-header.jpg) top center no-repeat; }
aside ul li.testimonial-widget ul.grey-blue { background: url(../images/themes/grey-blue/testimonial-sidebar-header.jpg) top center no-repeat; }
aside ul li.testimonial-widget ul.khaki { background: url(../images/themes/khaki/testimonial-sidebar-header.jpg) top center no-repeat; }
aside ul li.testimonial-widget ul.olive { background: url(../images/themes/olive/testimonial-sidebar-header.jpg) top center no-repeat; }
aside ul li.testimonial-widget ul.plum { background: url(../images/themes/plum/testimonial-sidebar-header.jpg) top center no-repeat; }
aside ul li.testimonial-widget ul.terracotta { background: url(../images/themes/terracotta/testimonial-sidebar-header.jpg) top center no-repeat; }
aside ul li.testimonial-widget ul.yellow { background: url(../images/themes/yellow/testimonial-sidebar-header.jpg) top center no-repeat; }
aside ul li.testimonial-widget ul li { padding: 0 10px; background: url(../images/testimonial/testimonial-sidebar-background.gif) top center repeat-y; }
aside ul li.testimonial-widget ul li.footer { padding: 0; height: 32px; background: url(../images/testimonial/testimonial-sidebar-footer.gif) top center no-repeat; }

/* Sidebar Opt In */
aside ul li.optin-widget { width: 100%; height: 387px; background: url(../images/optins/optin-sidebar.jpg) top center no-repeat; }
aside ul li.optin-widget form { float: left; width: 90%; height: 252px; padding: 120px 5% 10px 5%; }
aside ul li.optin-widget form ul li { margin: 35px 0 0 0; }
aside ul li.optin-widget form ul li label { display: block; float: left; width: 50px; }
aside ul li.optin-widget form ul li input.text { width: 75%; }

/* Sidebar Opt In Buttons */
aside ul li.optin-widget form ul li input.button { width: 204px; height: 54px; border: none; margin: 0 3px; padding: 0; line-height: 46px; font-size: 1.8em; color: #fff; }
aside ul li.optin-widget form ul li input.small { font-size: 1.4em; }
aside ul li.optin-widget form ul li span.button { display: block; float: left; width: 204px; height: 54px; line-height: 46px; margin: 0 3px; font-size: 1.8em; font-weight: bold; text-align: center; cursor: pointer; color: #fff; }
aside ul li.optin-widget form ul li span.small { font-size: 1.4em; }

/* Sidebar Opt In Button Graphics */
aside ul li.optin-widget form ul li input.black, aside ul li.optin-widget form ul li span.black { background: url(../images/themes/black/button-small.png) 0 0 no-repeat; } 
aside ul li.optin-widget form ul li input.burgundy, aside ul li.optin-widget form ul li span.burgundy { background: url(../images/themes/burgundy/button-small.png) 0 0 no-repeat; }
aside ul li.optin-widget form ul li input.charcoal, aside ul li.optin-widget form ul li span.charcoal { background: url(../images/themes/charcoal/button-small.png) 0 0 no-repeat; }
aside ul li.optin-widget form ul li input.cobolt, aside ul li.optin-widget form ul li span.cobolt { background: url(../images/themes/cobolt/button-small.png) 0 0 no-repeat; }
aside ul li.optin-widget form ul li input.grey-blue, aside ul li.optin-widget form ul li span.grey-blue { background: url(../images/themes/grey-blue/button-small.png) 0 0 no-repeat; }
aside ul li.optin-widget form ul li input.khaki, aside ul li.optin-widget form ul li span.khaki { background: url(../images/themes/khaki/button-small.png) 0 0 no-repeat; }
aside ul li.optin-widget form ul li input.olive, aside ul li.optin-widget form ul li span.olive { background: url(../images/themes/olive/button-small.png) 0 0 no-repeat; }
aside ul li.optin-widget form ul li input.plum, aside ul li.optin-widget form ul li span.plum { background: url(../images/themes/plum/button-small.png) 0 0 no-repeat; }
aside ul li.optin-widget form ul li input.terracotta, aside ul li.optin-widget form ul li span.terracotta { background: url(../images/themes/terracotta/button-small.png) 0 0 no-repeat; }
aside ul li.optin-widget form ul li input.yellow, aside ul li.optin-widget form ul li span.yellow { background: url(../images/themes/yellow/button-small.png) 0 0 no-repeat; color: #003451; }

/* Footer - Layout */
footer#footer-wide, footer#footer-standard { float: left; width: 100%; }
#footer-container { width: 100%; }
#footer-corners, #footer-inside, #footer-rounded  { display: none; } 

/* Footer Menu */
nav#footer-menu { float: left; width: 100%; height: 30px; overflow: hidden; }
nav#footer-menu ul.menu { text-align: center; }
nav#footer-menu ul.menu li { display: inline; }
nav#footer-menu ul.menu li a { line-height: 30px; padding: 0 5px; color: #fff; }

/* Disclaimer Menu */
nav#disclaimer-menu { float: left; width: 100%; height: 30px; overflow: hidden; }
nav#disclaimer-menu ul.menu { text-align: center; }
nav#disclaimer-menu ul.menu li { display: inline; }
nav#disclaimer-menu ul.menu li a { line-height: 30px; padding: 0 5px; color: #999; }
nav#disclaimer-menu ul.menu li a:hover { color: #333; }

/* Credits */
#credits { float: left; width: 100%; height: 30px; }
#credits p { text-align: right; line-height: 30px; }
#credits p a { color: #999; }
#credits p a:hover { color: #333; }