/*  
Theme Name: SmartShoppingBlog.de 2010 Theme
Theme URI: http://www.smartshopping.de
Description: Das SmartShoppingBlog.de 2010 Theme
Version: 1.0
Author: David Rietz - berida UG (haftungsbeschr&auml;nkt)
Author URI: http://www.berida.com/
*/

/* BEGIN Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body, html {
	line-height: 1;
	height: 100%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END Reset CSS /*

/* BEGIN General declarations */

body, html {
	background: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
	color: #585b5a;
	font-size: 12px;
	position: relative;
	line-height: 18px;
}

p 
{
    margin: 11px 0;
}

a, a:link, a:hover, a:active, a:visited 
{
	color: #40a3dc;
	text-decoration: underline;
}

div#root 
{
	position: relative;
	width: 100%;
	height: auto;
}

/* END General declarations */

/* BEGIN Header declarations */

div#header_bg_left 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 110px;
	background-color: #ffffff;
}

div#header_bg_right
{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 110px;
	background: url(images/header_bg_1px.gif) repeat-x top left;
}

div#header 
{
	position: relative;
	height: 110px;
	overflow: hidden;
	width: 975px;
	margin: 0 auto;
}

div#header_logo 
{
	position: relative;
	background: url(images/header_bg.gif) no-repeat top left;
	width: 975px;
	height: 110px;
}

div#header_logodisplay 
{
	position: relative;
	top: 22px;
	left: 55px;
	width: 280px;
	height: 55px;
}

div#mainmenu 
{
	position: absolute;
	top: 71px;
	right: 47px;
	width: 273px;
	height: 39px;
	overflow: hidden;
}

ul#mainmenu_list 
{
	position: relative;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}

ul#mainmenu_list li 
{
	position: relative;
	float: left;
	text-align: center;
	margin-top: 7px;
	height: 22px;
	width: 85px;
	background: url(images/menu_bg.gif) repeat-x top left;
	color: #ffffff;
	padding-top:10px;
}

ul#mainmenu_list li.menu_start 
{
	width: 7px;
	background: url(images/menu_start_bg.gif) no-repeat top left;
}

ul#mainmenu_list li.menu_divider 
{
	width: 1px;
	background: url(images/menu_divider_bg.gif) no-repeat top left;
}

ul#mainmenu_list li.menu_end
{
	width: 9px;
	background: url(images/menu_end_bg.gif) no-repeat top left;
}

ul#mainmenu_list li a, ul#mainmenu_list li a:hover, ul#mainmenu_list li a:link, ul#mainmenu_list li a:active, ul#mainmenu_list li a:visited 
{
	color: #d5d6d6;
	text-decoration: none;
}

/* END Header declarations */

/* BEGIN Content declarations */

div#content_root 
{
	position: relative;
	min-height: 500px;
	height: auto;
	width: 975px;
	margin: 0 auto;
}

div#global_message 
{
	background: url(images/global_message_bg.png) top left repeat;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10000000;
}

div#global_message_content
{
	position: relative;
	height: 300px;
	width: auto;
	margin: 200px auto;
}

div#content_main 
{
	position: relative;
	margin: 30px 55px 55px 55px;
	width: 545px;
	float: left;
}

/* END Content declarations */

/* BEGIN Home declarations */

div.main_entry_top 
{
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    height: 5px;
}

div.main_entry_top_left 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: url(images/contentbox_corner_tl.gif) no-repeat top left;
}

div.main_entry_top_right
{
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: url(images/contentbox_corner_tr.gif) no-repeat top right;
}

div.main_entry_bottom_left 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: url(images/contentbox_corner_bl.gif) no-repeat bottom left;
}

div.main_entry_bottom_right
{
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: url(images/contentbox_corner_br.gif) no-repeat bottom right;
}

div.main_entry_content 
{
    position: relative;
    padding: 0 5px;
    height: auto;
    background-color: #ffffff;
}

div.main_entry_content_image 
{
    position: relative;
    height: auto;
    width: 100%;
    max-height: 360px;
    overflow: hidden;
}

div.main_entry_content_text 
{
    position: relative;
    height: auto;
    margin: 5px 10px 0;
}

div.main_entry_content_text_top_title, div.main_entry_content_text_top_title a, div.main_entry_content_text_top_title a:link, div.main_entry_content_text_top_title a:hover, div.main_entry_content_text_top_title a:active, div.main_entry_content_text_top_title a:visited
{
    position: relative;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #585b5a;
    font-weight: 700;
}

div.main_entry_content_text_more 
{
    position: relative;
    margin-top: 10px;
}

div.main_entry_content_text_more a, div.main_entry_content_text_more a:link, div.main_entry_content_text_more a:hover, div.main_entry_content_text_more a:active, div.main_entry_content_text_more a:visited 
{
    color: #40a3dc;
    text-decoration: none;
}

.commentsLink 
{
    background: url(images/button_comments.gif) no-repeat center left;
    padding-left: 20px;
}

div.main_entry_halfteaser 
{
    position: relative;
    width: 265px;
    float: left;
    height: 325px;
    margin-bottom: 15px;
}

div.main_entry_halfteaser_divider 
{
    position: relative;
    width: 15px;
    float: left;
    height: 325px;
    margin-bottom: 15px;
}

div.main_entry_halfteaser_content 
{
    position: relative;
    padding: 0 5px;
    height: 315px;
    background-color: #ffffff;
}

div.main_entry_halfteaser_content_image 
{
    position: relative;
    height: auto;
    width: 100%;
    max-height: 170px;
    overflow: hidden;
}

div.main_entry_halfteaser_content_text 
{
    position: relative;
    height: auto;
    margin: 5px 10px 0;
}

div.main_entry_halfteaser_content_text_top_title, div.main_entry_halfteaser_content_text_top_title a, div.main_entry_halfteaser_content_text_top_title a:link, div.main_entry_halfteaser_content_text_top_title a:hover, div.main_entry_halfteaser_content_text_top_title a:active, div.main_entry_halfteaser_content_text_top_title a:visited
{
    position: relative;
    font-weight: 700;
    text-decoration: none;
    color: #585b5a;
    height: 36px;
    overflow: hidden;
}

div.main_entry_halfteaser_content_text_more 
{
    position: relative;
    margin-top: 10px;
}

div.main_entry_halfteaser_content_text_more a, div.main_entry_halfteaser_content_text_more a:link, div.main_entry_halfteaser_content_text_more a:hover, div.main_entry_halfteaser_content_text_more a:active, div.main_entry_halfteaser_content_text_more a:visited 
{
    color: #40a3dc;
    text-decoration: none;
}

div.posts_navigation 
{
    position: relative;
    height: 17px;
}

div.posts_navigation a, div.posts_navigation a:link, div.posts_navigation a:hover, div.posts_navigation a:active, div.posts_navigation a:visited
{
    color: #ffffff;
    text-decoration: underline;
}

div.posts_navigation_next, span.posts_navigation_next
{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    background: url(images/button_next.gif) no-repeat top left;
    padding-left: 17px;
    line-height: 13px;
}

div.posts_navigation_previous, span.posts_navigation_previous
{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    background: url(images/button_prev.gif) no-repeat top right;
    padding-right: 17px;
    line-height: 13px;
}

div.main_entry_content_text h3, div.main_entry_content_text h4 
{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}

ul.st-related-posts 
{
    color: #40a3dc;
    margin-left: 15px;
}

ul.st-related-posts a, ul.st-related-posts a:link, ul.st-related-posts a:hover, ul.st-related-posts a:active, ul.st-related-posts a:visited 
{
    color: #40a3dc;
    text-decoration: none;
}

ol.commentlist 
{
    padding: 0;
}

div.comment_details 
{
    color: #828483;
    font-size: 11px;
    margin: 15px 0;
}

div.main_entry_content_text .textbox 
{
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
	color: #585b5a;
	font-size: 11px;
	padding: 2px;
}

div.main_entry_content_text .sendbutton
{
    border-width: 0;
    padding: 0 14px 0 0;
    margin: 0;
    background: url(images/button_more.gif) no-repeat center right;
    color: #40a3dc;
    cursor: pointer;
}

/* END Home declarations */

/* BEGIN Sidebar right declarations */

div#sidebar_right 
{
	position: relative;
	float: left;
	width: 265px;
	margin: 30px 0 55px 0;
}

div#searchbar 
{
	position: relative;
	width: 265px;
	height: 25px;
	background: url(images/searchbar_bg.gif) no-repeat top left;
}

div#searchbar .searchbar_input 
{
	position: relative;
	color: #585b5a;
	margin: 4px 8px;
	padding: 2px 0 0;
	border-width: 0;
	width: 216px;
	font-size: 11px;
	vertical-align: top;
}

div#searchbar .searchbar_input_loading 
{
	background: url(images/ajax-loader.gif) no-repeat center right;
} 

div#searchbar .searchbar_button 
{
	position: relative;
	margin: 0;
	padding: 0;
	border-width: 0;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background-color: Transparent;
}

div.sidebarlinks, div.sidebarlinks a, div.sidebarlinks a:link, div.sidebarlinks a:active, div.sidebarlinks a:hover, div.sidebarlinks a:visited 
{
	color: #abadad;
	text-decoration: none;
	text-transform: lowercase;
	line-height: 18px;
}

/* END Sidebar right declarations */

/* BEGIN Footer declarations */

div#footer_root 
{
	position: relative;
	min-height: 436px;
	height: auto;
	width: 100%;
	background-color: #2e2e2e;
}

div#footer 
{
	position: relative;
	width: 975px;
	margin: 0 auto;
}

div.footerbox
{
	position: relative;
	float: left;
	border-left: dotted 1px #838282;
	padding: 3px 15px;
	left: 55px;
	min-height: 353px;
	height: 353px;
	margin-top: 25px;
	width: 235px;
	color: #abadad;
}

div.footerbox li 
{
	position: relative;
	margin-bottom: 6px;
	height: 18px;
}

div.footerbox li a, div.footerbox li a:hover, div.footerbox li a:link, div.footerbox li a:active, div.footerbox li a:visited 
{
	color: #abadad;
	text-decoration: none;
}

div.footer_link_box a, div.footer_link_box a:hover, div.footer_link_box a:link, div.footer_link_box a:active, div.footer_link_box a:visited 
{
	color: #abadad;
	text-decoration: none;
}

/* END Footer declarations */

/* BEGIN Custom classes */

div.clear 
{
	position: relative;
	clear: both;
	height: 0px;
}

div.dottedrow 
{
	position: relative;
	border-top: 1px dotted #838282;
	height: 1px;
}

.alignleft 
{
	float: left;
	text-align: left;
}

img.alignleft 
{
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

.alignright 
{
	float: right;
	text-align: right;
}

img.alignright 
{
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}

img#wpstats
{
        display:none;
}

/* END Custom classes */
