/* pozridomenu.com, made with sense in 2009 */

/* YUI CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
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 {	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:''; }
abbr,acronym { border:0; }


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


/* BASIC */
body { color: #FFF; background-color: #272118; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em; }
#wrapper { background: url(../img/header_bg.jpg) repeat-x 0 0; }
#subwrapper { margin: 0 auto; position: relative; width: 980px; }


/* HEADER */
#header { height: 138px; position: relative; }
#header h2 a { display: block; height: 68px; overflow: hidden; position: relative; text-align: center; top: 34px; width: 434px; }
#header h2 a span { background: url(../img/logo.jpg) no-repeat 0 0; cursor: pointer; display: block; height: 100%; position: absolute; left: 0; top: 0; width: 100%; }
#header .advertisement { position: absolute; height: 60px; right: 0; top: 34px; width: 480px; }


/* NAVIGATION */
.menu_main { margin: 0 auto; font-size: 12px; height: 40px; line-height: 40px; text-align: center; }
.menu_main li { display: inline; }
.menu_main li a { color: #FFF; padding: 0 20px; text-decoration: none; text-transform: uppercase; }
.menu_main li a:hover,
.menu_main a.active { color: #393126; }

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


/* CATEGORIES */
.categories { background: #db5b3e url(../img/alphabet_bg.jpg) no-repeat 0 0; height: 37px; margin: 0 auto; line-height: 37px; text-align: center; width: 820px; }
.categories li { display: inline; font-size: 15px; padding: 0 3px; }
.categories li a { color: #FFF; text-decoration: none; }


/* SEARCH FORM */
.search_form { margin: 20px auto; position: absolute; right: 0; top: 34px; width: 345px; }
.search_form form .input input { background-color: #FFF; border: none; color: #352D20; float: left; font-size: 14px; height: 20px; padding: 0 5px; width: 250px; }
.search_form form .input input:focus { background-color: #B8AE9D; }
.search_form form .submit input { background-color: #352D20; border: none; color: #FFF; cursor: pointer; float: right; font-size: 14px; height: 20px; width: 80px; }


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


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

/* SIDEBAR */
#sidebar2 { float: right; margin: 20px 0; width: 25%; } 
#sidebar2 h3 { background-color: #352D20; font-size: 12px; font-weight: bold; padding: 5px 5px 2px 5px; margin-bottom: 3px; text-transform: uppercase; }
#sidebar2 a { color: #EE6A4C; font-size: 12px; text-decoration: underline; }

#sidebar2 .facebook li { border: 1px dashed #CCC; margin-bottom: 5px; text-align: center; }
#sidebar2 .facebook li:hover { border: 1px dashed #961F1F; }


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


/* DETAILS */
.screenshot { float: right; padding: 10px; }
.details { float: left; margin: 20px 0 20px 0; width: 100%; }

.details table { margin-bottom: 10px; width: 100%; }
.details table caption { background-color: #352D20; font-size: 12px; font-weight: bold; padding: 5px 5px 2px 5px; text-transform: uppercase; }
.details table tr td { padding: 3px 0; }
.details table td.name { color: #EE6A4C; font-size: 12px; font-weight: bold; vertical-align: top; width: 220px; }
.details table td.value a { color: #EE6A4C; text-decoration: underline; }
.details table td.value { font-size: 12px; }

.post h2 a { color: #EE6A4C; text-decoration: underline; }
.post h2 a:hover { text-decoration: none; }

/* ADVERTISEMENT */
.advertisement { background-color: #352D20; border: 1px dashed #CCC; float: left; height: 280px; margin-bottom: 10px; padding: 6px; width: 808px; }
.advertisement:hover { border: 1px solid #961F1F; }
.single .advertisement { margin: 0; width: 588px; }
.sidebar_advertisement { border: 1px dashed #CCC; margin: 10px 0; }
.sidebar_advertisement:hover { border: 1px solid #961F1F; }


/* PAGINATION */
.pagination { margin: 20px 0 10px 0; float: left; }
.pagination a,
.pagination .current,
.pagination .disabled { background-color: #352D20; border: 1px solid #EE6A4C; color: #EE6A4C; float: left; margin-right: 2px; padding: 2px 5px; }
.pagination .current { background-color: #EE6A4C; color: #FFF; font-weight: bold; }
.pagination .disabled { color: #352D20; background-color: #272118; border: 1px solid #352D20; }
.pagination a:hover { border: 1px solid #d25032; color: #d25032; }
.pagination .next,
.pagination .previous,
.pagination .first,
.pagination .last { font-weight: bold; }


/* DOMAIN LIST */
.domains_list { font-size: 12px; margin-top: 200px; }
.domains_list li { float: left; width: 200px; }

.top_keywords li { display: inline; }


/* FOOTER */
#footer { border-top: 1px solid #352D20; clear: both; color: #352D20; font-size: 12px; margin: 10px auto; padding-top: 2px; text-align: center; width: 820px;  }
#footer a { color: #352D20; text-decoration: underline; }


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