/* Sponsored By -box for forums */
					
.sponsoredBox { position: absolute; bottom: 0; }
.sponsoredLabel { display: block; font-size: 11px; margin-bottom: 2px; text-align: center; }
.sponsoredBox.giganews div { background-image: url(https://cdn.afterdawn.fi/partner/giganews/100309_sn_logo.png); background-repeat: no-repeat; width: 91px; height: 21px; margin-bottom: 5px; }
.sponsoredBox.giganews div span { display:none; }
.sponsoredHolder, .forumButtons { position: relative; }
.sponsoredHolder.singleDiv { min-height: 40px; }

.AdsenseForum a { text-decoration:none; }
.AdsenseForum a:hover { text-decoration:underline }
.AdsenseForum { background-color:#F5F5F5; border:1px solid #C2BBA3; margin-bottom: 5px; }
.AdsenseForum .google_ads_bom_title { margin-top:10px; margin-bottom:5px; }
.AdsenseForum .google_ads_bom_title a { color:#A5A5A5 !important; font-size:11px; padding-left:10px; text-decoration:none; }
.AdsenseForum .google_ads_bom_href1 { padding-left:10px; text-decoration:none; color:#0000BF !important; font-size:14px; line-height:18px; }
.AdsenseForum .google_ads_bom_content span { padding-left:10px; display: block;/*float:left;*/ font-size:12px; }
.AdsenseForum .google_ads_bom_content {margin-bottom: 10px; }
.AdsenseForum .google_ads_bom_href2 { padding-left:10px; color:#0000BF !important; font-size:12px; }

/* main_index & group_view */
.sponsored_by_giganews .forum_title { background-image: url(https://cdn.afterdawn.fi/partner/giganews/100309_sn_paper_logo.png); background-position: 18px 50%; }


/* quick buttons */

.quick-button-container a {
background-color: white;
border: 1px solid gray;
color: #337 !important;
display: block;
float: left;
font-size: 1.1em;
font-weight: bold;
clear: none;
margin: 10px 10px 0 0;
padding: 3px 15px 3px 30px;
position: relative;
text-decoration: none;

text-shadow: 1px 1px 0px #fff;

-moz-border-radius: 4px;
border-radius: 4px;

-moz-box-shadow: 1px 1px 5px #bbb;
-webkit-box-shadow: 1px 1px 5px #bbb;
box-shadow: 1px 1px 5px #bbb;

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.48, rgb(235,235,235)),
    color-stop(0.52, rgb(255,255,255))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(235,235,235) 48%,
    rgb(255,255,255) 52%
);


}

.quick-button-container a:hover {
border-color: #766;
color: #226 !important;
-moz-box-shadow: 0 0 4px orange;
-webkit-box-shadow: 0 0 4px orange;
box-shadow: 0 0 4px orange;

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.48, rgb(252,238,210)),
    color-stop(0.52, rgb(255,255,255))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(252,238,210) 48%,
    rgb(255,255,255) 52%
);


}

.quick-button-container .icon-container {
background-image: url(https://cdn.afterdawn.fi/v4/aftericons_common.png);
background-repeat: no-repeat;

width: 16px;
height: 16px;
position: absolute;
top: 3px;
left: 5px;
}

.quick-button.start-new .icon-container {
background-position: 0 -520px;
}

.quick-button.reply .icon-container {
background-position: 0 -760px;
}

/* /quick buttons */

.crumbs-large a { font-size: 1.2em; }

/* */

#main-section-search-box {
float: right;
margin-top: 10px;
position: relative;
padding: 1px 1px 1px 22px;
}

#main-section-search-box input[type=text]:hover, #main-section-search-box input[type=submit]:hover {
border-color: #766;

-moz-box-shadow: 0 0 4px orange;
-webkit-box-shadow: 0 0 4px orange;
box-shadow: 0 0 4px orange;
}

#main-section-search-box input {
border: 0;
display: block;
font-family: Arial, sans-serif;
font-size: 14px;
float: left;
line-height: 130%;

-moz-box-shadow: 1px 1px 5px #bbb;
-webkit-box-shadow: 1px 1px 5px #bbb;
box-shadow: 1px 1px 5px #bbb;
}

#main-section-search-box input[type=text] {

background-color: white;
border: 1px solid gray;
display: block;
position: relative;
height: 20px;
margin: 0 5px 0 0;
padding: 1px 5px 1px 25px;
width: 145px;


-moz-border-radius: 6px;
border-radius: 6px;

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.1, rgb(255,255,255)),
    color-stop(0.9, rgb(245,245,245))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(255,255,255) 10%,
    rgb(245,245,245) 90%
);
}

#main-section-search-box input[type=text]:focus, #main-section-search-box input[type=text]:hover {
}


#main-section-search-box input[type=submit] {
background-color: #363636;
color: white;
cursor: pointer;
display: block;
font-weight: bold;
height: 23px;
margin: 0;
padding: 0 10px 1px 10px;
text-transform: uppercase;
text-shadow: -1px -1px 0px rgba(0,0,0,0.5);

-moz-border-radius: 5px;
border-radius: 5px;

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.1, rgb(38,38,38)),
    color-stop(0.9, rgb(69,69,69))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(38,38,38) 10%,
    rgb(69,69,69) 90%
);
}

#main-section-search-box input[type=submit]:hover {
background-color: #6b4517;

-moz-box-shadow: inset 0 0 3px 0 rgba(237,225,36,0.5);
-webkit-box-shadow: inset 0 0 3px 0 rgba(237,225,36,0.5);
box-shadow: inset 0 0 3px 0 rgba(237,225,36,0.5);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.1, rgb(61,42,17)),
    color-stop(0.9, rgb(92,60,21))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(61,42,17) 10%,
    rgb(92,60,21) 90%
);



}

#main-section-search-box .icon-container {
background-image: url(https://cdn.afterdawn.fi/v4/aftersprites.120213.png);
background-repeat: no-repeat;
background-position: -160px -520px;

width: 16px;
height: 16px;
position: absolute;
top: 5px;
left: 26px;
}