@charset "utf-8";
/*  
Theme Name: boose
Description: This is the theme for boose
Version: 1.0
Author: bone & xris
*/
html, body {
	height: 100%;
	width: 100%;
	margin: 0pt;
	padding: 0pt;
	background-color: #4C5456;
}
body {
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
	font-size: 100.1%;
}
p {
	margin: 0 0 10px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}
a:hover {
    color: #525252;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
ul {	
	margin: auto;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}
ul li {
    list-style:none;
    margin:0;
    padding:0;
}
h3 {
	font-size: 14px;
}
#header {
	width: 100%;	
	background: #3f3f3f url(images/headerSides.png) repeat-x scroll 0 0;
}
#lang {
	width: 50px;
	float: left;
	font-size: 10px;
	color: #D1D5D6;
	padding-top: 15px;
	padding-left: 5px;
}
#lang a {
	font-size: 10px;
	color: #899193;
}
#lang a:hover {
	color: #CCCCCC;
}
#headertxt {	
	width: 1024px;
	height: 55px;
	margin: 0 auto;
	background: #3f3f3f url(images/header.png) no-repeat scroll 0 0;
}
#headerlinks {
	float: right;
	padding-top: 10px;
	padding-right: 80px;
	letter-spacing: 2px;
	text-align: right;
}
#headerlinks a {
	font-size: 12px;
	color: #9CCEDB;
}
#headerlinks a:hover {
	color: #6BB6C9;
}
#headerlinks img {
	padding-left: 2px;
	padding-bottom: 4px;
	vertical-align: middle;
	border: none;
}
#container {
	width: 1024px;
	margin: 0 auto;
	background: #899193 url(images/sides.png) repeat-y scroll 0 0 ;
}
#logo {
	height: 95px;
	width: 850px;
	margin-left: 100px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #899193;
}
#logo h1{
	margin: 0px;
}
#logo a {
	background: url(images/logo.gif) no-repeat scroll 0 0;
	text-indent: -400em;
	height: 90px;
	width: 380px;
	display: block;
	font-size: 10px;
}
#logo a:hover {
	background: url(images/logo.gif) no-repeat scroll 0 -90px;
}
#footer {
	clear: both;
	width: 1024px;
	height: 65px;
	background: url(images/footer.png) no-repeat scroll 0 0;
}
#footertxt {	
	margin-right: 90px;
	font-size: 11px;
	color: #6B6B6B;
	text-align: right;
}
#footertxt a {
	color: #6B6B6B;
}
#footertxt a:hover {
	color: #CCCCCC;
}
#contententry {
	float: left;
	width: 580px;
	padding-right: 10px;
}
.post {
	width: 580px;	
	background: url(images/postsides.png) repeat-y scroll 0 0;
}
.postheader {
	width: 580px;	
	height: 75px;	
	background: url(images/postheader.png) no-repeat scroll 0 0;
	text-align: left;
	position: relative;
}
.postdate {
	float: left;
	width: 75px;
	padding: 25px 10px 15px 30px;
	color: #666666;
	font-style: italic;
	overflow: auto;
	cursor: default;
}
.monthNumber, .month {
	float: left;
	width: 30px;
	padding-left: 5px;
}
.posttitle {
	float: left;
	width: 440px;
	height: 30px;
	padding-top: 25px;
}
.posttitle a, .suggestionTitle a {
	color: #000000;
    font-size: 16px;
	font-weight: bold;
}
.posttitle a:hover, .suggestionTitle a:hover {
	color: #F4F4F4;
}
.postmetadata, .suggestionCategories {
	color: #666666;
	font-size: 9px;
}
.postmetadata a,.suggestionCategories a {
	font-size: 9px;
	color: #666666;
	font-weight: lighter;
}
.postmetadata a:hover, .suggestionCategories a:hover {
	color: #FFFFFF;
}
#postVoteCount {
	background: url(images/voteBg.jpg) no-repeat scroll 0 0;
	width: 75px;
	height: 40px;
	position: absolute;
	top: 8px;
	right: 20px;
	padding-top: 10px;
	text-align: center;
	cursor: default;
}
.postVoteAmount {
	font-size: 12px;
}
.voteText {
	font-size: 11px;
	color: #8d611d;
}
.posttxt {
    clear: both;	
	padding-left: 115px;
	width: 425px;
	color: #000000;
	font-size: 11px;
	text-align: justify;
	overflow: hidden;
}
.posttxt a {
    font-size: 12px;
	color: #ffffff;
}
.posttxt a:hover {
    color: #525252;
}
.posttxt img {	
	width: 425px;
	height: auto;
	border: none;
}
a.more-link {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
}
.postfooter {	
	width: 580px;
	height: 50px;
	background: url(images/postfooter.png) no-repeat scroll 0 0;
}
.postfootertxt {	
	padding-left: 115px;
	font-size: 9px;
	text-align: left;
	color: #666666;
	width: 440px;
	padding-top: 5px;
}
.postfootertxt a {
	font-size: 9px;
	color: #666666;
}
.postfootertxt a:hover {
	color: #FFFFFF;
}
#loveTools {
	overflow: auto;
	margin-left: 95px;
	height: 105px;
}
#voteArea, #shareArea, #voteAreaUsed {
	widht: 220px;
	float: left;
}
#shareArea {
	padding-right: 25px;
}
.loveToolHeader {
	width: 220px;
	height: 10px;
	background: url(images/loveToolsHeader.png) no-repeat 0 0;
	overflow: hidden;
}
.loveToolBody {
	width: 200px;
	padding: 0 10px 5px;
	background: url(images/loveToolsBody.png) repeat-y 0 0;
	font-size: 14px;
	text-align: center;
	height: 60px;
}
.loveToolBody a, .votedBody {
	font-size: 14px;
	display: block;
	color: #3d3d3e;
	font-weight: bold;
	overflow: auto;
	margin: 0 auto;
	height: 60px;
}
.votedBody {
	background: url(images/votedBg.png) repeat-y 0 0;
	width: 150px;
}
#voteArea a {
	background: url(images/voteButton.png) repeat-y 0 0;
	width: 150px;
	cursor: pointer;
}
#voteArea a:hover {
	background: url(images/voteButton.png) repeat-y 0 -60px;
}
#shareArea a {
	background: url(images/shareButton.png) repeat-y 0 0;
	width: 150px;
}
#shareArea a:hover {
	background: url(images/shareButton.png) repeat-y 0 -60px;
}
.loveToolBody a:hover {
	color: #FFFFFF;
}
.loveToolBody img {
	float: left;
}
#voteMsg {
	float: right;
	width: 90px;
	text-align: center;
	padding-top: 20px;
}
.loveToolFooter {
	width: 220px;
	height: 15px;
	background: url(images/loveToolsFooter.png) no-repeat 0 0;
}
.navigation {
	clear: both;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 50px;
	margin: 0 auto;
}
.navigation a {	
	font-size: 12px;
	color: #3F3F3F;
}
.navigation a:hover {
	color: #A5CEDB;
}
#sidebar {	
	float: left;
	width: 360px;
	padding-top: 15px;
	font-size: 11px;
	padding-bottom: 50px;
}
#search {
	width: 171px;
	height: 35px;
	margin: 0 0 15px;
}
.contentplace { 
	background-color: rgb(165,179,182);
	color:#666666; 
	width: 135px;
	height: 20px;
	position: relative; 
}
.contentplace p { 
	margin: 0 10px 0 10px; 
}
.topplace{ 
	background: url(images/rightUpNewsLetter.png) no-repeat top right; 
}
.bottomplace { 
	background: url(images/rightDownNewsLetter.png) no-repeat top right; 
}
img.placeborder { 
	width: 8px; 
	height: 8px;
	border: none;
	display: block !important; 
}
.side1 {
	float: left;	
	width: 155px;	
	height: auto;
	padding-right: 25px;
	padding-bottom: 30px;
	text-align: right;
	background: url(images/sidebar1ombre.png) no-repeat right bottom;
}
.side2 {
	float: left;
	width: 165px;
	height: auto;
	padding-left: 15px;
	padding-bottom: 30px;
	background: url(images/sidebar2ombre.png) no-repeat left bottom;
}
.side1 a, .side2 a {
    color: #454545;
	text-decoration: none;
}
.side1 a:hover, .side2 a:hover {
	color: #CCCCCC;
}
.suggestion {
	margin: 0;
	width: 320px;
	height: 160px;
}
.suggestiontitle {	/*------------this is the external title eg mostly boosed-------------*/
	font-size: 10px;
	color: #3f3f3e;
	font-weight: bold;
	text-align: left;
	width: 200px;
	padding-left: 10px; 
	letter-spacing: 0.1em;
	cursor: default;
}
.suggestionHeader {
	width: 320px;
	height: 10px;
	background: url(images/suggestionHeader.png) no-repeat 0 0;
	overflow: hidden;
}
.suggestionBody {
	width: 300px;
	height: 115px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/suggestionBody.png) repeat-y 0 0;
}
.suggestionBody ul {
    overflow: auto;
}
.suggestionFooter {
	width: 320px;
	height: 15px;
	background: url(images/suggestionFooter.png) no-repeat 0 0;
}
.suggestionSide1 {
	width: 165px;
	float: left;
	height: 115px;
	padding-left: 6px;
	overflow: hidden;
}
.suggestionSide2 {
	width: 120px;
	overflow: hidden;
	float: right;
	margin-left: 5px;
	height: 110px;
	border: #FFFFFF solid 2px;
}
.suggestionTitle { /*------------this is the actual title in*/
	width: 150px;
	font-weight: bold;
}
.suggestionText {
	width: 150px;
}
.suggestionCategories {
	width: 150px;
	padding-bottom: 10px;
}
.suggestionImage {
	overflow: hidden;
}
.sidetitle {	
	padding-top: 15px;
	font-size: 14px;
	color: #A5CEDB;
	font-weight: bold;
	width: 150px;
}
.sidelinks {
    padding-top: 8px;
    color: #666666;
    width: 150px;
	overflow: auto;
}
.sideText {
	color: #454545;
}
.specialTextSidebar {
	width: 80px;
	text-align: left;
	float: right;
}
.imageSidebar {
	float: left;
	width: 45px;
	padding-left: 20px;
}
.pagespostheader {	
	width: 580px;	
	height: 50px;
	background: url(images/pagespostheader.png) no-repeat 0 0;
	text-align: left;
	margin-bottom: 10px;
}
.pageposttitle {
	width: 440px;	
	height: 25px;
	padding-top: 25px;
	padding-left: 115px;
}
.pageposttitle a {
	color: #000000;
    font-size: 16px;
	font-weight: bold;
}
.pageposttitle a:hover {
	color: #F4F4F4;
}
.addthis {	
	margin-top: 20px;
	padding-left: 115px;
}
.comments-template {	
	width: 580px;
	background: url(images/postsides.png) repeat-y center center;
}
.comments-template a {
	font-size: 12px;
	color: #ffffff;
}
.comments-template a:hover {
    color: #000000;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.commenttitle {
	width: 440px;	
	height: 20px;
	padding-top: 30px;
	padding-left: 115px;
	color: #4A4A4A;
	font-size: 14px;
	font-weight: bold;
}
.comments-template ol li{
	margin: 10px 0 0;	
	padding: 0 0 10px;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
}
.commenttxt {
	color: #000000;
	font-size: 11px;
	padding-left: 115px;
	width: 425px;
}
.comments-template h2, .comments-template h3 {
	font-size: 14px;
	color: #4A4A4A;
}
#respond {
	margin-bottom: 10px;
}
.commentmetadata{
	font-size: 11px;
}
.commentdate {
	color: #666666;
}
#commentform #author, 
#commentform #email, 
#commentform #url, 
#commentform #comment {
	font-size: 12px;
	background-image: url(images/commentarea.png);
}
#commentform #submit {
	font-size: 12px;
}
.comments-template p.nocomments{
	padding: 0;
}
.comments-template textarea{
	font-size: 11px;
}
#commentform #comment {
	width: 420px;
}
.livesearchpopup {
    width: 171px;
}
.livesearchpopup .box {
    position: relative;
    height: 18px;
}
.livesearchpopup .form {
    width: 171px;
    height: 18px;
    white-space: nowrap;
}
.livesearchpopup .left {
    position: absolute;
    top: 0px;
    left: 0px;
}
.livesearchpopup .editbox {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 16px;
	width: 140px;
	margin: 0px;
	overflow: hidden;
	background-color: #a5b3b6;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #727d7f;
	border-bottom-color: #727d7f;
}
.livesearchpopup .edit {
	width: 135px;
	font-size: 11px;
	height: 14px;
	border: 0px;
	autocomplete: off;
	outline-width: 0px;
	background-color: #a5b3b6;
	padding-left: 5px;
	padding-top: 2px;
}
.livesearchpopup .lupe {
    position: absolute;
    top: 0px;
    left: 150px;
}
#searchLoader {
	background: url(images/loadinfo.gif) no-repeat scroll 0 0;
	height: 36px;
	width: 25px;
	position: absolute;
	top: -2px;
	left: 147px;
}
.livesearchpopup #livesearchpopup_box {
    top: 25px;
    width: 180px;
}
#livesearchpopup_box {
	color: #f0f0f0;
	right: 0em;
	text-align: left;
	padding: 1px;
	margin: 0px;
	position: absolute;
	width: 100%;
	filter:alpha(opacity=80);
	-moz-opacity:.95;
	opacity:.95;
	z-index:100;
}
#livesearchpopup_box .pfeil {
    position: absolute;
    top: -7px;
    right: 40%;
}
#livesearchpopup_box h1 {
    font-size: 1em;
    color: #ffffff;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 5px;
    margin: 0px;
}
#searchHeader {
	background-image: url(images/resultgradient.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 180px;
	height: 34px;
	position: relative;
}
#livesearchpopup_results {
    width: auto;
    overflow: hidden;
    text-align: left;
    padding: 0em;
	padding: 0 3px;
    margin: 0px;
    color: #000000;
    background: transparent url(images/shadowSearch.png) no-repeat scroll 0 0;
}
#livesearchpopup_box ul {
    margin: 0px;
    padding: 0px;
}
.livesearchpopup .resultlistitem,
.livesearchpopup .resultlistitem_selected {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #303030;
}
.livesearchpopup .resultlistitem_selected,
#livesearchpopup_box li:hover {
    background: #757575 url(images/searchhovergradient.png) 0 0px repeat-x;
    color: #f0f0f0;
}
#livesearchpopup_box li a {
    text-decoration: none;
    padding: 0.3em;
    display: block;
    width: 100%;
}
.livesearchpopup .resultlistitem a,
.livesearchpopup .resultlistitem a:visited {
    color: #303030;
}
.livesearchpopup .resultlistitem_selected a, 
.livesearchpopup .resultlistitem_selected a:visited,
.livesearchpopup .resultlistitem a:hover {
    color: #f0f0f0;
}
.livesearchpopup .spiegel {
    position: absolute;
    top: 20px;
    left: 0px;
}
#close_link {
	float: right;
	border: none;
	padding: 5px 5px 5px;
}
.error {
    font-weight: bold;
	color: #B30000;
}
.success {
	color: #004F00;
}
#loading {
	padding-left: 10px;
}
