/* Article Structure / Layout */
#article {
    border-top: 1px solid #C8C7C7;
    margin-top: 3px;
    padding-top: 1em;
}
#article .column{
    float: left;
}
#article .column.left{
    width: 175px;
    border-right: 1px solid #C8C7C7;
    color: #000;
}
#article .column.left #left-inner{
    width: 90%;
}
#article .column.middle{
    /*width: 600px;*/
    width: 785px;
    padding: 0 0 0 15px;
}
#article .column.right{
    display: none;
    width: 300px;
}

/* Left Column */

/* Author Profile */
#article #author-profile #author-portrait{
    height: 100px;
    width: 100px;
    background: #333 url(/images/avatar-blank.png);
 }
#article #author-profile #author-portrait img {
    width: 100px;
    height: 100px;
}
#article #author-profile #author-name{
    color: #000;
    margin: 1em 0 1.5em;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
#article #author-profile #author-description{
    font-size: 12px;
    line-height: 20px;
    color: #000;
    margin-bottom: 2em;
}

/* Author Latest Articles */
#article #author-latest #author-latest-head{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: .2em;
    font-weight: bold;	
    /*padding: .5em 0;
    border-top: 1px solid #C8C7C7;
    border-bottom: 1px solid #C8C7C7;
	*/
}
#article #author-latest .latest-article{
    font-size: 11px;
    line-height: 20px;
    padding: 1em 0;
    border-top: 1px solid #C8C7C7;
}
#article #author-latest .latest-article a.category{
    /*font-family: 'Adelle', 'Georgia', sans-serif;*/
    font-weight: 100;    
    text-transform: uppercase;
}
#article #author-latest .latest-article a.desc{
    color: #000000;
}
#article #author-latest .latest-article .date{
    font-family: 'Adelle', 'Georgia', sans-serif;
    font-weight: 100;    
    text-transform: uppercase;
    color: #888888;
}

/* Middle Column */

/* Article Header */
#article #article-header{
    margin-bottom: 1em;
}
#article #article-header a.category{
    /*font-family: 'Adelle', 'Georgia', sans-serif;*/
    font-size: 11px;
    font-weight: 100;    
    text-transform: uppercase;
}
#article #article-header #article-title{
	color: black;
	font-size: 25px;
	line-height: 1.25em;
	font-weight: bold;
	margin-top: .25em;
}
#article #article-header #article-subtitle{
    font-size: 15px;
    line-height: 1.5em;
    font-style: italic;
}

/* Article Subheader */
#article #article-subheader{
    border-top: 1px solid #C8C7C7;
    /*font-family: 'Adelle', 'Georgia', serif;*/
    font-size: 12px;
}
#article #article-subheader > *{
    float: left;
    padding: 8px 0;
}
#article #article-subheader #comment-now{
    float: right;
    cursor: pointer;
}
#article #article-subheader .date{
    width: 140px;
    line-height: 17px;
    /*font-family: 'Adelle', 'Georgia', sans-serif;*/
    font-weight: 100;
    text-transform: uppercase;
    border-right: 1px solid #C8C7C7;
    text-align: center;
}
#article #article-subheader #comment-now{
    color: #fff;
    background-color: #231F20;
    padding: 11px;
    text-transform: uppercase;
}

/* Article Content */
#article #article-content #article-picture{
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 1px dashed #C8C7C7;
    display: none;
}
#article #article-content #article-text img{
    max-width: 100%;
}
#article #article-content #article-text{
    margin-top: 1em;   
    font-size: 13px; 
    line-height: 24px;
}
#article #article-content #article-text ul,
#article #article-content #article-text ol{
    padding-left: 2em;
}
#article #article-content #article-text ul{
    list-style-type: disc;
}
#article #article-content #article-text ol{
    list-style-type: decimal;
}
#article #article-content #article-text li{
    margin: 0.45em 0;
    line-height: 1.75em;
}
#article #article-content #article-text #article-gallery{
    padding-left: 0;
}
#article #article-content #article-text #article-gallery li{
    margin: 0;
    line-height: inherit;
}
#article #article-content #article-text strong, #article #article-content #article-text b{
    font-weight:bold;
}
#article #article-content #article-text em, #article #article-content #article-text i{
    font-style:italic;
}
#article #article-content #article-text u{
    text-decoration:underline;
}
#article #article-content #article-text p{
    margin: 1em 0;
}
#article #article-content .social-bar{
    padding: 10px 0;
}
#article #article-content #bottom-divider{
    margin-bottom: 2em;
}
#article #disqus_thread {
    margin: 0 !important;
}
#article-text h4{
    font-weight:bold;
	font-size: 13px; 
}
#article-text h5{
    font-weight:bold;
	font-size: 12px; 
}
#pagecontent .right_column{
	float: right;
}
/* Events style */
.event h1 {
    padding: 5px 0 5px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
}
.event th {
    width: 85px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}
.event .description {
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 5px;
}

/* Below Article Related Posts */
#article #article-related-posts .story{
    margin-top: 1.8em;
    float: left;
    border-left: 1px solid #C8C7C7;
}
#article #article-related-posts .story{
    width: 170px;
    padding: 0 14px;
}
#article #article-related-posts h3{
    /*font-family: 'Adelle', Georgia, Times New Roman, serif;*/
}
#article #article-related-posts .story:first-child{
    border: 0;
}
#article #article-related-posts .story .description{
    margin-top: 7px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.related-post .description{
    margin-top: 1em;
    line-height: 1.5em;
    color: #000;
}
#article #article-related-posts .story .category a{
    /*font-family: 'Adelle', 'Georgia', sans-serif;*/
    font-weight: 100;   text-transform: uppercase;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    top: -7px;
}
#article .related-post {
    float: left;
    width: 32%;
    margin-left: 2.00%;
}
#article .related-post:first-child {
    margin-left: 0;
}
#article .related-post .thumbnail img{
    width: 100%;
}
#article .article-related-posts {
    margin-bottom: 5px;
    font-weight: bold;
}
#article .category {
    margin-bottom: 5px;
    font-size: 11px;
    text-transform: uppercase;
    margin: 5px 0;
    /*font-family: 'Adelle', 'Georgia', sans-serif;*/
    font-weight: 100;
}
/* Right Column uses styles from main.css */
/*video page*/
.video_container {
	position:relative;
	padding:20px 50px;
}
.video_container iframe{
	width: 1000px;
	margin:auto;
	height: 600px;
}
.content.video {
	width: 100%;
}
.content.video #article-header{
	width:100%;
}
.video_left{
	position:relative;
	width: 720px;
	margin-top:20px;
	border-top: 1px solid #c7c7c7;
	padding-top:10px;
	float:left;
}
.video_right{
	position:relative;
	width: 360px;
	margin-top:20px;
	padding-top:11px;
	float:right;
}
.video_right .feature{
	border-top: 1px solid #c7c7c7;
	padding-top:5px;
}
.video_right .title{
	font-weight:bold;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom:5px;
	padding-top:3px;
}
.video_right .video{
	position:relative;
	width:168px;
	float:left;
}
.video_right .video img{
    border: 1px solid #c8c7c7;
	height:98px;
}
.video_right .feature_content{
	border-top: 1px solid #c7c7c7;
	margin-top:3px;
}
.container_video {
    position: relative;
    display: block;
    width: 100%;
}
.container_video iframe, .container_video object, .container_video embed {
    width: 100%;
    height: 445px;
}
.container_video img{
    width: 100%;
}
.anythingSlider {
  /*  border: 1px solid #c8c7c7; */
}
.caption{
    display: block;
    text-align: center;
    color: #888;
}
#article .anythingSlider{
    margin-bottom: 3em;
}
#article .slider li{
    height: 1px;
}
#article .anythingSlider.anythingSlider-default .anythingControls {
	display: block !important;
	position: absolute;
	left: 0px;
	bottom: -25px;
}
#article div.anythingSlider.activeSlider .anythingControls ul a {
	background-color: transparent;
	/*font: 14px 'Adelle', 'Georgia', serif;*/
	border: 1px solid #C8C7C7;
	border-radius: 0 0 5px 5px;
	border-top: 0;
	margin-right: 3px;
}
#article div.anythingSlider.activeSlider .anythingControls ul a.cur {
	color: red;
}
#article.page .left_column .inner_pad{
    padding: 0 10%;
}
#article .other-articles li .right {
    font-size: 11px;
}
#article .other-articles li .right .title{
    font-size: 12px;
    margin: .5em 0 0 0;
    padding: 0;
}
#article .other-articles li .right .desc{
    margin-bottom: .5em;
}
.other-articles li .left .thumbnail {
    margin: 0.7em 12px 0.7em;
    width: 75px;
    height: 50px;
    overflow: hidden;
}
.other-articles li .left .thumbnail img{
    width: 100%;
}

#article-text .date {
    /*font-family: 'Adelle', 'Georgia', sans-serif;*/
    font-weight: 100;    
    text-transform: uppercase;
    color: #000;
    margin-top: 5px;
}

.related-article {
    padding-left: 5px;
}
.event_box table {
    margin: 5px 0 5px 0;
}
.event_box h3 {
    font-weight: bold;
}
.event_box td {
    padding: 3px 3px 3px 8px;
}
.event_box th {
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
    width: 70px;
}
.event_box h4, .event_box h3 {
    padding: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.event_box h4 {
    padding: 10px;
}
.article-image{
	text-align: center;
}