/*  

Theme Name: omd.de
Version: 1.0.0

*/

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults

2. SITE STRUCTURE & APPEARANCE
-2.1 Wrapper & Containers
	-2.1.1 Header
	-2.1.2 Searchfield
-2.2 Navigation
	-2.2.1 Shortcuts Navigation
	-2.2.2 Main Navigation (WP Menus)
-2.3 Featured
-2.4 Content
	-2.4.1 Comment-Box
-2.5 Sidebar
-2.6 Footer


-------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-----------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body {
    background: url("images/bg-body.gif") repeat-x scroll left top #EDEDED;
    width: 1200px;
	color: #333333;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 17px;
	position: relative;
	padding: 0;
    margin: 0 8px 8px 8px;
    z-index: 0;
}

h1, h2, h3, h4, h5, h6, body {
	font-family: Arial,Verdana,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
}

* {
	color: #333333;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 17px;
}

a:link, a:visited{
	color: #0090DA;
    text-decoration: none;
}

a.readmore:before {
    content: ">";
    font-family: "WebSymbolsRegular";
    font-size: 1em;
    margin-right: 5px;
    position: relative;
}

a.readmore{
	display: block;
    color: #F9A400;
    font-weight: bold;
    text-decoration: none;
	margin: 0;
}

a.readmore:hover{
	color: #0090DA;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

.flexslider {
	width: 725px;
	margin: 0 auto;
    position: relative;
    z-index: 2;
}

.flexslider .slides > li {
    display: none;
}

.flex-direction-nav {
    padding: 0;
}

.flex-direction-nav li .flex-prev:before {
    content: "<";
}

.flex-direction-nav li .flex-next:before {
    content: ">";
}

.flex-direction-nav li .flex-next:before, 
.flex-direction-nav li .flex-prev:before {
	color: #F9A400;
    font-family: 'WebSymbolsRegular';
    font-size: 24px;
}

.flex-direction-nav li .flex-next {
    right: -37px;
}

.flex-direction-nav li .flex-prev {
    left: -37px;
}

.flex-direction-nav li a {
	width: 26px;
    height: 26px;
    cursor: pointer;
    display: block;
    font-size: 0;
    margin: 0;
    position: absolute;
    top: 25%;
}

.flex-direction-nav li .flex-prev:hover:before,
.flex-direction-nav li .flex-next:hover:before{
	color: #0090DA;
}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */

#ads-outer {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}

#ads-outer .ad-top{
    width: 1200px;
    height: 90px;
    position: relative;
	padding: 0;
	margin: 0;
}

#ads-skyscraper{
	width: 200px;
	float: right;
}

#ads-skyscraper .ad-right{
	margin: 98px 0 0 10px;
}

#wrapper{
    max-width: 1200px;
	float: left;
	position: relative;
	margin: 0;
    padding: 0;
    z-index: 10;
}

/* 2.1.1 Header */

#header{
    background: url("images/bg-header.png") no-repeat scroll 0 0 transparent;
    width: 1200px;
	height: 99px;
    padding: 5px 0 0;
	margin: 0 0 5px;
}

#header > .column-left {
    width: 230px;
}

.column-left {
    float: left;
}

#logo{
    display: block;
    width: 202px;
	height: 87px;
    margin: 2px 0 0 6px;
}

#header > .column-right {
    width: 970px;
}

.column-right{
    float: right;
}

/* 2.1.2 Searchfield */

#top-search{
    margin-left: 30px;
}

#top-search .head-search{
	padding: 1px 0 0;
	margin: 0 0 10px;
}

#top-search .searchform{
	width: auto;
	margin: 0;
	border: none;
	border-radius: 0 0 0 0;
}

#top-search .searchform input.s{
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
	width: 174px;
	height: 19px;
	padding: 0 0 0 2px;
	border: 1px solid #BBBBBB;
	border-radius: 0 0 0 0;
}

#top-search .searchform input.submit{
    background: url("images/btn-search.png") no-repeat scroll left top transparent;
    width: 66px;
	height: 21px;
	position: static;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
    padding: 0 0 2px 8px;
	margin-left: 5px;
	border: none;
	border-radius: 0 0 0 0;
}

.column-right.social-links span{
    position: relative;
    top: -5px;
	left: -4px;
}

/* 2.2 Navigation */

#nav-primary ul{
    clear: both;
	float: right;
    height: 65px;
    position: relative;
	padding: 0;
	margin: 0;
}

#nav-primary ul > li{
    background: url("images/nav-sep.png") no-repeat scroll left top transparent;
    float: left;
    margin: 15px 0 0;
}

#nav-primary ul > li > a{
	color: #999999;
    font-size: 16px;
	line-height: 32px;
    text-decoration: none;
	text-transform: uppercase;
	margin: 0 12px;
}

#nav-primary li.current-menu-item a,
#nav-primary li a:hover {
	color: #0090DA;
	text-decoration: none;
}

#nav-primary ul.navigation li ul.sub-menu {
    background: none repeat scroll 0 0 #1F1F1F;
    visibility: hidden;
    height: auto;
    position: absolute;
    top: 60px;
    z-index: 9999;
	-moz-transition: all 0.3s ease 0.1s;
	-webkit-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	-ms-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}

#nav-primary ul.navigation li:first-child, 
#nav-primary ul.navigation li ul.sub-menu li:first-child{
    background: none repeat scroll 0 0 transparent;
}

#nav-primary ul.navigation li ul.sub-menu li{
    background: url("images/submenu-sep.gif") repeat-x scroll center top transparent;
    float: none;
	padding: 4px 0;
    margin: 0 15px;
}

#nav-primary ul.navigation li ul.sub-menu li a{
    line-height: 25px;
    margin: 0;
}

#nav-primary ul.navigation li:hover ul.sub-menu{
	visibility: visible;
}

.breadcrumbs{
	margin: 0 0 5px;
}

/* 2.3 Featured */

#featured .topList{
    width: 850px;
    height: 350px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.topList .text-container {
	background: none repeat scroll 0 0 #000000;
    position: absolute;
	bottom: 0;
    left: 0;
    overflow: hidden;
    white-space: normal;
	padding: 10px;
}

.topList .text-container h2 a{
	color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
}

.topList .text-container h2 a:hover{
	color: #FFFFFF;
    text-decoration: none;
}

#featured .bottomList{
    width: 850px;
    margin: 0;
    padding: 0;
}

#featured .bottomList .activewrapper0,
#featured .bottomList .activewrapper1,
#featured .bottomList .activewrapper2,
#featured .bottomList .activewrapper3{
	display: block;
	float: left;
    position: relative;
}

#featured .bottomList .activeSlide img,
#featured .bottomList a:hover img{
   outline: 3px solid #FFD800;
}

#featured .bottomList a {
    display: none;
}

#featured .bottomList img{
    width: 207px;
	height: 96px;
	margin: 3px 3px 0;
}

#featured .bottomList .activewrapper3 img{
	margin-right: 0;
}

/* Recent Video Widget */

#sidebar-home .rv-wrapper{
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 8px 7px;
}

.rv-wrapper .topList{
	position: relative;
	overflow: hidden;
	margin: 0 0 4px;
}

.rv-wrapper .topList span.rv-title {
    background: none repeat scroll 0 0 #000000;
    position: absolute;
	left: 0;
	bottom: 0;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 9px;
}

.rv-wrapper .topList .overlayvideo {
    background: url("images/btn-play.png") no-repeat scroll 50% -240% transparent;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
    text-indent: -999px;
    top: 0;
}

.rv-wrapper .topList .overlayvideo:hover{
	opacity: 1;
}

.rv-wrapper .bottomList{
    overflow: hidden;
}

.rv-wrapper .bottomList .activewrapper0, 
.rv-wrapper .bottomList .activewrapper1, 
.rv-wrapper .bottomList .activewrapper2, 
.rv-wrapper .bottomList .activewrapper3{
    display: block;
    float: left;
    position: relative;
}

.rv-wrapper .bottomList a {
    display: none;
}

.rv-wrapper .bottomList img {
	padding: 0 0 2px;
    margin: 0 2px 0 0;
}

.rv-wrapper .bottomList .activewrapper3 img{
	margin: 0;
}

.rv-wrapper .bottomList .activeSlide img, 
.rv-wrapper .bottomList a:hover img {
    border-bottom: 2px solid #FFD800;
}

/* Media Box */

.media-box .mb-header {
    height: 20px;
	position: relative;
	padding: 0 3px;
    margin: 5px 0;
}

.media-box .mb-header h1 {
    float: left;
	height: 25px;
	display: block;
    color: #BBBBBB;
	font-size: 16px;
	font-weight: bold;
    line-height: 20px;
    text-indent: 0;
}

.media-box .mb-box{
	padding: 1px 0;
}

.media-box .mb-box .mb-list{
	background: none repeat scroll 0 0 #FFFFFF;
    width: 315px;
	height: 398px;
    overflow-y: hidden;
    padding: 10px;
}

.media-box .mb-box .mb-sub-list{
    background: none repeat scroll 0 0 #FFFFFF;
    width: 302px;
	height: 383px;
	overflow-y: scroll;
    padding: 10px;
}

.media-box .mb-box .mb-sub-list > li{
	position: relative;
	margin: 0 0 5px;
}

.media-box .mb-box .mb-sub-list .pictureblock{
	float: left;
    position: relative;
	text-align: center;
	padding: 0 9px 0 0;
    margin-bottom: 5px;
}

.media-box .mb-box .mb-sub-list .pictureblock img {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    padding: 7px;
	border: 1px solid #E3E3E3;
}

.media-box .mb-box .mb-sub-list .pictureblock .overlayvideo{
    background: url("images/btn-play.png") no-repeat scroll 75% -20% transparent;
    opacity: 0.7;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
    left: 0;
    overflow: hidden;
    text-indent: -999px;
}

.media-box .mb-box .mb-sub-list .pictureblock:hover .overlayvideo{
	opacity: 1;
}

.media-box .mb-box .mb-sub-list .textblock{
    overflow: hidden;
    padding-top: 6px;
    padding-left: 1px;
}

.media-box .mb-box .mb-sub-list .textblock .titleblock a{
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding: 0 0 4px;
}

.media-box .mb-box .mb-sub-list .textblock .tagblock a{
    color: #525252;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    min-height: 14px;
    padding: 0 0 2px;
}

.media-box .mb-box .mb-sub-list .textblock .tagblock a:hover{
	color: #0090DA;
    text-decoration: none;
}

/* Most viewed */

.mv-container{
	margin: 0 0 20px;
}

.mv-container .header,
.mv-container .mv-content{
    margin: 0 8px 0 20px;
}

.search .mv-container .header,
.search .mv-container .mv-content,
.archive .mv-container .header,
.archive .mv-container .mv-content{
	margin-right: 20px;
}

.mv-container .mv-inner{
	padding: 15px 0;
	border: 1px solid #DCDCDC;
	border-top: none;
}

.mv-container .mv-image{
    border: 1px solid #E3E3E3;
    padding: 7px;
	margin-right: 5px;
}

.mv-container .mv-image:hover{
	border-color: #333333;
}

.mv-container .mv-image img{
    width: 161px;
	height: 89px;
    display: block;
    margin: 0;
    padding: 0;
}

.mv-container .mv-text{
    min-height: 68px;
    padding-top: 6px;
	padding-right: 7px;
	margin-right: 5px;
    position: relative;
}

.mv-container .mv-text .mv-title,
.mv-container .mv-text .mv-title a{
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

.mv-container .mv-text .mv-title a:hover{
	text-decoration: underline;
}

/* 2.4 Content */

#page{
	position: relative;
	margin: 0 0 5px;
}

#page .column-left {
    width: 850px;
}

#page .column-right{
	width: 335px;
}

#page .media-box{
    background: none repeat scroll 0 0 #000000;
    height: 452px;
    overflow: hidden;
    padding-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #BDBDBD;
}

.breadcrumbs{
    clear: both;
	margin: 0 0 5px;
}

.breadcrumbs .bc-box{
	background: none repeat scroll 0 0 #FFFFFF;
	border-top: 1px solid #BBBBBB;
	padding: 3px 0 0;
	margin: 0 0 10px;
}

.breadcrumbs span span{
	padding: 0 8px 0 5px;
}

.breadcrumbs span span:first-child{
	padding-left: 0;
}

.breadcrumbs a{
	text-decoration: underline;
}

.breadcrumbs a,
.breadcrumbs span{
    color: #333333;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}

span.breadcrumb_last{
	color: #0090DA;
}

#page .header{
    background: none repeat scroll 0 0 #000000;
    height: 25px;
    position: relative;
}

#page .header h1,
#page .header h1 span{
    height: 25px;
    display: block;
	float: none;
    color: #FFFFFF;
	font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
    padding: 0;
    text-indent: 20px;
}

.block .inner-block{
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 1px 0;
	margin: 0 0 10px;
	border: 1px solid #BBBBBB;
	border-top: none;
}

.cat-wrap.separator, .type-post, 
.type-page, .type-video, .error-post{
    border-bottom: 4px solid #DCDCDC;
    padding-bottom: 10px;
    margin: 15px 8px 15px 20px;
    position: relative;
}

.single .type-post, .page .type-page, 
.single .type-video, .error404 .error-post,
.archive .type-post, .search .type-post{
	margin-right: 20px;
	border-bottom: none;
}

.archive .text-container,
.search .text-container{
	width: 555px;
	float: left;
}

.post-entries {
    clear: both;
    margin: 0 20px;
}

.cat-wrap .two-column{
	margin: 15px 0 0;
}

.two-column .column-left {
    width: 400px !important;
	padding-right: 10px;
	border-right: 1px dotted #BBBBBB;
}

.two-column .column-right{
    float: none !important;
    width: 400px !important;
    padding-left: 10px;
    overflow: hidden;
}

.two-column .column-right .teaser.first{
	margin: 0 0 20px;
}

.two-column .cat-title{
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
}

.two-column .picture-container{
    float: left;
    padding-top: 1px;
}

.two-column .column-right .picture-container img{
	margin-right: 5px;
}

.two-column .picture-container a{
	display: block;
}

.two-column .picture-container .postimage{
    width: 170px;
	height: 110px;
    margin-right: 10px;
    overflow: hidden;
}

.two-column .picture-container .cat-link{
    color: #F9A400;
    font-weight: bold;
    text-decoration: none;
	margin: 20px 0 0;
}

.two-column .picture-container .cat-link:after{
    font-family: "WebSymbolsRegular";
    content: ">";
	font-size: 1em;
    position: relative;
    margin-left: 0.618em;
}

.two-column .picture-container .cat-link:hover{
	color: #0090DA;
	text-decoration: none;
}

.two-column .text-container{
	float: left;
}

.two-column .column-left .text-container{
	width: 210px;
	margin-left: 10px;
}

.two-column .column-right .text-container{
	width: 305px;
	margin-left: 10px;
}

.two-column .text-container h2,
.two-column .text-container h2 a,
.post .title, 
.post .title a:link,
.post .title a:visited,
.page .title,
.video .title,
.video .title a:link,
.video .title a:visited{
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
	text-decoration: underline;
    margin-bottom: 5px;
}

.archive .post .title,
.search .post .title{
	margin: 10px 0 5px;
}

.two-column .text-container h2 a:hover,
.post .title a:hover{
    color: #0090DA;
}

.two-column .text-container h3,
.two-column .text-container h3 a{
    color: #333333;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 17px;
}

.post-date:before{
	content: '|';
	margin-right: 5px;
}

.post-date{
	float: left;
	color: #808285;
    font-size: 11px;
	margin-left: 5px;
}

.two-column .text-container .bodytext{
    color: #333333;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 17px;
	margin: 0 0 8px;
}

.two-column .text-container a.readmore{
	display: none;
}

.archive_header{
	float: none;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	border-bottom: none;
}


.entry img, img.thumbnail {
    background: none repeat scroll 0 0 transparent;
    border: none;
    height: auto;
    padding: 0;
	margin: 0 10px 0 0;
}

.post .post-image,
.video .post-image{
    background: none repeat scroll 0 0 #E6E6E6;
    position: relative;
	margin: 1px 0 20px;
    padding: 10px;
}

.post .post-image a,
.video .post-image a{
    display: block;
	height: 240px;
    position: relative;
}

.post-image .caption{
    margin: 16px 0 0;
    overflow: hidden;
    padding-bottom: 2px;
}

.post-image .caption span{
    color: #333333;
	font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 13px;
}

.post-image .caption .copy{
    float: right;
	min-width: 25%;
    text-align: right;
}

.entry, .entry p,
.post-entries a:link, 
.post-entries a:visited,
.comment-entry p,
#commentform p{
	color: #333333;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
    line-height: 150%;
}

.post-meta,
.post-meta a:link,
.post-meta a:visited{
	color: #5C5C5C;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	margin: 0;
}

.post-meta a:hover,
.post-entries a:hover{
	color: #0090DA;
}

abbr{
	cursor: pointer;
	border-bottom: none;
}

.single .entry{
	margin: 0 0 20px;
}

.entry p a:hover{
	color: #0090DA;
	text-decoration: underline;
}

/* 2.4.1 Comment-Box */

.comment-box .comment{
	background: url("images/comments.png") no-repeat scroll 0 0 transparent;
	float: none;
	height: 20px;
	padding: 0;
    margin: 0;
}

.two-column .comment-box .comment{
	float: left;
}

.post .comment-box .comment,
.video .comment-box .comment{
	float: left;
}

.comment-box .comment a{
	color: #808285;
    font-size: 11px;
    font-weight: normal;
    line-height: 100%;
	padding-left: 24px;
}

.comment-box .comment a:hover{
	text-decoration: underline;
}

/* Social Share Counter */

.btn-social-block{
    display: inline-block;
    margin: 10px 0 0;
}

.single .btn-social-block,
.archive .text-container .btn-social-block,
.search .text-container .btn-social-block{
	float: right;
	margin: 0;
}

.two-column .column-right .btn-social-block{
	margin: 5px 0 0;
}

div.search-result-links {
    font-size: 15px;
    line-height: 18px;
    margin: 20px;
}

div.search-result-links a.link-title {
    color: #555555;
    display: inline-block;
    font-size: 18px;
	font-weight: bold;
    line-height: 20px;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0 0 3px;
    text-overflow: ellipsis;
    text-transform: uppercase;
	border-bottom: 1px solid #555555;
}

div.search-result-links a.link-title:hover{
	color: #0090DA;
} 

.btn-social-block .btn-social {
    float: left;
    margin: 0 10px;
}

.two-column .btn-social-block .btn-social{
	margin: 0 3px;
}

.two-column .btn-social-block .btn-social.twitter-share{
	margin-left: 0;
}

.btn-social.twitter-share a.btn{
	background-color: #F8F8F8;
	background-image: -moz-linear-gradient(top, #ffffff, #dedede);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
	background-image: -ms-linear-gradient(top, #ffffff, #dedede);
	background-image: -o-linear-gradient(top, #ffffff, #dedede);
	background-image: linear-gradient(top, #ffffff, #dedede);
	max-width: 100%;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	color: #333333;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	overflow: hidden;
	-moz-box-sizing: border-box;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
}

.btn-social.twitter-share a.btn:hover{
	background-color: #F8F8F8;
	background-image: -moz-linear-gradient(top, #F8F8F8, #D9D9D9);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#D9D9D9));
	background-image: -ms-linear-gradient(top, #F8F8F8, #D9D9D9);
	background-image: -o-linear-gradient(top, #F8F8F8, #D9D9D9);
	background-image: linear-gradient(top, #F8F8F8, #D9D9D9);
	border: 1px solid #BBBBBB;
}

.btn-social.twitter-share i.icon{
	background: url("images/share-twitter.png") no-repeat scroll 0 0 transparent;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 2px;
	margin: -5px 0 0;
}

.btn-social.twitter-share span{
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px 0 19px;
	white-space: nowrap;
}

.btn-social.twitter-share .count{
	background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
	max-width: 100%;
	min-width: 15px;
	min-height: 18px;
	position: relative;
	border: 1px solid #BBBBBB;
	border-radius: 3px 3px 3px 3px;
	margin: 0;
	vertical-align: top;
}

.btn-social.twitter-share .count i,
.btn-social.twitter-share .count u{
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin: -4px 0 0 -4px;
	line-height: 0;
	border: 4px transparent solid;
	border-left: 0;
	border-right-color: #AAA;
}

.btn-social.twitter-share .count u{
	border-right-color: #FFFFFF;
	margin-left: -3px;
}

.btn-social.twitter-share .count a.count-val{
	color: #333333;
	font: 11px/18px 'Helvetica Neue',Arial,sans-serif;
	white-space: nowrap;
	padding: 0 5px;
}

.btn-social.twitter-share .count a.count-val:hover{
	color: #333333;
	text-decoration: underline;
}

.btn-social.fb-share a.btn{
    background: none repeat scroll 0 0 #ECEEF5;
	display: inline-block;
	color: #3B5998;
    cursor: pointer;
    text-align: center;
    border: 1px solid #CAD4E7;
    border-radius: 3px 3px 3px 3px;
    padding: 0 5px 2px;
    white-space: nowrap;
}

.btn-social.fb-share i.icon{
    background: url("images/share-fb.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 14px;
    width: 14px;
	position: relative;
	top: 3px;
	margin: 0 -2px 0 0;
}

.btn-social.fb-share span{
	color: #3B5998;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 11px;
}

.btn-social.fb-share .count{
    background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
	position: relative;
    height: 16px;
    line-height: 14px;
    margin: 0;
    min-width: 15px;
    padding: 2px;
    text-align: center;
	vertical-align: top;
    white-space: nowrap;
	border: 1px solid #C1C1C1;
}

.btn-social.fb-share .count i,
.btn-social.fb-share .count u{
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin: -4px 0 0 -4px;
	line-height: 0;
	border: 4px transparent solid;
	border-left: 0;
	border-right-color: #AAA;
}

.btn-social.fb-share .count u{
	border-right-color: #FFFFFF;
	margin-left: -3px;
}

.btn-social.fb-share .count a.count-val{
	color: #333333;
	font: 11px/14px 'lucida grande',tahoma,verdana,arial,sans-serif;
	white-space: nowrap;
	padding: 0 2px;
}

.btn-social.fb-share .count a.count-val:hover{
	color: #333333;
	text-decoration: none;
}

.btn-social.fb-share a.btn:hover{
	border-color: #9DACCE;
}

.btn-social.gplus-share a.btn{
    background-color: #E4E4E4;
    background-image: -moz-linear-gradient(center top, #F4F4F4, #E4E4E4);
	background-image: -webkit-linear-gradient(top,#F4F4F4,#E4E4E4);
	background-image: -o-linear-gradient(top,#F4F4F4,#E4E4E4);
	background-image: -ms-linear-gradient(top,#F4F4F4,#E4E4E4);
	background-image: linear-gradient(top,#F4F4F4,#E4E4E4);
	position: relative;
    border-color: #CACACA #BABABA #ACACAC;
    border-left: 1px solid #BABABA;
    border-right: 1px solid #BABABA;
    border-style: solid;
    border-width: 1px;
    color: #DA573B;
	font-size: 11px;
    line-height: 14px;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.7);
	vertical-align: middle;
	padding: 2px 8px 2px 17px;
	border-radius: 3px 3px 3px 3px;
}

.btn-social.gplus-share i.icon{
    background: url("images/share-google.png") no-repeat scroll -29px 0 transparent;
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 4px;
}

.btn-social.gplus-share span{
	color: #DA573B;
	font-family: Roboto,arial,sans-serif;
    font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-shadow: 0 1px 3px rgba(255, 255, 255, 0.7);
}

.btn-social.gplus-share .count{
    background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
	position: relative;
    height: 20px;
    margin: 0 0 0 8px;
    min-width: 15px;
    padding: 0 2px;
    text-align: center;
    white-space: nowrap;
	border: 1px solid #CCCCCC;
	border-left: none;
	border-radius: 0 3px 3px 0;
}

.btn-social.gplus-share .count i{
    background: url("images/share-google.png") no-repeat scroll -27px -36px transparent;
    width: 6px;
	height: 20px;
	position: absolute;
	left: -6px;
	top: 0;
}

.btn-social.gplus-share .count a.count-val{
	height: 16px;
	color: #666666;
    font-family: arial,sans-serif;
    font-size: 11px;
    line-height: 16px;
	white-space: nowrap;
	padding: 0;
    margin: 1px 6px;
	overflow: hidden;
}

.btn-social.gplus-share a.btn:hover{
	background-color: #F4F4F4;
	background-image: -webkit-linear-gradient(top,#FFF,#F4F4F4);
	background-image: -moz-linear-gradient(center top,#FFFFFF,#F4F4F4);
	background-image: -o-linear-gradient(top,#FFFFFF,#F4F4F4);
	background-image: -ms-linear-gradient(top,#FFFFFF,#F4F4F4);
	background-image: linear-gradient(top,#FFF,#F4F4F4);
	-webkit-box-shadow: inset 0 1px 3px rgba(255,255,255,.2);
	-o-box-shadow: inset 0 1px 3px rgba(255,255,255,.2);
	box-shadow: inset 0 1px 3px rgba(255,255,255,.2);
}

.btn-social.gplus-share .count a.count-val:hover{
	text-decoration: none;
}

/* Comment Field */

#comments {
	background: none repeat scroll 0 0 #E6E6E6;
    color: #333333;
    margin: 21px 20px 25px;
    padding: 36px 20px 18px;
    position: relative;
	border-top: none;
}

#comments h3 {
    color: #000000;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 20px;
}

#comments-title em{
    color: #000000;
	font-family: Verdana,Arial,sans-serif;
    font-size: 23px;
	font-style: normal;
    line-height: 26px;
    margin-bottom: 5px;
}

#comments .reply a {
    color: #990000;
}

#comments .reply a:hover{
	color: #990000;
	text-decoration: underline;
}

#commentform textarea {
	width: 95% !important;
    padding: 5px 7px;
	margin: 5px 0 0;
	border-radius: 0 0 0 0;
}

#commentform #submit {
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
	cursor: pointer;
    margin: 15px 0 0;
	border: none;
	border-radius: 0 0 0 0;
}

#commentform #submit:hover{
	opacity: 0.8;
}

#respond {
    margin: 40px 20px;
}

/* 2.5 Sidebar */

#sidebar-home .widget{
    background: none repeat scroll 0 0 #EDEDED;
    margin: 4px 4px 4px 0;
    padding: 15px;
}

#sidebar-home .widget h3{
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding: 0;
	margin-bottom: 5px;
	border-bottom: none;
}

#sidebar-home .widget ul,
#sidebar-home .tagcloud{
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 5px 10px;
}

#sidebar-home .widget ul > li{
	margin: 5px 0;
}

#sidebar-home .widget ul > li > a:before{
    content: ">";
    font-family: "WebSymbolsRegular";
    font-size: 1em;
    position: relative;
	margin-right: 5px;
}

#sidebar-home .widget ul > li > a{
    color: #F9A400;
    font-weight: bold;
    text-decoration: none;
}

#sidebar-home .widget ul > li > a:hover{
	color: #0090DA;
	text-decoration: none;
}

#sidebar-home div.srp-widget-container{
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px 0 0 7px;
}

#sidebar .widget{
	margin: 0 0 10px;
}

#sidebar .widget .widget-inner{
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 15px;
	border: 1px solid #BDBDBD;
}

#sidebar .widget h3{
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
	font-size: 16px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
	border-bottom: none;
	text-indent: 20px;
	padding: 0;
	margin: -15px -15px 15px;
}

div.srp-widget-container {
    width: 100%;
	clear: both;
    display: table;
}

div.srp-widget-singlepost {
	width: 142px;
	min-height: 155px;
	clear: none;
	float: left;
    padding: 0;
	margin: 0 6px 10px 0;
	border-bottom: none;
}

div.srp-thumbnail-box {
    display: block;
    padding-right: 0;
    vertical-align: top;
}

div.srp-thumbnail-box img{
	padding: 2px;
    margin: 0 8px 8px 0;
	border: 1px solid #E3E3E3;
}

div.srp-content-box {
    display: block;
    vertical-align: top;
}

h4.srp-post-title a{
	display: block;
	color: #000000;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    line-height: 140%;
}

.tagcloud a{
	background: none repeat scroll 0 0 #000000;
	height: 20px;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 20px;
	overflow: hidden;
	padding-left: 8px;
	margin: 0 0 5px;
}

.tagcloud a.tag-link-7{
	width: 212px;
}

.tagcloud a.tag-link-15{
	width: 212px;
}

.tagcloud a.tag-link-17{
	width: 242px;
}

.tagcloud a.tag-link-55{
	width: 172px;
}

.tagcloud a.tag-link-43{
	width: 133px;
}

.tagcloud a.tag-link-90{
	width: 152px;
}

.tagcloud a.tag-link-50{
	width: 232px;
}

.tagcloud a.tag-link-34{
	width: 220px;
}

.tagcloud a.tag-link-96{
	width: 242px;
}

.tagcloud a.tag-link-91{
	width: 242px;
}

.tagcloud a:hover{
	opacity: 0.8;
	text-decoration: underline;
}

.post p.tags a:link,
.post p.tags a:visited{
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: inline-block;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 18px;
    margin: 0 1px 4px 0;
    padding: 2px 7px;
    position: relative;
    text-decoration: none;
    -moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    vertical-align: top;
}

.post p.tags a:hover{
	opacity: 0.8;
	text-decoration: none;
}

/* Footer */

#footer{
	padding: 0;
    margin: 0;
	border: none;
}

#menu-footer{
	text-align: center;
	padding: 5px 0;
	margin: 0 0 5px;
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
}

#menu-footer li:first-child{
	border-left: none;
}

#menu-footer li{
	display: inline;
	border-left: 1px solid #999999;
}

#menu-footer li > a{
    color: #999999;
    font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    padding: 0 3px 0 7px;
    text-decoration: none;
}

#menu-footer li > a:hover{
	color: #0090DA;
	text-decoration: underline;
}

#copyright{
    color: #999999;
	text-align: center;
	margin: 0 0 8px;
}

#copyright p{
    color: #999999;
    font-size: 12px;
    line-height: 14px;
}

#footer .footer-tags{
    color: #888888;
    text-align: center;
	padding: 1px 0;
	margin: 0 0 10px;
}

#footer .footer-tags a{
    color: #999999;
    font-size: 11px;
    padding: 0 7px;
    text-decoration: none;
}

#footer .footer-tags a:hover{
	color: #0090DA;
	text-decoration: underline;
}

.woo-pagination{
	text-align: left;
	padding: 0;
	margin: 20px; 
}

.woo-pagination span.current {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #000000;
    font-size: 14px;
    font-weight: 700;
}

.woo-pagination a:link, 
.woo-pagination a:visited, 
.woo-pagination a:active {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 14px;
    font-weight: bold;
	border: 1px solid #B7B7B7;
	box-shadow: none;
	border-radius: 0 0 0 0;
}

.woo-pagination a:link, 
.woo-pagination a:visited, 
.nav-entries a span {
    color: #333333;
	font-weight: 700;
    display: inline;
    padding: 6px 10px;
    text-decoration: none;
}

.woo-pagination a:hover {
    color: #FFFFFF !important;
}

.woo-pagination .current, 
.woo-pagination a:hover {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #000000;
    padding: 6px 10px;
}

.woo-pagination span.extend, 
.woo-pagination .page-numbers {
    border: none;
    color: #FFFFFF;
}