/*= Table of Content
 *
 *= Reset,Base and Common
 *= Structure
 *= Header
 *= Main Navigation
 *= General Content Style
 *= Archive Content Style
 *= Featured Content Style
 *= Singular Content Style
 *= Widgets (Sidebar & Footbar)
 *= Footer (Footbar & Colophon)
 *= Comments & Response
 *= Plugins Style
 *= Browser Specific
 *==================================================================*/


/*= Reset,Base and Common
 *==================================================================*/
html {
    background:#FFF;
    color:#555;
}
body {
    margin:0;
    font:13px sans-serif;
    line-height:1.615;
    text-shadow: 0 1px 0 #FFF;
}


/*== HTML5 Elements
 *=================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

/*== Typography Elements
 *=================================*/
iframe {
    display:block
}
a img {
    border:0
}
:focus {
    outline:0
}
a {
    color:#086081;
    text-decoration:none;
    outline:0;
    -webkit-transition:background-color .15s linear,color .15s linear;
    -moz-transition:background-color .15s linear,color .15s linear;
    -o-transition:background-color .15s linear,color .15s linear;
    -ms-transition:background-color .15s linear,color .15s linear;
    transition:background-color .15s linear,color .15s linear;
}
a:hover {
    color:#B70000;
    text-decoration:underline;
}
ul,ol {
    list-style:none;
    margin:0;
    padding:0;
}
ul,ol,p,table,form,pre {
    margin:0 0 20px
}
h1,h2,h3,h4,h5,h6 {
    color:#111;
    margin:0 0 15px;
}
h1,h2,h3 {
    line-height:1.25
}
h1 {
    font-size:24px
}
h2 {
    font-size:20px
}
h3 {
    font-size:16px
}
h4 {
    font-size:14px
}
h4,h5,h6 {
    font-size:13px
}
blockquote {
    background:url(images/quote.png) no-repeat 0 5px;
    margin-left:10px;
    padding-left:40px;
    color:#777;
    font-family:"Droid Serif",serif;
}
hr{
    clear:both;
    height:0;
    background:none;
    border-top:1px solid #DDD;
    border-bottom:1px solid #FFF;
}
abbr[title],acronym[title] {
    border-bottom:1px dotted #666;
    cursor: help;
}

/*== Code Elements
 *=================================*/
pre,code,kbd,samp,var {
    font: 12px "Courier New",monospace,serif normal
}
pre {
    padding:20px 20px;
    nowhitespace:afterproperty;
    background:#FFF url(images/pre-code-bg.png);
    line-height:20px;
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    border:1px solid #DDD;

    /* CSS-3 */
    white-space:-o-pre-wrap;

    /* Mozilla,since 1808080 */
    word-wrap:break-word;

    /* Opera 4-6 */;

    /* IE 5.5+*/
}

/*== Table Elements
 *=================================*/
table {
    width:100%;
    nowhitespace:afterproperty;
    border-collapse:collapse;
    border-spacing:0;

    /* tables still need 'cellspacing="0"' in the markup */
}
th,td,caption {
    padding:5px 10px
}
caption {
    font-weight:bold
}
th,td {
    border: 1px solid #CCC;
}
th{background:#E7E7E7;}
td{background:#FFF;}
tr:nth-of-type(odd) td, tr.odd td { background: #FBFBFB }

/*== Form Elements
 *=================================*/
label,input,textarea,select,button,.btn {
    font:13px sans-serif;
    line-height:19px;
}
input,textarea,select,button,.btn {
    display:inline-block;
    padding:4px;
    margin:0;
    outline:none;
    background-color:#FFF;
    border:1px solid #D7D7D7;
    -webkit-border-radius:3px;
    border-radius:3px;
}
input[type="text"],input[type="password"],textarea {
    -webkit-box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
    box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
    -webkit-transition:background .15s;
    -moz-transition:background .15s;
    -ms-transition:background .15s;
    -o-transition:background .15s;
    transition:background .15s;
}
input[type="text"],input[type="password"] {
    height:19px;
}
textarea {
    overflow:auto;
}
select {
    height:29px;
}
input[type="checkbox"],input[type="radio"] {
    vertical-align:text-top;
    padding:0;
    margin:1px 0 0;
    border:0;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus {
    outline:0;
    color:#333;
    border-color:#BBB;
    -webkit-box-shadow:inset 0 1px 30px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 3px rgba(0,0,0,.05);
}

/*== Button Style
 *=================================*/
input[type="submit"]{
    cursor:pointer;
    cursor:hand;
}

button,
.button,
.btn,
input[type=submit],
input[type=button],
input[type=reset]{
    display:inline-block;
    margin:0;
    outline:none;
    background-color:#FFF;
    border:1px solid #D7D7D7;
    -webkit-border-radius:3px;
    border-radius:3px;
    outline:none;
    font:13px sans-serif;
    line-height:19px;
    cursor:pointer;
    width:auto;
    text-align:center;
    font-weight:bold;
    padding:4px 12px;
    background-color:#F5F5F5;
    background-image:-khtml-gradient(linear,left top,left bottom,from(#F9F9F9),to(#F0F0F0));
    background-image:-moz-linear-gradient(#F9F9F9,#F0F0F0);
    background-image:-ms-linear-gradient(#F9F9F9,#F0F0F0);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#F9F9F9),color-stop(100%,#F0F0F0));
    background-image:-webkit-linear-gradient(#F9F9F9,#F0F0F0);
    background-image:-o-linear-gradient(#F9F9F9,#F0F0F0);
    background-image:linear-gradient(#F9F9F9,#F0F0F0);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);
}

button:hover,
.button:hover,
.btn:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover{
    border-color:#BBB;
    background-color:#EAEAEA;
    background-image:-khtml-gradient(linear,left top,left bottom,from(#F2F2F2),to(#EAEAEA));
    background-image:-moz-linear-gradient(#F2F2F2,#EAEAEA);
    background-image:-ms-linear-gradient(#F2F2F2,#EAEAEA);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#F5F5F5),color-stop(100%,#EAEAEA));
    background-image:-webkit-linear-gradient(#F2F2F2,#EAEAEA);
    background-image:-o-linear-gradient(#F2F2F2,#EAEAEA);
    background-image:linear-gradient(#F2F2F2,#EAEAEA);
}

.btn a,
.button a,
a.btn,
a.button{
    text-decoration:none;
}

.btn-default,
.btn-default:hover {
    color: #555;
}

.btn-fb,
.btn-green,
.btn-black,
.btn-red,
.btn-blue,
.btn-lightblue,
.btn-green:hover,
.btn-black:hover,
.btn-red:hover,
.btn-blue:hover,
.btn-lightblue:hover {
    color:#FFF;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
}

.btn-fb {
    border-color:#3C599F #3C599F #3C599F !important;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
    background-color:#3C599F;
    background-image:-moz-linear-gradient(top,#3C599F,#3C599F);
    background-image:-ms-linear-gradient(top,#3C599F,#3C599F);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#3C599F),to(#3C599F));
    background-image:-webkit-linear-gradient(top,#3C599F,#3C599F);
    background-image:-o-linear-gradient(top,#3C599F,#3C599F);
    background-image:linear-gradient(top,#3C599F,#3C599F);
}
.btn-fb:hover {
    background-color:#3C599F;
}

.btn-green {
    border-color:#51a351 #51a351 #387038 !important;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
    background-color:#5bb75b;
    background-image:-moz-linear-gradient(top,#62c462,#51a351);
    background-image:-ms-linear-gradient(top,#62c462,#51a351);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image:-webkit-linear-gradient(top,#62c462,#51a351);
    background-image:-o-linear-gradient(top,#62c462,#51a351);
    background-image:linear-gradient(top,#62c462,#51a351);
}
.btn-green:hover,.btn-green:active,.btn-green.active {
    background:#51a351;
}

.btn-black,
input.btn-black{
    border-color:#222222 #222222 #000000 !important;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
    background-color:#414141;
    background-image:-moz-linear-gradient(top,#555555,#222222);
    background-image:-ms-linear-gradient(top,#555555,#222222);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#555555),to(#222222));
    background-image:-webkit-linear-gradient(top,#555555,#222222);
    background-image:-o-linear-gradient(top,#555555,#222222);
    background-image:linear-gradient(top,#555555,#222222);
}
.btn-black:hover,
.btn-black:active,
.btn-black.active,
input.btn-black:hover,
input.btn-black:active,
input.btn-black.active {
    background:#222222;
}

.btn-red,
input.btn-red {
    border-color:#bd362f #bd362f #802420 !important;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
    background-color:#da4f49;
    background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-ms-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:linear-gradient(top,#ee5f5b,#bd362f);
}
.btn-red:hover,
.btn-red:active,
.btn-red.active,
input.btn-red:hover,
input.btn-red:active,
input.btn-red.active {
    background:#bd362f;
}

.btn-lightblue,
.btn-lightblue {
    border-color:#2f96b4 #2f96b4 #1f6377 !important;
    background-color:#49afcd;
    background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
    background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:linear-gradient(top,#5bc0de,#2f96b4);
}
.btn-lightblue:hover,
.btn-lightblue:active,
.btn-lightblue.active,
input.btn-lightblue:hover,
input.btn-lightblue:active,
input.btn-lightblue.active {
    background:#2f96b4;
}

.btn-blue,
input.btn-blue {
    border-color:#0055cc #0055cc #003580 !important;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
    background-color:#0074cc;
    background-image:-moz-linear-gradient(top,#0088cc,#0055cc);
    background-image:-ms-linear-gradient(top,#0088cc,#0055cc);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0055cc));
    background-image:-webkit-linear-gradient(top,#0088cc,#0055cc);
    background-image:-o-linear-gradient(top,#0088cc,#0055cc);
    background-image:linear-gradient(top,#0088cc,#0055cc);
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
input.btn-blue:hover,
input.btn-blue:active,
input.btn-blue.active {
    background:#0055cc;
}

/*== Mini Arrow */
.mini-arrow-down,
.mini-arrow-right{
    display:inline-block;
    width:0;
    height:0;
    line-height:0;
    border-style:dashed;
}
.mini-arrow-down{
    border-width:4px;
    border-top-style:solid;
    border-color:transparent;
    border-top-color:#000;
}
.mini-arrow-right{
    display:inline-block;
    width:0;
    height:0;
    line-height:0;
    border-width:3px;
    border-color:transparent;
    border-left-style:solid;
    border-left-color:#000;
}

/*== Common CSS Class Style
 *=================================*/
.alignleft,.left {
    float:left;
    margin:0 20px 10px 0;
}
.alignright,.right {
    float:right;
    margin:0 0 10px 20px;
}
.aligncenter,.center {
    display:block;
    margin:0 auto 20px auto;
}
.alignnone {
    margin:0 0 20px
}
.required {
    color:red
}
.none,.hidden {
    display:none;
    margin:0;
    padding:0;
    border: 0;
}

/*== Clearing floats */
.clear:after,
.cf:after{
    clear:both;
}
.clear:before,
.clear:after,
.cf:before,
.cf:after{
    content: "";
    display: table;
}
.cf{zoom:1;}


/*== WP Style
 *=================================*/
img.alignleft,
img.alignright {
    display:block
}
blockquote.alignleft,
blockquote .alignright {
    width:33%
}
.wp-caption img {
    display:block
}
.wp-caption-text {
    padding:5px 10px;
    color:#777;
    text-align:center;
    font-family:"Droid Serif",serif;
}
img.wp-smiley {
    border:0 !important;
    background:transparent !important;
}
.gallery {
    display:block;
    text-align:center;
    margin-bottom: 20px;
}
.gallery-caption{color:#777;}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
    list-style-position: inside;
}


/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}


/*= Fluid Width Video
 *==================================================================*/

/*
Fluid Video Aspect Ratio

Wide Screen TV		16:9 	> 56.25%;
Monitor Screens		16:10 	> 62.5%;
Classic TV			4:3 	> 75%;
Photo Camera		3:2 	> 66.66666666666666%;
Square				1:1 	> 100%
Cinemascope			2.4:1 	> 41.66666666666667%;
*/

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}
object{
    margin:0;/* Fixed the conflict problem caused by Automatic Youtube Posts Plugin
it added 10px margin to <object>, we override it to 0. */
}

/*== Plugin Fixes */

/* Make Bits on the Run to responsive */
.botrplayer{width:100% !important;}

/* Fix video transform bug */
.jwvideo video{
    width:100% !important;
    height:100% !important;
    -webkit-transform:none !important;
    transform:none !important;
}
/* Fix bottom line bug */
.jwplayer,
div[id^="jwplayer"][id$="wrapper"]{vertical-align:top !important;}

/*== Fluid Width Video Container */

/*=== JWPlayer */
.fluid-width-video-container .jwplayer,
.fluid-width-video-container [id^="jwplayer"][id$=wrapper],
.fluid-width-video-container > [id^="jwplayer"]{
    display: block !important;
    width: 100% !important;
    max-width:100% !important;
    max-height: none !important;
    min-height: 0 !important;

    background:#000;
    padding-top:56.25% !important;
    position:relative;
    height: auto !important;
}
.fluid-width-video-container [id^="jwplayer"] embed,
.fluid-width-video-container [id^="jwplayer"] object{
    position:absolute !important;
    left:0;
    top:0;
    width:100% !important;
    height:100% !important;
}
.fluid-width-video-container .jwcontrols{z-index:1;}
.fluid-width-video-container .jwaspect,
.fluid-width-video-container [id^="jwplayer"][id$="aspect"]{
    display:none !important;
    margin-top:0 !important;
}
.fluid-width-video-container [id^="jwplayer"] > p{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    top:50%;
    margin:-20px 0 0;
    line-height:100%;
}

/*=== FlowPlayer */
.fluid-width-video-container .flowplayer{
    max-width:none !important;
    max-height:none !important;
    width: 100% !important;

    height: auto !important;
    padding-top:56.25% !important;
}
.fluid-width-video-container .fp-ratio{
    padding-top:0 !important;
}

/*=== jPlayer */
.fluid-width-video-container .jp-container{
    width:100% !important;

    height: auto !important;
    padding-top:56.25% !important;
}
.fluid-width-video-container .jp-ratio{
    padding-top:0 !important;
}

/*=== MediaElement */
.fluid-width-video-container .wp-video-shortcode-wrapper{
    width:100% !important;
    max-width:none !important;
    max-height:none !important;

    height:auto !important;
    position:relative;
    padding-top:56.25%;
}
.fluid-width-video-container .mejs-container,
.fluid-width-video-container .mejs-layer,
.fluid-width-video-container .me-plugin{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    height:100% !important;
    margin-bottom:0 !important;
}
.fluid-width-video-container .meplayer video,
.fluid-width-video-container .meplayer embed,
.fluid-width-video-container .meplayer object{
    width:100% !important;
    height:100% !important;
    position:absolute;
    top:0;
    left:0;
}
.fluid-width-video-container .meplayer a[href*="youtube.com"]{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
}

/*== Fluid Width Video Wrapper */
.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    background:#000;
    height:auto;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed,
.fluid-width-video-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fluid-width-video-wrapper{padding-top:56.25%;/* Default ratio 16:9 */}
.fluid-width-video-wrapper[data-ratio="16:10"]{padding-top:62.5%;}
.fluid-width-video-wrapper[data-ratio="4:3"]{padding-top:75%;}
.fluid-width-video-wrapper[data-ratio="3:2"]{padding-top:66.66666666666666%;}
.fluid-width-video-wrapper[data-ratio="1:1"]{padding-top:100%;}
.fluid-width-video-wrapper[data-ratio="2.4:1"]{padding-top:41.66666666666667%;}

.fluid-width-video-wrapper > div{
    display: block !important;
    width:100% !important;
    max-width:100% !important;
    max-height:none !important;
    min-height:0 !important;

    height:100% !important;
    position:absolute !important;
    top:0 !important;
    left:0 !important;
}

/*=== JWPlayer */
.fluid-width-video-wrapper .jwplayer,
.fluid-width-video-wrapper > [id^="jwplayer"]{
    display: block !important;
    width:100% !important;
    max-width:100% !important;
    max-height:none !important;
    min-height:0 !important;

    height:100% !important;
    position:absolute !important;
    top:0 !important;
    left:0 !important;
}
.fluid-width-video-wrapper [id^="jwplayer"] video,
.fluid-width-video-wrapper [id^="jwplayer"] embed,
.fluid-width-video-wrapper [id^="jwplayer"] object{
    position:absolute !important;
    left:0;
    top:0;
    width:100% !important;
    height:100% !important;
}
.fluid-width-video-wrapper .jwcontrols{z-index:1;}
.fluid-width-video-wrapper .jwaspect,
.fluid-width-video-wrapper [id^="jwplayer"][id$="aspect"]{
    display:none !important;
    margin:0 !important;
}
.fluid-width-video-wrapper [id^="jwplayer"] > p{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    top:50%;
    margin:-20px 0 0;
    line-height:100%;
}

/*=== Bits on the Run */
.fluid-width-video-wrapper [id^="botr"][id$="ply_wrapper"]{
    display: block !important;
    width:100% !important;
    max-width:100% !important;
    max-height:none !important;
    min-height:0 !important;

    height:100% !important;
    position:absolute !important;
    top:0 !important;
    left:0 !important;
}


/*=== FlowPlayer */
.fluid-width-video-wrapper .flowplayer{
    width:100% !important;
    max-width:none !important;
    max-height:none !important;

    height:100% !important;
    position:absolute !important;
    top:0 !important;
    left:0 !important;
}
.fluid-width-video-wrapper .fp-ratio{
    padding-top:0 !important;
}

/*=== MediaElement */
.fluid-width-video-wrapper .wp-video-shortcode-wrapper{
    width:100% !important;
    max-width:none !important;
    max-height:none !important;

    height:100% !important;
    position:absolute !important;
    top:0 !important;
    left:0 !important;
}
.fluid-width-video-wrapper .mejs-container,
.fluid-width-video-wrapper .mejs-layer,
.fluid-width-video-wrapper .me-plugin{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    height:100% !important;
    margin-bottom:0 !important;
}
.fluid-width-video-wrapper .meplayer video,
.fluid-width-video-wrapper .meplayer embed,
.fluid-width-video-wrapper .meplayer object{
    width:100% !important;
    height:100% !important;
    position:absolute;
    top:0;
    left:0;
}

/*=== jPlayer */
.fluid-width-video-wrapper .jp-container{
    width:100% !important;

    position:absolute !important;
    top:0 !important;
    left:0 !important;
    height:100% !important;
}
.fluid-width-video-wrapper .jp-ratio{
    padding-top:0 !important;
}


/*=== Video Embed & Thumbnail Generator */
.fluid-width-video-wrapper .kgvid_wrapper{
    margin:0 !important;
}
.fluid-width-video-wrapper .kgvid_wrapper .kgvid_videodiv,
.fluid-width-video-wrapper .kgvid_wrapper .video-js{
    position:static !important;
    width:100% !important;
    height:auto !important;
}

.fluid-width-video-wrapper embed{
    height:349px !important;
}
.full-width-video-layout .fluid-width-video-wrapper embed{
    height:534px !important;
}

/*== Common Rich Content Style
 *=================================*/

.rich-content ul,
.rich-content ol {
    margin:0 0 1.625em 2.5em;
}
.rich-content ul {
    list-style:square;
}
.rich-content ol {
    list-style-type:decimal;
}
.rich-content ol ol {
    list-style:upper-alpha;
}
.rich-content ol ol ol {
    list-style:lower-roman;
}
.rich-content ol ol ol ol {
    list-style:lower-alpha;
}
.rich-content ul ul,ol ol,ul ol,ol ul {
    margin-bottom: 0;
}
.rich-content img{
    max-width:100%;
    height:auto;
}


/*== Common Pagination Style
 *=================================*/
.pag-nav {
    font-size:12px;
    line-height:20px;
    font-weight:bold;
    text-align:center;
}
.pag-nav a,.pag-nav span {
    color:#555;
    margin:0 4px 4px;
    border:1px solid #CCC;
    -webkit-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    padding:4px 8px;
    background-color:#E7E7E7;
    background-image:-ms-linear-gradient(top,#EEE,#E7E7E7);
    background-image:-moz-linear-gradient(top,#EEE,#E7E7E7);
    background-image:-o-linear-gradient(top,#EEE,#E7E7E7);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#EEE),to(#E7E7E7));
    background-image:-webkit-linear-gradient(top,#EEE,#E7E7E7);
    background-image:linear-gradient(top,#EEE,#E7E7E7);
    -webkit-box-shadow:inset 0 1px 0 #fff,0 1px 1px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 0 #fff,0 1px 1px rgba(0,0,0,.1);
}
.pag-nav a:hover {
    background-color:#D7D7D7;
    border:1px solid #999;
    color:#000;
    text-decoration:none;
    -webkit-box-shadow:inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,.2);
    box-shadow:inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,.2);
}
.pag-nav span {
    color:#999
}
.pag-nav .current {
    background:#F7F7F7;
    border:1px solid #BBB;
    -webkit-box-shadow:inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
}

/*= Structure
 *=============================================================================*/
body {
    min-width:960px;
    background:#EEE url(images/bg-pattern.png) center center fixed;
}
#page {
    overflow:hidden;
}
.boxed-wrap #page{
    width: 990px;
    margin: 0 auto;
    background: #FFF;
    -webkit-box-shadow: 0 0 10px rgba(120,120,120,0.5);
    box-shadow:0 0 10px rgba(120,120,120,0.5);
}
.wrap {
    width:950px;
    margin:0 auto;
}
#header {
    position:relative;
}
#main {
    padding:30px 0;
    background:url(images/bg-grad.png) repeat-x;
    border-top:2px solid #FFF;
}
#content {
    width:620px;
    float:left;
}
#sidebar {
    width:300px;
    float:right;
}
#footer {
    background:#FFF;
    border-top: 1px solid #E3E3E3;
}
.full-width #content,.widecolumn{
    width:100%;
    float:none;
}

.widecolumn{padding:30px 0;}

/*= Header
 *=============================================================================*/
#header .wrap {
    position:relative;
    padding: 10px 0;
}

/*== Branding
 *=================================*/
#branding {
    float:left
}
#site-title {
    font-size:24px;
    line-height:24px;
    margin:0;
    font-family:"Open Sans",sans-serif;
    text-transform:uppercase;
}
#site-title a {
    color:#000;
    text-decoration:none;
    font-weight: bold;
}
#site-description {
    margin:5px 0 0;
    font-size:10px;
    color:#AAA;
    text-transform:uppercase;
}
#site-logo {
    display:block;
}
#site-logo img {
    display:block;
    max-width:100%;
    height:auto;
}

#sitename {
    clear:both;
}

#sitename h1 {
    color:#111;
    margin:0 0 0 0;
}

/*== Search Form
 *=================================*/
#header-search {
    float:left;
    width:495px;
    margin-left:10px;
}
.searchform {
    position:relative;
    height:27px;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding-right:10px;
    margin:0;
}
.searchform input {
}
.search-text-div {
    margin:0 50px 0 0;
}
input.search-text {
    float:left;
    width:100%;
}
.search-submit-div {
    width:50px;
    height:27px;
    position:absolute;
    right:0;
    top:0;
    overflow:hidden;
    -webkit-border-radius:0 3px 3px 0;
    border-radius:0 3px 3px 0;
    padding:0;
}
input.search-submit {
    background:url(images/s.png) no-repeat -32px -43px !important;
    width:50px;
    padding:0;
    border:0;
    height:27px;
    overflow:hidden;
    line-height:999em;
    display:block;
    color: transparent;
}


/*== Header Actions
 *=================================*/
#header-actions{float:right;}
.btn-likes, .btn-signup, .user-nav{float:left;margin-left:10px;}

/* User navigation */
.user-nav {
    float:left;
    margin-left:10px;
}
.user-nav ul {
    list-style:none;
    margin:0;
    padding:0;
}
.user-nav>ul>li {
    float:left;
    position:relative;
}
.user-nav a {
    font-size: 12px;
}

/* Login navigation for the user is NOT logged in */
#login-nav .dropdown {
    float:left;
    position:relative;
    padding-left: 10px;
}
#login-nav .dropdown-content {
    position:absolute;
    right:0;
    top:25px;
    background:#FFF;
    width:230px;
    padding:15px 15px 5px;
    border:1px solid #D7D7D7;
    -webkit-border-radius:3px 0 3px 3px;
    border-radius:3px 0 3px 3px;
    visibility:hidden;
    opacity:0;
}
#login-nav .register-link {
    float:left;
    position:relative;
}
#loginform {
    margin:0;
}
#loginform p {
    margin:0 0 10px;
}
#loginform .login-username label,
#loginform .login-password label {
    display:block;
}
#loginform .login-username input,
#loginform .login-password input {
    width:220px;
}
#loginform .login-remember label {
    line-height:19px;
    font-size:12px;
}
#loginform .lost-password {
    float:right;
    line-height:19px;
    font-size:12px;
}
#login-nav .dropdown:hover .btn-login,
#login-nav .dropdown:hover .btn-login:hover {
    padding-bottom:11px;
    background:#FFF;
    color:#777;
    border:1px solid #D7D7D7 !important;
    border-bottom:0 !important;
    text-shadow:none;
    -webkit-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    position:relative;
    z-index:999999999;
}
#login-nav .dropdown:hover .dropdown-content {
    visibility:visible;
    opacity: 1;
    z-index:998;
}

/* Account navigation for the user is logged in */
#account-nav {
    position:relative;
    height:29px;
}
#account-nav a{text-decoration:none;}
#account-nav .dropdown-handle {
    position:relative;
}
#account-nav .dropdown-handle .avatar {
    width:25px;
    height:25px;
    padding:1px;
    border:1px solid #CCC;
    background:#FFF;
    -webkit-border-radius:3px;
    border-radius:3px;
    vertical-align:middle;
    float:left;
    margin-right:4px;
}
#account-nav .dropdown-handle .display-name {
    float:left;
    display:inline-block;
    vertical-align:middle;
    position:relative;
}
#account-nav .dropdown-handle .arrow-down {
    float:left;
}
#account-nav .dropdown-handle .mini-arrow-down{
    float:left;
    margin:8px 0 0 4px;
    vertical-align:middle;
}
#account-nav .dropdown-content {
    width:100%;
    position:absolute;
    right:0;
    top:34px;
    opacity:0;
    visibility:hidden;
}
#account-nav .dropdown-content-inner {
    background:#F7F7F7;
    border:1px solid #CCC;
    -webkit-border-radius:3px 0 3px 3px;
    border-radius:3px 0 3px 3px;
}
#account-nav .dropdown-content ul {
    padding:5px 0;
}
#account-nav .dropdown-content li {
    padding:2px 10px;
    border-top:1px solid #FFF;
    border-bottom:1px solid #E7E7E7;
}
#account-nav .dropdown-content li:first-child {
    border-top:0;
}
#account-nav .dropdown-content li:last-child {
    border-bottom:0;
}
#account-nav:hover .display-name {
    padding-bottom:11px;
    background:#F7F7F7;
    border-color:#CCC;
    border-bottom:0;
    -webkit-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
}
#account-nav:hover .dropdown-handle{
    z-index:999;
}
#account-nav:hover .dropdown-content {
    visibility:visible;
    opacity: 1;
    z-index:998;
}

/*= Main Navigation
 *==================================================================*/
#main-nav {
    background:#444 url(images/bg-pattern-nav.png) repeat-x 0 0;
    border-bottom:1px solid #404040;
    position:relative;
}
.wall{
}
#main-nav ul {
    text-shadow:0 1px 0 #000;
    font-size:13px;
    font-weight:bold;
    list-style:none;
    margin:0;
    padding:0;
}
#main-nav li {
    position:relative
}
#main-nav li a {
    display:block;
    text-decoration: none;
}

/* Top Level */
#main-nav .menu {
    float:left;
    background:url(images/nav-sep.png) no-repeat right 0;
    padding-right:2px;
}
#main-nav .menu>li {
    background:url(images/nav-sep.png) no-repeat;
    float:left;
    height:40px;
}
#main-nav .menu>li>a {
    float:left;
    position:relative;
    color:#EEE;
    padding:0 12px 0 14px;
    line-height:40px;
}
#main-nav .menu>li>a:hover {
    color:#AAA;
    text-shadow:0 -1px 0 #000;
}
#main-nav .menu>li.current-menu-item {
    background-position:-1px 0;
}
#main-nav .menu>li.current-menu-item>a {
    color:#FFF;
    position:relative;
    right:-1px;
    border-top:3px solid #B70000;
    margin-top:-3px;
    padding-bottom: 1px;
    background:#1A1A1A url(images/bg-pattern-black.png);
}

/* Sub Levels */
#main-nav ul ul {
    width:160px;
    background:#272727;
    position:absolute;
    top:100%;
    left:1px;
    -webkit-transition:all .15s;
    -moz-transition:all .15s;
    -ms-transition:all .15s;
    -o-transition:all .15s;
    transition:all .15s;
    opacity:0;
    display:none;
    visibility:hidden;
    border-top:1px solid #222;
}
#main-nav ul ul li {
    border-top:1px solid #444;
    border-bottom:1px solid #222;
    border-left:1px solid #4E4E4E;
    background:#333;
}
#main-nav ul ul li a {
    padding:5px 14px;
    color:#AAA;
    text-shadow:0 -1px 0 #000;
    border-left:3px solid transparent;
}
#main-nav ul ul li a:hover {
    color:#EEE;
    text-shadow:0 1px 0 #000;
    background:#1A1A1A;
    border-left:3px solid #666;
}
#main-nav ul ul li.current-menu-item>a {
    border-left:3px solid #B70000
}
#main-nav ul ul ul {
    left:100%;
    top:-2px;
}
#main-nav li:hover>ul {
    opacity:1;
    visibility: visible;
    display:block;
    z-index:999999999;
}
#main-nav li:hover{
}

#main-nav .select-div{display:none;}

/*= General Content Style
 *==================================================================*/

/*== Common Thumbnail Style
 *=================================*/

/* Absolute Center(Vertical & Horizontal) Image */
.thumb {
    position:relative;
    background:#000;
    overflow:hidden;
    vertical-align:bottom;
    _line-height:0;
    display:inline-block;
}
.thumb .clip-link {
    position:absolute;
    _position:static;
    bottom:-100px;
    top:-100px;
    left:-100px;
    right:-100px;
    text-align:center;
    white-space:nowrap;
    word-break:normal;
}
.thumb .clip {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.thumb .clip img,.thumb .vertical-align {
    display:inline-block;
    vertical-align:middle;
}
.thumb .clip .vertical-align {
    height:100%;
}

/* Basic Overlay style */
.thumb .overlay {
    position:absolute;
    border:0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    background-image:url(images/icon-plus-24.png);
    background-repeat:no-repeat;
    background-position:center center;
    opacity:0;
    -webkit-transition:.25s;
    -moz-transition:.25s;
    -ms-transition:.25s;
    -o-transition:.25s;
    transition:.25s;
}
.thumb:hover .overlay {
    cursor:pointer;
    z-index:999;
    opacity:1;
}
.ie .thumb .overlay{visibility:hidden;}
.ie .thumb:hover .overlay{visibility:visible;}
.item-video .thumb .overlay{
    background-image:url(images/icon-play-24.png);
}

.thumb img{width:100%;}

/*== Common Item Style
 *=================================*/
.item h2,.item p {
    margin:0
}
.item img {
    max-width:100%;
    height: auto;
}
.item .thumb {
    margin:0 0 5px;
}
.item .screen {
    background:#333;
    margin:0 0 10px;
}
.item .item-wrap,
.item .item-wrap iframe {
    background:#333;
}
.item .entry-title {
    font-size:13px;
    margin:0;
}
.item .entry-title a {
    color:#111
}
.item .entry-title a:hover {
    color:#B70000;
}
.item .entry-meta,.item .stats {
    color:#AAA;
    font-size:11px;
    line-height:13px;
    margin:0 0 5px;
    height:13px;overflow:hidden;
}
.item .stats i {
    font-style:normal;
}
.item .stats a {
    color:#AAA
}
.item .stats a:hover {
    color:#555
}
.item .stats .views,
.item .stats .likes,
.item .stats .comments {
    margin-right:10px;
    padding-left:16px;
    background:url(images/stats.png) no-repeat 0 1px;
}
.item .stats .category {
    margin-right:10px;
    padding-left:18px;
}
.item .stats .category-no-year {
    margin-right:10px;
}
.item .stats .views {
    padding-left:18px;
}
.item .stats .comments {
    background-position:0 -19px
}
.item .stats .comments:hover {
    background-position:0 -39px
}
.item .stats .likes {
    background-position:0 -58px
}
.item .stats .liked {
    background-position:0 -78px
}
.item .entry-summary {
    line-height:1.5;
    font-size:12px;
    overflow:hidden;
    width:100%;
    padding: 5px 0 0;
}

/*== Regular Post Style
 *=================================*/
.item-post{}

/*== Video Post Style
 *=================================*/
.item-video{}

/*== List View with Small Thumbnial
 *=================================*/
.list-small p {
    margin:0 0 5px
}
.list-small .item {
    border-top:1px solid #FFF;
    border-bottom:1px solid #DDD;
    margin:0;
    padding:15px 0;
}
.list-small .item:first-child {
    padding-top:0;
    border-top:0;
}
.list-small .item:last-child {
    border-bottom:0
}
.list-small .thumb {
    float:left;
    width:196px;
    height:108px;
    margin:0;
}
.list-small .thumb img {
    width:196px;
}
.list-small .item-post .thumb .overlay {
    background-image:url(images/icon-plus-32.png)
}
.list-small .item-video .thumb .overlay {
    background-image:url(images/icon-play-32.png)
}
.list-small .data {
    margin-left:214px
}
.list-small .entry-title {
    margin:0 0 5px;
}
.list-small .entry-meta {
    float:left
}
.list-small .stats {
    float:right
}
.list-small .stats .views,
.list-small .stats .likes,
.list-small .stats .comments {
    margin:0 0 0 10px
}
.list-small .suffix {
    display:none
}
.list-small .entry-summary {
    padding: 0;
}

/*== List View with Medium Thumbnial
 *=================================*/
.list-medium .item {
    border-top:1px solid #FFF;
    border-bottom:1px solid #DDD;
    margin:0;
    padding:15px 0;
}
.list-medium .item:first-child {
    padding-top:0;
    border-top:0;
}
.list-medium .item:last-child {
    border-bottom:0
}
.list-medium .thumb {
    float:left;
    width:300px;
    height:168px;
    margin:0;
}
.list-medium .thumb img {
    width:300px;
}
.list-medium .item-post .thumb .overlay {
    background-image:url(images/icon-plus-48.png)
}
.list-medium .item-video .thumb .overlay {
    background-image:url(images/icon-play-48.png)
}
.list-medium .data {
    margin-left:320px
}
.list-medium .entry-title {
    margin: 0 0 5px;
}

/*== List View with Large Thumbnial
 *=================================*/
.list-large .item {
    border-top:1px solid #FFF;
    border-bottom:1px solid #DDD;
    margin:0;
    padding:20px 0;
}
.list-large .item:first-child {
    padding-top:0;
    border-top:0;
}
.list-large .item:last-child {
    border-bottom:0
}
.list-large .thumb {
    width:620px;
    height:349px;
    margin:0 0 10px;
}
.list-large .video{
    margin-bottom:10px;
}
.list-large .thumb img {
    width:620px;
}
.list-large .item-post .thumb .overlay {
    background-image:url(images/icon-plus-64.png)
}
.list-large .item-video .thumb .overlay {
    background-image:url(images/icon-play-64.png)
}
.list-large .entry-title {
    font-size:21px;
    margin:0 0 5px;
}
.list-large .entry-title a:hover {
    text-decoration:none;
}
.list-large .entry-meta {
    float:left
}
.list-large .stats {
    float:right
}
.list-large .stats .views,.list-large .stats .likes,.list-large .stats .comments {
    margin:0 0 0 10px
}
.list-large .entry-summary {
    clear: left;
}


/* Add ellipsis to entry title in grid view */
.grid-mini-long .entry-title,
.grid-mini .entry-title,
.grid-small .entry-title,
.grid-medium .entry-title,
.grid-large .entry-title,
.widget-posts .post-grid-2 .entry-title,
.widget-posts .post-grid-3 .entry-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


/*== Grid View with Small Thumbnial
 *=================================*/
.grid-small .nag {
    margin:0 -11px
}
.grid-small p {
    margin:0
}
.grid-small .item {
    width:192px;
    float:left;
    margin:0 11px 20px;
}
.grid-small .thumb {
    width:192px;
    height:108px;
}
.grid-small .thumb img {
    width:192px;
}
.grid-small .item-post .thumb .overlay {
    background-image:url(images/icon-plus-32.png)
}
.grid-small .item-video .thumb .overlay {
    background-image:url(images/icon-play-32.png)
}
.grid-small .entry-title {
    height:20px;
    line-height:20px;
    overflow:hidden;
    font-size:12px;
}
.grid-small .suffix,.grid-small .entry-meta,.grid-small .entry-summary {
    display: none
}

/*== Grid View with Medium Thumbnial
 *=================================*/
.grid-medium .nag {
    margin:0 -10px
}
.grid-medium p {
    margin:0
}
.grid-medium .item {
    width:300px;
    float:left;
    margin:0 10px 20px;
}
.grid-medium .thumb {
    width:300px;
    height:168px;
}
.grid-medium .thumb img {
    width:300px;
}
.grid-medium .item-post .thumb .overlay {
    background-image:url(images/icon-plus-48.png)
}
.grid-medium .item-video .thumb .overlay {
    background-image:url(images/icon-play-48.png)
}
.grid-medium .entry-title {
    height:20px;
    line-height:20px;
    overflow:hidden;
    font-size:12px;
}
.grid-medium .entry-meta,.grid-medium .suffix,.grid-medium .entry-summary {
    display: none
}

/*== Grid View with Mini Thumbnial
 *=================================*/
.grid-mini .nag {
    margin:0 -10px
}
.grid-mini p {
    margin:0
}
.grid-mini .item {
    width:140px;
    float:left;
    margin:0 10px 20px;
}
.grid-mini .thumb {
    width:140px;
    height:78px;
}
.grid-mini .thumb img {
    width:144px;
}
.grid-mini .item-video .thumb .overlay {
    background-image:url(images/icon-play-24.png)
}
.grid-mini .entry-title {
    height:20px;
    line-height:20px;
    overflow:hidden;
    font-size:12px;
}
.grid-mini .suffix,.grid-mini .entry-meta,.grid-mini .entry-summary {
    display: none
}

/*== Grid View with Mini Thumbnial
 *=================================*/
.grid-mini-long .nag {
    margin:0 -10px
}
.grid-mini-long p {
    margin:0
}
.grid-mini-long .item {
    width:140px;
    float:left;
    margin:0 10px 20px;
}
.grid-mini-long .thumb {
    width:140px;
    height:180px;
}
.grid-mini-long .thumb img {
    width:144px;
}
.grid-mini-long .item-video .thumb .overlay {
    background-image:url(images/icon-play-48.png)
}
.grid-mini-long .entry-title {
    height:20px;
    line-height:20px;
    overflow:hidden;
    font-size:12px;
}
.grid-mini-long .suffix,.grid-mini-long .entry-meta,.grid-mini-long .entry-summary {
    display: none
}

/*== Grid View with Large Thumbnial
 *=================================*/
.grid-large .nag {
    margin:0 -11px
}
.grid-large p {
    margin:0
}
.grid-large .item {
    width:192px;
    float:left;
    margin:0 11px 20px;
}
.grid-large .thumb {
    width:192px;
    height:220px; /* 108px */
}
.grid-large .thumb img {
    width:196px;
    height:220px;
}
.grid-large .item-post .thumb .overlay {
    background-image:url(images/icon-plus-32.png)
}
.grid-large .item-video .thumb .overlay {
    background-image:url(images/icon-play-64.png)
}
.grid-large .entry-title {
    height:20px;
    line-height:20px;
    overflow:hidden;
    font-size:12px;
}
.grid-large .suffix,.grid-large .entry-meta,.grid-large .entry-summary {
    display: none
}

/*== Common Section Box Style
 *=================================*/
.section-box {
    margin:0 0 30px
}
.section-box img {
    vertical-align:middle;
}
.section-before {
    margin:0 0 20px;
}
.section-after {
    margin: -10px 0 20px;
}
.section-header {
    margin-bottom:12px;
    border-bottom:1px solid #FFF;
    font-weight:bold;
    text-transform:uppercase;
}
.section-title {
    display:block;
    border-bottom:1px solid #DDD;
    line-height:24px;
    font-size:15px;
    margin:0;
    font-family:"Open Sans",sans-serif;
    padding-bottom:6px;
}
.section-title a {
    color:#111
}
.section-title a:hover {
    background:url(images/s.png) no-repeat right -463px;
    padding:0 16px 0 0;
    text-decoration:none;
    color:#B70000;
}
.section-header .more-link {
    float:right;
    margin-top:-32px;
    vertical-align:middle;
    display:inline-block;
    line-height:20px;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding:0 10px;
    font-size:11px;
    background:#F7F7F7;
    background-image:-ms-linear-gradient(top,#FFF,#F0F0F0);
    background-image:-moz-linear-gradient(top,#FFF,#F0F0F0);
    background-image:-o-linear-gradient(top,#FFF,#F0F0F0);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#F0F0F0));
    background-image:-webkit-linear-gradient(top,#FFF,#F0F0F0);
    background-image:linear-gradient(top,#FFF,#F0F0F0);
    border:1px solid #DDD;
    color:#B70000;
}
.section-header .more-link span {
}
.section-header .more-link .mini-arrow-right{
    border-left-color:#B70000;
    position:relative;
    top:-1px;
}
.section-header .more-link:hover {
    border-color:#BBB;
    text-decoration:none;
    color:#333;
}
.section-header .more-link:hover .mini-arrow-right{
    border-left-color:#333;
}
.section-content {
    margin:0 0 20px;
    background:url(images/section-shadow.png) repeat-x center bottom;
    padding-bottom:10px;
}

/*== jPlayer Skin
 *=================================*/

/* Responsive jPlayer */
.jp-ratio{
    position:relative !important;
    width:100%;
    height:auto !important;

    overflow:hidden;
    line-height:1;
}
.jp-ratio iframe,
.jp-ratio embed,
.jp-ratio object,
.jp-ratio video,
.jp-ratio .jp-type-single,
.jp-ratio .jp-media{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    height: 100% !important;
    margin:0;
    background:#000;
}

.jp-aspect{
    display:block;
}
.jp-ratio-169 .jp-aspect{padding-top:56.25%;}
.jp-ratio-1610 .jp-aspect{padding-top:62.5%;}
.jp-ratio-43 .jp-aspect{padding-top:75%;}
.jp-ratio-32 .jp-aspect{padding-top:66.66666666666666%;}
.jp-ratio-11 .jp-aspect{padding-top:100%;}
.jp-ratio-241 .jp-aspect{padding-top:41.66666666666667%;}

.jp-container{margin-bottom:20px;}
.jp-media {
    margin:0 auto;
    overflow:hidden;
    background:#000;
}
.jp-media img {
    position: absolute;
    z-index:1;
    left: 0;
    top: 0;
    width:100% !important;
    height:100% !important;
}
.jp-gui,.jp-gui a,.jp-progress,.jp-seek-bar,.jp-play-bar,.jp-volume-bar,.jp-volume-bar-value {
    background-image:url(images/s-jplayer.png);
    background-repeat:repeat-x;
}
.jp-seek-bar,.jp-play-bar,.jp-volume-bar,.jp-volume-bar-value {
    -webkit-border-radius:1px;
    border-radius:1px;
}
.jp-gui {
    width:100%;
    position:absolute;
    z-index:2;
    bottom:0px;
    height:0px;
    opacity:0;
    visibility:hidden;
    background-position:0 -270px;
    -webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(0,0,0,0.4);
    -webkit-transition:all .15s;
    -moz-transition:all .15s;
    -ms-transition:all .15s;
    -o-transition:all .15s;
    transition:all .15s;
}
.jp-player:hover .jp-gui {
    opacity:1;
    visibility:visible;
    bottom:0;
    height:30px;
}

.jp-gui a {
    display:inline-block;
    outline:none;
    text-indent:-999em;
    background-repeat:no-repeat;
}
.jp-control {
    width:33px;
    height:30px;
    padding-right:2px;
    background:url(images/s-jplayer.png) no-repeat right -300px;
    position:absolute;
    top:0;
    left:0;
}
.jp-play,.jp-pause {
    width:33px;
    height:30px;
    position:absolute;
    top:0;
    left:0;
}
.jp-play {
    background-position:0 0
}
.jp-play:hover {
    background-position:-33px 0
}
.jp-pause {
    background-position:0 -30px;
    display:none;
}
.jp-pause:hover {
    background-position:-33px -30px
}
.jp-progress-container {
    margin:0 95px 0 34px;
    height:8px;
    padding:12px 12px 10px 10px;
    background:url(images/s-jplayer.png) no-repeat right -300px;
}
.jp-progress {
    height:5px;
    padding:1px 1px 2px;
    background-position:0 -240px;
    position:static;
}
.jp-seek-bar {
    width:0px;
    height:5px;
    background-position:0 -210px;
    cursor:pointer;
}
.jp-play-bar {
    width:0px;
    height:5px;
    background-position:0 -180px;
}
.jp-mute,.jp-unmute {
    width:17px;
    height:13px;
    position:absolute;
    top:9px;
    right:70px;
}
.jp-mute {
    background-position:-10px -68px
}
.jp-mute:hover {
    background-position:-43px -68px
}
.jp-unmute {
    background-position:-10px -98px
}
.jp-unmute:hover {
    background-position:-43px -98px
}
.jp-volume-bar {
    width:40px;
    height:5px;
    padding:1px 1px 2px;
    background-position:0 -240px;
    cursor:pointer;
    position:absolute;
    top:12px;
    right:25px;
}
.jp-volume-bar-value {
    width:0px;
    height:5px;
    background-position: 0 -180px;
}
.jp-full-screen,.jp-restore-screen {
    width:17px;
    height:13px;
    position:absolute;
    top:8px;
    right:0;
}
.jp-full-screen{
    background-position:-10px -128px
}
.jp-full-screen:hover{
    background-position:-43px -128px
}
.jp-restore-screen{
    background-position:-10px -158px
}
.jp-restore-screen:hover{
    background-position:-43px -158px
}
.jp-video-full {
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:#000;
    z-index:999;
}
.jp-video-play{
    position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;
    background:url(images/icon-play-64.png) no-repeat center center;
    text-indent:-5555em;
    overflow:hidden;
    cursor:pointer;
}

/*= Featured Content Style
 *==================================================================*/
.wall {
    padding:20px 0;
    background:#1A1A1A url(images/bg-pattern-black.png);
    position:relative;
    text-shadow: none;
}

/*== Default Featured Carousel with 6 visible items
 *=================================*/
.fcarousel {

}
.fcarousel .carousel-container {
    position:relative;
    margin:0 35px;
}
.fcarousel .carousel-clip{position:relative;overflow:hidden;height:100px;width:100%;margin:0 auto;}
.fcarousel ul {
    width:999em;
    position:absolute;
}
.fcarousel li {
    float:left;
    width:150px;
    height:84px;
    border:3px solid #333;
    margin:5px 10px 20px 10px;
    overflow:visible !important;
    background:#000;
    position:relative;
    -webkit-box-shadow:0 0 5px #000;
    box-shadow:0 0 5px #000;
    -webkit-transition:all .25s;
    -moz-transition:all .25s;
    -ms-transition:all .25s;
    -o-transition:all .25s;
    transition:all .25s;
}
.fcarousel .thumb {
    width:150px;
    height:84px;
}
.fcarousel .thumb img {
    width:155px;
}
.fcarousel li:hover {
    border-color:#555;
}
.fcarousel li.active {
    border-color:#086081;
}
.fcarousel li.active .overlay {
    visibility:visible;
    opacity: 1;
}
.fcarousel .carousel-prev,
.fcarousel .carousel-next {
    display:inline-block;
    width:27px;
    height:90px;
    margin:5px 0;
    cursor:pointer;
    text-indent:-5555em;
    overflow:hidden;
    background:url(images/s.png) no-repeat -150px -80px;
    position:absolute;
    top:0;
}
.fcarousel .carousel-prev {
    left:-30px;
}
.fcarousel .carousel-next {
    background-position:-200px -80px;
    right:-30px;
}
.fcarousel .carousel-prev:hover {
    background-position:-150px -180px;
}
.fcarousel .carousel-next:hover {
    background-position: -200px -180px;
}


/* Featured Carousel with 5 visible items */
.fcarousel-6 .carousel-clip {
    height:86px;
}
.fcarousel-6 li {
    width:124px;
    height:70px;
    margin:5px 8px 20px 8px;
}
.fcarousel-6 .thumb {
    width:124px;
    height:70px;
}
.fcarousel-6 .thumb img {
    width:124px;
}
.fcarousel-6 .carousel-prev,
.fcarousel-6 .carousel-next {
    height:76px;
    background:url(images/s.png) no-repeat -50px -80px;
}
.fcarousel-6 .carousel-next {
    background-position:-100px -80px;
}
.fcarousel-6 .carousel-prev:hover {
    background-position:-50px -180px;
}
.fcarousel-6 .carousel-next:hover {
    background-position: -100px -180px;
}

/*== Home Featured Content with Full Width
 *=================================*/

/*== Home Featured, Standard Layout
 *=================================*/
.home-featured .stage,
.home-featured .stage .item,
.home-featured .stage .thumb{
    width:620px;
    height:349px;
}
.home-featured .stage{float:left;overflow:hidden;
    border:1px solid #000;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);
    box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);
    background: #000 url(images/loading-bert.gif) no-repeat center center;
    position:relative;

}
.home-featured .carousel-list{
    width: 20000em;
    position: absolute;
}
.home-featured .stage .item{
    position:relative;
    float:left;
}
.home-featured .stage .thumb {
    float:left;
}
.home-featured .stage .thumb img {
    width:620px;
}
.thumb.loading .overlay {
    background:rgba(0,0,0,.75) url(images/loading-bert.gif) no-repeat center center !important;
    visibility:visible;
    opacity:1;
}
.home-featured .stage .caption{width:100%;position:absolute;bottom:0;height:27px;
    background:#333;
    background:rgba(0,0,0,0.5);
    border-top:1px solid rgba(255,255,255,0.1);
}
.home-featured .stage .entry-title{font-size:13px;line-height:27px;padding:0 10px;}
.home-featured .stage .entry-title a{color:#EEE;}
.home-featured .stage .entry-title a:hover{color:#FFF;}
.home-featured .stage .item-post .thumb .overlay {
    background-image:url(images/icon-plus-64.png)
}
.home-featured .stage .item-video .thumb .overlay {
    background-image:url(images/icon-play-64.png)
}

.home-featured .nav {
    width:300px;
    float:right;
    border:1px solid #000;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);
    box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);
    background: #333;
}
.home-featured .nav .carousel{
    float:right;
    width:305px;
    overflow:hidden;
}
.home-featured .nav .carousel-clip{height:320px;overflow:hidden;position:relative;}
.home-featured .nav .carousel-list{height:999em;position:absolute;}
.home-featured .nav li {
    width:300px;
    margin-left:5px;
    background:#373737;
    height:78px;
    border-top:1px solid #444;
    border-bottom:1px solid #272727;

}
.home-featured .nav a{text-decoration:none;}
.home-featured .nav .inner{
    padding:10px 10px;
    height:58px;
}
.home-featured .nav li:hover{
    background-color:#303030;
}
.home-featured .nav li:hover a{color:#FFF;}
.home-featured .nav .thumb {
    width:100px;
    height:56px;
    float:left;
}
.home-featured .nav .thumb img {
    width:124px;
}
.home-featured .nav .data{margin-left:110px;}
.home-featured .nav .entry-title{font-size:12px;margin:0 0 5px;height:30px;overflow:hidden;}
.home-featured .nav .entry-title a{color:#BBB;}
.home-featured .nav .entry-title a:hover{color:#FFF;}
.home-featured .nav li.active{background:#222;}
.home-featured .nav li.active .inner{
    border-left:4px solid #B70000;
    margin-left:-4px;
}
.home-featured .nav li.active a{color:#FFF;}
.home-featured .nav li.active .overlay {
    visibility:visible;
    opacity: 1;
}

.home-featured .nav .carousel-prev,
.home-featured .nav .carousel-next {
    display:inline-block;
    width:149px;
    float:left;
    height:27px;
    cursor:pointer;
    vertical-align:middle;
    text-indent:-5555em;
    overflow:hidden;
    background:#333 url(images/s.png) no-repeat center 8px;
    border-top:1px solid #444;
}
.home-featured .nav .carousel-prev {
    border-right:1px solid #222;
    margin-left:5px;
}
.home-featured .nav .carousel-next {
    background-position:center -22px;
    border-left:1px solid #444;
}
.home-featured .nav .carousel-prev:hover,
.home-featured .nav .carousel-next:hover{
    background-color:#3A3A3A;
}

.home-featured-full .stage{margin-bottom:20px;}
.home-featured-full .stage .carousel{
    position:relative;
    overflow:hidden;
    width:950px;
    height:534px;
}
.home-featured-full .stage .carousel-list{
    width: 20000em;
    position: absolute;
}
.home-featured-full .stage .item{
    width:950px;
    height:534px;
    position:relative;
    float:left;
}
.home-featured-full .stage .thumb{
    width:950px;
    height:539px;
}
.home-featured-full .prev-stage,
.home-featured-full .next-stage{
    position:absolute;
    width:50px;
    height:50px;
    top:50%;
    display:inline-block;
}
.home-featured-full .prev-stage{
    left:0;
}
.home-featured-full .next-stage{
    right:0;
}


/*= Archive Content Style
 *==================================================================*/

/*== Author Box
 *=================================*/
.author-box {
    margin:0 0 30px;
}
.author-box .avatar {
    float:left;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.author-box .data {
    margin-left:80px;
}
.author-box .entry-meta {
    color:#AAA;
    margin:0 0 5px;
}
.author-box .display-name {
    margin:0 0 0;
    font-size:17px;
}
.author-box .links a {
    padding:0 0 0 22px;
    margin:0 15px 0 0;
    color:#AAA;
    background:url(images/links.png) no-repeat 0 0;
}
.author-box .links a:hover {
    color:#555;
}
.author-box .links .facebook {
    background-position:0 -20px;
}
.author-box .links .website {
    background-position:0 -40px;
}
.author-box .links .twitter:hover {
    background-position:0 -60px;
}
.author-box .links .facebook:hover {
    background-position:0 -80px;
}
.author-box .links .website:hover {
    background-position: 0 -100px;
}

/*== Loop Header
 *=================================*/
.loop-header {
    margin:0 0 10px;
}
.loop-title {
    font-size:15px;
    font-family:"Open Sans",sans-serif;
    text-transform:uppercase;
    margin:0;
    line-height:24px;
}
.loop-title .prefix {
    color:#AAA;
    font-weight:normal;
}
.loop-title em {
    font-style:normal;
}
.loop-desc {
    font-size:11px;
    color:#999;
    float:right;
    margin:-24px 0 0 10px;
    line-height:24px;
}
.loop-desc i {
    font-style:normal;
    color:#111;
    font-weight:bold;
}
.below-no-actions {
    margin:0 0 15px;
    border-bottom:1px solid #FFF;
}
.below-no-actions .loop-title {
    border-bottom:1px solid #DDD;
    padding-bottom:6px;
}
.below-no-actions .loop-desc {
    margin-top: -30px;
}

/*== Loop Actions
 *=================================*/
.loop-actions {
    margin:0 0 20px;
    height:21px;
    line-height:21px;
    padding:5px 10px;
    text-transform:uppercase;
    font-size:11px;
    font-weight:bold;
    border:1px solid #DDD;
    border-bottom:1px solid #CCC;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:inset 0 1px 0 #F7F7F7;
    box-shadow:inset 0 1px 0 #F7F7F7;
    background:#E7E7E7;
    background-image:-ms-linear-gradient(top,#EEE,#E7E7E7);
    background-image:-moz-linear-gradient(top,#EEE,#E7E7E7);
    background-image:-o-linear-gradient(top,#EEE,#E7E7E7);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#EEE),to(#E7E7E7));
    background-image:-webkit-linear-gradient(top,#EEE,#E7E7E7);
    background-image:linear-gradient(top,#EEE,#E7E7E7);
}
.loop-actions div,.loop-actions span,.loop-actions a,.loop-actions i {
    vertical-align:middle;
    display:inline-block;
    float:left;
    height:21px;
    line-height:21px;
    overflow:hidden;
}
.loop-actions a {
    text-decoration:none;
}
.loop-actions i {
    font-style:normal;
}
.loop-actions .prefix {
    margin-right:5px;
    color:#777;
}
.loop-actions .sep {
    color:#CCC;
    margin:0 8px;
}
.loop-actions .orderby .current {
    color:#111
}
.loop-actions .asc,.loop-actions .desc{
    width:11px;
    margin:0 8px;
    text-indent:-5555em;
}
.loop-actions .asc {
    background:url(images/view.png) no-repeat 0 -15px
}
.loop-actions .desc {
    background:url(images/view.png) no-repeat -20px -15px
}
.loop-actions .view {
    float:right;
}
.loop-actions .view a {
    width:11px;
    height:11px;
    padding:4px;
    line-height:11px;
    border:1px solid transparent;
}
.loop-actions .view i {
    display:inline-block;
    width:11px;
    height:11px;
    background-image:url(images/view.png);
    background-repeat:no-repeat;
}
.list-small-link i {
    background-position:0 0
}
.list-medium-link i {
    background-position:-20px 0
}
.list-large-link i {
    background-position:-40px 0
}
.grid-medium-link i {
    background-position:-60px 0
}
.grid-small-link i {
    background-position:-80px 0
}
.grid-large-link i {
    background-position:-80px 0
}
.grid-mini-link i {
    background-position:-100px 0
}
.grid-mini-long-link i {
    background-position:-100px 0
}
.loop-actions .view a.current {
    background:#FFF;
    border: 1px solid #DDD;
}
.loop-actions .orderby-select{
    display:none;
}

/*== Loop Navigation
 *=================================*/
.loop-nav {
    border-top:1px solid #DDD;
}
.loop-nav-inner {
    border-top:1px solid #FFF;
    padding: 20px 0;
}

/*= Single Content Style
 *==================================================================*/
.screen {
    /*color:#FFF;*/
    margin:0 0 20px;
    /*position:relative;*/
    /*overflow: hidden;*/
    background: #000 url(images/loading-bert.gif) no-repeat center center;
}
.screen .thumb{
    width:950px;
    height:540px;
}
.screen .thumb .overlay{
    background-image: url(images/icon-plus-64.png);
}
.item-video .screen .thumb .overlay{
    background-image: url(images/icon-play-64.png);
}

/*== Entry Header
 *=================================*/
.entry-header {
    margin-bottom:5px;
    position:relative;
    border-bottom:1px solid #FFF;
}
.entry-header .inner{
    border-bottom:1px solid #DDD;
    padding-bottom:5px;
}
.entry-header h1, .entry-header h2{margin-bottom:0;}

/* Entry Title */
h1.entry-title {
    color:#333;
    font-size:20px;
    line-height:24px;
}
h1.entry-title a {
    color:#333;
    text-decoration:none;
}
h1.entry-title a:hover {
    color:#B70000;
}
.entry-header .entry-title{float:left;}


/* Actios */
.entry-actions {
    border-bottom:1px solid #DDD;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.entry-actions .inner {
    float:left;
    height:24px;
    margin-bottom: 5px;
}
.entry-actions a {
    text-decoration:none;
}
.entry-actions .dp-like-post, .entry-actions .dp-share, .entry-actions .report-post,
.entry-actions .buy-dvd {
    float:left;
    margin-left:10px;
    position:relative;
    background-color:#F7F7F7;
    background-image:-ms-linear-gradient(top,#FFF,#F0F0F0);
    background-image:-moz-linear-gradient(top,#FFF,#F0F0F0);
    background-image:-o-linear-gradient(top,#FFF,#F0F0F0);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#F0F0F0));
    background-image:-webkit-linear-gradient(top,#FFF,#F0F0F0);
    background-image:linear-gradient(top,#FFF,#F0F0F0);
    border:1px solid #DDD;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.entry-actions .dp-like-post {
    margin-left: 0;
}
.entry-actions .dp-like-post:hover , .entry-actions .dp-share:hover, .entry-actions .report-post:hover,
.entry-actions .buy-dvd:hover {
    border-color:#BBB;
    text-decoration:none;
    color:#333;
}
.entry-actions .dp-like-post a, .entry-actions .dp-share .dropdown-handle {
    height:24px;
    line-height:24px;
    padding:0 10px 0 30px;
    display:inline-block;
    text-transform:uppercase;
    font-weight:bold;
    font-size:11px;
    color: #555;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.entry-actions .report-post a, .entry-actions .buy-dvd a {
    height:24px;
    line-height:24px;
    padding:0 10px 0 10px;
    display:inline-block;
    text-transform:uppercase;
    font-weight:bold;
    font-size:11px;
    color: #555;
    -webkit-border-radius:3px;
    border-radius:3px;
}

/* Like Button */
.entry-actions .dp-like-post .like {
    background:url(images/actions.png) no-repeat 10px -24px;
}
.entry-actions .dp-like-post .liked {
    background:url(images/actions.png) no-repeat 10px -84px;
    color:#555;
}
.entry-actions .dp-like-post .like:hover,.entry-actions .dp-like-post .liked:hover {
    background:url(images/actions.png) no-repeat 10px -24px;
    color: #555;
}

/* Share Button */
.entry-actions .dp-share{}
.entry-actions .dp-share .dropdown-handle {
    display:block;
    background: url(images/actions.png) no-repeat 10px -145px;
    position:relative;
}
.entry-actions .dp-share .dropdown-content {
    background:#F7F7F7;
    color:#555;
    position:absolute;
    top:28px;
    right:-999px;
    width:150px;
    border:1px solid #BBB;
    -webkit-border-radius:3px 0 3px 3px;
    border-radius:3px 0 3px 3px;
    opacity:0;
    display:none;
    visibility:hidden;
    -webkit-transition:all .15s;
    -moz-transition:all .15s;
    -ms-transition:all .15s;
    -o-transition:all .15s;
    transition:all .15s;
}
.entry-actions .dp-share .dropdown-content ul {
    list-style:none;
    margin:0;
    padding:0;
}
.entry-actions .dp-share .dropdown-content li {
    border-top:1px solid #FFF;
    border-bottom:1px solid #DDD;
    padding:5px 10px;
    min-height:20px;
    height:auto !important;
    height:20px;
    display:block;
}
.entry-actions .dp-share .dropdown-content li:first-child {
    border-top:0;
}
.entry-actions .dp-share .dropdown-content li:last-child {
    border-bottom:0
}
.entry-actions .dp-share:hover{
    -webkit-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
}
.entry-actions .dp-share:hover .dropdown-handle {
    padding-bottom:5px;
    -webkit-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    color:#111;
    background:#F7F7F7 url(images/actions.png) no-repeat 10px -145px;
    z-index:999999999;
}
.entry-actions .dp-share:hover .dropdown-content {
    right:-1px;
    opacity:1;
    display:block;
    visibility: visible;
    z-index:999999998;
}

/*== on Wall
 *=================================*/
.wall #screen{
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);
    box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);
}

/* entry header */
.wall .entry-header{border-bottom:0;}
.wall .entry-header .inner{border-bottom:0;padding-bottom:0;}
.wall h1.entry-title{color:#EEE;font-size:18px;font-weight:normal;background:url(images/icon-play-16.png) no-repeat left 3px;padding-left:24px;text-shadow:none;}
.wall h1.entry-title a{color:#AAA;}
.wall h1.entry-title a:hover{color:#FFF;}

/* Actions */
.wall .entry-actions .dp-like-post,.wall .entry-actions .dp-share {
    background:#555;
    border:0;
    color:#FFF;
}
.wall .entry-actions .dp-like-post a,.wall .entry-actions .dp-share .dropdown-handle {
    color: #FFF;
}

/* Share Button */
.wall .entry-actions .dp-share .dropdown-handle {
    background:url(images/actions.png) no-repeat 10px -115px;
}
.wall .entry-actions .dp-share .dropdown-content {
    border:0;
    right:0;
}
.wall .entry-actions .dp-share:hover .dropdown-handle {
    padding-bottom:5px;
    -webkit-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    color:#333;
    background:#F7F7F7 url(images/actions.png) no-repeat 10px -145px;
}

/* Like Button */
.wall .entry-actions .dp-like-post .like {
    background:#555 url(images/actions.png) no-repeat 10px 6px;
}
.wall .entry-actions .dp-like-post .liked {
    background:#F7F7F7 url(images/actions.png) no-repeat 10px -84px;
    color:#555;
}
.wall .entry-actions .dp-like-post .like:hover,.wall .entry-actions .dp-like-post .liked:hover {
    background:#F7F7F7 url(images/actions.png) no-repeat 10px -24px;
    color: #333;
}

/*== Video Detatils
 *=================================*/
#details .section-content {
    padding:0 0 20px;
}
#info {
    overflow:hidden
}
.entry-meta {
    color:#999;
    font-size:11px;
    margin:0 0 10px;
}
.entry-meta .sep {
    padding:0 3px
}
#extras {
    font-size:11px;
}
#extras h4 {
    font-size:11px;
    margin: 4px 0 0;
}

#thumb{margin:0 0 20px;}

/* Info Toggle */
.info-toggle-arrow {
    display:none;
    width:8px;
    height:10px;
    line-height:10px;
    vertical-align:text-top;
    margin:6px 0 0 2px;
    background:url(images/s.png) no-repeat 0 -70px !important;
}
.info-more-arrow {
    background:url(images/s.png) no-repeat 0 -50px !important;
}

.info-toggle {
    display:none;
    text-align:center;
    margin-top:-21px;
}
.info-toggle-button{
    background:#F7F7F7;
    background-image:-ms-linear-gradient(top,#FFF,#F0F0F0);
    background-image:-moz-linear-gradient(top,#FFF,#F0F0F0);
    background-image:-o-linear-gradient(top,#FFF,#F0F0F0);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#F0F0F0));
    background-image:-webkit-linear-gradient(top,#FFF,#F0F0F0);
    background-image:linear-gradient(top,#FFF,#F0F0F0);
    text-transform:uppercase;
    font-weight:bold;
    font-size:11px;
    padding:3px 10px;
    border:1px solid #DDD;
    -webkit-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
    border-top:0;
    min-width:70px;
    color:#555;
}
.info-toggle-button:hover {
    border-color:#BBB;
    color:#333;
    text-decoration: none;
}
.info-toggle-button .more-text{display:none;}
.info-more-button .more-text{display:inline-block;}
.info-more-button .less-text{display:none;}
.info-more{height:auto !important;}

/*= Widgets, Sidebar and Footbar
 *==================================================================*/

/*== Basic Widget Style
 *=================================*/
.widget {
    margin-bottom:30px;
}
.widget-header {
    border-bottom:1px solid #FFF;
    text-transform:uppercase;
    margin:0 0 8px;
}
.widget-title {
    display:block;
    border-bottom:1px solid #DDD;
    line-height:24px;
    font-size:15px;
    margin:0;
    font-family:"Open Sans",sans-serif;
    padding-bottom:6px;
}
.widget>ul,.widget>ol {
    margin-top:-8px;
    margin-bottom:-2px;
}
.widget li {
    padding:4px 0 4px 12px;
    border-top:1px solid #FFF;
    border-bottom:1px solid #DDD;
    background:url(images/s2.png) no-repeat -292px 12px;
}
.widget>ul>li:first-child,
.widget>ol>li:last-child{
    border-top:0;
}
.widget li:last-child{
    border-bottom:0;
}
.widget ul ul, .widget ul ol,
.widget ol ol, .widget ol ul{
    margin-top:4px;
    margin-bottom:0;
    border-top:1px solid #DDD;
}

.widget p{
    margin:0 0 10px;
}
.widget select {
    width:100%;
    border: 1px solid #CCC;
}


/*== Widget Tag Cloud
 *=================================*/
.widget_tag_cloud {
}
.widget_tag_cloud .tagcloud {
    overflow:hidden;
}
.widget_tag_cloud a {
    display:inline-block;
    font-size:11px !important;
    color:#111;
    background:#E7E7E7;
    padding:2px 10px;
    margin:0 4px 2px 0;
    -webkit-border-radius:10px;
    border-radius:10px;
    line-height:15px;
    text-shadow:0 1px 0 #FFF;
    word-wrap:break-word;
}
.widget_tag_cloud a:hover {
    background:#333;
    color:#FFF;
    text-shadow:0 1px 0 #000;
    text-decoration: none;
}

/*== Widget Archive & Widget Categories
 *=================================*/
.widget_archive,.widget_categories{
    overflow:hidden;
}
.widget_archive ul, .widget_categories ul {
    overflow:hidden;
    width:120%;
    font-size:11px;
    margin-top:-8px;
    margin-left:-8px;
    margin-bottom:-2px;
}
.widget_archive>ul>li:first-child,
.widget_categories>ul>li:first-child{
    border-top:1px solid #FFF;
}
.widget_archive li,.widget_categories li {
    text-align:right;
    overflow:hidden;
    width:122px;
    height:29px;
    line-height:29px;
    float:left;
    padding:0 20px;
    position:relative;
    top:-1px;
    background:url(images/s2.png) no-repeat -284px 11px;
}
.widget_archive li:hover,.widget_categories li:hover {
    background:url(images/s2.png) no-repeat -234px -39px;
}
.widget_archive li a,.widget_categories li a {
    float:left;
    text-align: left;
    margin-right:5px;
    font-size: 13px;
}

/*== Widget Nav Menu */
.widget_nav_menu .menu-main-navigation-container{
    margin-top:-8px;
}
.widget_nav_menu>div>ul>li:first-child{
    border-top:0;
}

/*== Widget Calendar
 *=================================*/
table#wp-calendar{
    width:100% !important;
    margin:0 !important;
}

/*== Widget Comments
*=================================*/
.widget-comments li {
    background: url(images/s2.png) no-repeat -189px -90px !important;
    padding:5px 0 5px 16px;
    overflow:hidden;
}
.widget-comments .author {
    font-size:12px;
}
.widget-comments .date {
    color:#999;
    font-size:11px;
}
.widget-comments .excerpt {
    display:block;
    color:#555;
    margin:0;
}
.widget-comments .has-avatar li {
    background:none;
    padding:8px 0;
}
.widget-comments .has-avatar .avatar {
    float:left;
    display:block;
    width:48px;
    height:48px;
    padding:4px;
    background:#FFF;
    float:left;
    position:relative;
    border:1px solid #DDD;
    -webkit-box-shadow:0 0 3px #D7D7D7;
    box-shadow:0 0 3px #D7D7D7;
}
.widget-comments .has-avatar .data {
    margin-left:68px;
    display: block;
}


/*== Widget Follow
*=================================*/
.widget-follow ul li {
    list-style-type: none;
}
.widget-follow li {
    list-style-type: none;
    padding:5px 0 5px 16px;
    overflow:hidden;
}
.widget-follow .author {
    font-size:12px;
}
.widget-follow .date {
    color:#999;
    font-size:11px;
}
.widget-follow .excerpt {
    display:block;
    color:#555;
    margin:0;
}
.widget-follow .has-avatar li {
    background:none;
    padding:8px 0;
}
.widget-follow .has-avatar .avatar {
    float:left;
    display:block;
    width:48px;
    height:48px;
    padding:4px;
    background:#FFF;
    float:left;
    position:relative;
    border:1px solid #DDD;
    -webkit-box-shadow:0 0 3px #D7D7D7;
    box-shadow:0 0 3px #D7D7D7;
}
.widget-follow .has-avatar .data {
    margin-left:68px;
    display: block;
}
.widget-follow .social-icon {
    float: left;
    margin-right: 10px;
}

/*== Widget Top Scoring Users
*=================================*/
.widget-scorers ul li {
    list-style-type: none;
}
.widget-scorers li {
    list-style-type: none;
    padding:5px 0 5px 16px;
    overflow:hidden;
}
.widget-scorers .author {
    font-size:12px;
}
.widget-scorers .date {
    color:#999;
    font-size:11px;
}
.widget-scorers .excerpt {
    display:block;
    color:#555;
    margin:0;
}
.widget-scorers .has-avatar li {
    background:none;
    padding:8px 0;
}
.widget-scorers .has-avatar .avatar {
    float:left;
    display:block;
    width:32px;
    height:32px;
    padding:2px;
    background:#FFF;
    float:left;
    position:relative;
    border:1px solid #DDD;
    -webkit-box-shadow:0 0 3px #D7D7D7;
    box-shadow:0 0 3px #D7D7D7;
}
.widget-scorers .has-avatar .data {
    margin-left:40px;
    display: block;
}

/*== Widget Activity
*=================================*/
.widget-activity li {
    padding:5px 0 5px 16px;
    overflow:hidden;
}
.widget-activity .author {
    font-size:12px;
}
.widget-activity .date {
    color:#999;
    font-size:11px;
}
.widget-activity .excerpt {
    display:block;
    color:#555;
    margin:0;
    padding-left:5px
}
.widget-activity .has-avatar li {
    background:none;
    padding:8px 0;
}
.widget-activity .has-avatar .avatar {
    float:left;
    display:block;
    width:48px;
    height:48px;
    padding:4px;
    background:#FFF;
    float:left;
    position:relative;
    border:1px solid #DDD;
    -webkit-box-shadow:0 0 3px #D7D7D7;
    box-shadow:0 0 3px #D7D7D7;
}
.widget-activity .has-avatar .data {
    margin-left:68px;
    display: block;
}

/*== Widget Tweets
 *=================================*/
.widget-tweets ul {
    margin:0 0 10px;
}
.widget-tweets li {
    background: url(images/s2.png) no-repeat -139px -139px !important;
    padding:5px 0 5px 18px !important;
    overflow:hidden;
}
.widget-tweets li.has-avatar{
    padding:5px 0 5px 0 !important;
    background:none;
}
.widget-tweets li.has-avatar img{float:left;margin:4px 10px 0 0;}
.widget-tweets li.has-avatar .tweet-text,
.widget-tweets li.has-avatar .tweet-meta{margin-left:58px;}
.widget-tweets li.has-avatar .tweet-text{display:block;}
.widget-tweets .tweet-meta {
    color:#AAA;
    display:block;
}
.widget-tweets .twitter-follow-button {
    margin: 10px 0 0 18px;
}

/*== Widget Single Video Stats
 *=================================*/
.widget-single-post-stats .views,.widget-single-post-stats .comments,.widget-single-post-stats .likes {
    width:99px;
    border-left:1px solid #FFF;
    border-right:1px solid #DDD;
    display:inline-block;
    float:left;
    text-align:center;
    line-height:1.25;
}
.widget-single-post-stats i {
    font-style:normal;
    font-size:22px;
    display:block;
    color:#111;
    font-weight:900;
    font-family:"Arimo";
}
.widget-single-post-stats .suffix {
    font-style:normal;
    font-size:10px;
    font-weight:bold;
    text-transform:uppercase;
}
.widget-single-post-stats .views {
    border-left:0
}
.widget-single-post-stats .comments {
    width:98px
}
.widget-single-post-stats .likes {
    border-right: 0
}

/*== Widget Ad
 *=================================*/
.widget-ad img{
    display:block;
}

/*== Widget Posts
 *=================================*/
.widget-posts ul {
    overflow:hidden
}
.widget-posts ul li {
    list-style:none;
    padding:0;
    background:none;
}
.widget-posts .post-grid-2 .entry-title,
.widget-posts .post-grid-3 .entry-title {
    height:20px;
    line-height:20px;
    overflow:hidden;
    font-size:12px;
}
.widget-posts .entry-meta,.widget-posts .stats {
    font-size:11px
}
.widget-posts .author {
    display:none
}
.widget-posts .suffix {
    display: none
}

/* List Style */
.widget-posts .post-list li {
    padding:10px 0;
    border-bottom:1px solid #DDD;
    border-top:1px solid #FFF;
    overflow:hidden;
    margin:0;
    position:relative;
}
.widget-posts .post-list .thumb {
    width:120px;
    height:67px;
    float:left;
    margin:0;
}
.widget-posts .post-list .thumb img {
    width:124px;
}
.widget-posts .post-list .data {
    margin-left:130px
}
.widget-posts .post-list .entry-title {
    margin-bottom:5px
}
.widget-posts .post-list .entry-meta {
    margin-bottom: 5px
}

/* List Full Style */
.widget-posts .post-list-full li {
    padding:10px 0;
    border-bottom:1px solid #DDD;
    border-top:1px solid #FFF;
    overflow:hidden;
    margin:0;
}
.widget-posts .post-list-full .thumb {
    width:300px;
    height:168px;
}
.widget-posts .post-list-full .thumb img {
    width:300px;
}
.widget-posts .post-list-full .entry-title {
    margin-bottom:5px
}
.widget-posts .post-list-full .entry-meta {
    margin-bottom: 5px
}

/* Grid Style with 2 Columns */
.widget-posts .post-grid-2 {
    margin:0 -10px -10px;
    overflow:hidden;
}
.widget-posts .post-grid-2 li {
    width:140px;
    float:left;
    margin:0 10px 10px;
    border:0;
}
.widget-posts .post-grid-2 .thumb {
    width:140px;
    height:78px;
}
.widget-posts .post-grid-2 .thumb img {
    width:145px;
}
.widget-posts .post-grid-2 .entry-meta {
    display: none
}

/* Grid Style with 3 Columns */
.widget-posts .post-grid-3 {
    margin:0 -6px -10px
}
.widget-posts .post-grid-3 li {
    overflow:hidden;
    width:92px;
    float:left;
    border:0;
    margin:0 6px 10px;
}
.widget-posts .post-grid-3 .thumb {
    width:92px;
    height:52px;
}
.widget-posts .post-grid-3 .thumb img {
    width:92px;
}
.widget-posts .post-grid-3 .stats {
    display: none
}

/*== Sidebar
 *=================================*/
#sidebar .widget{width:300px;}

/*== Footbar
 *=================================*/
#footbar .wrap {
    border-bottom:1px solid #EEE;
    padding-top:30px;
}
#footbar .widget-header {
    border:0
}
#footbar .widget-title {
    border:0;
    padding:0;
    font-size:12px;
    color:#333;
}
#footbar li {
    border:0;
}
.widget-col-links {
    color:#999;
}
.widget-col-links ul {
    margin:0;
}
.widget-col-links li {
    background:none !important;
    padding:2px 0;
}
.widget-col-links li a {
    color:#777;
}
.widget-col-links li a:hover {
    color: #111;
}

#footbar .widget{float:left;}
#footbar.footbar-c3 .widget{width:300px;margin-left:20px;}
#footbar.footbar-c4 .widget{width:220px;margin-left:20px;}
#footbar.footbar-c4s1 .widget-col{float:left;width:140px;margin-left:20px;}
#footbar.footbar-c4s1 .widget-col-5 {width:300px;}
#footbar.footbar-c4s1 .widget{width:100%;}
#footbar-inner{margin-left:-20px;}

/*= Colophon
 *==================================================================*/
#colophon {
    font-size:12px;
    color:#AAA;
}
#colophon .wrap {
    padding:15px 0;
}
#colophon a {
    color:#777
}
#copyright,#credits {
    float:right;
    font-size:11px;
    margin:0;
    display: block;
}

/*== Footer Navigation
 *=================================*/
#footer-nav {
    float:right;
    margin:0 0 2px;
    display: block;
}
#footer-nav ul {
    overflow:hidden;
    margin:0;
}
#footer-nav li {
    display:inline;
    padding:0 10px;
    border-left:1px solid #DDD;
    line-height:1;
    font-weight:bold;
}
#footer-nav li:first-child {
    padding-left:0;
    border-left:0;
}
#footer-nav li a:hover {
    color: #111;
    text-decoration:none;
}

/*== Footer Branding
*==================================*/
#footer-branding {
    float:left;
    text-align:left;
}

/*== Social Navigation
 *=================================*/
#social-nav {
    float:right;
    text-align:right;
}
#social-nav .desc {
    display:block;
    margin:-3px 0 3px;
}
#social-nav ul {
    list-style:none;
    margin:0;
    padding:0;
}
#social-nav li {
    display:inline;
    margin:0 0 0 8px;
}
#social-nav a {
    display:inline-block;
    height:24px;
    width:24px;
    text-indent:-987em;
    overflow:hidden;
    line-height:987em;
    background:url(images/social.png) no-repeat 0 0;
}
#social-nav a:hover {
    opacity:0.75;
    filter:alpha(opacity=85);
}
#social-nav .facebook a {
    background-position:0 -30px;
}
#social-nav .gplus a {
    background-position:0 -60px;
}
#social-nav .rss a {
    background-position:0 -90px;
}
#social-nav .news a {
    background-position: 0 -120px;
}
#social-nav .youtube a {
    background-position:0 -150px;
}
#social-nav .vimeo a {
    background-position: 0 -180px;
}

/*= Comments & Respond
 *==================================================================*/
#comments {
    margin:20px 0
}
#comments .section-header {
    margin: 0
}

/*== Comment List
 *=================================*/
.comment-list p,.comment-list ul,.comment-list ol,.comment-list blockquote {
    margin-bottom:10px
}
.comment-list {
    border-bottom:1px solid #FFF;
    margin:-1px 0 0;
}
.comment-list .children {
    margin-bottom:0;
}
.comment-div {
    border-top:1px solid #FFF;
    border-bottom:1px solid #DDD;
    padding:10px 0;
}
.comment-meta,.comment-content,.comment-actions {
    margin-left:72px
}
img.avatar{
    padding:4px;
    background:#FFF;
    float:left;
    position:relative;
    margin-right:15px;
    border:1px solid #DDD;
    -webkit-box-shadow:0 0 3px #D7D7D7;
    box-shadow:0 0 3px #D7D7D7;
}
.comment-avatar{float:left;}
.comment-avatar img,
.activity-avatar img{
    width:48px;
    height:48px;
}


.comment-meta {
    color:#AAA;
    font-size:11px;
    margin-bottom:5px;
}
.comment-meta .sep {
    color:#CCC
}
.comment-meta .fn {
    font-size:12px;
    font-style:normal;
    color:#555;
}
.comment-meta .comment-time {
    color:#AAA
}
.comment-meta .comment-time:hover {
    color: #555
}
.comment-actions {
    margin-top:-5px;
    text-align:right;
}
.comment-reply-link {
    font-size:12px;
    padding:0 0 0 18px;
    background:url(images/s.png) no-repeat 0 -300px;
}
.comment-reply-link:hover {
    background-position:0 -320px
}
.comment-reply-login {
    display:none;
}
#cancel-comment-reply-link {
    font-size:11px;
    text-transform:none;
    font-weight:normal;
    font-family:sans-serif;
    background:url(images/s.png) no-repeat 0 -342px;
    width:12px;
    height:12px;
    display:inline-block;
    text-indent:-5555em;
    overflow:hidden;
    margin-left:4px;
    position:relative;
    top:1px;
}
#cancel-comment-reply-link:hover {
    background-position: 0 -362px;
}
.comment-list .bypostauthor .comment-avatar img{
    background:#333;
    border:1px solid #000;
}
.comment-list .bypostauthor .fn a:hover{
    color:#B70000;
}

/*== Comment Navigation
 *=================================*/
.comment-nav {
    margin: 20px 0;
}

/*== Comment Form
 *=================================*/
#respond {
    margin:20px 0;
    overflow:hidden;
}
.comment-form-author,.comment-form-email,.comment-form-url {
    width:32%;
    float:left;
    margin:0 0 10px 2%;
}
.comment-form-author{
    margin-left:0;
}
.comment-form-comment{
    width:100%;
    clear:both;
}
#author,#email,#url,#comment {
    display:block;
    width:100%;
    padding:5px 4px;
    height:28px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#author,#email,#url {
    width:100%;
}
#comment {
    height:100px;
    overflow:auto;
}
.comment-notes,.form-allowed-tags,.logged-in-as {
    color:#AAA;
    font-size:12px;
}
.must-log-in,.comments-closed {
    background:#FEFFC2;
    padding:7px 10px;
    border: 1px solid #e1e2a3;
}

/*== Comment Children
 *=================================*/
.comment-list .depth-2 .comment-inner {
    padding-left:20px;
    background: url(images/s2.png) no-repeat -84px -188px;
}
.comment-list .depth-2 .comment-avatar {
    width:32px;
    height:32px;
    padding:2px;
}
.comment-list .depth-2 .comment-avatar img {
    width:32px;
    height:32px;
}
.comment-list .depth-2 .comment-meta,.comment-list .depth-2 .comment-content,.comment-list .depth-2 .comment-actions {
    margin-left:58px;
}
.comment-list .depth-3 .comment-inner {
    margin-left:52px
}
.comment-list .depth-4 .comment-inner {
    margin-left:72px
}
.comment-list .depth-5 .comment-inner {
    margin-left:92px
}
.comment-list #respond {
    border-top:1px solid #FFF;
    border-bottom:1px solid #D7D7D7;
    margin:0;
    padding:20px 0;
}
.comment-list #respond .section-header {
    margin: 0 0 8px
}

/*= Plugins Style
 *==================================================================*/
.wpcf7-form textarea{width:90%;}
.wpcf7-submit{min-width:100px;}

/*= Browser Specific
 *==================================================================*/
#ie8 img {
    width: auto
}

/* Replace "Open Sans" with "Droid Sans" in IE.
 * Because "Open Sans" look like is not good in IE */
.ie #site-title,.ie .section-title,.ie .widget-title,.ie .loop-title {
    font-family: "Droid Sans",sans-serif;
}

/*= BuddyPress
 *==================================================================*/
form#whats-new-form{margin:0 !important;}
#buddypress form#whats-new-form textarea{width:96% !important;}
#buddypress form#whats-new-form p.activity-greeting{line-height:1em !important;}
#buddypress #whats-new-options{overflow:hidden !important;}
#buddypress{font-size:14px !important;}
.widget.buddypress li{
    padding-left:0;
    background:none;
}
.widget.buddypress div.item-options{padding:0;}




.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    -webkit-bg-clip: padding-box;
    -moz-bg-clip: padding;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
    height: text-align:justify; text-justify:inter-word;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
    content: " ";
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0;
    content: " ";
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
    content: " ";
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0;
    content: " ";
}



/* Actios */
.actions-wide {
    float:right;
    margin:10px 0 10px 0;
    width:100%;
}
.actions-wide a {
    text-decoration:none;
}
.actions-wide .dp-like-post, .actions-wide .dp-share, .actions-wide .report-post, .actions-wide .buy-dvd {
    float:left;
    /* margin-left:10px; */
    position:relative;
    z-index:888;
    background-color:#F7F7F7;
    background-image:-ms-linear-gradient(top,#FFF,#F0F0F0);
    background-image:-moz-linear-gradient(top,#FFF,#F0F0F0);
    background-image:-o-linear-gradient(top,#FFF,#F0F0F0);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#F0F0F0));
    background-image:-webkit-linear-gradient(top,#FFF,#F0F0F0);
    background-image:linear-gradient(top,#FFF,#F0F0F0);
    border:1px solid #DDD;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.actions-wide .dp-like-post:hover , .actions-wide .dp-share:hover, .actions-wide .report-post:hover, .actions-wide .buy-dvd:hover {
    border-color:#BBB;
    text-decoration:none;
    color:#333;
}
.actions-wide .report-post a, .actions-wide .buy-dvd a{
    height:24px;
    line-height:24px;
    padding:0 10px 0 10px;
    display:inline-block;
    text-transform:uppercase;
    font-weight:bold;
    font-size:11px;
    color: #555;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.actions-wide .dp-like-post a, .actions-wide .dp-share .dropdown-handle {
    height:24px;
    line-height:24px;
    padding:0 10px 0 30px;
    display:inline-block;
    text-transform:uppercase;
    font-weight:bold;
    font-size:11px;
    color: #555;
    -webkit-border-radius:3px;
    border-radius:3px;
}


/* Like Button */
.actions-wide .dp-like-post .like {
    background:url(images/actions.png) no-repeat 10px -24px;
}
.actions-wide .dp-like-post .liked {
    background:url(images/actions.png) no-repeat 10px -84px;
    color:#555;
}
.actions-wide .report-post .dp-like-post .like:hover .buy-dvd,#actions .dp-like-post .liked:hover  {
    background:url(images/actions.png) no-repeat 10px -24px;
    color: #555;
}

/* Share Button */
.actions-wide .dp-share{z-index:999;}
.actions-wide .dp-share .dropdown-handle {
    display:block;
    background: url(images/actions.png) no-repeat 10px -145px;
    position:relative;
    z-index:999;
}
.actions-wide .dp-share .dropdown-content {
    background:#F7F7F7;
    color:#555;
    position:absolute;
    top:28px;
    right:-1px;
    z-index:990;
    width:150px;
    border:1px solid #BBB;
    -webkit-border-radius:3px 0 3px 3px;
    border-radius:3px 0 3px 3px;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .15s;
    -moz-transition:all .15s;
    -ms-transition:all .15s;
    -o-transition:all .15s;
    transition:all .15s;
}
.actions-wide .dp-share .dropdown-content ul {
    list-style:none;
    margin:0;
    padding:0;
}
.actions-wide .dp-share .dropdown-content li {
    border-top:1px solid #FFF;
    border-bottom:1px solid #DDD;
    padding:5px 10px;
    min-height:20px;
    height:auto !important;
    height:20px;
    display:block;
}
.actions-wide .dp-share .dropdown-content li:first-child {
    border-top:0;
}
.actions-wide .dp-share .dropdown-content li:last-child {
    border-bottom:0
}
.actions-wide .dp-share:hover{
    -webkit-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
}
.actions-wide .dp-share:hover .dropdown-handle {
    padding-bottom:5px;
    -webkit-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    color:#111;
    background:#F7F7F7 url(images/actions.png) no-repeat 10px -145px;
}
.actions-wide .dp-share:hover .dropdown-content {
    opacity:1;
    visibility: visible;
}

#command { position:relative; height:25px; display:block; margin: 25px 0 0 0;}
.lightSwitcher {position:relative; z-index:101; background-image:url(images/light_bulb_off.png);
    background-repeat:no-repeat; background-position:left; padding: 0 0 0 20px;
    outline:none; text-decoration:none;}
.lightSwitcher:hover {text-decoration:underline;}
#shadow {background-image:url(images/shade1x1.png); position:absolute; left:0; top:0; width:100%; z-index:100;}
.turnedOff { background-image:url(images/light_bulb.png);}

.share-link a {
    padding:6px 21px;
    color:white;
    text-decoration:none;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    font:13px sans-serif;
    line-height:19px;
    font-weight: normal !important;

    outline:0;
}
.share-link:hover {
    color:white;
}
.fb_share {
    background:#3B5997;margin-right:5px;
}
.fb_share:hover {background:#2d4372;}
.tw_share {background:#41B7D8;}
.tw_share:hover {background:#279ebf;}


.facebook_sign_in_button{background:transparent url(http://media2.sulia.com/static/css/sprites_out/sprites.1372261624.png) -344px 0 no-repeat;width:201px;height:44px;text-indent:-5000px}

.sprites_facebook_login_button_on,
.facebook_sign_in_button:hover{background:transparent url(http://media2.sulia.com/static/css/sprites_out/sprites.1372261624.png) -545px 0 no-repeat;width:201px;height:44px;text-indent:-5000px}

.facebook_sign_in_button,
.linkedin_sign_in_button{-ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";border:0;cursor:pointer;display:inline-block}

.twitter_sign_in_button:hover,
.facebook_sign_in_button:hover,
.linkedin_sign_in_button:hover{-ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";border:0}

ul.follow-list{
    list-style-type: none;
}
.follow-list li{
    list-style-type: none;
}
.follow-list li:first-child{
    list-style-type: none;
}
.follow-list .social-icon{
    float:left;
    margin-right:10px;
}
.follow-list img {
    width:30px;
    height:30px;
}

.follow-button {
    padding-top:4px;
}

.feedburner-box {
    width:180px
}

.by-line{margin-top:100px;text-align:center;color:#999}

.social-buttons {
    float:left;
}

.social-button {
    float:left;
    margin-left: 5px;
    padding-top: 5px;
}

#navigation-right {
    float:right;
    margin:6px 0 0;
}

#widget-activity-recent {
    background-color: #FFF; height:720px; overflow-y: scroll;
    border:1px solid #DDD; margin-top:3px;
}

#widget-activity-recent .activity-item {
    padding:5px
}

.activity-item .image {
    float:left; padding:5px 5px 5px 0;
}

.activity-item .tiny-image {
    float:left;
    padding: 0 2px 2px 0;
}

.activity-item .reply {
    float: right;
    margin-right: 10px;
}

#tab-newest-members {
    display: none;
}

.see-more {
    padding: 10px 0 10px 0;	border-top:1px solid #ddd;text-align:center;
}

/*
 * Responsive Design
 */

/*= Before Responsive
 *==================================================================*/

/*== Loop Actions */
.loop-actions .orderby-select{display:none;}

/*== Select Menu */
#main-nav .select-div{background:url(images/nav-sep.png) no-repeat left 0;display:none;}
#main-nav .select-wrap{overflow:hidden;
    background-image: url(images/select-arrow.png);
    background-repeat:no-repeat;
    background-position:right center;
}
#main-nav select {height:auto; text-transform:none; display:block; margin:0 auto;
    -webkit-border-radius:0;
    border-radius:0;
    width:120%;
    border:0;
    font-size:13px;
    font-weight:bold;
    color: #EEE;
    text-shadow:0 1px 0 #000;
    padding:7px 5px 7px 10px;
    -webkit-appearance: none;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color:transparent;
    background-color: rgba(0,0,0,0);
    background-image: url(images/select-arrow.png);
    background-repeat:no-repeat;
    background-position:right center;
}
#main-nav select option {font-size:12px;color:#333;background:none;}
#main-nav select:active option{background:#FFF;}
.ie #main-nav select{color:#FFF;}
.ie #main-nav select option{background:none;color:#FFF;}
.ie #main-nav select:active option{background:none;color:#333;}

/*== Tablet Portrait
 *==================================================================*/
@media only screen and (min-width:640px) and (max-width:959px) {

    /*== Structure */
    body{min-width:640px;}
    .boxed-wrap #page{width:640px;}
    #main{padding:20px 0;}
    .wrap{width:620px}
    #content, #sidebar{width:100%;}

    /*== Header */
    #branding{margin-bottom:10px;}
    #header-actions{margin-bottom:10px;}
    #header-search{width:100%;margin-left:0;}

    /*== Featured */
    .home-featured .nav{width:620px;height:188px;float:left;background:#333;position:relative;}
    .home-featured .nav .carousel{width:620px;height:160px;border-bottom:1px solid #444;}
    .home-featured .nav .carousel-clip{height:320px;width:630px;}
    .home-featured .nav .carousel-list{width:624px;}
    .home-featured .nav li{float:left;width:309px;margin-left:0;
        border-left:1px solid #444;
        border-right:1px solid #272727;
    }
    .home-featured .nav li .inner{margin:0;}
    .home-featured .nav li.current{background:#222;width:310px;border-left:0;}
    .home-featured .nav li.current .inner{
        border-left:4px solid #B70000;
        margin-left:0;
        padding-left:6px;
    }

    .home-featured .nav .carousel-prev,
    .home-featured .nav .carousel-next{position:absolute;bottom:0px;}
    .home-featured .nav .carousel-prev{left:0;margin:0;width:309px;border-left:1px solid #444;}
    .home-featured .nav .carousel-next{right:0;width:308px;}

    .home-featured-full .stage,
    .home-featured-full .stage .carousel{width:620px;height:349px;overflow:hidden;}
    .home-featured-full .stage,
    .home-featured-full .stage .carousel-list{height: 349px;}
    .home-featured-full .stage .item,
    .home-featured-full .stage .thumb {
        width: 620px;
        height: 349px;
    }
    .home-featured-full .stage .thumb img{width:620px;}


    .fcarousel-5 .carousel-clip{width:544px;}
    .fcarousel-5 li {
        margin: 5px 3px 20px 3px;
    }




    /*== Footbar
     *=================================*/
    #footbar .widget-col-5{width:100%;margin-left:0;}
    #footbar.footbar-c4 .widget{width:300px;}

    /* Fixed Youtube Video with JWPlayer*/
    .fluid-width-video-wrapper embed{height:349px !important;}

    /* End @media
     *================================================================== */}

/*== Mobile
 *==================================================================*/
@media only screen and (max-width:639px) {
    #main-nav .wrap{background:url(images/nav-sep.png) no-repeat right 0;}
    #main-nav .menu{display:none;}
    #main-nav .select-div{display:block;}

    .loop-actions .orderby{display:none;}
    .loop-actions .orderby-select{display:block;float:left;height:21px;padding:2px;text-transform:none;}
    .loop-actions .prefix{display:none;}


    .comment-form-author, .comment-form-email, .comment-form-url{
        margin-left:0;
        width:100%;
        float:none;
    }


    /*== Structure */
    body{min-width:320px;}
    .boxed-wrap #page{width:320px;}
    #main{padding:20px 0;}
    .wrap{width:300px}
    #content, #sidebar{width:100%;}

    /*== Header
     *=================================*/
    #branding{float:none;margin-bottom:10px;}
    #site-logo img{margin:0 auto;}
    #header-actions{float:none;}
    #header-search{float:none;width:100%;margin:0;padding:15px 0 0;overflow:hidden;}

    /*== Archive Content
     *=================================*/

    .loop-actions .view .grid-small-link,
    .loop-actions .view .grid-medium-link,
    .loop-actions .view .list-large-link{display:none;}

    .grid-small .item {
        width:140px;
        margin: 0 10px 20px;
    }
    .grid-small .thumb {
        width:140px;
        height:78px;
    }
    .grid-small .thumb img {
        width:140px;
    }

    .grid-medium .nag{margin: 0 -10px;}
    .grid-medium .item{width:300px;margin: 0 10px 20px;}
    .grid-medium .thumb{width:300px;height:168px;}
    .grid-medium .thumb img{width:300px;}

    .list-small .thumb {
        width:140px;
        height:78px;
    }
    .list-small .thumb img {
        width:140px;
    }
    .list-small .data {
        margin-left:158px
    }
    .list-small .meta, .list-small .stats{float:none;}
    .list-small .stats > span{margin:0 10px 0 0 !important;}
    .list-small .author,
    .list-small .suffix,
    .list-small .entry-summary{display:none;}

    .list-medium .thumb {
        width:300px;
        height:168px;
        margin:0 0 10px;
    }
    .list-medium .thumb img {
        width:300px;
    }
    .list-medium .data {
        margin-left:0
    }
    .list-medium .author,
    .list-medium .suffix{display:none;}
    .list-medium .meta{float:left;}
    .list-medium .stats{float:right;}
    .list-medium .entry-summary{font-size:11px;}

    .list-large .item{width:100%;}
    .list-large .thumb{width:100%;height:168px;}
    .list-large .meta, .list-large .stats{float:none;}
    .list-large .stats > span{margin:0 10px 0 0 !important;}

    /*== Featured Content
     *=================================*/
    .home-featured .stage,
    .home-featured .nav{width:100%;}
    .home-featured .stage{margin-left:-2px;}
    .home-featured .stage,
    .home-featured .stage .carousel-list{height: 168px;}
    .home-featured .stage .item,
    .home-featured .stage .thumb {
        width: 300px;
        height: 168px;
    }
    .home-featured .stage .thumb img{width:300px;}

    .home-featured-full .stage,
    .home-featured-full .stage .carousel{width:300px;height:168px;}
    .home-featured-full .stage,
    .home-featured-full .stage .carousel-list{height: 168px;}
    .home-featured-full .stage .item,
    .home-featured-full .stage .thumb {
        width: 300px;
        height: 168px;
    }
    .home-featured-full .stage .thumb img{width:300px;}

    /*== Single Content
     *=================================*/
    .entry-header .entry-title{float:none;margin:0 0 10px !important;}
    .entry-header .entry-actions{float:none;margin:0;}

    /*== Footbar
     *=================================*/
    #footbar.footbar-c4 .widget{width:300px;}

    /*== Colophon
     *=================================*/
    #colophon{text-align:center;}
    #social-nav{float:none;overflow:hidden;text-align:center;margin:0 0 10px;}
    #social-nav li {
        margin: 0 8px 0 0;

    }
    #copyright, #credits {
        font-size: 11px;
        margin: 0;
        display: block;
    }

    .fluid-width-video-wrapper embed{height:259px !important;}
    /* End @media ================================================================== */}


/**
 * The following are CSS styles extrapolated from the bp-default theme.
 * Use these styles as a guideline. You will probably need to adjust some
 * declarations so they will gel with your WP theme.
 */


/*--------------------------------------------------------------
1 - Activity
--------------------------------------------------------------*/
#activity-stream {
    margin-top: -5px;
}
#item-body form#whats-new-form {
    margin: 20px 0 10px;
    padding-bottom: 20px;
    overflow:hidden;
}
.home-page form#whats-new-form {
    border-bottom: none;
    padding-bottom: 0;
}
form#whats-new-form h5 {
    font-weight: normal;
    font-size: 14px;
    color: #888;
    margin: 0;
    margin-left: 76px;
    padding: 0 0 3px 0;
}
form#whats-new-form #whats-new-avatar {
    float: left;
}
form#whats-new-form #whats-new-content {
    margin-left: 54px;
    padding-left: 22px;
}
form#whats-new-form textarea {
    background: #fff;
    border: 1px inset #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #555;
    font-family: inherit;
    font-size: 14px;
    height: 20px;
    padding: 6px;
    width: 98%;
}
form#whats-new-form #whats-new-options select {
    max-width: 200px;
    margin-top: 12px;
}
form#whats-new-form #whats-new-submit {
    float: right;
    margin-top: 12px;
}
#whats-new-options {
    display:none;
}
#whats-new:focus {
    border-color: rgba(31, 179, 221, 0.9) !important;
    outline-color: rgba(31, 179, 221, 0.9);
    box-shadow: 0 0 7px         rgba(31, 179, 221, 0.7);
    -moz-box-shadow: 0 0 7px    rgba(31, 179, 221, 0.7);
    -webkit-box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);
}


/*--------------------------------------------------------------
1.1 - Activity Listing
--------------------------------------------------------------*/
ul.activity-list li {
    overflow: hidden;
    padding: 15px 0 0;
}
.activity-list .activity-avatar {
    float: left;
}



ul.item-list.activity-list li.has-comments {
    padding-bottom: 0;
}
body.activity-permalink ul.activity-list li.has-comments {
    padding-bottom: 0;
}
.activity-list li.mini {
    font-size: 11px;
    min-height: 35px;
    padding: 15px 0 0 0;
    position: relative;
}
.activity-list li.mini .activity-avatar img.avatar,
.activity-list li.mini .activity-avatar img.FB_profile_pic {
    height: 20px;
    margin-left: 30px;
    width: 20px;
}
.activity-permalink .activity-list li.mini .activity-avatar img.avatar,
.activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {
    height: auto;
    margin-left: 0;
    width: auto;
}
body.activity-permalink .activity-list > li:first-child {
    padding-top: 0;
}
.activity-list li .activity-content {
    position: relative;
}
.activity-list li.mini .activity-content p {
    margin: 0;
}
.activity-list li.mini .activity-comments {
    clear: both;
    font-size: 12px;
}
body.activity-permalink li.mini .activity-meta {
    margin-top: 4px;
}
.activity-list li .activity-inreplyto {
    background: url(images/replyto_arrow.gif ) 7px 0 no-repeat;
    color: #888;
    font-size: 11px;
    margin-left: 5px;
    margin-top: 5px;
    padding-left: 25px;
}
.activity-list li .activity-inreplyto > p {
    margin: 0;
    display: inline;
}
.activity-list li .activity-inreplyto blockquote,
.activity-list li .activity-inreplyto div.activity-inner {
    background: none;
    border: none;
    display: inline;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.activity-list .activity-content {
    margin-left: 70px;
    margin-bottom: 15px;
}
.activity-header p{margin:0;}
.activity-content p:last-child{margin-bottom:0;}
body.activity-permalink .activity-list li .activity-content {
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 150%;
    min-height: 35px;
    margin-left: 185px;
    margin-right: 0;
    padding: 15px;
}
body.activity-permalink .activity-list li .activity-header > p {
    background: url(images/activity_arrow.gif ) top left no-repeat;
    height: 35px;
    margin-bottom: 0;
    margin-left: -35px;
    padding: 5px 0 0 35px;
}
.activity-list .activity-content .activity-header,
.activity-list .activity-content .comment-header {
    color: #888;
    font-size: 11px;
    line-height: 220%;
}
.activity-header {
    margin-right: 20px;
}
.activity-header a,
.comment-meta a,
.acomment-meta a {
    text-decoration: none;
}
.activity-list .activity-content .activity-header img.avatar {
    float: none !important;
    margin: 0 5px -8px 0 !important;
}
a.bp-secondary-action,
span.highlight {
    font-size: 11px;
    padding: 0;
    margin-right: 5px;
    text-decoration: none;
}
.activity-list .activity-content .activity-inner,
.activity-list .activity-content blockquote {
    margin: 10px 10px 5px 0;
    overflow: hidden;
}
.activity-list li.new_forum_post .activity-content .activity-inner,
.activity-list li.new_forum_topic .activity-content .activity-inner {
    border-left: 2px solid #EAEAEA;
    margin-left: 5px;
    padding-left: 10px;
}
body.activity-permalink .activity-content .activity-inner,
body.activity-permalink .activity-content blockquote {
    margin-left: 0;
    margin-top: 5px;
}
.activity-inner > p {
    word-wrap: break-word;
}
.activity-inner > .activity-inner {
    margin: 0 !important;
}
.activity-inner > blockquote {
    margin: 0 !important;
}
.activity-list .activity-content img.thumbnail {
    border: 2px solid #eee;
    float: left;
    margin: 0 10px 5px 0;
}
.activity-read-more {
    margin-left: 1em;
    white-space: nowrap;
}
ul.item-list.activity-list li.load-more {
    border: 1px solid #DDD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    margin: 15px 0;
    padding: 5px 15px;
    text-align: center;
    background-color:#FFF;
    background-image:-khtml-gradient(linear,left top,left bottom,from(#FFF),to(#F9F9F9));
    background-image:-moz-linear-gradient(#FFF,#F9F9F9);
    background-image:-ms-linear-gradient(#FFF,#F9F9F9);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFF),color-stop(100%,#F9F9F9));
    background-image:-webkit-linear-gradient(#FFF,#F9F9F9);
    background-image:-o-linear-gradient(#FFF,#F9F9F9);
    background-image:linear-gradient(#FFF,#F9F9F9);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.25);
}
ul.item-list.activity-list li.load-more:hover{
    border-color:#CCC;
}
ul.item-list.activity-list li.load-more a {
    color: #555;
    text-decoration:none;
}
#activity-loop-form{margin:0;}

/*--------------------------------------------------------------
1.2 - Activity Comments
--------------------------------------------------------------*/
div.activity-meta {
    margin: 18px 0;
}
body.activity-permalink div.activity-meta {
    margin-bottom: 6px;
}
div.activity-meta a {
    padding: 2px 8px;
}
a.activity-time-since {
    color: #aaa;
    text-decoration: none;
}
a.activity-time-since:hover {
    color: #888;
    text-decoration: underline;
}
a.bp-primary-action,
#reply-title small a {
    font-size: 11px;
    margin-right: 5px;
    text-decoration: none;
}
a.bp-primary-action span,
#reply-title small a span {
    background: #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
    margin-left: 2px;
    padding: 0 5px;
}
a.bp-primary-action:hover span,
#reply-title small a:hover span {
    background: #555;
    color: #fff;
}
div.activity-comments {
    margin: 0 0 0 70px;
    overflow: hidden; /* IE fix */
    position: relative;
    width: auto;
    clear: both;
}
body.activity-permalink div.activity-comments {
    background: none;
    margin-left: 185px;
    width: auto;
}
div.activity-comments > ul {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
div.activity-comments ul,
div.activity-comments ul li {
    border: none;
    list-style: none;
    margin:0;
}
div.activity-comments ul {
    clear: both;
    border-top: 1px solid #DDD;
}
div.activity-comments ul li {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #DDD;
    padding: 10px 0 0;
}
body.activity-permalink .activity-list li.mini .activity-comments {
    clear: none;
    margin-top: 0;
}
body.activity-permalink div.activity-comments ul li {
    border-width: 1px;
    padding: 10px 0 0 0;
}

div.activity-comments ul li:last-child {
    margin-bottom: 0;
    border-bottom:0;
}
div.activity-comments ul li > ul {
    margin-left: 30px;
    margin-top: 0;
    padding-left: 10px;
}
body.activity-permalink div.activity-comments ul li > ul {
    margin-top: 10px;
}
body.activity-permalink div.activity-comments > ul {
    padding: 0 10px 0 15px;
}

.activity-avata img.avatar,
.acomment-avatar img.avatar{
    padding:1px;
    -webkit-box-shadow:none;
    box-shadow:none;
}
div.activity-comments div.acomment-avatar img {
    float: left;
    height: 24px;
    margin-right: 10px;
    padding:3px;
    width: 24px;
}
div.activity-comments div.acomment-content {
    font-size: 11px;
    margin: 5px 0 0 40px;
}
div.acomment-content .time-since,
div.acomment-content .activity-delete-link,
div.acomment-content .comment-header {
    display: none;
}
body.activity-permalink div.activity-comments div.acomment-content {
    font-size: 14px;
}
div.activity-comments div.acomment-meta {
    color: #888;
    font-size: 11px;
}
div.activity-comments form.ac-form {
    background: #fafafa;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: none;
    margin: 0 0 15px 33px;
    padding: 8px;
}
div.activity-comments li form.ac-form {
    margin-right: 15px;
    clear: both;
}
div.activity-comments form.root {
    margin-left: 0;
}
div.activity-comments div#message {
    margin-top: 15px;
    margin-bottom: 0;
}
div.activity-comments form.loading {
    background-image: url(images/ajax-loader.gif );
    background-position: 2% 95%;
    background-repeat: no-repeat;
}
div.activity-comments form .ac-textarea {
    background: #fff;
    border: 1px inset #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 8px;
}
div.activity-comments form textarea {
    border: none;
    color: #555;
    font-family: inherit;
    font-size: 11px;
    height: 60px;
    padding: 0;
    width: 100%;
}
div.activity-comments form input {
    margin-top: 5px;
}
div.activity-comments form div.ac-reply-avatar {
    float: left;
}
div.ac-reply-avatar img {
    border: 2px solid #fff !important;
}
div.activity-comments form div.ac-reply-content {
    color: #888;
    font-size: 11px;
    margin-left: 50px;
    padding-left: 15px;
}
.acomment-options {
    float: left;
    margin: 5px 0 5px 40px;
}
.acomment-options a {
    color: #999;
}
.acomment-options a:hover {
    color: inherit;
}


/*--------------------------------------------------------------
2 - Admin Bar
--------------------------------------------------------------*/
#wp-admin-bar .padder {
    width: 95% !important; /* Line up the admin bar with the content body in this theme */
}


/*--------------------------------------------------------------
3 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/

.dir-form h3,
.padder h3:first-child{
    text-transform:uppercase;
    font-size: 15px;
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    margin: 0;
    line-height: 24px;
}
.dir-form h3 a{text-transform:none;
}

div.dir-search {
    float: right;
    margin: -24px 0 0 0;
}
div.dir-search input[type=text] {
    font-size: 12px;
    padding: 1px 3px;
}


/*--------------------------------------------------------------
4 - Errors / Success Messages
--------------------------------------------------------------*/
div#message {
    margin: 0 0 15px;
}
#message.info {
    margin-bottom: 0;
}
div#message.updated {
    clear: both;
}
div#message p {
    font-size: 12px;
    display: block;
    padding: 10px 15px;
}
div#message.error p {
    background-color: #db1717;
    border-color: #a71a1a;
    clear: left;
    color: #fff;
}
div#message.updated p {
    background-color: #8ff57a;
    border-color: #80cf70;
    color: #1a6a00;
}
.standard-form#signup_form div div.error {
    background: #e41717;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 6px;
    width: 90%;
}
div.accept,
div.reject {
    float: left;
    margin-left: 10px;
}
ul.button-nav li {
    float: left;
    margin: 0 10px 10px 0;
}
ul.button-nav li.current a {
    font-weight: bold;
}


/*--------------------------------------------------------------
5 - Forms
--------------------------------------------------------------*/
div.radio{margin:0 0 20px;}
.standard-form textarea,
.standard-form input[type=text],
.standard-form select,
.standard-form input[type=password],
.dir-search input[type=text] {
    border: 1px inset #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #888;
    font: inherit;
    font-size: 14px;
    padding: 6px;
}
.standard-form select {
    padding: 3px;
}
.standard-form input[type=password] {
    margin-bottom: 5px;
}
.standard-form label,
.standard-form span.label {
    display: block;
    font-weight: bold;
    margin: 15px 0 5px 0;
}
.standard-form div.checkbox label,
.standard-form div.radio label {
    color: #555;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0 0 0;
}
.standard-form#sidebar-login-form label {
    margin-top: 5px;
}
.standard-form input[type=text] {
    width: 75%;
}
.standard-form#sidebar-login-form input[type=text],
.standard-form#sidebar-login-form input[type=password] {
    padding: 4px;
    width: 95%;
}
.standard-form #basic-details-section input[type=password],
.standard-form #blog-details-section input#signup_blog_url {
    width: 35%;
}
.standard-form#signup_form input[type=text],
.standard-form#signup_form textarea,
.form-allowed-tags{
    width: 90%;
}
.standard-form#signup_form div.submit {
    float: right;
}
div#signup-avatar img {
    margin: 0 15px 10px 0;
}
.standard-form textarea {
    width: 75%;
    height: 120px;
}
.standard-form textarea#message_content {
    height: 200px;
}
.standard-form#send-reply textarea {
    width: 97.5%;
}
.standard-form p.description {
    color: #888;
    font-size: 11px;
    margin: 5px 0;
}
.standard-form div.submit {
    clear: both;
    padding: 15px 0 0 0;
}
.standard-form p.submit {
    margin-bottom: 0;
    padding: 15px 0 0 0;
}
.standard-form div.submit input {
    margin-right: 15px;
}
.standard-form div.radio ul {
    margin: 10px 0 15px 38px;
    list-style: disc;
}
.standard-form div.radio ul li {
    margin-bottom: 5px;
}
.standard-form a.clear-value {
    display: block;
    margin-top: 5px;
    outline: none;
}
.standard-form #basic-details-section,
.standard-form #blog-details-section,
.standard-form #profile-details-section {
    float: left;
    width: 48%;
}
.standard-form #profile-details-section {
    float: right;
}
.standard-form #blog-details-section {
    clear: left;
}
.standard-form input:focus,
.standard-form textarea:focus,
.standard-form select:focus {
    background: #fafafa;
    color: #555;
}
form#send-invite-form {
    margin-top: 20px;
}
div#invite-list {
    background: #f5f5f5;
    border: 1px solid #e4e4e4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 400px;
    margin: 0 0 10px;
    overflow: auto;
    padding: 5px;
    width: 160px;
}


/*--------------------------------------------------------------
6 - Ajax Loading
--------------------------------------------------------------*/
a.loading,
input.loading {
    background-image: url(images/ajax-loader.gif );
    background-position: 95% 50%;
    background-repeat: no-repeat;
    padding-right: 25px;
}
a.loading:hover,
input.loading:hover {
    background-image: url(images/ajax-loader.gif );
    background-position: 95% 50%;
    background-repeat: no-repeat;
    padding-right: 25px;
    color: #777;
}
a.button.loading,
input[type="submit"].loading,
input[type="button"].loading,
input[type="reset"].loading {
    background-image: url(images/ajax-loader.gif ), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
    background-image: url(images/ajax-loader.gif ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background-image: url(images/ajax-loader.gif ), -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(images/ajax-loader.gif ), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
    background-image: url(images/ajax-loader.gif ), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( enabled=0 ); /* IE6-9 */
    background-image: url(images/ajax-loader.gif ), linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
    background-position: 95% 50%;
    background-repeat: no-repeat;
    padding-right: 25px;
}
a.button.loading:hover,
input[type="submit"].loading:hover,
input[type="button"].loading:hover,
input[type="reset"].loading:hover {
    background-image: url(images/ajax-loader.gif ), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
    background-image: url(images/ajax-loader.gif ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background-image: url(images/ajax-loader.gif ), -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(images/ajax-loader.gif ), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
    background-image: url(images/ajax-loader.gif ), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( enabled=0 ); /* IE6-9 */
    background-image: url(images/ajax-loader.gif ), linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
    border: 1px solid #ccc;
    padding-right: 25px;
}
input[type="submit"].pending,
input[type="button"].pending,
input[type="reset"].pending,
input[type="submit"].disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
button.pending,
button.disabled,
div.pending a,
a.disabled {
    border-color: #eee;
    color: #bbb;
    cursor: default;
}
input[type="submit"]:hover.pending,
input[type="button"]:hover.pending,
input[type="reset"]:hover.pending,
input[type="submit"]:hover.disabled,
input[type="button"]:hover.disabled,
input[type="reset"]:hover.disabled,
button.pending:hover,
button.disabled:hover,
div.pending a:hover,
a.disabled:hover {
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
    border-color: #eee;
    color: #bbb;
}


/*--------------------------------------------------------------
7 - Forums, Tables and Topics
--------------------------------------------------------------*/
ul#topic-post-list {
    margin: 0 0 15px;
    width: auto;
}
ul#topic-post-list li {
    padding: 15px;
    position: relative;
}
ul#topic-post-list li.alt {
    background: #f5f5f5;
}
ul#topic-post-list li div.poster-meta {
    color: #888;
    margin-bottom: 10px;
}
ul#topic-post-list li div.post-content {
    margin-left: 54px;
}
div.topic-tags {
    font-size: 11px;
    float: right;
    margin-top: -25px;
}
div.admin-links {
    color: #888;
    font-size: 11px;
    position: absolute;
    top: 15px;
    right: 25px;
}
div#topic-meta {
    margin: -10px 0;
    padding: 5px 10px 30px;
    position: relative;
}
div#topic-meta div.admin-links {
    right: 10px;
    top: -30px;
}
div#topic-meta h3 {
    font-size: 20px;
    margin: 5px 0;
}
div#new-topic-post {
    display: none;
    margin: 20px 0 0 0;
    padding: 1px 0 0 0;
}
table {
    width: 100%;
}
table thead tr {
    background: #eaeaea;
}

table.forum{margin:0 0 10px;}

table.profile-fields {
    margin-bottom: 20px;
}
table.profile-fields:last-child {
    margin-bottom: 0;
}
table.profile-fields p {
    margin-top: 15px;
}
table.profile-fields p:last-child {
    margin-top: 0;
}
div#sidebar table {
    margin: 0 -16px;
    width: 117%;
}
table tr td,
table tr th {
    vertical-align: middle;
}
table tr td.label {
    border-right: 1px solid #eaeaea;
    font-weight: bold;
    width: 25%;
}
table tr td.thread-info p {
    margin: 0;
}
table tr td.thread-info p.thread-excerpt {
    color: #888;
    font-size: 11px;
    margin-top: 3px;
}

table tr.alt td {
    background: #f5f5f5;
}
table.notification-settings {
    margin-bottom: 20px;
    text-align: left;
}
#groups-notification-settings {
    margin-bottom: 0;
}
table.notification-settings th.icon,
table.notification-settings td:first-child {
    display: none;
}
table.notification-settings th.title {
    width: 80%;
}
table.notification-settings .yes,
table.notification-settings .no {
    text-align: center;
    width: 40px;
}
table.forum tr.sticky td {
    background: #fff9db;
    border-top: 1px solid #ffe8c4;
    border-bottom: 1px solid #ffe8c4;
}
table.forum tr.closed td.td-title {
    background-image: url(images/closed.png );
    background-position: 15px 50%;
    background-repeat: no-repeat;
    padding-left: 35px;
}
table.forum td p.topic-text {
    color: #888;
    font-size: 13px;
}
table.forum tr > td:first-child,
table.forum tr > th:first-child {
    padding-left: 15px;
}
table.forum tr > td:last-child,
table.forum tr > th:last-child {
    padding-right: 15px;
}
table.forum tr th#th-title,
table.forum tr th#th-poster,
table.forum tr th#th-group,
table.forum td.td-poster,
table.forum td.td-group,
table.forum td.td-title {
    text-align: left;
}
table.forum tr td.td-title a.topic-title {
    font-size: 1.2em;
}
table.forum td.td-freshness {
    white-space: nowrap;
}
table.forum td.td-freshness span.time-since {
    font-size: 0.9em;
    color: #888;
}
table.forum td img.avatar {
    padding:1px;
    -webkit-box-shadow:none;
    box-shadow:none;
    float: none;
    margin: 0 5px -8px 0;
}
table.forum td.td-poster,
table.forum td.td-group {
    min-width: 140px;
}
table.forum th#th-title {
    width: 80%;
}
table.forum th#th-freshness {
    width: 25%;
}
table.forum th#th-postcount {
    width: 15%;
}
table.forum p.topic-meta {
    font-size: 0.9em;
    margin: 5px 0 0 0;
}

/*--------------------------------------------------------------
8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
--------------------------------------------------------------*/
.item-body {
    margin: 20px 0;
}

span.activity {
    display: inline-block;
    font-size: 11px;
    opacity: 0.8;
    padding: 1px 8px;
}
span.user-nicename {
    color: #777;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}
span.activity,
div#message p {
    border: 1px solid #e1ca82;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    margin-top: 3px;
    text-decoration: none;
    background: #ffeaa6;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .5)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
    background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}
div#item-header {
    overflow: hidden;
}
div#item-header div#item-header-content {
    margin-left: 170px;
}
div#item-header h2 {
    font-size: 28px;
    line-height: 120%;
    margin: 0 0 15px 0;
}
div#item-header h2 a {
    color: #555;
    text-decoration: none;
}
div#item-header img.avatar {
    float: left;
    margin: 0 15px 10px 0;
}
div#item-header h2 {
    margin-bottom: 5px;
}
div#item-header span.activity,
div#item-header h2 span.highlight {
    font-size: 11px;
    font-weight: normal;
    line-height: 170%;
    margin-bottom: 7px;
    vertical-align: middle;
}
div#item-header h2 span.highlight {
    font-size: 16px;
}
div#item-header h2 span.highlight span {
    background: #a1dcfa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 2px;
    padding: 1px 4px;
    position: relative;
    right: -2px;
    top: -2px;
    vertical-align: middle;
}
div#item-header div#item-meta {
    font-size: 14px;
    color: #777;
    overflow: hidden;
    margin: 15px 0 5px 0;
    padding-bottom: 10px;
}
div#item-header div#item-actions {
    float: right;
    margin: 0 0 15px 15px;
    text-align: right;
    width: 20%;
}
div#item-header div#item-actions h3 {
    font-size: 12px;
    margin: 0 0 5px 0;
}
div#item-header ul {
    margin-bottom: 15px;
    overflow: hidden;
}
div#item-header ul h5,
div#item-header ul span,
div#item-header ul hr {
    display: none;
}
div#item-header ul li {
    float: right;
}
div#item-header ul img.avatar,
div#item-header ul.avatars img.avatar {
    height: 30px;
    margin: 2px;
    width: 30px;
}
div#item-header div.generic-button,
div#item-header a.button {
    float: left;
    margin: 10px 10px 0 0;
}
div#item-header div#message.info {
    line-height: 80%;
}

.item-options{margin-top:-3px;padding-bottom:5px;color:#AAA;
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
}
.item-options a{
    padding:0 10px;
}
.item-options a.selected{color:#555}
ul.item-list {
    width: 100%;
}
ul.item-list li {
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #FFF;
    padding: 10px 0;
    position: relative;
    background:none;
    overflow:hidden;
}

#groups-list,
#members-list{
    margin-top:0;
    border-top: 1px solid #DDD;
}
#groups-list li,
#members-list li{
    top:0;
}

ul.item-list.activity-list li {
    padding-bottom: 0;
}
ul.single-line li {
    border: none;
}
ul.item-list li img.avatar {
    float: left;
    margin: 0 10px 0 0;
}
ul.item-list li div.item-title,
ul.item-list li h4 {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    width: 75%;
}
ul.item-list li div.item-title span {
    color: #999;
    font-size: 12px;
}
ul.item-list li div.item-desc {
    color: #888;
    font-size: 11px;
    margin: 10px 0 0 64px;
    width: 50%;
}
ul.item-list li div.action {
    position: absolute;
    top: 15px;
    right: 0;
    text-align: right;
}
ul.item-list li div.meta {
    color: #888;
    font-size: 11px;
    margin-top: 10px;
}
ul.item-list li h5 span.small {
    float: right;
    font-size: 11px;
    font-weight: normal;
}
div.item-list-tabs {
    clear: left;
    overflow:hidden;
    line-height:16px;
    margin: 10px 0;
    text-transform:uppercase;
    font-size:11px;
    font-weight:bold;
    border:1px solid #DDD;
    border-bottom:1px solid #CCC;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:inset 0 1px 0 #F7F7F7;
    box-shadow:inset 0 1px 0 #F7F7F7;
    background:#E7E7E7;
    background-image:-ms-linear-gradient(top,#EEE,#E7E7E7);
    background-image:-moz-linear-gradient(top,#EEE,#E7E7E7);
    background-image:-o-linear-gradient(top,#EEE,#E7E7E7);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#EEE),to(#E7E7E7));
    background-image:-webkit-linear-gradient(top,#EEE,#E7E7E7);
    background-image:linear-gradient(top,#EEE,#E7E7E7);
}

div.item-list-tabs ul li a {
    text-decoration: none;
    height: 16px;
}
div.item-list-tabs ul {
    width: 100%;
    overflow:hidden;
    margin:0;
}
div.item-list-tabs ul li {
    float: left;
    list-style-type: none;
    margin: 5px 0 0 5px;
}
div.item-list-tabs#subnav ul li {
    margin-top: 0;
    margin-bottom: 5px;
}

div.item-list-tabs ul li.last {
    float: right;
}
div.item-list-tabs#subnav ul li.last {
    margin-top: 0;
}
div.item-list-tabs ul li.last select {
    max-width: 175px;
}
div.item-list-tabs ul li a,
div.item-list-tabs ul li span {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}
div.item-list-tabs ul li a span {
    background: #1fb3dd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline;
    font-size: 90%;
    margin-left: 2px;
    padding: 1px 6px;
}
div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {
    background-color: #fff;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #555;
    font-weight: bold;
    border:1px solid #CCC;
    border-bottom:0;
}
div.item-list-tabs ul li.selected a span,
div.item-list-tabs ul li.current a span,
div.item-list-tabs ul li a:hover span {
    background-color: #999;
}
div.item-list-tabs ul li.selected a span,
div.item-list-tabs ul li.current a span {
    background-color: #555;
}
ul li.loading a {
    background-image: url(images/ajax-loader.gif );
    background-position: 92% 50%;
    background-repeat: no-repeat;
    padding-right: 30px !important;
}
div#item-nav ul li.loading a {
    background-position: 88% 50%;
}
div.item-list-tabs#object-nav {
    margin-top: 0;
}
div.item-list-tabs#subnav {
    background: none;
    border:0;
    border-bottom: 1px solid #FFF;
    margin: -5px 0 15px 0;
    padding:0;
    overflow: hidden;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
div.item-list-tabs#subnav + .activity{
    margin-top:-17px;
}
div.item-list-tabs#subnav ul{
    border-bottom: 1px solid #DDD;
}
div.item-list-tabs#subnav select{
    font-size:12px;
    height:24px;
    padding:2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    text-transform:none;
}
div.item-list-tabs#subnav label{font-size:11px;font-weight:bold;}
div.item-list-tabs#subnav ul li.selected a,
div.item-list-tabs#subnav ul li.current a{
    background:none;
    border:0;
    color:#777;
}
div.item-list-tabs ul li.feed a {
    background: url(images/rss.png ) no-repeat 0 4px;
    padding-left: 20px;
    font-size:12px;
}
#admins-list li {
    overflow: auto;
}


/*--------------------------------------------------------------
9 - Private Messaging Threads
--------------------------------------------------------------*/
table#message-threads tr.unread td {
    background: #fff9db;
    border-top: 1px solid #ffe8c4;
    border-bottom: 1px solid #ffe8c4;
    font-weight: bold;
}
li span.unread-count,
tr.unread span.unread-count {
    background: #dd0000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding: 2px 8px;
}
div.item-list-tabs ul li a span.unread-count {
    padding: 1px 6px;
    color: #fff;
}
div.messages-options-nav {
    background: #eee;
    font-size: 11px;
    padding: 5px 15px;
    text-align: right;
}
div#message-thread div.message-box {
    padding: 15px;
}
div#message-thread div.alt {
    background: #f4f4f4;
}
div#message-thread p#message-recipients {
    margin: 10px 0 20px 0;
}
div#message-thread img.avatar {
    float: left;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
div#message-thread strong {
    font-size: 16px;
    margin: 0;
}
div#message-thread strong a {
    text-decoration: none;
}
div#message-thread strong span.activity {
    margin: 4px 0 0 10px;
}
div#message-thread div.message-metadata {
    overflow: hidden;
}
div#message-thread div.message-content {
    margin-left: 45px;
}
div#message-thread div.message-options {
    text-align: right;
}


/*--------------------------------------------------------------
10 - Pagination
--------------------------------------------------------------*/
.padder div.pagination {
    background: #f4f4f4;
    border: none;
    color: #888;
    font-size: 11px;
    height: 10px;
    padding: 8px 20px;
    position: relative;
}
.padder div.pagination .pag-count {
    float: left;
}
.padder div.pagination .pagination-links {
    float: right;
}
.padder div.pagination .pagination-links span,
.padder div.pagination .pagination-links a {
    font-size: 12px;
    padding: 0 5px;
}
.padder div.pagination .pagination-links a:hover {
    font-weight: bold;
}
.padder #nav-above {
    display: none;
}
.padder .paged #nav-above {
    display: block;
}

.rrssb-buttons.large-format li a,.rrssb-buttons.large-format li a .text{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden}.rrssb-buttons,.rrssb-buttons li,.rrssb-buttons li a{-moz-box-sizing:border-box;box-sizing:border-box}.clearfix{*zoom:1}.clearfix:after{clear:both}.clearfix:before,.clearfix:after{content:" ";display:table}.rrssb-buttons{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;height:36px;margin:0;padding:0;width:100%}.rrssb-buttons li{float:left;height:100%;list-style:none;margin:0;padding:0 2.5px;line-height:13px}.rrssb-buttons li.email a{background-color:#0a88ff}.rrssb-buttons li.email a:hover{background-color:#006ed6}.rrssb-buttons li.facebook a{background-color:#306199}.rrssb-buttons li.facebook a:hover{background-color:#244872}.rrssb-buttons li.tumblr a{background-color:#32506d}.rrssb-buttons li.tumblr a:hover{background-color:#22364a}.rrssb-buttons li.linkedin a{background-color:#007bb6}.rrssb-buttons li.linkedin a:hover{background-color:#005983}.rrssb-buttons li.twitter a{background-color:#26c4f1}.rrssb-buttons li.twitter a:hover{background-color:#0eaad6}.rrssb-buttons li.googleplus a{background-color:#e93f2e}.rrssb-buttons li.googleplus a:hover{background-color:#ce2616}.rrssb-buttons li.youtube a{background-color:#df1c31}.rrssb-buttons li.youtube a:hover{background-color:#b21627}.rrssb-buttons li.reddit a{background-color:#8bbbe3}.rrssb-buttons li.reddit a:hover{background-color:#62a3d9}.rrssb-buttons li.pinterest a{background-color:#b81621}.rrssb-buttons li.pinterest a:hover{background-color:#8a1119}.rrssb-buttons li.pocket a{background-color:#ed4054}.rrssb-buttons li.pocket a:hover{background-color:#e4162d}.rrssb-buttons li.github a{background-color:#444}.rrssb-buttons li.github a:hover{background-color:#2b2b2b}.rrssb-buttons li a{background-color:#ccc;border-radius:2px;display:block;font-size:11px;font-weight:bold;height:100%;padding:11px 7px 12px 27px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;-webkit-transition:background-color 0.2s ease-in-out;-moz-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out}.rrssb-buttons li a .icon{display:block;height:100%;left:10px;padding-top:9px;position:absolute;top:0;width:10%}.rrssb-buttons li a .icon svg{height:17px;width:17px}.rrssb-buttons li a .icon svg path,.rrssb-buttons li a .icon svg polygon{fill:#fff}.rrssb-buttons li a .text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,0.25)}.rrssb-buttons li.small a{padding:0}.rrssb-buttons li.small a .icon{height:100%;left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}.rrssb-buttons li.small a .text{visibility:hidden}.rrssb-buttons.large-format{height:auto}.rrssb-buttons.large-format li{height:auto}.rrssb-buttons.large-format li a{font-size:15px;font-size:1vw;padding:7% 0% 7% 12%;border-radius:0.2em;line-height:1vw}.rrssb-buttons.large-format li a .icon{left:7%;padding-top:0;width:12%}.rrssb-buttons.large-format li a .icon svg{height:100%;width:100%}.rrssb-buttons.large-format li a .text{font-size:15px;font-size:1vw}.rrssb-buttons.large-format li a:hover{font-size:15px;font-size:1vw;padding:7% 0% 7% 12%;border-radius:0.2em}.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1.5px}.rrssb-buttons.small-format li a .icon{height:100%;padding-top:0}.rrssb-buttons.small-format li a .icon svg{height:48%;position:relative;top:6px;width:80%}.rrssb-buttons.tiny-format{height:22px;position:relative}.rrssb-buttons.tiny-format li{padding-right:7px}.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}.rrssb-buttons.tiny-format li a .icon svg{height:70%;width:100%}.rrssb-buttons.tiny-format li a:hover,.rrssb-buttons.tiny-format li a:active{background-color:transparent}.rrssb-buttons.tiny-format li.email a .icon svg path,.rrssb-buttons.tiny-format li.email a .icon svg polygon{fill:#0a88ff}.rrssb-buttons.tiny-format li.email a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.email a .icon:hover .icon svg polygon{fill:#0054a3}.rrssb-buttons.tiny-format li.facebook a .icon svg path,.rrssb-buttons.tiny-format li.facebook a .icon svg polygon{fill:#306199}.rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg polygon{fill:#18304b}.rrssb-buttons.tiny-format li.tumblr a .icon svg path,.rrssb-buttons.tiny-format li.tumblr a .icon svg polygon{fill:#32506d}.rrssb-buttons.tiny-format li.tumblr a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.tumblr a .icon:hover .icon svg polygon{fill:#121d27}.rrssb-buttons.tiny-format li.linkedin a .icon svg path,.rrssb-buttons.tiny-format li.linkedin a .icon svg polygon{fill:#007bb6}.rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg polygon{fill:#003650}.rrssb-buttons.tiny-format li.twitter a .icon svg path,.rrssb-buttons.tiny-format li.twitter a .icon svg polygon{fill:#26c4f1}.rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg polygon{fill:#0b84a6}.rrssb-buttons.tiny-format li.googleplus a .icon svg path,.rrssb-buttons.tiny-format li.googleplus a .icon svg polygon{fill:#e93f2e}.rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg polygon{fill:#a01e11}.rrssb-buttons.tiny-format li.youtube a .icon svg path,.rrssb-buttons.tiny-format li.youtube a .icon svg polygon{fill:#df1c31}.rrssb-buttons.tiny-format li.youtube a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.youtube a .icon:hover .icon svg polygon{fill:#84111d}.rrssb-buttons.tiny-format li.reddit a .icon svg path,.rrssb-buttons.tiny-format li.reddit a .icon svg polygon{fill:#8bbbe3}.rrssb-buttons.tiny-format li.reddit a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.reddit a .icon:hover .icon svg polygon{fill:#398bcf}.rrssb-buttons.tiny-format li.pinterest a .icon svg path,.rrssb-buttons.tiny-format li.pinterest a .icon svg polygon{fill:#b81621}.rrssb-buttons.tiny-format li.pinterest a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.pinterest a .icon:hover .icon svg polygon{fill:#5d0b11}.rrssb-buttons.tiny-format li.pocket a .icon svg path,.rrssb-buttons.tiny-format li.pocket a .icon svg polygon{fill:#ed4054}.rrssb-buttons.tiny-format li.pocket a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.pocket a .icon:hover .icon svg polygon{fill:#b61124}.rrssb-buttons.tiny-format li.github a .icon svg path,.rrssb-buttons.tiny-format li.github a .icon svg polygon{fill:#444}.rrssb-buttons.tiny-format li.github a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.github a .icon:hover .icon svg polygon{fill:#111}

.comment-vote {display:inline-block;}
.comment-vote .downvote {background: url(images/thumbs.png) no-repeat;float: left;height: 14px;width: 16px;cursor:pointer;margin-top: 3px;}
.comment-vote .downvote:hover {background: url(images/thumbs.png) no-repeat 0px -16px;}
.comment-vote .downvoted {background: url(images/thumbs.png) no-repeat 0px -16px;;float: left;height: 14px;width: 16px;cursor:pointer;margin-top: 3px;}
.comment-vote .upvote {background: url(images/thumbs.png) no-repeat -16px 0px;float: left;height: 14px;width: 16px;cursor:pointer;}
.comment-vote .upvote:hover{background: url(images/thumbs.png) no-repeat -16px -16px;}
.comment-vote .upvoted {background: url(images/thumbs.png) no-repeat -16px -16px;float: left;height: 14px;width: 16px;cursor:pointer;}
.voting_btn{float:left;margin-right:5px;}
.voting_btn span{font-size: 11px;float: left;margin-left: 3px;}
.points { float: left; margin-right: 5px }