@charset "UTF-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
}

html {
min-height:100%;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
background:#fff url(../images/bg.jpg) bottom center no-repeat;
min-height:100%;
padding:0 0 1px 0;
}

img {
border: 0;
}

table {
width: 100%;
}

textarea {
width: 100%;
height: 100px;
}

#wrapper {
width: 960px;
margin: 0px auto;
background: url('../images/bg_logo.png') no-repeat top left;
}

#header {
height: 70px;
}

#search {
background: url('../images/bg_search.jpg') no-repeat top right;
float: right;
padding-top: 50px;
vertical-align:middle;
}

#search input.image {
margin-left: 2px;
vertical-align: middle;
}

#search input {
vertical-align:middle;
}

.error {
color: #ff0000;
}

#intro {
width:227px;
}

h1, h2 {
font-size:1.8em;
line-height:1em;
padding:0 0 0.2em;
color:#612b48;
}

h2 {
font-size:1.4em;
line-height:1.2em;
padding:0 0 0.6em;
}

.left-col a.home {
height:150px;
display:block;
}

#intro .img {
float: left;
margin: 0 10px 5px 0;
height:64px;
width:66px;
padding:3px;
background:url(../images/bg_image_frame.png);
}

#intro a.button {
color: #fff;
display: inline-block;
width:179px;
height: 44px;
line-height: 44px;
background: url('../images/bg_intro_link.png') no-repeat;
text-decoration: none;
padding-left: 48px;
margin-top: 30px;
font-size:1.2em;
}
#intro a.button:hover {
	color:#fff;
}
#intro a.button:active {
	color:#fff;
}
#intro a.button:link {
	color:#fff;
}
#intro a.button:visited {
	color:#fff;
}

#intro p {
max-width: 220px;
font-size:1.2em;
}

#player {
height:399px;
width:709px;
margin-bottom: 11px;
border:1px solid #cbb48a;
padding:2px;
}

#player-background {
position:relative;
width:709px;
height:399px;
background:url(../images/bg_player.gif);
}

#player-details {
font-size:1.1em;
}

#player-details div.tags {
width:60%;
float:left;
}

#player-details div.rating {
width:20%;
float:left;
}

#player-details div.download {
margin:3px 0;
width:100%;
float: left;
clear:left;
}

#player-details div.rating span {
float:left;
margin:0 4px 0 0;
}

#player-details div.rating .star {
background:url(../images/star_white.jpg);
display:block;
width:14px;
height:14px;
float:left;
}

#player-details div.rating .star.on {
background:url(../images/star_yellow.jpg);
}

#player-details div.rating.hover .star {
background:url(../images/star_white.jpg) !important;
}

#player-details div.rating.hover .star.hover {
background:url(../images/star_yellow.jpg) !important;
}

#player-details div.comments {
float: right;
width: 15%;
}

#videos, #comments, #tags {
margin-top: 50px;
}

#videos, #tags {
font-size:1.1em;
}

#comments-form {
margin: 10px 0 0 0;
border-top: 1px solid #d2b97c;
border-bottom: 1px solid #d2b97c;
padding: 40px 0 10px 0;
}

#comments-form p.thanks, #comments-form p.erroremail {
font-size:1.2em;
padding:0.3em 0;
}

#comments-form .input {
background:url(../images/bg_input.png);
width:227px;
height:27px;
float:left;
margin:0 10px 5px 0;
}

#comments-form .input input {
border:0;
padding:6px;
line-height:15px;
font-size:1.2em;
background:none;
color:#521f33;
width:215px;
height:15px;
}

input.error, textarea.error {
color:#000 !important;
}

#comments-form .textarea {
background:url(../images/bg_textarea.png);
width:717px;
height:117px;
margin:0;
clear:both;
margin:0 0 5px 0;
}

#comments-form .textarea textarea {
padding:6px;
width:705px;
height:105px;
border:0;
line-height:15px;
font-size:1.2em;
background:none;
color:#521f33;
font-family:Arial, Helvetica, sans-serif;
}

#comments-form .submit-button {
text-align:right;
}

a.post-comment {
background: url('../images/btn_post.jpg') no-repeat left center;
padding-left: 16px;
color: #521f33;
text-decoration: none;
}

#comments .comment {
margin-top: 10px;
border-top: 1px solid #d2b97c;
padding-top: 10px;
color:#521f33;
}

#comments .comment p {
font-size:1.2em;
line-height:1.2em;
padding:0 0 1.2em;
}

div.tags span {
float:left;
}

span.tags {
width:390px;
float:left;
overflow:hidden;
display:block;
}

span.tags a, a.link {
padding: 0 2px;
text-decoration: none;
color: #000;
display:block;
float:left;
}

span.tags a:hover, a.link:hover {
color: #ec008c;
}

span.pink, a.pink {
color: #fff;
background: #ec008c;
padding: 1px 3px;
text-decoration: none;
}

.right {
text-align: right;
}

.clear {
clear: both;
overflow:hidden;
}

.left-col {
width: 245px;
float: left;
}

.right-col {
width: 715px;
overflow: hidden;
float: right;
}

#content .right-col {
padding:40px 0 0 0;
}

#comments_count {
float: right; 
}

#footer {
border-top: 1px solid #d2b97c;
clear: both;
padding:10px 0;
margin:0 0 15px 0;
}

#pagination_short {
float: right;
}

#pagination_long {
text-align: center;
margin-bottom: 30px;
}

#pagination_short a, #pagination_long a{
text-decoration: none;
}

#pagination_long a {
margin: 0 3px 0 3px;
color:#000;
}

a.previousBtn, a.nextBtn {
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
margin: 0 5px 0 5px;
}

.float-right {
float: right;
}

ul.tags_vertical {
margin-top: 5px;
list-style: none;
}

ul.tags_vertical li {
background: url('../images/btn_tag.jpg') no-repeat left center;
padding: 2px 0 2px 20px;
}

ul.tags_vertical li.notag {
background:none;
padding:2px 0;
}

ul.tags_vertical li.overflow {
display:none;
}

ul.tags_vertical li a {
text-decoration: none;
color: #000;
}

ul.tags_vertical li a:hover {
color: #ec008c;
}

#categories {
font-size:1.3em;
height:35px;
}

ul.categories_horizontal {
list-style: none;
}

ul.categories_horizontal li {
display: block;
float: left;
margin:0 20px 20px 0;
}

ul.categories_horizontal li a {
text-decoration: none;
font-weight: bold;
color: #000;
}

a.selected {
color: #ec008c !important;
font-weight: bold;
}

a.previousBtn {
background: url('../images/btn_backwards.jpg') no-repeat top left;
}

a.nextBtn {
background: url('../images/btn_forwards.jpg') no-repeat top left;
}

#items {
overflow: hidden;
width: 730px;
clear: both;
margin: 5px 0 0 0;
}

#items .seperator {
clear: both;
height: 10px;
border-top: 1px solid #d2b97c;
}

.item {
width: 170px;
padding: 0 11px 11px 0;
float: left;
}

.item a.video {
display:block;
position:relative;
color:#000;
text-decoration:none;
}

.item a.video:hover {
color:#ec008c;
}

.item a.video span.video {
display:block;
position:relative;
padding:1px;
}

.item a.video img {
width:166px;
height:94px;
display:block;
}

.item a.video span.button {
position:absolute;
top:1px;
left:1px;
width:166px;
height:94px;
display:block;
background:url(../images/bg_video_arrow.png) center no-repeat;
}

.item p.date, .item p.title {
font-weight: bold;
padding: 0 0 5px 0;
}

.item p.date {
color: #612B48;
}

.item p.category {
color: #d2b97c;
font-style: italic;
}

.item div.thumb_image {
border: 1px solid #d2b97c;
margin: 0 0 11px;
position:relative;
}

span.show-tooltip-text { 
display: none;
position: absolute;
font-size: 0.9em;
background: #EC008C;
background-repeat: repeat-x;
padding: 3px 3px 3px 3px;
color: #ffffff;
}
