/*----- Text styles -----*/
p { color:#000; margin-top:20px; font-size:16px; line-height:30px; font-weight:400; }
strong { font-weight:bold; }
em { font-style:italic; }
small { font:11px/18px Arial, Helvetica, sans-serif; color:#999; display:block; margin:10px 0 0 0; text-transform:uppercase; }
blockquote { }

/*----- Link styles -----*/
a { text-decoration:underline; }

/*----- Heading styles -----*/
h1 { margin-top:25px; font-size:36px; font-family:"Open Sans Condensed"; font-weight:700; color:#000; }
h2, h3, h4, h5, h6 { margin-top:15px; line-height:1em; font-family:"Open Sans Condensed"; font-weight:700; }

h2 { font-size:30px; }
h3 { font-size:24px; }
h4 { font-size:18px; }
h5 { }
h6 { }

/*----- List styles -----*/
ul { list-style:disc; margin:20px 0 0 30px; }
ol { list-style:decimal; margin:20px 0 0 30px; }
ul li,
ol li { margin-bottom:5px; padding-left:5px; color:#000; font-size:16px; line-height:30px; font-weight:400; }

ul ul { list-style:circle; margin:10px 0 10px 30px; }
ol ol { list-style:lower-alpha; margin:10px 0 10px 30px; }

/*----- Image styles -----*/
img.centered { display:block; margin:0 auto; }
img.alignright { float:right; margin:5px 0 25px 20px; clear:both; display:inline; }
img.aligncenter { display:block; margin:15px auto 0 auto; }
img.alignleft { float:left; margin:5px 25px 20px 0; clear:both; display:inline; }
.alignright { float:right; margin:5px 0 20px 25px; clear:both; display:inline; }
.alignleft { float:left; margin:5px 25px 20px 0; clear:both; display:inline; }

/*----- Image captions -----*/
.wp-caption { }
.wp-caption-text { margin:5px 0 0 0; text-align:center; font:italic 13px/22px Georgia, "Times New Roman", Times, serif; }

/*----- Form styles -----*/
input,
select,
textarea { background:#ffffff; border-width:1px; border-style:solid; padding:5px; font:13px Arial, Helvetica, sans-serif; }

input:focus,
select:focus,
textarea:focus { }

fieldset { }
legend { }
label { font:bold 14px/24px Arial, Helvetica, sans-serif; }

/*----- Table styles -----*/
table { border-collapse:collapse; margin-top:10px; width:100%; }
table td { border-bottom:1px solid #000; padding:10px 5px; font:14px/24px Arial, Helvetica, sans-serif; vertical-align:top; }
table th { border-bottom:2px solid #000; color:#000; padding:10px 5px; font:bold 14px/24px Arial, Helvetica, sans-serif; vertical-align:top; text-align:left; }

/* Embed iframe */
.iframe-wrapper { margin:25px 0 0 0; }

/* AddThis */
.addthis_toolbox { display:none; }

/*-------------------------------------------------------------------------------------------------------------------
---------------------------------------------- MAIN LAYOUT ELEMENTS -------------------------------------------------
-------------------------------------------------------------------------------------------------------------------*/

.top-bar,
.header,
.main-nav,
.page-sidebar,
.commentary-sidebar,
.commentary-credits,
.footer,
.designer-credit { display:none !important; }

.copyright { border-top:1px solid #000; padding-top:15px; margin-top:30px; }
.copyright p { margin-top:0; font:12px/20px Arial, Helvetica, sans-serif; }