/* 
    Document   : site.css
    Created on : 2010-06-01, 10:57:23
    Author     : Janusz
*/

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    background-image: url(/img/main_bg.jpg);
    background-repeat: repeat-x;
    font-size: 12px;
    font-family: Arial;
}

a {
    color: #d3d3d3;
    text-decoration: none;
}

a:focus, a:hover {
    outline: 0;
}

a img{
    border: 0;
}

.clear{
    clear: both;
}

ul{
    list-style-type: none;
}

textarea{
    border: 1px solid #D9D9D9;
}

#container{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#header{
    width: 1000px;
    min-height: 128px;
    background-image: url(/img/top_bg.jpg);
    background-repeat: repeat-x;
}

#content{
    width: 1000px;
    margin: 5px auto;
    /*box-shadow: 1px 2px 3px #8d8d8d;
    -moz-box-shadow: 1px 2px 3px #8d8d8d;
    -webkit-box-shadow: 1px 2px 3px #8d8d8d;*/
}

#logo{
    position: relative;
    top: 3px;
    left: 10px;
    width: 241px;
    height: 39px;
}

#logo h1 {
    height: 40px;
    overflow:hidden;
}
#top_info{
    background-image: url(/img/top_info.png);
    width: 430px;
    height: 28px;
    margin: 0 auto;
    font-size: 11px;
    color: white;
}

#top_info p{
    padding: 7px;
    padding-left: 19px;
}

#top_info span{
    float: right;
}
#top_info a{
    margin: 0 3px;
    display: block;
    float: left;
    height: 17px;
}

#envelope{
    background: transparent url(/img/envelope.png) center left no-repeat;
    padding-left: 19px;
}

#man{
    background: transparent url(/img/man.png) top left no-repeat;
    padding-left: 17px;

}

#look{
    position: absolute;
    top: 50px;
    left: 350px;
}
#look p{
    color: #939192;
}

#look span{
    margin-left: 10px;
}

#female{
    color: #c305c5;
}

#male{
    color: #009bc1;
}

#main_menu{
    margin: 0 auto;
    margin-top: 28px;
    width: 970px;
}

#main_menu li{
    display: block;
    float: left;
    padding-top: 7px;
    padding-right: 6px;
    padding-left: 6px;
    margin-top: 0px;
    height: 22px;
}

#main_menu li.line{
    padding: 5px 0 0 0;
}

#main_menu h2 a{
    color: white;
    font-weight: bold;
    font-size: 12px;
}

#main_menu h2{
    color: black;
    font-weight: normal;
    font-size: 12px;
    float: left;
    z-index:90;
    position: relative;
}

#submenu{
    width: 964px;
    margin: 0 auto;
    height: 29px;
    /*background-color: #5a7b95;*/
    background-color: #aacf00;
    padding: 0 10px;

}

#submenu li{
    display: block;
    float: left;
    padding-top: 7px;
    padding-right: 6px;
    padding-left: 6px;
    margin-top: 0px;
    height: 22px;
    
}

#submenu .active{
     font-weight: bold;
}

#submenu .active a{
   font-weight: bold;
}

#submenu h2 a{
    color: black;
    font-size: 12px;
    font-weight: normal;
}

#main_menu .active{
    background: transparent url(/img/center_active_o.png) center top repeat-x;
    height: 31px;
    padding: 0;
}

#main_menu .active h2 a{
    color: black;
}

#menu_site{
    display: inline;
}

#menu_site li{
    display: inline;
    color: #666666;
}

#menu_site{
    display: inline;
}

#menu_site li a{
    display: inline;
    color: #666666;
}

#footer{
    width: 980px;
    padding: 10px;
}

#foot_menu {
    border: 1px solid #e6e6e6;
    padding: 15px;
}

#foot_menu {
    border: 1px solid #e6e6e6;
    padding: 15px;
}


#foot_menu ul li{
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 9px;
}

#foot_menu ul li ul li{
    display: block;
    float: left;
    font-weight: bold;
    margin: 0;
}

#foot_menu ul li a{
    font-weight: bold;
    color: #000000;
    font-size: 11px;
}

#foot_menu ul li ul li{
    float: none;
}

#foot_menu ul li ul li a{
    color: #5e5e5e;
    font-weight: normal
}
#last_searched{
    display: inline;
}

#last_searched li{
    display: inline;
}

#last_searched li a{
    color: #404040;
    margin-left: 10px;
}

#last_searched_div {
    background-color: #f7f7f7;
    padding: 1px;
    padding-top: 10px;
    margin-top: 1px;
}

#last_searched_div strong{
    margin: 10px;
}

#last_searched_div p{
    display: block;
    margin: 10px;
}

#left_column{
    float: left;
    width: 655px;
    margin: 9px;
    border: #ececec solid  medium;
    box-shadow: 1px 2px 3px #8d8d8d;
    -moz-box-shadow: 1px 2px 3px #8d8d8d;
    -webkit-box-shadow: 1px 2px 3px #8d8d8d;
}

#right_column{
    float: right;
    width: 300px;
    margin: 9px;
}

#steps {
margin-bottom: 50px;
margin-top: 20px;
}

#steps li{
    display: block;
    clear: both;
    margin-top: 10px;
    vertical-align: middle;
    /*padding: 15px 15px 15px 0;*/
}

.step_page {
    background: transparent url(/img/step_page.jpg) center center no-repeat;
    display: block;
    height: 33px;
    width: 35px;
    float: left;
    text-align: center;
    vertical-align: middle;
    padding-top: 7px;
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
}

#search_form_div{
    position: absolute;
    right: 15px;
    top: 45px;
    width: 229px;
}

#search_form{
    position: relative;
    top: 0;
    left: 0;
}

#search_query{
    width: 172px;
    height: 19px;
    background: transparent url(/img/search_field.jpg) bottom center no-repeat;
    border: 0;
    color: #666666;
    padding: 2px 0 2px 25px;
}

#search_submit{
    width: 26px;
    height: 23px;
    background: transparent url(/img/search_button.png) bottom center no-repeat;
    border: 0;
    margin-left: 3px;
    position: absolute;
    top: 0;
    right: 0;

}

.advice {
    width: 327px;
    height: 144px;
    float: left;
}

.right_border {
    border-right: #d9d9d9 solid 1px;
}

.advice_header {
    border-bottom: #d9d9d9 solid 1px;
    height: 21px;
    margin: 3px 5px 0 5px;
    padding: 3px 2px 0px 2px;
}

.spec {
    float: left;
}

.spec a {
    color: #315a7a;
    font-size: 11px;
}


.spec a img{
    margin-right: 4px;
    float: left;
}


.advice_category {
    float: right;
}

.advice_category a{
    color: #315a7a;
    font-size: 11px;
}

.advice_promo_image {
    width: 133px;

    text-align: center;
    float: left;
    border:1px solid #ECECEC;

}


.main_advice_list_element {
    margin: 5px;
    border-bottom: #ececec solid 2px;
    padding-bottom: 8px;
    height: 102px;

}

.main_advice_list_element h3{
    float: left;
    display: block;
    width: 176px;
    margin-left: 5px;

}

.main_advice_list_element h3 a{
    font-size: 18px;
    color: black;
}

.advice_introduction {
    float: right;
    width: 176px;
}

.advice_introduction a{
    color: #222222;
}

#paginator{
    width: 655px;
    float: left;
    text-align: center;
    height: 20px;
    padding-top: 5px;
    color: #315A7A;
    border-top: 1px solid #D9D9D9;
}

#paginator a {
    color: #0066CC;
}
.box {
    position: relative;
}

.box a img{
    padding: 3px;
    background: #ececec;
    border: #cccccc solid 1px;
}


.caption {
	background: black;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
        opacity: .8;
        height: 48px;
        width: 292px;
        position: absolute;
        bottom: 4px;
        left: 4px;
        color: white;
        font-size: 16px;
        font-weight: bold;
}

.caption_text {
        height: 48px;
        width: 292px;
        position: absolute;
        bottom: 4px;
        left: 4px;
        color: white;
        font-size: 16px;
        font-weight: bold;
}

.caption_text a{
        color: white;
        font-size: 16px;
        font-weight: bold;
        margin: 8px ;
        display: block;
        line-height: 16px;
}

.aquamarine {
    color: #b0d600;
}

.blue {
    color: #0066cc;
    font-size: 120%;
}

#popular_advices_div {
    border: 3px solid #ECECEC;
    margin-top: 9px;
}

#popular_advices_div h4{
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    height: 21px;
    padding-left: 9px;
    padding-top: 9px;
    border-bottom: 1px solid #ECECEC;

}

#popular_advices li {
    display: block;
    height: 95px;
    margin: 0 8px;
    border-bottom: 1px solid #ECECEC;
    position: relative;
}

.popular_advices_div {
    width: 87px;
    height: 62px;
    text-align: center;
    margin: 7px 8px 7px 0;
    padding: 4px;
    border: 1px solid #ECECEC;


    float: left;
}

#popular_advices li h3 {
    padding-top: 13px;
    
}

#popular_advices li h3 a {
    color: black;
    font-size: 14px;
}

.pa_categories {
    /*position: absolute;*/
    bottom: 5px;
    /*left: 105px;*/
    font-size: 10px;
    text-transform: uppercase;
}

.pa_categories a {
    color: #848484;
}

#last_added_div {
    border: 3px solid #ECECEC;
    margin-top: 9px;
}

#last_added_div h4{
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    height: 21px;
    padding-left: 9px;
    padding-top: 9px;
    border-bottom: 1px solid #ECECEC;

}

#last_add_advices li {
    display: block;
    min-height: 44px;
    margin: 0 8px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ECECEC;
    position: relative;
}

#last_add_advices li h3{
   margin-top: 10px;
   margin-bottom: 3px;
   font-size: 14px;
}

#last_add_advices li h3 a{
    color: #0066cc;
}

#popular_tags_div {
    border: 3px solid #ECECEC;
    margin-top: 9px;
}

#popular_tags_div h4{
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    height: 21px;
    padding-left: 9px;
    padding-top: 9px;
    border-bottom: 1px solid #ECECEC;

}
#popular_tags {
    margin: 8px;
}
#popular_tags li {
    display: inline;
    color: #D3D3D3;
}

#popular_tags li h3{
    display: inline;
    font-weight: normal;
}

#popular_tags li h3 a{
    color: #0066CC;
    font-size:14px;
}


#all_tags {
    float: right;
    color: #0066CC;
    text-decoration: underline;
    font-weight: bold;
}

#bottom_div {
    margin: 13px auto;
    position:relative;
    width:980px;
    /*color: #D3D3D3;*/
    color: #666666;
}

#bottom_div ul li{
    margin: 3px;
}

#bottom_div span {
    float: right;
}

#bottom_div span a{
    color: #666666;
}

#bottom_div p{
    margin-top: 15px;;

}

#advice_info {
    border:3px solid #ECECEC;
}
#advice_info h3{
    border-bottom:1px solid #ECECEC;
    display:block;
    font-size:14px;
    height:21px;
    padding-left:9px;
    padding-top:9px;
    text-transform:uppercase;
}

#advice_info h4{
    font-size:14px;
}

#advice_info_body {
    padding: 10px;
}

#advice_info_body a {
    float: left;
    margin-right: 10px;
}

#advice_info_body a img{
    border: 1px solid #686550;
    padding: 2px;
    background-color: #f7f7ef;
    margin-bottom: 8px;
}

#advice_info_body h5{
    font-size: 12px;
}

#author, #author_desc, #advice_created, #advice_visited {
    float: left;
}

#author {
    font-size: 11px;
    color: #808080;
    width: 150px;

}

#author a{
    font-size: 12px;
    color: #0066cc;
    text-decoration: underline;
    font-weight: bold;
}

#advice_created, #advice_visited {
    font-size: 10px;
    color: #808080;
}

#advice_created {
    margin-top: 8px;
}

#keywords li a{
    color:#0066CC;
    font-size:12px;
    margin-bottom:5px;
    float: none;
}



#see_also{
    list-style-image: url(/img/list_dot.gif);
    margin-left: 25px;
    
}

#see_also li{
    padding-top: 3px;
}

.see_also_h3 {
    border: 0 !important;
    display:block;
    font-size:14px;
    height:21px;
    padding: 0 !important;
    text-transform: none !important;
    font-weight: normal;
}


#see_also li h3 a{
    color:#0066CC;
    font-size:12px;
    float: none;
    
}

#category_line {
    border-bottom:1px solid #D9D9D9;
    height:21px;
    margin:3px 5px 0;
    padding:3px 2px 0;
}

#category_line a{
    color: #315A7A;
    font-size:11px;
}

#advice_body {
    margin: 5px 15px;
}

#advice_body h1{
    font-size: 26px;
}

#advice_body h2{
    font-size: 14px;
    margin-top: 10px;
}

#advice_body p{
    font-size: 14px;
    margin-top: 15px;
    text-align: left !important;
}

#img_center {
    text-align: center;
}

#img_center img{
    background-color:#F7F7EF;
    border:1px solid #cccccc;
    padding:2px;
    margin: 20px 20px 10px 20px;
}

p#image_source {
    color: #CCCCCC;
    font-size: 12px;
    margin-top: -7px;
    text-align: right !important;
    margin-right: 90px;
}



#will_be_needed, #tips {
    float: left;
    background: yellow;
    margin-top: 20px;
    margin-right: 20px;
    background:#f7eab0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7eab0), to(#fef5cb));
    background-image: -moz-linear-gradient(top, #f7eab0, #fef5cb);
    padding: 10px;
    text-align: left;
    box-shadow: 1px 2px 3px #8d8d8d;
    -moz-box-shadow: 1px 2px 3px #8d8d8d;
    -webkit-box-shadow: 1px 2px 3px #8d8d8d;

}

#will_be_needed, #tips{
    text-shadow: 1px 1px 1px white;

    
}

#rating {
    background-image: url(/img/rating_page.jpg);
    background-repeat: no-repeat;
    width: 52px;
    height: 40px;
    text-align: center;
    padding-top: 20px;
    font-size: 22px;
    font-weight: bold;
    float: left;
}

#vote_advice {
    font-size: 14px;
    color: #0066cc;
    float: left;
    line-height: 55px;
    margin-left: 20px;
}

#stars {
    float: left;
    margin-top: 12px;
    margin-left: 15px;
}

#advice_links {
    line-height: 55px;
}

#advice_links a {
    padding-left: 20px;
    margin-left: 20px;
    text-decoration: underline;
    color: #858585;
}

#add_bug {
    float: left;
    background: transparent url(/img/bug.gif) left center no-repeat;
}

#print {
    float: left;
    background: transparent url(/img/printer.gif) left center no-repeat;
}

#bottom_tools {
    margin-bottom: 20px;
    margin-top: 20px;
}

label {
    display: block;
    color:#0066CC;
    font-size:14px;
    line-height:45px;
    font-weight: bold;
}

.submit {
   margin: 5px 10px 15px;
   text-align: center;
}

#BugContent {
    width: 620px;
}

#bug_body {
    margin: 15px;
}

#bug_body h2{
    font-size:24px
}

#bug_body p {
    font-size:14px;
    margin: 10px 0;
}

#site_body {
    margin: 15px;
}

#site_body h2{
    font-size:24px
}

#site_body p {
    font-size:14px;
    margin: 10px 0;
}
#site_body ul {
    margin-left: 20px;
}

#site_body ol {
    margin-left: 20px;
}

#site_body a {
    color: #0066CC;
    text-decoration: underline;
}


#tags ul li a{
    color:#0066CC;
    float: left;
    margin: 5px;
}

#search_body{
    margin: 15px;
}

#search_body h1{
    font-size:24px
}

#search_body ul{
    margin-top: 20px;
}

#search_body ul li{
    border:1px solid #cccccc;
}

#search_body ul li a{
    color:#0066CC;
    font-size:14px;
    display: block;
    line-height:35px;
    margin-left:20px;
    font-weight: bold;
}

#search_body ul li span{
    font-size:12px;
    display: block;
    line-height:25px;
    margin-left:20px;
    color: #cccccc;
}

#users {
    margin: 15px;
}

#users h2 {
    font-size:24px;
    margin-bottom: 15px;
}

#users ul{
    margin-top: 20px;
}

.user {
    border:1px solid #cccccc;
    margin: 5px;
    padding: 5px;
    width: 290px;
    float: left;
}

.user img{
    background-color:#F7F7EF;
    border:1px solid #686550;
    padding:2px;
    float: left;
    margin-right: 5px;
    height: 75px;
}

.user a{
    color:#0066CC;
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
    text-decoration: underline;
}

.user h3 a{
    font-size:16px;
    color: black;
    text-decoration: none;
}

.user h4{
    font-weight: normal;
}

#user_body {
    margin: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ECECEC;
}

#user_body img{
    background-color:#F7F7EF;
    border:1px solid #686550;
    padding:2px;
    float: left;
    margin: 10px 10px 10px 0;
}

#user_body a {
    color:#0066CC;
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
}

#user_body a {
    color:#0066CC;
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
}

#user_body p {
    margin-top: 15px;
}

#bottom_social_box {
    height: 40px;
    background-color: #f6f6f6;
    padding: 10px;
}

#bottom_social_box label {
    display: inline;
    font-size: 12px;
    color: #858585;
    font-weight: normal;
    margin-right: 15px;
    
}

#bottom_social_box input {
    background: transparent url(/img/copy_link_field.jpg) left center no-repeat;
    border: 0;
    width: 301px;
    height: 20px;
    color: #b2b2b2;
}

#bottom_social_box h6{
    display: inline;
    font-size: 11px;
    margin-left: 15px;
}

#social_links {
    float: right;
    margin-top: 5px;
    margin-right: 7px;
}

.social {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background-image: url(/img/icons.jpg);
    margin: 2px;
}

#wykop {
    background-position: 0px;
}

#sledzik {
    background-position: 129px;
}

#facebook {
    background-position: 96px;
}

#blip {
    background-position: 63px;
}

#twitter {
    background-position: 30px;
}

#search_query_h1 {
    margin-bottom: 0px;
    padding: 9px;
    border-bottom: 1px solid #ECECEC;
}

#user_categories {
    display: block;
    margin-top: 15px;
}

#user_categories li {
    display: inline;
}

#tags {
    margin-top: 15px;
    margin-bottom: 15px;
}

#BugAddAjaxForm label {
    font-size: 14px;
    color: black;
    font-weight: normal;
    line-height:25px;
}

#keywords {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

#keywords li {
    display: inline;
    
}

#keywords li h3{
    display: inline;
    font-weight: normal;
    text-transform: none;
    border-bottom: none;
    font-size: 14px;
    padding: 0;

}

#keywords li h4 a{
    color: #0066CC;
    display: inline;
    float: none;
}

#trip {
    position: absolute;
    top: 8px;
    right: 70px;
    color: #D3D3D3;
    font-size:11px;
}

#add_bug_form_close {
    float: right;
    width: 11px;
    height: 11px;
    display: block;
    background-image: url(/img/dialog-close-min.png);
    margin-right: 5px;
    margin-top: 10px;
}

#last_search_a {
    color: black;
}

#left_menu_active {
    display: block;
    width: 15px;
    height: 31px;
    float: left;
    background: #315a7a url(/img/left_active_o.png) center left no-repeat;
    margin-right: -7px;

}

#right_menu_active {
    display: block;
    width: 18px;
    height: 31px;
    float: left;
    background: #315a7a url(/img/right_active_o.png) center left no-repeat;
    margin-left: -8px;
    position: relative;
    z-index:10;

}

#main_menu .active h2 {
    padding-top: 7px;
    display: block;
    background: transparent url(/img/arrow_o.jpg) bottom center no-repeat;
    padding-bottom: 6px;
}

#submenu img {
    margin-top: 2px;
}

#spec_advices_h {
    font-size: 20px;
    margin: 20px;
    padding-bottom: 10px;
    border-bottom:1px solid #ECECEC;
}

#ul_sitemap {
    margin-top: 15px;
}
#ul_sitemap li{
    margin: 10px;
}