/* Eric Meyer's CSS Reset v1.0 | 20080212 */

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,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {	content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; border-spacing: 0; }


/* HYPERLINKS */
a { color: #B3204D; outline-style: none; }
a:link { text-decoration: underline; }
a:visited { text-decoration: underline;; }
a:hover { color: #151101; text-decoration: underline; }
a:active { text-decoration: underline; }


/* BASIC */
body { background-color: #FFF; color: #151101; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em; }
#wrapper { margin-top: 20px; }
#subwrapper { margin: 0 auto; position: relative; width: 980px; }


/* HEADER */
#header { height: 35px; position: relative; }
#header h2 a { color: #B3204D; font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; font-size: 30px; font-weight: bold; position: relative; text-decoration: none; top: 0; }
#header h2 a:hover { color: #151101; }

/* NAVIGATION */
.menu_main { margin: 0 auto; font-size: 12px; left: 210px; position: absolute; top: 0; text-align: center; }
.menu_main li { display: inline; }
.menu_main li a { font-weight: bold; padding: 0 5px; text-transform: lowercase; }

h1 { color: #151101; font-size: 15px; font-weight: bold; padding-bottom: 10px; }
h1 .count { font-size: 15px; font-style: italic; }
h1 a { color: #151101; }


/* CATEGORIES */
.categories { background: #151101; height: 25px; line-height: 25px; }
.categories li { color: #FFF; display: inline; font-size: 13px; font-weight: bold; padding: 0 5px; text-transform: uppercase; }
.categories li a { color: #FFF; }
.categories li a:hover { color: #B3204D; }

/* SEARCH FORM */
.search_form { position: absolute; right: 0; top: 0; width: 550px; }
.search_form form .input input { float: left; margin-right: 5px; width: 450px; }
.search_form form .submit input { width: 80px; }


/* MAIN */
#main { margin: 0 auto; padding: 15px 0; }


/* SIDEBAR1 */
#sidebar1 { background-color: #151101; float: right; margin-right: 10px; width: 160px; }


/* CONTENT */
#content { float: left; margin-right: 10px; width: 800px; }
#content h2 { color: #151101; font-size: 15px; font-weight: bold; padding-bottom: 10px; margin-top: 20px; }


/* SIDEBAR2 */
#sidebar2 { float: left; margin: 20px 0; width: 100%; } 
#sidebar2 h2 { font-size: 13px; font-weight: bold; margin-bottom: 3px; text-transform: uppercase; }
#sidebar2 a { font-size: 13px; }
#sidebar2 li { float: left; margin-right: 10px; }


/* BREADCRUBMS */
.breadcrumbs { border-bottom: 1px solid #151101; padding-bottom: 5px; margin-bottom: 10px; width: auto; }
.breadcrumbs a { color: #B3204D; text-decoration: underline; }
.breadcrumbs strong { font-weight: bold; }


/* DETAILS */
.ad { background-color: #151101; float: left; width: 100%; }
.thumbnail { float: right; padding: 10px; }
.details { float: left; margin: 20px 0; width: 100%; }

.details table { margin-bottom: 20px; width: 100%; }
.details table caption { font-size: 12px; font-weight: bold; text-align: left; text-transform: uppercase; }
.details table tr td { padding: 3px 0; }
.details table td.name { color: #151101; font-size: 12px; font-weight: bold; vertical-align: top; width: 220px; }
.details table td.value a { color: #B3204D; text-decoration: underline; }
.details table td.value { font-size: 12px; }


/* PAGINATION */
.pagination { margin: 20px 0 10px 0; float: left; width: 580px; }
.pagination a,
.pagination .current,
.pagination .disabled { color: #151101; float: left; margin-right: 2px; padding: 2px 5px; }
.pagination .current { color: #151101; font-weight: bold; }
.pagination .disabled { color: #AAA; }
.pagination a:hover { color: #AAA; }
.pagination .next,
.pagination .previous,
.pagination .first,
.pagination .last { font-weight: bold; }


/* DOMAIN LIST */
.domains_list { font-size: 12px; font-weight: bold; line-height: 28px; margin-top: 10px;  text-align: justify; }
.domains_list li { display: inline; padding: 0 10px; }

.top_keywords { text-align: justify; }
.top_keywords li { display: inline; padding: 0 10px; }

/* FOOTER */
#footer { clear: both; color: #AAA; font-size: 10px; margin: 10px auto; padding-top: 2px; text-align: center; }
#footer a { color: #AAA; text-decoration: underline; }


/* MISC */
.clearer { clear: both; display: block; }
.cake-sql-log { background: #151101; color: #AAA; margin: 0 auto; width: 980px; }