/* Left Column */
#category > .left{
	float: left;
	width: 790px;
}
#category > .right{
	float: right;
	width: 300px;
}

/* Top Story */
#category #top-story{
	margin-top: 3px;
	padding: 10px 0 10px;
	border-top: 1px solid #c8c8c8;
	
}
#category #top-story #top-image{
    position: relative;
    display: block;
    height: 335px;
    width: 790px;
}
#category #top-story #top-description{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: url(../images/transparent-grey.png);
}
#category.video #top-story #top-description{
    padding-top: 0.5em;
    position: static;
    background: transparent;
}
#category #top-story h2.title{
    padding: 10px 0 5px 25px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    font-family: 'Adelle', 'Georgia', Times New Roman, serif;
	font-style: italic;
    line-height: 1em;
}
#category #top-story h3.excerpt{
    padding: 5px 0 10px 25px;
    font-size: 15px;
    line-height: 1em;
    color: white;
    font-family: 'Adelle', 'Georgia', Times New Roman, serif;
}
#category.video #top-story h2.title{
    color: #000;
    padding: .3em 0 0;
}
#category.video #top-story h3.excerpt{
    color: #414042;
    padding: .5em 0;
    line-height: 1.35em;
}
#category .left h3.latest{
    border-bottom: 1px solid #c8c8c8;
    font-size: 14px;
    line-height: 38px;
    font-weight: bold;
}

/* Right Column */


/* More Videos */
#category .videos.more .slider_video{
	float: left;
	width: 170px;
	margin: 5px;
}
#category .videos.more .slider_video .title{
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
}
#category .videos.more #videos_container{
	width: 360px;
}
#category .videos.more .thumbnail,
#category .videos.more .thumbnail img{
	width: 170px;
	height: 110px;
}
#category .slider-wrapper.twobytwo .slider_controls{
	position: absolute;
	right: 0px;
	top: 1px;	
	line-height: 20px;
}
#category .videos.more .anythingWindow{
	margin-top : 15px;
}

#category.video .social-bar{
    border: 0;
}
#category.video .social-button-wrap.fb {
    padding-left: 0;
}
.large_play_icon {
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    background-image: url(../images/icons/video_play_46.png);
    background-repeat: no-repeat;
    left: 14px;
    bottom: 10px;
}

.small_play_icon {
    position: absolute;
    display: block;
    width: 23px;
    height: 23px;
    background-image: url(../images/icons/video_play_23.png);
    background-repeat: no-repeat;
    left: 7px;
    bottom: 8px;
}

.video_subcategory {
    position: relative;
    display: block;
    width: 49%;
    float: left;
    /*border-top: 1px solid #C8C7C7;*/
    /*border-bottom: 1px solid #C8C7C7;*/
    margin: 0px 0px 0px 0px;
}
.video_subcategory.full {
    width: 100%;
    float: right;
    border-top: 1px solid #c8c8c8;
}
.video_subcategory.nav {
    width: 100%;
    float: right;
    border-top: 1px solid #c8c8c8;
}
.video_subcategory.left_side {
    margin: 0px 2% 0px 0px;
}
.video_subcategory .subsection-title {
    padding: 5px 0px 8px 0px;
    border-bottom: 1px solid #c8c8c8;
    margin: 0.5em 0 0.3em 0;
}
.video_subcategory .video_content {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #c8c8c8;
    padding: 10px 0px 8px 0px;
}
.video_subcategory .video_content .category_video {
    position: relative;
    float: left;
    width: 49%;
    height: 200px;
    margin: 0px 0px 10px 0px;
}
.video_subcategory .video_content .category_video.latest {
    height: 135px;
}

.video_subcategory.full .video_content .category_video {
    width: 23.95%;
    margin: 0px 1.35% 25px 0px;
}

.video_subcategory.nav .video_content .category_video {
    width: 49%;
}

.video_subcategory.full .video_content .category_video.far_right {
    margin: 0px 0px 0px 0px;
}

.video_subcategory .video_content .category_video.left_side {
    margin: 0px 0px 25px 6px;
}

.video_subcategory.nav .video_content .category_video.left_side {
    margin: 0px 2% 10px 0px;
}

.video_subcategory .video_content .thumbnail {
    position: relative;
    margin-bottom: 3px;
}

.video_subcategory .video_content .description {
    width: 100%;
	margin: 10px 0 14px 0;
}

.video_subcategory .video_content .description a {
    color: #414042 !important;
	font-weight: bold;
}
.video-cat{
    padding: 0 0 .5em;
}
.videxcerpt{
	color: #888888;
	font-size: 11px;
	margin-top: 2px;
}
#archive-list a{
    color: #000;
}
#archive-list{
    font-size: 15px;
}
#archive-list h3{
    font-size: 16px;
}
#archive-list ul{
    list-style-type: circle;
    padding-left: 2em;
}
#archive-list ul li{
    font-weight: bold;
}
#archive-list ul ul li{
    font-weight: normal;
}
#archive-list li{
    margin: .2em 0;
}
#archive-list li a{
    font-size: .8em;
}

/* HERE CHRIS!! :3 */
#category.search .thumbnail {
    float: left;
    margin-right: 15px;
    width: 170px;
}
#category.search h2 {
    font-size: 40px;
    margin-bottom: 10px;
}
#category.search #found {
    float: right;
}
#category.search .search_tools {
    margin-top: 3px;
    padding: 10px 0 10px 0;
    border-top: 1px solid #c8c8c8;
}
#category.search #no_results {
    text-align: center;
    padding: 100px;
}
#category-nav{
    margin: 1em 0;
}
#category-nav .next{
    float: right;
}
#category-nav .back{
    float: left;
}