/*body {background: url(images/bg.png) no-repeat top fixed #fff;font-family: arial;}*/
body {background: url(images/sailormoonbg1.jpg) no-repeat top fixed #fff;font-family: arial;}
p {color: #666666;font-family: 'Open Sans', sans-serif;font-size: 12px;}
/****HEADER*******/
.header{min-height: 105px;width: 100%;background: url(images/topbarbg.jpg);border-bottom: 2px solid #737373;}
.header .logo-cont {position: relative;}
.header .logo-cont img{position: absolute;top: 0;left: 0;z-index: 1;}
.header .social-media {text-align: right;margin-top: 8px;width: 100%;}
.header .social-media .search-form {display: inline-block;}
.header .social-media .search-form input[type="text"] {color:#fff;padding-left:10px;margin-bottom:20px;background: #000 url(images/search.png) no-repeat right 10px bottom 10px;height: 38px;width: 275px;border:2px solid #fff;}
.header .social-media .social-list {padding: 0;display: inline-block;}
.header .social-media .social-list > li {display: inline-block;}
.header .social-media .social-list > li:hover img {-webkit-filter: grayscale(100%); filter: grayscale(100%);cursor: pointer;}
.header .menu-list {text-align: right;margin-top: 17px;background: rgba(213,50,129,0.8);display: inline-block;float: right;padding: 2px 20px;margin-bottom: 5px;}
.header .menu-list > ul {list-style: none;padding: 0;margin: 0;}
.header .menu-list > ul > li {display: inline-block;}
.header .menu-list > ul > li > a {color: #fff;  padding: 0 6px;  font-family: 'Lobster', cursive;  font-size: 22px;}
.header .menu-list > ul > li:hover > a {color: #FCC;text-decoration: none;}
.fixed {  z-index: 1000;  position: fixed;  left: 0;  -webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.12);  -moz-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.12);  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.12);}
/****HEADER*******/
/****BANNER*******/
.banner{text-align: center;margin:7px 0;}
.banner img{margin: auto;}
/****BANNER*******/
/****BANNER BOTTOM*******/
.banner-bottom {margin-bottom: 30px;}
.banner-bottom .left {  margin-top: 145px;box-shadow: 1px 1px 12px 0px #000;position: relative;margin-bottom: 20px;background: #fff;}
.banner-bottom .left img {margin: auto;width: 100%;}
.banner-bottom .left h1 {position:absolute;bottom:0;background: #131313;color: #fff;font-size: 20px;text-transform: uppercase;display: inline-block;padding: 16px 20px;left: 55px;}
.banner-bottom .right {background: #fff;box-shadow: 1px 1px 12px 0px #000;}
.banner-bottom .right .right-list{margin-bottom: 4px;position: relative;}
.banner-bottom .right .right-list img{margin:auto;}
.banner-bottom .right .right-list h2{position: absolute;font-size: 16px;font-weight: bold;padding: 7px 10px;bottom: 19px;}
.banner-bottom .right .right-list h2.r_1 {background: #ff0000;color: #fff;}
.banner-bottom .right .right-list h2.r_2 {background: #ffd500;color: #000;}
.banner-bottom .right .right-list h3{width:100%;position: absolute;bottom: -10px;background: rgba(0,0,0,0.7);font-size: 16px;font-weight: normal;color: #fff;padding:6px 12px;}
/****BANNER BOTTOM*******/
/****BLOG*******/
.blog-container {padding-bottom: 20px;}
.blog-container .blog-list{margin-bottom: 20px;background: #fff;padding: 15px;position: relative;border: solid #c2eafe 1px;}
.blog-container .blog-list h1{  font-family: 'Lobster', cursive;font-size: 40px;color: #000;font-weight: bold;}
.blog-container .blog-list h1 a {color: #000;}
.blog-container .blog-list h2.r_1{position: relative;font-size: 40px;font-weight: bold;background: #ff0000;color: #fff;position: absolute;font-size: 18px;font-weight: bold;padding: 10px 44px;top: -33px;left: 56px;}
.blog-container .blog-list h2.r_2{position: relative;font-size: 40px;font-weight: bold;background: #ffd500;color: #000;position: absolute;font-size: 18px;font-weight: bold;padding: 10px 44px;top: -33px;left: 56px;}
.blog-container .blog-list h2.r_1:before{content: '';position: absolute;border-right: 14px solid #660000;border-top: 13px solid transparent;top: 0px;left: -14px;}
.blog-container .blog-list h2.r_2:before{content: '';position: absolute;border-right: 14px solid #660000;border-top: 13px solid transparent;top: 0px;left: -14px;}
.blog-container .blog-list .meta-cont{font-weight: bold;font-size: 14px;color: #1e1e1e;margin-bottom: 10px;}
.blog-container .blog-list .meta-cont span{color: #0066ff;}
.blog-container .blog-list .meta-cont a{color: #1e1e1e;}
.blog-container .blog-list .meta-cont a:hover {color:#cc0000; }
.blog-container .blog-list h4{color: #333333;font-size: 12px;font-weight: bold;}
.blog-container .blog-list h4{color: #333333;font-size: 12px;font-weight: bold;}
.blog-container .blog-list h4 span{color: #666666; margin-left:90px;}
.blog-container .blog-list p{font-size: 12px;}
.blog-container .blog-list .star{margin-right: 15px;display: inline-block;}
.blog-container .blog-list .blog-img{padding: 3px;border: #f1f1f1 solid 1px;display: inline-block;float:left;margin-right: 10px;}	
/****BLOG*******/
/****RIGHT BUTTONS*******/
.right-buttons .button-cont{
background: #157aad; /* Old browsers */
background: -moz-linear-gradient(top,  #157aad 0%, #116397 50%, #10588c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#157aad), color-stop(50%,#116397), color-stop(100%,#10588c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #157aad 0%,#116397 50%,#10588c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #157aad 0%,#116397 50%,#10588c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #157aad 0%,#116397 50%,#10588c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #157aad 0%,#116397 50%,#10588c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#157aad', endColorstr='#10588c',GradientType=0 ); /* IE6-9 */
}
.right-buttons .links{color:#fff;width: 100%;font-size: 19px;font-weight: bold;display: block;margin-bottom: 4px;}
.l_padding {padding-right: 2px !important;}
.r_padding {padding-left: 2px !important;}
.other-artist, .categories-cont, .side-banner{background: #fff;padding: 20px 0;  border: solid #c2eafe 1px;}
.side-banner {margin-top: 5px;}
.side-banner img{margin:auto;}
.video-cont{background: #fff;padding: 20px 0;  border: solid #c2eafe 1px;}
.other-artist h2, .categories-cont h2, .video-cont h2{margin-top: 0;  padding-left:10px;padding-bottom:5px;border-bottom: solid #c2eafe 1px;font-size: 20px;font-weight: bold;color: #000000;}
.other-artist .other-list{text-align: center;}
.other-artist .other-list a{display: block;margin: 5px;color: #000;}
.video-cont {margin: 5px 0;}
.video-cont img{margin: auto;}
.categories-cont nav {text-align: center;margin-left: 10px;}
.categories-cont nav ul{padding: 0;text-align: left;}
.categories-cont nav ul li{text-decoration: none;list-style: none;margin: 0 auto;}
.categories-cont nav ul li a{color:#666666;font-size: 12px;} 
.pagintion-cont {text-align: center;margin: 20px 0;}
.pagintion-cont img {margin: auto;}
.footer-cont {min-height: 95px;background: #000;padding: 15px;}
/****RIGHT BUTTONS*******/
/****BELOW FOOTER*******/
.below-footer{background:#006699;width: 100%;padding:20px 0;text-align: center;}
.below-footer h1{text-align: center;color: #fff;font-weight: bold;font-size: 20px}
.below-footer p{text-align: center;color: #fff;font-size: 11px;}
.below-footer p a{color: #fff;}
.below-footer .friend-list{display: inline-block;text-align: center;padding: 20px 35px;}
.below-footer .friend-list ul {padding: 0;}
.below-footer .friend-list ul li{list-style: none;padding: 0;line-height: 15px;}
.below-footer .friend-list ul li a{color: #ccc;font-size: 11px;text-decoration: underline;}
/****BELOW FOOTER*******/
/****FOOTER*******/
.footer {background: url(images/footer.jpg);height: 209px;}
#menu-button {display:none;background: url(images/binding_dark.jpg);color: #fff;padding: 10px;text-transform: uppercase;cursor: pointer;font-weight: bold;}
.menu-cont {width: 100%;background: #c30000;padding-bottom: 10px;display: none;}
.menu-cont ul {list-style: none;padding: 0;}
.menu-cont ul li a{color: #fff;display: block;padding: 10px;text-transform: uppercase;}
.menu-cont ul li:hover a{background: url(images/binding_dark.jpg);color: #fff;text-decoration: none;}
/****FOOTER*******/
/****SIDEBAR*******/
.button_1 {background: url(images/features.png) no-repeat center left 10px;padding:7px 0 7px 40px;}
.button_2 {background: url(images/top.png) no-repeat center left 10px;padding:7px 0 7px 40px;}
.button_3 {background: url(images/podcasts.png) no-repeat center left 10px;padding:7px 0 7px 40px;}
.button_4 {background: url(images/features.png) no-repeat center left 10px;padding:7px 0 7px 40px;}
.button_5 {background: url(images/culture.png) no-repeat center left 10px;padding:7px 0 7px 40px;}
.button_6 {background: url(images/reviews.png) no-repeat center left 10px;padding:7px 0 7px 40px;}
.button_7 {background: url(images/previews.png) no-repeat center left 10px;padding:7px 0 7px 40px;}
.button_8 {background: url(images/videos.png) no-repeat center left 10px;padding:7px 0 7px 40px;}
/****SIDEBAR*******/
/****SUBPAGES*******/
.subpages {background: #fff;padding: 15px;border: solid #c2eafe 1px;}
.subpages h2 {  background-color: #006699;color: #FFF;padding: 5px 10px;font-size: 36px;font-weight: bold;margin-top: 20px;font-family: 'Lobster', cursive;}
.subpages h1 {font-weight: bold;color: #000000;margin-top: 20px;font-family: 'Lobster', cursive;  font-size: 50px;}
.subpages h3 {font-size: 20px;color: #F00;margin: 0;font-weight: bold;}
.subpages p strong { color: #000;}
.subpages .banner-join {position: relative;margin-top: 20px;}
.subpages .banner-join .btn-img {border: solid #F36 10px;}
.subpages .banner-join .join {position: absolute;top: -18px;right: -16px;}
.subpages .join-gallery {margin-top:20px;}
.subpages .join-gallery h4 {font-size: 30px;font-weight: normal;}
.subpages .join-gallery h5 {font-size: 22px;margin-top: 10px;font-weight: normal;}
.subpages .join-gallery ul {}
.subpages .join-gallery ul > li {list-style-type: circle;font-size: 16px;}
.subpages .join-gallery .list-gallery {margin-bottom: 10px;}
.subpages .join-gallery .link {color: #F00;font-size: 76px;text-align: center;font-weight: bold;}
.subpages .join-gallery .link:hover {color: #333;}

/****SUBPAGES*******/
.social-links {  padding: 10px 0;  border: 1px solid #ccc;  text-align: center;  margin-top: 20px;  border-radius: 5px;}
.social-links p {color: #ccc;font-size: 12px;margin: 0;}
.subpage-cont {background: #fff;padding: 15px;}
.thumb {max-width: 100%;height: auto;}
.single-desc h1 {font-size: 25px;color: #000;font-weight: bold;margin: 0 0 10px;}
.single-cont h3.tags{font-weight: bold;font-size: 14px;color: #1e1e1e;margin: 10px 15px;}
.single-cont h3 span {color: #cc0000;}
.single-desc .date {font-style: italic;display: block;}
.single-cont h3.tags a {color: #1e1e1e;}
.single-cont h3.tags a:hover {color: #cc0000;}
.description {margin-top: 20px;}
.single-cont .thumb img {width: 100%;height: auto;}
.single-cont .commentlist li{box-shadow: 0px 0px 6px #ccc;margin-top: 20px;list-style: none;padding: 15px;}
.single-cont .comment-author img {box-shadow: 0px 2px 3px #e2e2e2;border: 3px dashed #f1f1f1;}
.single-cont .reply {padding: 0 10px;padding-top: 5px;padding-bottom: 5px;background: #f1f1f1;box-shadow: 0px 1px 2px #e2e2e2;border: 1px solid #e1e1e1;}
.single-cont  .reply a {text-align: right;color: #1e1e1e;}
.single-cont .comment-edit-link {display: none;}
.single-cont .comment-meta {margin: 10px 0;}
.single-cont .comment-meta a{color: #000;margin: 10px 0;}
.single-cont input[type="submit"] {background: red;padding: 10px 20px;border: none;color: #fff;font-weight: bold;text-transform: uppercase;}
.single-cont .social-links {width: 96%;margin: auto;}
.pagintion-cont .pagination .current {background: #d02525;color:#fff;margin-left: 8px !important;}
.pagintion-cont .pagination a {margin-left: 8px !important;}
nav.list ul {list-style: none;padding: 0;margin-left: 10px;}
nav.list ul li a{ color: #000;}
.high-rated li {list-style-type: lower-hexadecimal;}
.high-rated li a{color: #000;}