@font-face {
	font-family: 'ChunkFive Regular';
	src: url('fonts/Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('fonts/Chunkfive.woff') format('woff'), url('fonts/Chunkfive.svg#ChunkFive') format('svg'), url('fonts/Chunkfive.otf') format('opentype');
}

@font-face {
    font-family: 'XeniaExtendedC-Bold';
    src: url('fonts/XeniaExtendedC-Bold.eot');
	src: local('XeniaExtendedC-Bold'), url('fonts/XeniaExtendedC-Bold.woff') format('woff'), url('fonts/XeniaExtendedC-Bold.svg#XeniaExtendedC-Bold') format('svg'), url('fonts/XeniaExtendedC-Bold.otf') format('opentype');
}

/* Reset.css */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, q, small, strong, sub, sup, tt, var,
ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul, ol { list-style: none;}
img { border: none; }
:focus { outline: 0; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
/* End reset */

body { 
	background: #eee url(images/bg.png) repeat;
	color: #333333;
	font: 14px/24px Georgia, 'Times New Roman', Times, serif;
/*New Year
padding: 0;
margin: 0;
background: #eeeeee url(images/fon.jpg) no-repeat center top;
width: 100%;
display: table;
*/
}

}
/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}

::selection {
background: #FF5E99;
color: white;
text-shadow: none;
}
/* Typography and default stuff */



a {
	color: #F71570;
	text-decoration: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
	padding: 2px 5px 2px 5px;
}


a:hover,
#menu .current a {
	background: #F83D87;
	color: #fff;
	text-decoration: none;
	/*text-shadow: #F71570 1px 1px 1px;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6,
ol, ul, pre, table, fieldset, blockquote, .widget {
	margin-bottom: 5px;
}

h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 {
	font-size: 22px;
	font-family: 'XeniaExtendedC-Bold', Verdana, Helvetica;
	color: #1e1e1e;
	
	text-shadow: 0 1px 0 #888;
	
	margin-left: 3px;

	 }
h4 {
	font-size: 18px;
	font-family: 14px/24px Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;

	 }
.small{
line-height: 12px; 
	font-size: 10px;
	font-family: Verdana, Helvetica;

	 }

hr { border: 0 solid #ccc; border-top-width: 1px; clear: both; height: 0; }
ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 20px;
color:#F83D87; }

pre {
	background: #cecdcd;
	border: 2px solid #F83D87;
	font-size: 12px;
	padding: 10px;
	opacity: .75;
	-webkit-box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.65);
	-moz-box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.65);
	box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.65);
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

pre:hover {
	opacity: 1;	
}

pre code { background: none; }
code { background: #cfcfcf; font-size: 12px; }

blockquote {
	background: url(images/quote.png) no-repeat 5px top;
	border-left: 4px solid #F83D87;
	border-bottom: 1px solid #F83D87;
	color: #424242;
	font-style: italic;
	padding: 15px 0 10px 10px;
	margin-left: 20px;
	text-indent: 10px;
	-webkit-box-shadow: inset 1px -1px 1px rgba(255, 255, 255, 0.65);
	-moz-box-shadow: inset 1px -1px 1px rgba(255, 255, 255, 0.65);
	box-shadow: inset 1px -1px 1px rgba(255, 255, 255, 0.65);
}

blockquote p { margin: 0; }

/* Header */

#header {
	height: 60px;
	/*height: 104px;*/
	
}
#header .navbar{
	margin-top: 20px;
	/*margin-top: 87px;*/
	}

	
#header img:hover, #header a:hover, #browser img:hover, #browser a:hover, #reclama a:hover, #reclama img:hover , .imglink a:hover {
	
	background: none;
	text-decoration: none; 
	
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#header h1 a {
	font-family: 'ChunkFive Regular', Arial, Helvetica, sans-serif; /* Chunkfive is called via @font-face */
	
	font-size: 86px;
	color: #1e1e1e;
	font-weight: bold;
	float: left;
	margin-top: 20px;/*87*/
	padding: 20px 2px 0px 10px;
	letter-spacing: 0px;
	text-shadow: 0 3px 0 #BBB;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
	/*-webkit-box-reflect: below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(100, 100, 100, 0.2)));
	-moz-box-reflect: below -1px -moz-gradient(linear, left top, left bottom, from(transparent), to(rgba(100, 100, 100, 0.2)));
	box-reflect: below -1px gradient(linear, left top, left bottom, from(transparent), to(rgba(100, 100, 100, 0.2)));*/
}

#header h1 a:hover {
	background: none;
	text-decoration: none; 
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	
}


 .search {
	float:right;
}
/* Content */
#content {
	background: url(images/content_bg.png) repeat; /* Fallback for browser that doesn't support rgba */
	background: rgba(204, 204, 204, .4);
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	float: left;
	width: 940px;
	padding: 30px 10px 0 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

/* Nav */
#menu {
	border-bottom: 1px solid #cacaca;
	list-style: none;
}

#menu li {
	float: left;
	margin: 0 15px 0 0;
	padding-bottom: 5px;
	position: relative;
	
}

#menu li a {
	display: block;
	font-size: 16px;
	padding: 8px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

	/* Level 2 */
	#menu ul {
		background: #cacaca; /* Fallback */
		background: rgba(202, 202, 202, 0.95);
		display: none;
		padding: 10px;
		list-style: none;
		position: absolute;
		left: 0; top: 100%;
		z-index: 100;
		text-shadow: 1px 1px 0 #eae7e7;
		
		-webkit-box-shadow: 2px 3px 3px #4d4b4b;
		-moz-box-shadow: 2px 3px 3px #4d4b4b;
		box-shadow: 2px 3px 3px #4d4b4b;
		
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
	}
	
	#menu li:hover > ul { display: block; 
	}
	
	#menu ul li {
		float: none;
		min-width: 150px;
	}
	
/* Post */
.post {
	min-height: 50px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.post2 {
	margin-right: 10px;
	margin-top: 0px;
	position: relative;
	text-align: center;
}
.post3 {
	margin-right: 10px;
	margin-top: 0px;
	position: relative;
	
	
}
.imglink {text-align: center;
	}
.post p {
	padding-right: 10px;
	padding-left: 10px;
}

/*.post img.thumbnail + p{ margin-top: 25px; } /* First p after the thumbnail */

.post h2,
.post h2 a {
	color: #333;
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
	letter-spacing: -1px;
	-webkit-transition: opacity 0.15s ease-in-out;
	-moz-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}

.post h2 a:hover { 
	background: none; 
	opacity: 0.7; 
	text-decoration: none;
	text-shadow: none;
}

.post h3 { margin: 30px 0; }

	/* Post meta */
	.postmeta {
	margin: 5px 35px 0 0;
	overflow: hidden;
	text-shadow: 1px 1px 1px #F71570;
	}
	
	.postmeta a { color: #fff; }

	
.numpages {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;

	 }	

/* Sidebar */

.widget {
	overflow: hidden;
	padding-top: 0px;

}
.widget p{
	padding-left: 5px;
	/*text-align: center;*/

}

.widget p a:hover{
background: 0;
	color: #F71570;
	text-decoration: none;
	text-decoration: underline;
	
}
.widget li { line-height: 25px;}

.widget li a{
	color: #333;
	-webkit-transition: margin-left 0.3s linear;
	-moz-transition: margin-left 0.3s linear;
	transition: margin-left 0.3s linear;
	padding: 2px 5px 2px 5px;
}

.widget li a:hover {
	color: #fff;
	margin-left: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Footer */
#footer {
	text-shadow: 1px 0 1px #fff;
	text-align: center;
}

#footer a {
	color: #111;
	font-size: 16px;
	padding: 2px 3px;
	text-shadow: 1px 0 1px #fff;
}

#footer a:hover {
	color: #fff;
	text-shadow: none;
}

#footer p { margin: 0; }

/* Form */

input,
textarea,
label {
	font: 14px Georgia, "Times New Roman", Times, serif;
	padding-left: 5px;
}

input[type=text],
input[type=email],
input[type=password],
select,
.fck,
textarea {
	background: #cecdcd; /* Fallback */
	background: rgba(206, 205, 205, 0.6);
	border: 2px solid #F83D87;
	padding: 4px 5px;
	color: #000;
	-webkit-box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.65);
	-moz-box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.65);
	box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.65);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type=search] {
	padding: 3px 5px;
	color: #F83D87;
	
}

textarea { overflow: auto; width:500px; }

input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover, input[type=email]:focus, input[type=password]:hover, input[type=password]:focus,  select:hover,select:focus,  
textarea:hover, textarea:focus {
	background: #cecdcd;
	background: rgba(206, 205, 205, 0.8);
	border: 2px solid #e02a72;
	text-shadow: 1px 1px 0 #eae7e7;
	color: #000;
}


form input[type=submit] {
	border: none;
	cursor: pointer;
	padding: 5px 16px;
}

/* When a form input is invalid - Used on the email type field */
input:invalid { 
	border: 2px solid red;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	transform: rotate(1deg);
}

	/* Contactform */
	#contactform {
		margin-top: 30px;
		overflow: hidden;
	}
	
	#contactform p {
		overflow: hidden;
	}
	
	#contactform label {
		float: left;
		padding-top: 10px;
	}


.success {
	background: #e7f7d3 url(images/accepted.png) no-repeat 10px center;
	background: rgba(231, 247, 211, 0.4) url(images/accepted.png) no-repeat 10px center;
	border: 1px solid #6c3;
	padding: 20px 0 20px 80px;
}

.error {
	background: #ffebe8 url(images/cancel.png) no-repeat 10px center;
	background: rgba(255,235,232,0.4) url(images/cancel.png) no-repeat 10px center;
	border: 1px solid #C00;
	color: #C00;
	line-height: 30px;
	padding: 10px 0 10px 80px;
}

/* Misc */


.btn,
.more-link,
input[type=submit]  {
	background: #F83D87;
	color: #fff;
	padding: 5px 16px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}

.btn:hover,
.more-link:hover,
input[type=submit]:hover
{
	background: #F71570;
}

strong a{
	color: #000;
	padding: 1px 3px 1px 3px
}
#auction  a {
padding: 0px 0px;

}
#auction{
    position: relative;
	margin-left: 15px;
	height: 130px;
	width: 130px;
	border: 2px solid #cecdcd;
	background: #fff;
	line-height: 130px; 
	vertical-align: middle;
	padding: 1px 5px 5px 5px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#auction  a:hover, #itemdetalis  a:hover  {
	
	background: none;
	text-decoration: none; 
	
}



.thumbnail {
	
	-webkit-transition: border 0.2s linear;
	-moz-transition: border 0.2s linear;
	transition: border 0.2s linear;
	line-height: 130px; 
		vertical-align: middle;
		max-height:130px;
}
.thumbnail2 {
	
	-webkit-transition: border 0.2s linear;
	-moz-transition: border 0.2s linear;
	transition: border 0.2s linear;
	
	border: 2px solid #cecdcd;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.link-rec {
	
	-webkit-transition: border 0.2s linear;
	-moz-transition: border 0.2s linear;
	transition: border 0.2s linear;
	
	border: 2px solid #F83D87;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

 #auction:hover, #itemdetalis img:hover, .imglink img:hover { border: 2px solid #F83D87; }

.hide { display: none; }

/* Thumbnail rotation - Uncomment to use */

/*
.thumbnail {
	-webkit-transform: rotate(1deg); 
	-moz-transform: rotate(1deg); 
	transform: rotate(1deg); 
}
.post:nth-child(odd) .thumbnail {
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);
 }
*/

.container {overflow:hidden; width: 100%; }
.bg{ background:url(images/tail.gif) repeat-y 173px top; } 
.bg1{ background:url(images/tail.gif) repeat-y 346px top; } 
.tail{ background:url(images/tail.gif) bottom repeat-x; padding-bottom:6px; margin-bottom:6px;}
.col-3{ width:173px; float:left; }
.indent1{ min-height:48px; }
.tdrow	{text-align: center;border: solid #D1D7DC 0px; border-bottom-width: 1px;
	vertical-align: top;
		padding-top: 10px;}
		
.tdrow1	{ text-align: center;
	vertical-align: top;
		padding-top: 10px;
		}


.tdrowcenter	{ text-align: center;border: solid #D1D7DC 0px; border-top-width: 1px;}

/**Div containing the color of the stars */
.jRatingAverage {
	background-color:#f62929;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background-color:#F83D87; /* bgcolor of the stars*/
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}

/** Div containing the stars **/
.jStar {
	position:relative;
	left:0;
	z-index:3;
}
