/*
Theme Name: Real Deal
Theme URI: http://realdeal.fi
Description: Vuonna 2010 elokuussa aloitettu teema
Author: Janne Nissinen & Ismo Vuorinen
Version: 1.0
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */

.fr {
    float: right !important;
}
.fl {
    float: left !important;
}

.clear {
    clear: both;
}

html {
    background: #fff url("images/menu_bg.png") top left repeat-x !important;
}

body {
    background: transparent url("images/header_keltanen2.png") top center no-repeat !important;
    color: #333;
    font: 15px/120% "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    margin: 0px 0px 250px 0px;
}

#wrapper {
    width: 1100px;
    margin: 0px auto 250px;
    clear: both;
}

#header, #footer {
    padding-top: 10px;
    margin: 0px 90px;
    clear: both;
}

#site-title a span {
    display: none;
}
#site-title a {
    margin-left: 0px;
    width: 192px;
    height: 65px;
    display: block;
    background: transparent url("images/header_logo.png") top left no-repeat;
}

#header a {
    font-size: 14px;
    color: #434343 !important;
}

#header .active {
    background: transparent url("images/menu_link_bg.png") top left;
    color: #fff !important;
}
#header .active a {
    color: #00d382 !important;
}

.menu-header {
    clear: both;
    width: 950px;
    height: 20px;
}

#header .submenu {
    width: 910px;
    height: 60px;
    margin: 0px;
}
#header .submenu ul {
    margin-left: 0px;
    list-style: none;
    display: block;
}
#header .submenu ul li {
    display: inline;
    float: left;
}
#header .submenu a {
    font-size: 12px;
    color: #fff !important;
}
#header .submenu a.active {
    color: #6dce93 !important;
}
#header .submenu li.sosmedia {
    padding: 7px 0px 0px 0px;
    margin: 0px;
}
#header .submenu li.sosmedia a {
    margin: 0px;
    padding: 0px 3px;
}

#header .searchbar input {
    font: 11px/100% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    background-color: #fff;
    color: #00d382;
    margin-top: 5px;
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#header .searchbar input[type=submit] {
    background-color: #04ba74;
    color: #fff;
    border: 1px solid #fff;
}

#sidebar {
    float: left;
    width: 200px;
    margin-top: 50px;
}
#sidebar h2 {
    color: #219ff4;
    font-size: 20px;
}

#contentarea {
    float: right;
    width: 700px;
}
/*
#contentarea a {
    color : #6dce93 !important;
}
#contentarea a:visited {
    color : #743399 !important;
}
#contentarea a:active, a:hover {
    color : #ff4b33 !important;
    text-decoration: none;
}
*/

.sidemenu {
    margin:  10px 0px 20px 10px;
    padding: 0px;
    list-style: none;
}
.sidemenu a {
    text-decoration: none;
    color: #555 !important;
}
.sidemenu a.active {
    text-decoration: underline;
}

#branding {
    height: 60px;
}

#markkinointiruutu {
    clear: both;
    margin: 50px auto 10px;
    width: 1010px;
    padding: 5px;
    text-align: center;
}

a {
    color : #6dce93;
}
a:hover {
    color : #ff4b33;
    text-decoration: none;
}


#main {
    display: block;
    margin: 0 100px;
    position: relative;
    top: 0px;
    clear: both;
}




input, textarea {
    color : #666;
    font-size : 12px;
    line-height : 18px;
}
hr {
    background-color : #e7e7e7;
    border : 0;
    height : 1px;
    margin-bottom : 18px;
    clear : both;
}
p {
    margin-bottom : 18px;
}
ul {
    list-style : square;
    margin : 0 0 18px 1.5em;
}
ol {
    list-style : decimal;
    margin : 0 0 18px 1.5em;
}
ol ol {
    list-style : upper-alpha;
}
ol ol ol {
    list-style : lower-roman;
}
ol ol ol ol {
    list-style : lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom : 0;
}
dl {
    margin : 0 0 24px 0;
}
dt {
    font-weight : bold;
}
dd {
    margin-bottom : 18px;
}
strong {
    font-weight : bold;
}
cite, em, i {
    font-style : italic;
}
big {
    font-size : 131.25%;
}
ins {
    background : #ffc;
    text-decoration : none;
}
blockquote {
    font-style : italic;
    padding : 0 3em;
}
blockquote cite, blockquote em, blockquote i {
    font-style : normal;
}
pre {
    background : #f7f7f7;
    color : #222;
    line-height : 18px;
    margin-bottom : 18px;
    padding : 1.5em;
}
abbr, acronym {
    border-bottom : 1px dotted #666;
    cursor : help;
}
sup, sub {
    height : 0;
    line-height : 1;
    vertical-align : baseline;
    position : relative;
}
sup {
    bottom : 1ex;
}
sub {
    top : 0.5ex;
}

.screen-reader-text {
    position : absolute;
    left : -9000px;
}
#site-title {
    float : left;
    margin : 0 0 18px 0;
    width : 900px;
    font-size : 30px;
    line-height : 36px;
}
#site-title a {
    color : #000;
    font-weight : bold;
    text-decoration : none;
}
#site-description {
    clear : right;
    float : right;
    font-style : italic;
    margin : 14px 0 18px 0;
}
#branding img {
    clear : both;
    border-top : 4px solid #000;
    display : block;
    border-bottom : 1px solid #000;
}
#access {
    margin : 0 auto;
    display : block;

    width: 900px;
    float : left;
}
#access .menu-header ul, div.menu ul {
    list-style : none;
    margin : 0;
}
#access .menu-header li, div.menu li {
    float : left;
    position : relative;
}
#access a {
    display : block;
    text-decoration : none;
    color : #aaa;
    padding : 0 10px;
    line-height : 38px;
}
#access ul ul {
    position : absolute;
    top : 38px;
    left : 0;
    float : left;
    z-index : 99999;
}
#access ul ul li {
    min-width : 180px;
}
#access ul ul ul {
    left : 100%;
    top : 0;
}
#access ul ul a {
    background : #333;
    height : auto;
    line-height : 1em;
    padding : 10px;
    width : 160px;
}


/**
 **/

h1, h2 {
    line-height: 120%;
}

img {
    max-width:  100%;
    max-heigth: 100%;
}


.page_col1 {
    float:          left;
    width:          55%;
    border-right:   1px solid #eee;
    padding-right:  20px
}

.page_col2 {
    float: right;
    width: 40%;
}


.searchbox {
    padding: 30px;
    text-align: center;
}
.searchbox input {
    font-size: 17px;
}
.searchresults h2, .searchresults h3 {
    text-align: center;
    padding: 10px;
}
.searchresults h3 {
    border: 1px solid #eee;
}

.search_result_box {
    border: 1px solid #eee;
    padding: 10px;
    overflow: auto;
    margin: 20px -20px;
}


.product {
    width: 210px;
    height: 90px;
    overflow: hidden;
    float: left;
    margin: 10px 5px 10px 0px;
    padding: 5px;
}
.product .thumb {
    float: left;
    width: 60px;
    text-align: center;
}
.product img {
    max-width: 60px;
    max-height: 70px;
}
.product ul {
    display: block;
    float: left;
    list-style: none;
    width: 110px;
}
.product .link a {
    font-size: 16px;
}
.product .status {
    font-size: 13px;
}
.product .price {
    font-size: 15px;
}
.product .price del {
    color: #900;
}
.product .ale {
    margin-right: 10px;
}

.brandstable {
    vertical-align: bottom;
}

.brandbox {
    width:      120px;
    float:      left;
    margin:     20px;
    text-align: center;
    vertical-align: bottom;
}
.brandbox img {
    max-width:  100px;
    height:     auto;
    display:    block;
    margin:     5px auto 5px;
}

.hallinews {
    padding: 10px 0px;
    font-size: 12px;
}
.hallinews h3 a {
    display: block;
}
.timestamp {
    float: right;
    font-style: oblique;
    font-size: 13px;
    padding: 1px 3px;
    background: #000;
    color: #fff;
}

.realdealnews {
    padding: 10px 3px;
}
.realdealnews h3 {
    padding-bottom: 10px;
}
.realdealnews .timestamp {
    float: none;
    margin-right: 5px;
}

.hallinews .timestamp {
    background: #444;
    font-size: 11px;
}

.productboxwrapper {
    float: left;
    width: 300px;
    margin-right: 20px;
    text-align: center;
}
.productimagelink {
    position: absolute;
    top: 38px;
    left: 0px;
    text-align: center;
    margin: 0px 20px 20px 0px;
    z-index: 10;
}
.productimage {
    max-width: 300px;
}

.productpricebox {
    position: absolute;
    top: 37px;
    left: 180px;
    width: 100px;
    background: #01b26f;
    background: rgba(1, 178, 111, 0.9);
    color: #fff;
    padding: 5px;
    text-align: center;
    z-index: 20;
}
.productpricebox-ale {
    background: #900;
    background: rgba(153, 0, 0, 0.9);
}
.productinfobox {
    margin-left: 320px;
    padding-bottom: 30px;
}
.productinfobox .catinfo {
    padding-bottom: 30px;
    font-size: 13px;
}

.productnotinstock {
    font-size: 20px;
    padding: 10px;
    text-align: center;
    background: #333;
    color: #fff;
    margin: 10px 0;
}

.backtothefuture a {
    display: block;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid #6dce93;
    clear: both;
}

#footer-wrapper {
    background: #eee;
    margin-top: 10px;
    height: 200px;
    clear: both;
}
#footer {
    background: #aaa;
    width: 900px;
    padding: 10px;
    margin: 0 auto;
    clear: both;
}


@media print {
    body {
        background : none !important ;
    }
    #wrapper {
        float : none !important ;
        clear : both !important ;
        display : block !important ;
        position : relative !important ;
    }
    #header {
        border-bottom : 2pt solid #000;
        padding-bottom : 18pt;
    }
    #colophon {
        border-top : 2pt solid #000;
    }
    #site-title, #site-description {
        float : none;
        margin : 0;
        padding : 0;
        line-height : 1.4em;
    }
    #site-title {
        font-size : 13pt;
    }
    .entry-content {
        font-size : 14pt;
        line-height : 1.6em;
    }
    .entry-title {
        font-size : 21pt;
    }
    #access, #branding img, #respond, .comment-edit-link, .edit-link, .navigation, .page-link, .widget-area {
        display : none !important ;
    }
    #container, #header, #footer {
        width : 100%;
        margin : 0;
    }
    #content, .one-column #content {
        width : 100%;
        margin : 24pt 0 0;
    }
    .wp-caption p {
        font-size : 11pt;
    }
    #site-info, #site-generator {
        float : none;
        width : auto;
    }
    #colophon {
        width : auto;
    }
    img#wpstats {
        display : none;
    }
    #site-generator a {
        padding : 0;
        margin : 0;
    }
    #entry-author-info {
        border : 1px solid #e7e7e7;
    }
    #main {
        display : inline;
    }
    .home .sticky {
        border : none;
    }

}
