/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

/* Note: 130524 - theme update js to 2.1.7 */


#menu {
	background: url(images/menu4_099.png) repeat-x;
	height: 33px;
	margin: 0 auto;
}

.btn {
    background: url("images/btns-a00_0991.png") no-repeat scroll left top transparent;
    color: #E1E1E1;
    display: block;
    font-size: 10px;
    font-weight: 700;
    height: 40px;
    line-height: normal;
    margin-left: -20px;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
}

h3.recent {
    background: url("images/blu_099.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10px;
    font-weight: 400;
    height: 33px;
    padding: 5px 5px 0 10px;
    text-transform: uppercase;
}

.widget h3.title {
    background: url("images/blu_099.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
    height: 33px;
    padding: 5px 5px 0 10px;
    text-transform: uppercase;
}

body {
    background-color: #ffffff;
    border-top: 13px solid #ffffff;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
    line-height: 1.5;
}

#comments .avatar { padding: 0 15px 0 0; }
.reply a { padding: 2px 5px; margin-left: 55px; font-weight: normal; text-transform: uppercase; background: #ffffff; width: 50px; font-size: 0px; text-align: center; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: none; color: #fff; }
.reply a:hover { background: #ffffff; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; //efd964//} 

.post h2 { font-size: 16px; }

.pagination {
	right:0;
	bottom:0;
	position:absolute;
	height:40px;
	display: inline;
	width: 380px;
	background: #090909;
	overflow:hidden;
}

/* Cookies */
.cli-switch input:checked + .cli-slider, .cli-tab-footer .wt-cli-privacy-accept-btn, #cookie_action_close_header {
	background-color: #5b9184 !important;
}
#cookie-law-info-bar {
	width: 530px !important;
}
@media (max-width: 768px) {
	#cookie-law-info-bar {
		width: 95% !important;
	}
}
#cookie-law-info-again {
	box-shadow: none;
	border: 1px solid lightgray;
	border-radius: 12px 0 0 0;
	border-bottom: 0;
	border-right: 0;
	font-size: 8px;
	padding: 2px 10px;
	background-color: rgba(255,255,255,.5) !important;
}
