!@!@! Please help html template !@!@!
please help me i bought this theme but it is not working! some help please here it is.
@charset "utf-8";
/* CSS Document */
* {
padding:0;
margin:0;
outline:none;
}
/*
===============================================
General Styles
===============================================
*/
body {
font-family:tahoma, arial, sans-serif;
font-size:11px;
color:#333;
background:url(../images/bg-body-home.jpg) no-repeat center 79px;
}
body.bg-body-v {
background:url(../images/bg-body-videodetail.jpg) no-repeat center 79px;
}
body.bg-body-l {
background:url(../images/bg-body-listing.jpg) no-repeat center 79px;
}
a img {
border:none;
}
a {
text-decoration:underline;
color:#2bb2e3;
}
a:hover {
text-decoration:none;
}
ul, ol {
list-style:none;
}
.clear {
line-height:0;
font-size:0;
clear:both;
}
h1, h2 {
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#00555a;
line-height:16px;
padding-bottom:8px;
}
h3 {
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color:#00555a;
line-height:16px;
padding-bottom:8px;
}
h4 {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#00555a;
line-height:16px;
padding-bottom:8px;
}
h5 {
font-size:12px;
color:#00555a;
line-height:14px;
padding-bottom:8px;
font-family:Arial, Helvetica, sans-serif;
}
h5 a {
color:#00555a;
text-decoration:none;
}
/*
=======================================
Header Section
=======================================
*/
#outer_header {
width:100%;
border-top:5px solid #00555a;
height:72px;
background:url(../images/bg-outer-header.gif) repeat-x top;
border-bottom:1px solid #d1d1d1;
position:relative;
z-index:1000;
}
#header_sec {
width:960px;
margin:0 auto;
padding-top:11px;
}
#header_sec img#logo {
float:left;
}
#header_sec #nav {
float:left;
width:452px;
padding-left:27px;
padding-top:12px;
}
#header_sec #nav li {
float:left;
padding-left:5px;
position:relative;
}
#header_sec #nav li a {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-decoration:none;
color:#6f696b;
line-height:23px;
display:inline-block;
float:left;
padding-left:12px;
padding-right:10px;
padding-bottom:2px;
padding-top:1px;
}
#header_sec #nav li a:hover ,#header_sec #nav li a.active {
color:#00555a;
padding-left:11px;
padding-right:9px;
padding-top:0;
padding-bottom:0;
background:#f1f1f1;
border:1px solid #e7e7e7;
text-decoration:none;
border-bottom:2px solid #6f696b;
}
#nav #navbar *:hover > a {
color:#00555a;
padding-left:11px;
padding-right:9px;
padding-top:0;
padding-bottom:2px;
background:#f1f1f1;
border:1px solid #e7e7e7;
text-decoration:none;
border-bottom:0;
}
#nav #navbar li ul {
display: none;
width: 135px; /* Width to help Opera out */
border:1px solid #e6e6e6;
}
#nav #navbar li:hover ul, #navbar li.hover ul {
display: block;
left:5px;
top:25px;
position: absolute;
margin: 0;
padding: 0;
background:#f1f1f1;
}
#nav #navbar li ul li {
padding:0;
width:135px;
}
#nav #navbar li ul li a {
line-height:29px;
padding:0;
font-size:13px;
border-bottom:1px solid #d9d8d8;
padding-left:10px;
width:125px;
}
#nav #navbar li ul li a:hover {
padding:0 0 0 10px;
width:125px;
background:#eaeaea;
border:none;
border-bottom:1px solid #d9d8d8;
}
#header_sec .signin {
float:right;
width:280px;
padding-top:14px;
}
#header_sec .signin ul {
float:right;
}
#header_sec .signin li {
float:left;
padding:6px 10px 0 10px;
}
#header_sec .signin li.sign_in a{
color:#6f696b;
text-decoration:none;
}
#header_sec .signin li.sign_in a:hover {
text-decoration:underline;
}
#header_sec .signin li.sign_in {
background:url(../images/bg-sep-signin.gif) no-repeat left 8px;
padding-right:0;
}
#header_sec .signin li.upload_btn {
padding-top:0;
}
#header_sec .signin li.upload_btn a{
display:block;
float:left;
width:127px;
height:27px;
background:url(../images/upload_btn.gif) no-repeat left top;
line-height:27px;
font-weight:bold;
color:#fff;
text-align:center;
text-decoration:none;
}
/*
=========================================================
Content Section
=========================================================
*/
#content_sec {
width:960px;
margin:0 auto;
padding-top:10px;
padding-bottom:20px;
position:relative;
z-index:10;
}
/*
=======================================================
Left Content
=======================================================
*/
#left_content {
width:650px;
float:left;
}
#banner_slider {
width:650px;
float:left;
background:#e7e7e7;
border-top:1px solid #d1d1d1;
}
#nav-slider {
width:650px;
float:left;
height:36px;
border-bottom:1px solid #fff;
background:url(../images/bg-nav-slider.gif) repeat-x top;
padding-top:3px;
}
#nav-slider li {
float:left;
background:url(../images/bg-sep-tab.gif) no-repeat right center;
padding:0 5px;
}
#nav-slider li:first-child {
padding-left:2px;
}
#nav-slider li.nobg {
background:none;
}
#nav-slider li a {
display:block;
float:left;
line-height:33px;
font-family:Arial, Helvetica, sans-serif;
color:#6f696b;
text-decoration:none;
padding:0 18px;
font-weight:bold;
}
#nav-slider li a:hover {
color:#00555a;
}
#nav-slider li.active {
background:none;
}
#nav-slider li.active a{
background:url(../images/bg-tab-nav.gif) repeat-x top;
border:1px solid #e4e4e4;
color:#00555a;
}
.video-slider {
padding:11px 10px 11px 11px;
float:left;
height:353px;
width:629px;
}
.video-category {
width:650px;
float:left;
padding-top:12px;
}
.heading-list {
width:618px;
float:left;
border:1px solid #e4e4e4;
height:27px;
background:url(../images/bg-heading-gr.gif) repeat-x top;
padding-top:6px;
padding-left:18px;
padding-right:12px;
margin-bottom:10px;
}
.heading-list h1 {
float:left;
width:500px;
padding-bottom:0;
line-height:20px;
}
.heading-list ul {
float:right;
}
.heading-list ul li {
float:left;
}
.heading-list ul li a {
display:block;
float:left;
text-indent:-9999px;
margin-left:4px;
}
.heading-list ul li a.list-view {
width:21px;
height:22px;
background:url(../images/bg-list-btn.gif) no-repeat left top;
}
.heading-list ul li a.grid-view {
width:19px;
height:19px;
background:url(../images/bg-grid-view.gif) no-repeat left top;
margin-top:2px;
}
.wrapper_list_view {
width:650px;
float:left;
padding-bottom:10px;
}
.thumb_view {
}
.thumb_view .description-box {
width:148px;
float:left;
border:none;
padding:0 0px 0px 19px;
min-height:225px;
height:auto!important;
height:225px;
overflow:hidden;
}
.thumb_view .nopadding {
padding-left:0!important
}
.description-box {
width:631px;
float:left;
border:1px solid #ddd;
padding:10px;
padding-left:7px;
margin-bottom:14px;
}
.video-box {
float:left;
width:148px;
height:117px;
background:url(../images/frame-video.gif) no-repeat left top;
padding-top:7px;
text-align:center;
position:relative;
}
.video-box img {
height:110px;
width:134px;
}
.video-box span.time-video {
display:block;
position:absolute;
left:7px;
bottom:7px;
width:45px;
height:18px;
line-height:18px;
background:url(../images/bg-opacity.png) repeat;
color:#fff;
}
.video-box span.add-playlist {
display:block;
position:absolute;
right:7px;
bottom:7px;
width:22px;
height:22px;
text-indent:-9999px;
background:url(../images/add-btn.gif) no-repeat left top;
color:#fff;
}
.thumb_view .description-box div {
width:148px;
}
.thumb_view .description-box div h5 {
width:148px;
padding-bottom:5px;
}
.thumb_view .description-box .heading-date {
border-bottom:none;
margin-bottom:0;
}
.thumb_view .description-box .heading-date span {
width:144px;
padding-left:4px;
}
.thumb_view .description-box .text-desc {
display:none;
}
.description-video {
float:right;
width:475px;
padding-top:5px;
}
.total-views {
color:#747474;
float:left;
width:148px;
padding-bottom:4px;
display:none;
}
.thumb_view .total-views {
display:block;
}
.heading-date {
width:475px;
float:left;
border-bottom:1px solid #e7e7e7;
padding-bottom:7px;
margin-bottom:7px;
}
.heading-date h5 {
float:left;
line-height:16px;
padding-bottom:0;
width:350px;
}
.heading-date span {
display:block;
float:right;
color:#b5b5b5;
font-style:italic;
padding-right:5px;
}
.text-desc {
width:475px;
float:left;
line-height:17px;
}
.text-desc p {
line-height:18px;
padding-bottom:10px;
}
.thumb_view .bottom-panel ul li {
display:none;
}
.thumb_view .bottom-panel ul li.nobg {
display:block;
}
.thumb_view .bottom-panel .rating-stars ,.thumb_view .bottom-panel .share-btn {
display:none;
}
.bottom-panel {
float:left;
width:475px;
}
.bottom-panel ul {
float:left;
}
.bottom-panel ul li {
float:left;
background:url(../images/bg-sep-signin.gif) no-repeat left 3px;
padding:0 6px 0 8px;
color:#989898;
line-height:15px;
}
.bottom-panel ul li.nobg {
background:none;
padding-left:0;
}
.rating-stars {
float:left;
padding-left:20px;
padding-top:1px;
width:100px;
}
.description-box .rating-stars em {
display:block;
float:left!important;
width:12px;
height:12px;
background:url(../images/t-star.gif) no-repeat left top;
margin-right:2px;
}
.rating-stars em.low-rate {
background:url(../images/l-star.gif) no-repeat left top;
}
.bottom-panel a.share-btn {
display:block;
float:right;
width:72px;
height:17px;
background:url(../images/bg-share-social.gif) no-repeat left top;
text-indent:-9999px;
}
.pager {
width:618px;
float:left;
border:1px solid #e4e4e4;
height:23px;
background:url(../images/bg-heading-gr.gif) repeat-x top;
padding-top:10px;
padding-left:18px;
padding-right:12px;
}
.pager li {
float:left;
color:#747474;
padding:0 2px;
}
.pager li a {
display:block;
float:left;
line-height:16px;
padding:0 5px 2px 5px;
color:#747474;
font-weight:bold;
text-decoration:none;
}
.pager li a.pre {
width:7px;
height:10px;
background:url(../images/btn-pre.gif) no-repeat left top;
text-indent:-9999px;
margin-top:4px;
padding-right:0;
}
.pager li a.next {
width:7px;
height:10px;
background:url(../images/btn-next.gif) no-repeat left top;
text-indent:-9999px;
margin-top:4px;
}
.pager li a:hover , .pager li a.active {
background:#00555a;
color:#fff;
}
.pager li a.pre:hover {
background:url(../images/btn-pre.gif) no-repeat left top;
}
.pager li a.next:hover {
background:url(../images/btn-next.gif) no-repeat left top;
}
/*
=========================================================
Right Content
=========================================================
*/
#right_content {
width:290px;
float:right;
}
.sign-in-field {
width:290px;
float:left;
width:276px;
height:28px;
padding:7px;
background:url(../images/bg-search.gif) no-repeat left top;
margin-bottom:10px;
}
.sign-in-field input.txt-field {
float:left;
width:220px;
height:16px;
border:none;
background:none;
font-size:12px;
color:#6f696b;
font-family:Arial, Helvetica, sans-serif;
padding:6px 10px;
}
.sign-in-field a {
display:block;
float:right;
text-indent:-99999px;
width:24px;
height:28px;
}
.banner-right {
width:290px;
float:left;
padding-bottom:5px;
}
.banner-right img {
margin-bottom:8px;
}
.banner-right h5 {
padding-bottom:10px;
}
.classic-channel {
float:left;
width:290px;
padding-bottom:12px;
}
.heading-top {
float:left;
width:290px;
border-bottom:1px solid #ccc;
padding-bottom:8px;
margin-bottom:10px;
}
.heading-top h2 {
float:left;
width:220px;
padding-bottom:0;
}
.heading-top a {
display:block;
float:right;
line-height:15px;
font-size:10px;
}
.classic-channel li {
float:left;
width:290px;
padding-bottom:5px;
}
.classic-channel li a img {
float:left;
margin-right:12px;
}
.classic-channel li a {
display:block;
float:left;
height:55px;
text-decoration:none;
width:290px;
}
.classic-channel li a span {
display:block;
padding-top:13px;
padding-bottom:4px;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#fff;
width:175px;
}
.classic-channel li a em {
display:block;
float:left;
width:175px;
}
.classic-channel li a.red {
background:#97020f;
}
.classic-channel li a.red em {
color:#de3d4b;
}
.classic-channel li a.green {
background:#89966f;
}
.classic-channel li a.green em {
color:#b8c4a0;
}
.classic-channel li a.silver {
background:#797979;
}
.classic-channel li a.silver em {
color:#aaa;
}
.trending-box {
width:290px;
float:left;
overflow:auto;
}
.accordionContent {}
.trending-box li{
float:left;
width:290px;
padding-bottom:15px;
}
.trending-box li div.video-box-trending {
float:left;
width:97px;
height:54px;
background:url(../images/img-frame-tre.gif) no-repeat left top;
padding-top:7px;
padding-left:7px;
position:relative;
}
.trending-box li div.video-box-trending span.time-video {
display:block;
position:absolute;
left:7px;
bottom:6px;
width:45px;
height:18px;
line-height:18px;
background:url(../images/bg-opacity.png) repeat;
color:#fff;
text-align:center;
}
.trending-box li div.video-box-trending span.add-playlist {
display:block;
position:absolute;
right:6px;
bottom:6px;
width:22px;
height:22px;
text-indent:-9999px;
background:url(../images/add-btn.gif) no-repeat left top;
color:#fff;
}
.text-desc-tre {
float:right;
width:178px;
padding-top:4px;
color:#747474;
}
.text-desc-tre h5 {
padding-bottom:6px;
}
.text-desc-tre p {
padding-bottom:6px;
color:#747474;
}
.event-box {
float:left;
width:290px;
}
.event-box li {
float:left;
width:290px;
padding-bottom:15px;
}
.event-box li .img-frame-event {
float:left;
width:97px;
height:54px;
background:url(../images/img-frame-tre.gif) no-repeat left top;
padding-top:7px;
padding-left:7px;
}
.event-box li .img-frame-event img {
width:90px;
height:48px;
}
.event-box li .text-desc-event {
float:right;
width:175px;
padding-top:4px;
}
.event-box li .text-desc-event h5 {
padding-bottom:5px;
}
.event-box li .text-desc-event p {
line-height:17px;
padding-bottom:0;
}
/*
=========================================================
Footer Section
=========================================================
*/
#outer-footer {
width:100%;
border-top:1px solid #c1d2d3;
background:url(../images/bg-gr-footer.gif) repeat-x top #fff;
padding-top:16px;
}
#footer_sec {
width:940px;
margin:0 auto;
}
.about-us ,.rules-policy {
width:170px;
float:left;
border-right:1px solid #f4f4f4;
padding-top:10px;
padding-bottom:10px;
padding-right:30px;
}
.about-us h2 {
background:url(../images/bg-about-us.gif) no-repeat left top;
padding-left:25px;
padding-top:2px;
padding-bottom:22px;
}
.about-us li ,.rules-policy li{
float:left;
width:162px;
padding-left:8px;
padding-bottom:8px;
}
.about-us li a , .rules-policy li a {
display:block;
float:left;
padding-left:9px;
background:url(../images/sep-list.gif) no-repeat left 4px;
text-decoration:none;
color:#555;
}
.about-us li a:hover ,.rules-policy li a:hover{
background:url(../images/sep-list-hover.gif) no-repeat left 4px;
color:#999;
text-decoration:underline;
}
.rules-policy h2 {
background:url(../images/bg-rule-policy.gif) no-repeat left top;
padding-left:25px;
padding-top:6px;
padding-bottom:18px;
}
.rules-policy {
padding-left:35px;
}
.social-network {
width:170px;
float:left;
border-right:1px solid #f4f4f4;
padding-top:10px;
padding-bottom:10px;
padding-right:30px;
padding-left:35px;
}
.social-network h2 {
background:url(../images/bg-follow-us.gif) no-repeat left top;
padding-left:32px;
padding-top:2px;
padding-bottom:22px;
}
.social-network li {
float:left;
width:170px;
padding-bottom:4px;
}
.social-network li a {
display:block;
float:left;
line-height:16px;
padding-left:30px;
color:#666;
text-decoration:none;
}
.social-network li a:hover {
color:#000;
}
.social-network li a.so1 {
background:url(../images/bg-fb.gif) no-repeat left top;
}
.social-network li a.so2 {
background:url(../images/bg-tw.gif) no-repeat left top;
}
.social-network li a.so3 {
background:url(../images/bg-ms.gif) no-repeat left top;
}
.social-network li a.so4 {
background:url(../images/bg-ut.gif) no-repeat left top;
}
.social-network li a.so5 {
background:url(../images/bg-google.gif) no-repeat left top;
}
.news-letter {
width:220px;
float:right;
padding-top:10px;
color:#555;
}
.news-letter h2 {
background:url(../images/bg-newsletter.gif) no-repeat left top;
padding-left:28px;
padding-top:3px;
padding-bottom:17px;
}
.news-letter p {
line-height:18px;
padding-bottom:14px;
color:#555;
}
.news-letter li {
float:left;
}
.news-letter li label {
display:block;
float:left;
padding-right:8px;
}
.news-letter li input {
float:left;
margin-right:8px;
}
.news-letter span.subsc-input {
display:block;
float:left;
width:216px;
height:23px;
background:url(../images/bg-inout-news.gif) no-repeat left top;
padding:2px;
margin-top:20px;
}
.news-letter span.subsc-input input {
border:none;
background:none;
height:15px;
width:138px;
padding:4px 10px;
font-size:11px;
color:#000;
font-family:Arial, Helvetica, sans-serif;
}
.news-letter span.subsc-input a {
display:block;
float:right;
height:23px;
width:57px;
text-indent:-9999px;
}
#outer-bottom-footer {
width:100%;
padding-bottom:12px;
background:url(../images/bottom-footer.gif) repeat-x bottom;
}
#bottom-footer {
width:940px;
margin: 0 auto;
padding:12px 0;
}
#bottom-footer p {
float:left;
color:#9d9d9d;
}
#bottom-footer p a {
font-weight:bold;
color:#00555a;
}
a#goTop {
display:block;
float:right;
background:url(../images/bg-go-top.gif) no-repeat left top;
line-height:14px;
padding-left:18px;
color:#ccc;
margin-top:3px;
}
/*
|