@charset "utf-8";
/* pc css start */


@font-face{
	font-family: 'open sans';
	src: url(/fonts/OpenSans-Regular.ttf);	
}

@font-face{
	font-family: 'open sans';
	src:url(/fonts/OpenSans-Semibold.ttf);	
	font-weight:bold;
}

* {
	margin: 0px;
	padding: 0px;
}

body{
	font-family: 'open sans', Helvetica Neue, Arial, sans-serif;
	font-size:16px;
	height:100%;
}

.float_left
{
    float:left;
}

.float_right
{
    float:right;
}

#wrapper{
	background:#efefee;	
	z-index:3000;
}

.mm-panels
{
    z-index:2000;
}

img{border:none;max-width:100%;}

p {
	font-size: .95em;
	margin: 6px 0 14px 0;
}

a {
	color: #333;
	text-decoration: none;
}

h1 {
	font-family: 'open sans', Helvetica Neue, Arial, sans-serif;
	font-size: 1em;
	line-height:1.3em;
	color:#111;
}

h2{
	font-family: 'open sans', Helvetica Neue, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3em;
    color: #111;
}

ul {
	list-style-type: square;
	list-style-position: inside;
	color: #e5e5e5;
	margin-bottom: 10px;
}
li {
	font-size: .8em;
}
.label {
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background:#efefee;
	padding: 50px 10px 5px 10px;
}
.label.label-column
{
    color: #d1ab14;
    display: inline-block;
    position: absolute;
}
.label.label-column h1
{
    color: #d1ab14;
    font-family: Helvetica Neue, Arial, sans-serif;
}

.label a
{
    display:block;
    padding:.4em .2em;
}

.byline{
	font-family: 'open sans', Helvetica Neue, Arial, sans-serif;
	font-size: .9em;
	font-weight:normal;
	color: #777;
	margin:10px 0px 5px 0px;
}
.section {
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size:1em;
	font-weight:bold;
	padding: 5px 10px;
	background:#efefee;
}

.sectionlist {
	padding: 10px 0 18px;
	background:#efefee;
}

.sectionlist ul li {
	font-size: 1em;
	margin: 10px 0 5px 0;
	list-style: none;
}
.sectionlist ul li a{
	display:block;
	line-height:1.2em;	
}
.allstories a, .allcategories a{
	float: right;
	font-size:.8em;
	margin-top: 2px;
	color:#999;
	font-weight:normal;
}

.story_top{
	margin:.6em auto;
}

.story_top a
{
    display:block;
}

.story_top img
{
    width:100%;
}

.story_top h1,.story_top .news-title{
	padding:10px;
	background:#fff;
	margin-top:-5px;
		
	font-size: 1em;
	line-height:1.3em;
	color:#111;
	margin: -5px 0 0px 0;
}

.story{
	margin-bottom:.6em;	
	background:#fff;
	padding:.2em .4em;
}
.story:last-child
{
     margin-bottom:0;   
}

.story h1,.story .news-title
{
    min-height:60px;
    
    font-size: 1em;
	line-height:1.3em;
	color:#111;
	margin:0;
}

.story .thumb{
	float:left;
	margin-top:4px;
	margin-right:.8em;
	margin-bottom:5px;
	border:none;
}

.story .auxi{
	height:2em;
	line-height:2em;
	font-size:.8em;
	color:#777;
	text-transform:lowercase;
	font-weight:normal;
	white-space:nowrap;
}

.story .auxi .auxi-category{
	text-transform:capitalize;
}



.story a{
	display:block;	
}

.label ul li a{
	float:left;
	font-size:1.2em;
	padding:10px 15px;
	font-weight:normal
}

ul.latest-news{
	margin-top:6px;
}

ul.latest-news li{
	list-style-type:disc;
}

ul.latest-news li a{
	font-family: 'open sans', Helvetica Neue, Arial, sans-serif;
	font-size:1.2em;
	line-height:1.3em;
	color:#111;
	padding:.3em 0px;
	display:block;
}

#footer{
	padding: 10px;
	text-align: center;
	color: #777;
	font-size: .8em;
	background:#efefee;
}

/* pc css end */

/* mobile css start */

body.mobile{
	background:#f1f1f1;
}

li{list-style:none;}
.content{
	padding:45px 30px 20px 30px;
	background:#f1f1f1;
}

.content p, .content label{
	font-size:.9em;	
	line-height:1.1em;
}

.content h1{
	font-family: 'open sans', Helvetica Neue, Arial, sans-serif;
	font-size:1em;
	color:#333;
	font-weight:bold;
	float:left;
	margin-left:-15px;
	margin-top:15px;
}

.content p.error{
	color:#a53636;	
	margin-bottom:0px;
}

.content .status-success{
	font-size:1em;
	line-height:1.2em;
	overflow:hidden;
}

.content .nav>li>a{
	font-family: 'open sans', Helvetica Neue, Arial, sans-serif;
	display:block;
	width:48%;
	height:26px;
	color:#777;
	background:#e3e3e3;
	line-height:26px;
	float:left;
	margin-top:5px;
	margin-bottom:20px;
	padding:0px;
	text-align:center;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.content .nav>li>a:hover{
	background:#e3e3e3;
	color:#777;
}

.content .nav>li.active>a{
	background:#aa201f;
	color:#fff;
}

.content ul{
	color:#333;	
}

.content li{
	list-style-type:decimal;	
}

input.input-lg, input[type="button"],button.btn-lg{
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}

input.input-lg{
	font-size:1em;	
}

button.btn-lg{
	font-weight:bold;
}

.social-media{
	text-align:center;	
	margin:30px auto;
}

.social-media h2{
	margin:20px auto;
}

.social-medial img{
	float:left;
}

p.summary
{
    height: 57px;
    overflow: hidden;
}

.section ul{margin:.4em auto;display:none;}
.section ul li a{
	float:left;
	color:#333;
	font-size:1.2em;
	margin:.6em .8em;
	font-weight:normal;
}

.swiper-slide{
	position:relative;
}
.swiper-title{
	position:absolute;
	bottom:1.15em;
	width:100%;
	background:#000;
	opacity:.7;
	z-index:999;
}

.swiper-title a{
	color:#fff;
}

.swiper-title h1,.swiper-title h2{
	line-height:1.2em;
	padding:.4em;
	font-size: 1em;
	line-height:1.3em;
	color:#111;
	margin:0;
}

.search input{
	background:#464646;
	border:none;padding:10px 20px;
    -moz-border-radius:2em; 
	-webkit-border-radius:2em; 
	border-radius:2em;
	margin:7px 1.2em;
	font-family: 'open sans', Helvetica Neue, Arial, sans-serif;
	font-size:1.4em;
	color:#fff;
}

.caption{
	color:#777;
	margin-top:-.5em;
}

.subcategory{display:none;margin-top:16px;}

.news_list{
   min-height:400px;
   padding: 0px 10px;
   margin-top:14px;
}

.news-page-next
{
    display:none;
}

.detail_news_content
{
    padding:10px 0px;
}

.detail_news_content img
{
    max-width:100%;    
}

.share-group{
	margin-top:10px;	
}
.share-block
{
    display:block;
	float:left;
	width:19.2%;
	cursor:pointer;
}
.share-block:hover{
	opacity:.92;
}
.detail_news_content img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

.detail_news_content img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

.detail_news_content table {
	max-width:470px;
}

.detail_news_content blockquote{
    font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
    margin: 0 0 10px 0;
}
.detail_news_content s, .detail_news_content strike, .detail_news_content del {
    text-decoration: line-through;
}

.detail_news_content pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
}

.detail_news_content .marker
{
	background-color: Yellow;
}

.detail_news_content span[lang]
{
   font-style: italic;
}

.detail_news_content figure
{
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: block; /* For IE8 */
}

.detail_news_content figure figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}

#viral_detail .detail_news_content{
	padding:20px 0px;
	font-family:'open sans', Helvetica Neue, Arial, sans-serif;
	font-size:13px;
}
#viral_detail .detail_news_content p
{
    font-size:1.2em;
	line-height:1.3em;
	color:#333;	
	margin:.8em 0px;
}
#viral_detail .detail_news_content a{
	color:#07e;
	text-decoration:none;	
}
#viral_detail .detail_news_content a:hover{
	color:#0653a1;
	transition:color 0.15s ease 0s; 
}
#viral_detail .detail_news_content img{
    margin:.6em auto;
}

/*Title1*/
#viral_detail .detail_news_content h1.viral-title-h1{
	font-size:1.8em;
	font-weight:bold;
	margin:0px;
}

/*Title2*/
#viral_detail .detail_news_content h2.viral-title-h2{
	font-size:1.5em;
	font-weight:bold;
	margin:0px;
}
/*Title3*/
#viral_detail .detail_news_content h3.viral-title-h3{
	font-size:1.3em;	
	font-weight:bold;
	margin:0px;
}

/*Lead*/
#viral_detail .detail_news_content .viral-lead{
	font-size:1.3em;
	line-height:1.3em;
	font-weight:600;
	margin-bottom:20px;	
}
/*Image with Cap*/
#viral_detail .detail_news_content p.viral-img-cap{
	margin-top:1.2em;
	margin-bottom:.4em;
}
#viral_detail .detail_news_content p.viral-img-cap img{
	margin:0px;
}
/*Caption*/
#viral_detail .detail_news_content p.viral-caption{
	color:#999;
	font-size:1em;
	margin-top:.4em;
	margin-bottom:1.4em;
}
/*Caption italic*/
#viral_detail .detail_news_content p.viral-caption-i{
	color:#999;
	font-size:1em;
	font-style:italic;
	margin-top:.4em;
	margin-bottom:1.4em;
}
/*Quote1*/
#viral_detail .detail_news_content p.viral-quote1{
	border-left:solid 8px #e1e8ed;
	padding-left:25px;
	margin:1.2em 0px;
}

/*Quote1 Small*/
#viral_detail .detail_news_content p.viral-quote1-s{
	font-size:1.1em;
	line-height:1.35em;
	border-left:5px solid #e1e8ed;
	background:#fcfcfc;
	padding:.6em .8em;
	margin:1.2em 0px;
}

/*Quote2*/
#viral_detail .detail_news_content p.viral-quote2{
	background:url(/images/viral/pullquote.png) no-repeat 0 0;	
	padding-left:1.8em;
	margin:1.2em 0px 1.2em 1.8em;
}

/*Box1*/
#viral_detail .detail_news_content p.viral-box1{
	font-size:1.1em;
	background:#fcfcfc;
	border:solid 1px #efefee;
	padding:1em;
	margin:1.2em 0px;
}

/*Box2*/
#viral_detail .detail_news_content p.viral-box2{
	font-size:1.2em;
	line-height:1.3em;
	background:#f5f8fa;
	padding:1em;
	margin:1.2em 0px;
}

#viral_detail .gif_panel
{
    position:relative;
    display:inline-block;
    margin: .6em auto;
}

#viral_detail .gif_panel img
{
    margin:0;
    display:block;
}

#viral_detail .gif_player
{
    width: 48px;
    height: 48px;
    background: url(/images/viral/viral-icon-player.png) left top no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -o-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

#viral_detail .gif_icon
{
    width: 32px;
    height: 16px;
    background: url(/images/viral/gif.png) left top no-repeat;
    position: absolute;
    right:0px;
    bottom:0px;
    z-index:3;
}



.comment a, .comment .submit, .comment .btn-close{
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.comment{	
	width:100%;
	margin-top:20px;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}
.comment h2{
	font-family: Arial, Verdana, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#111;
}


.comment .comment-bar{
	position:relative;
	font-size:15px;
	font-weight:600;
	height:34px;
	border-bottom:solid 1px #dddddd;
}

.comment .comment-count{
	color:#111;
	margin-right:10px;	
	padding:4px 0px 8px 0px;
	display:inline-block;
}

.comment .sort-order{
	width:88px;
	color:#7f929c;
	padding:4px 12px 8px 0px;
	display:inline-block;
	white-space:nowrap;
	display:none;
}

.comment .sort-order .sort-array
{
    background:url(/images/comments/comment-arrow.png) no-repeat right 0px;
    display: inline-block;
    height: 4px;
    width: 8px;
    margin-left: 4px;
    margin-bottom: 5px;
}

.comment .sort-order:hover{
	color:#111;
	text-decoration:none;
	cursor:pointer;
}

.comment .sort-order:hover .sort-array
{
    background:url(/images/comments/comment-arrow-hover.png) no-repeat right 0px;
}

.comment .member
{
    float:right;
	color:#7f929c;
	display:block;
	padding:4px 12px 8px 0px;
	background:url(/images/comments/login-arrow.png) no-repeat right 12px;
	display:none;
}

.comment .member:hover{
	color:#111;
	text-decoration:none;
	background:url(/images/comments/login-arrow-hover.png) no-repeat right 12px;
	cursor:pointer;
}
/*
.comment .active{
	background:url(/images/comments/comment-arrow.png) no-repeat right 12px;
}

.comment .active:hover{
	background:url(/images/comments/comment-arrow-hover.png) no-repeat right 12px;
}*/

.comment ul.sort-list{
	display:none;
	position:absolute;
	left:24%;
	top:30px;
	width:130px;
	padding:5px 0px;
	font-size:14px;
	list-style-type:none;
	border:solid 2px #a5b2b9;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px;
	background:#fff;
}

.comment ul.sort-list li{
	padding:4px 16px;
	color:#7f929c;
}

.comment ul.sort-list li:hover{
	cursor:pointer;
	background:#2e9fff;
	color:#fff;
}

.comment ul.member-list{
	display:none;
	position:absolute;
	right:0px;
	top:30px;
	width:130px;
	padding:5px 0px;
	font-size:14px;
	list-style-type:none;
	border:solid 2px #a5b2b9;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px;
	background:#fff;
}

.comment ul.member-list li{
	padding:4px 16px;
	color:#7f929c;
}

.comment ul.member-list li a
{
    color:#7f929c;
}

.comment ul.member-list li:hover{
	cursor:pointer;
	background:#2e9fff;
	color:#fff;
}

.comment ul.member li:hover{
	cursor:pointer;
	background:#2e9fff;
	color:#fff;
}

.comment ul.sort-list li.selected{
	padding:6px 16px;
	color:#7f929c;
	background:url(/images/comments/comment-checked.png) no-repeat 106px 10px;
}

.comment ul.sort-list li.selected:hover{
	cursor:pointer;
	background:#2e9fff url(/images/comments/comment-checked.png) no-repeat 106px -10px;;
	color:#fff;
}

.comment .comment-box{
	border:solid 2px #cbd2d6;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:20px auto 0px auto;
	padding: 6px 10px;
}

.comment .comment-box .placeholder{
	display:block;
	font-size:15px;
	color:#a7b4bb;
	font-weight:600;
	padding:4px 0px;
}

.comment .comment-box .textarea{
	display:none;
	font-size:15px;
	color:#333;
	resize:none;
	cursor:text;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	overflow-x:hidden; 
	overflow-y:visible;
	line-height:1.4;
	width:100%;
	height:auto;
	min-height:45px;
	max-height: 300px;
	transition: all .15s ease-in-out;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
	border:0;
}

.comment .hint{
	color:#888;
	font-size:15px;
	text-align:center;
	padding:30px;
}

.comment .suggestion{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:8px 10px 8px 32px;
	background:#f75769 url(/images/comments/comment-alert.png) no-repeat 8px center;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius:4px;
}

@-webkit-keyframes shining-3times {
	0%{
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	65% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.comment .suggestion.suggestion-shining
{
    -webkit-animation: shining-3times 1.8s ease 0s both;
}

.comment .suggestion.suggestion-error
{
    background-color:#f75769;
}
.comment .suggestion.suggestion-ok
{
    background-color:Green;
}
.comment .suggestion.suggestion-info
{
    background-color:#999;
}

.comment .suggestion .btn-close{
	width:20px;
	height:20px;
	float:right;
	background:#f95063 url(/images/comments/comment-close.png);
	opacity:.7;
}
.comment .suggestion.suggestion-error .btn-close{
	background-color:#f95063;
}
.comment .suggestion.suggestion-ok .btn-close{
	background-color:#14A714;
}
.comment .suggestion.suggestion-info .btn-close{
	background-color:#aaa;
}

.comment .suggestion .btn-close:hover{
	opacity:.95;
	cursor:pointer;
}

.comment-blank
{
    margin:0;
    width: 90%;
    width: calc(100% - 20px);
}

.comment .submit{
	float:right;
	background:#737e85;
	padding:8px 10px;
	margin-top:6px;
	font-size:14px;
	color:#fff;	
	border:none;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}

.comment .submit:hover{
	background:#566771;	
}

.comment .submit-disabled
{
    color:#ccc;
    cursor:auto;
}
.comment .submit-disabled:hover{
	background:#737e85;
}

.post-content{
	margin:20px auto;	
	position:relative;
	word-break: break-word;
}

.post-content .author{
	font-family: Arial, Verdana, sans-serif;	
	font-size:14px;
	color:#333;
	font-weight:bold;
}
#viral_detail .post-content .author
{
    font-size: 14px;
    color: #333;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
}

.post-content .time{
	font-size:13px;
	color:#b4c0c6;	
	text-transform:lowercase;
}

.post-content .post-body{
	font-size:15px;
	color:#333;
	padding:6px 0px;
}

.post-content .quote-body{
	font-size:15px;
	color:#333;
	padding:8px 12px;
	margin-top:12px;
	background:#f6f8f9;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px;
	border:solid 1px #cbd2d6;
}

.post-content .quote-author{
	display:inline-block;
	font-family: Arial, Verdana, sans-serif;
	font-size:14px;
	color:#a7b4bb;
	font-weight:bold;	
	margin-right:10px;
}

.post-content .tools{
	font-size:14px;
	color:#b4c0c6;	
}

.post-content .reply:hover, .post-content .share:hover, .post-content .thumbup:hover{
	cursor:pointer;
	color:#9eb0b9;	
}

.post-content .dot{
	display:inline-block;
	color:#bbc4ca;
	font-size:9px;	
	padding:0px 8px;
}

.post-content .tools .reply + .dot
{
    display:none;
}

.post-content .tools .share
{
    display:none;
}

.post-content .thumbup{
	display:inline-block;
	font-size:13px;
	cursor:pointer;
}

.post-content .btn-thumbup{
	display:inline-block;
	width:15px;
	height:15px;
	background:	url(/images/comments/comment-thumbup.jpg) no-repeat left bottom;
	margin-right:2px;
}

.post-content .share-bar{
	position:absolute;
	left:150px;
	bottom:-6px;
	width:162px;
	height:26px;
	background:url(/images/comments/share-bar-s.jpg) no-repeat left top;
}
.post-content .share-bar:before
{
    content:" ";
    display: inline-block;
    width: 110px;
    height: 20px;
}

.post-content .share-bar img{
	padding-top:4px;
	cursor:pointer;
	opacity:.85;
}

.post-content .share-bar img:hover{
	opacity:1;
}

.comment-list-ajax
{
    display:none;
}

.pagination-holder{
	margin-top:20px;	
	float:left;
}.quest-box{
	display:none;
	background:#fffef1;	
	padding:8px 10px;
	margin-top:5px;
	margin-bottom:20px;
}.quest-box p {
    margin: 8px;
    color: #6c674a;
}.char-set{    font-size:14px;	
	color:#a7b4bb;
	margin-top:6px;
	margin-right:10px;
	float:right;}.char-set.char-set-ok{    color:#3c962a;}.char-set.char-set-error{    color:#f75769;}ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/

.compact-theme a, .compact-theme span {
	float: left;
	color: #333;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #AAA;
	border-left: none;
	min-width: 14px;
	padding: 0 7px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.compact-theme a:hover {
	text-decoration: none;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
	border-left: 1px solid #AAA;
	border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
	border-radius: 0 3px 3px 0;
}

.compact-theme .current {
	background: #bbbbbb; /* Old browsers */
	background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
	cursor: default;
}

.compact-theme .ellipse {
	background: #EAEAEA;
	padding: 0 10px;
	cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
	float: left;
	color: #666;
	font-size:13px;
	line-height:20px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 4px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .current {
	background: #a7b4bb;
	color: #FFF;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/

.dark-theme a, .dark-theme span {
	float: left;
	color: #CCC;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #222;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #555; /* Old browsers */
	background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
	background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

.dark-theme a:hover {
	text-decoration: none;
	background: #444;
}

.dark-theme .current {
	background: #222;
	color: #FFF;
	border-color: #000;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	cursor: default;
}

.dark-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

