
/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

#phpbb div, #phpbb ul, #phpbb li { position:relative }

body#phpbb { font-size: 0.7em; }

#phpbb #wrap { padding: 0 20px 0 30px; } 
#phpbb h1 { color: #fff; font-size: 2em; margin: 0 0 0 0; background: none; }
#phpbb h3 { font-size: 1.25em; padding: 0;}

#phpbb a#logo { display: none; }

#phpbb #site-description { float:left; padding:20px 0 0 30px; width:50%; }

#phpbb dt, #phpbb dd { font-size: 11px; }

#phpbb .fontsize { display: none; }

#phpbb label { font-size: 10px; }

#phpbb .postbody .content { font-size: 11px; }

#phpbb p.author { font-family:Verdana,Helvetica,Arial,sans-serif; font-size:10px; line-height:1.2em; margin:0 0 0.6em; padding:0 0 5px; }

#phpbb .bg2 { background-color:#E1EBF2; }
#phpbb .bg1 { background-color:#eeeeee; }

#phpbb div.topic-actions { font-size: 10px; }

#phpbb div.post { width: 98%; }

#phpbb ul.profile-icons li { list-style: none; }

#phpbb form { float: left; width: 100%; }

#phpbb input { margin: 0; }
