/*
Theme Name: Respo Theme
Description: Responsive WordPress theme
Theme URI: http://themnific.com/
Author: Dannci & Themnific
Author URI: http://themnific.com/
version: 1000.0
Tags:
License: GNU/GPL Version 2 or later.
License URI: http://www.gnu.org/licenses/gpl.html
Copyright: (c) 2009 Dannci & Themnific.

*/


/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

ol, ul { list-style: none; margin:0; }

a,a:hover{ text-decoration:none;}


 /* @font-faces
********************************************************************************************
********************************************************************************************/
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeue-webfont.eot');
	src: url('fonts/BebasNeue-webfont.eot?iefix') format('eot'),
	url('fonts/BebasNeue-webfont.woff') format('woff'),
	url('fonts/BebasNeue-webfont.ttf') format('truetype'),
	url('fonts/BebasNeue-webfont.svg#webfontfvFLBU0N') format('svg');
	font-weight: normal;
	font-style: normal; }

/* @core
********************************************************************************************
********************************************************************************************/



#core .row{padding: 0.5em; margin-bottom: 1em;}


#sidebar {

	padding:0.5em 0 0 4px}

#tagline{
	border-top: 1px solid #ccc;
	background-image: url(images/edge-shadows-small.png);
	background-repeat:repeat-x;
	background-position:bottom;}



/* @indexpost - types
********************************************************************************************
********************************************************************************************/

.medpost {
    padding: 0.5em;
	}

ul.medpost li{
	background: none repeat scroll 0 0 #FDFDFC;
	border: 0.5em solid #1f5a0f;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    margin-bottom: 1em;
    overflow: hidden;
    padding: 0.5em 1em 1em;
    position: relative;
    }

ul.medpost li h2{
	padding:0;
	margin: 0.3em 0 0.1em;
	line-height: 1em;
	font-size: 36px;
	}

.meta{
	padding:0 0 0.5em;
	margin:0 0 1.25em 0;
	font-size: 11px;
	font-weight: bold;
	background: url(images/edge-shadows-small.png) bottom repeat-x;}

ul.medpost li img{
	max-width: 100%;
	display: block;
	float: right;
	margin: 0.5em 0em 1em 0.75em;
}

.post-excerpt {
	overflow: hidden;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0 0.2em 2em;
	}
.post-excerpt span {
    display: block;
}


.entry p{ margin: 0.6em 0.5em 1.2em;}
.entry td{ padding: 0.5em; line-height: 1.5em;}
.entry div { margin-bottom: 1.2em;}

.page-entry { margin: 0.5em; font-size: 13px;}
.page-entry p { margin: 0.5em 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
.post ol {
    list-style: decimal outside none;
    margin: 1em 1.5em;
}
.post ul {
    list-style: disc outside none;
    margin: 1em 1.5em;
}

/* @pagination
********************************************************************************************
********************************************************************************************/

.pagination {
clear:both;
padding:0 1em 3em;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff !important;
background: #000000;
opacity: 0.8;
}

.pagination a:hover{
color:#fff;
background: #428A2F;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #428A2F;
color:#fff;
}

/* @comments
********************************************************************************************
********************************************************************************************/

#comments {
	clear: both;
	background: url(images/edge-shadows-small.png) top repeat-x
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	margin-bottom: 0;
}
h3#comments-title {
	padding: 30px 0;
}
.commentlist {
	list-style: none outside none !important;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 1em 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
    line-height: 1.6em;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 11px;
	margin: 0 0 0.5em;
	line-height: 1.5em;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 6px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	padding-top: 6px;
	border-top: 1px solid #e7e7e7;
}
.commentlist .children li {
	list-style: none;
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}


.comment-body p {
    margin-bottom: 1em;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 0px solid #e7e7e7;
	margin: 12px 0 0 0;
	padding: 12px 0 0 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
display: none;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin:0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0;
	width: 96%;
}
#respond textarea {
	width: 96%;
}
#respond .form-allowed-tags {
display: none;
}
#respond .form-allowed-tags code {
display: none;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
	margin-top:30px;
}



/* @forms
********************************************************************************************
********************************************************************************************/

input, textarea,input checkbox,input radio,select, file{
	border: 1px solid #eee;
	margin:0 10px 0 0;
	font-family: Arimo,sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	}


form#contactform fieldset input{
	float:none;
	width:320px;
	margin-top:30px;}

form#contactform fieldset textarea{
	margin-top:30px;
	width:430px;
	border: 1px solid #eee;
	background:#fff;}

form#contactform fieldset input#submit{
	width:150px;}


#submit{
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.48, #BBBBBB),
    color-stop(0.87, #DEDBDE)
);
background-image: -moz-linear-gradient(
    center bottom,
    #BBBBBB 48%,
    #DEDBDE 87%
);

	color:#666;
	text-shadow:0 1px 2px #fff;
	font-family: 'Arimo';
	font-weight:normal;
	font-style: normal;
	float:left;
	cursor:pointer;
	margin:20px 0 0 0;
	}



#contact{
	padding:0 0 30px 0;
	}


/* @search
********************************************************************************************
********************************************************************************************/
.searchformhead {
	position: relative;
	float: left;
	margin:0 0 40px 0; }

.searchform {
	position: relative;
	float: left; }

.searchformhead input.s {
	float: left;
	margin: 0;
		color:#666;
		padding:19px 15px 18px 15px;
		line-height:1;
		float:left;
		font-family:Arimo, Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-transform:uppercase;
		font-size:9pt;
		font-style:normal;
	width: 140px;
	background:none;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-top:none;
	border-bottom:none; }

.searchSubmit {
	background: url(images/icons/zoom.png) no-repeat;
	position: absolute;
	height: 27px;
	width: 27px;
	border: none;
	cursor: pointer;
	top: 8px;
	right: 0; }


.searchform input.s {
	float: left;
	margin: 0 0 40px 0;
	color:#666;
	padding:16px 20px 12px 20px;
	line-height:1;
	float:left;
	font-family:Arimo,Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:9pt;
	font-style:normal;
	width: 85%;
	height:13px;
	background:none;
	border:1px solid #ddd;}



/* @sidebar
********************************************************************************************
********************************************************************************************/


#sidebar p {margin:0; padding:0 0 1em 0;}

#sidebar h2{
	font-size: 24px;
    background: none repeat scroll 0 0 #428A2F;
    color: #FDFDFC;
    margin-bottom: 0;
    padding: 0.3em 0.5em 0.2em;
    text-shadow: none;
}

#sidebar h3 {margin:0 0 10px 0; padding:0;
	}

#sidebar a:hover {
	text-decoration:none;
	}

#sideba>ul{
	margin:0 0 50px 0;
	padding:0;
	list-style:none;
	}

#sidebar>ul>li{
	margin:0;
	padding:0 0 0 10px;
	background:url(images/arrow-superfish-right.png) 0 10px no-repeat;
	}

#sidebar li ul{
	margin:0 0 0 15px;
	padding:0;
	list-style:none;
	}

#sidebar select {
    width: 100%;
    border: 0.5em solid #1F5A0F;
    padding: 0.25em;
}

/* @custom widgets
********************************************************************************************
********************************************************************************************/

.tagcloud { margin-bottom: 40px; }

img.ad125_left { float: left; margin-bottom:28px!important; border:5px solid #bbb}

img.ad125_right { float: right; margin-bottom:28px !important; border:5px solid #bbb }

img.ad300{float:left;margin:0 0 40px 0;padding:0;}

img.ad260{margin:0 0 40px 15px; border:5px solid #bbb}

.ad125_fix {
	clear: both;
	margin: 0;
	height: 12px;
	overflow: hidden;
	float: left; }



/* twitter  */
.lasttwit {
	padding: 0 0 30px 25px;
	position: relative;
	margin: 0 0 30px 0; }

a.twilink {
	position: absolute;
	bottom: 0;
	right: 0px;
	font-size: 10pt;
	letter-spacing: -1px;
	font-weight: bold;
	font-style: italic; }

ul.tweet_list li,#footer .lasttwit ul li {
	list-style-image: url(images/ico-bird.png) !important;
	margin: 0 0 10px 0;
	padding: 0 !important;
	background: none !important; }

.view-twitter {
	padding: 0;
	font-size: 8pt;
	clear: both; }

.tweet_avatar { float: right; }

ul.tweet_list { margin-bottom: 10px !important; }

/* flickr */
#sidebar h2 span,#footer h3 span { color: #0061D8; }

#sidebar h2 span span,#footer h3 span span { color: #FF1183; }

.flickwrap {
	position: relative;
	padding: 8px 0 0 0;
	overflow: hidden;
	width: 115%;
	margin-bottom: 28px }

	.flickwrap img {
		float: left;
		width:60px;
		margin: 0 22px 22px 1px !important;
		padding: 3px !important; }

.flickwrap a:hover img { background: #ccc; }


/* Blog Author Widget */
img.avatar {  }

span.left {
	float: left;
	margin: 8px 15px 5px 0; }

span.right {
	float: right;
	margin: 8px 0 5px 15px; }

/* featured */
ul.featured {
	margin: 0 0 10px 0 !important;
	overflow: hidden;
	float: left; }


#sidebar .fblock {
	background:none;
	padding: 0 0 20px 0 !important;
	margin: 0 0 20px 0 !important;
	border-bottom:1px dotted #ddd }

#sidebar .fblock_plain {
	padding: 0 0 0 0 !important;
	margin: 0 0 30px 0 !important;
	background: none !important; }

.fblock img {
	float: left;
	margin: 0 20px 0 1px !important;
	padding:4px }


.fblock-inn h3,
.fblock-inn p{
	padding:0 0 0 80px !important;}

/* @tabs
********************************************************************************************
********************************************************************************************/
#hometab,#hometab2 {
	background: #1f5a0f;
	padding: 0.5em 0 0.5em 0.5em !important;
	float: left;
	width: 98%;
	margin: 0 0 12px 0;
	overflow: hidden;
	position: relative; }

#hometab h4,#hometab2 h4 {
	letter-spacing: 0;
	padding: 0;
	line-height: 12pt;
	font-size: 12pt}

ul#serinfo-nav,ul#tabinfo-nav {
	height: 20px;
	position:relative;
	z-index: 6;}

ul#serinfo-nav li,ul#tabinfo-nav li {
	border: 0 none;
	background: none repeat scroll 0 0 transparent;
	padding: 4px 0 2px;
	font-weight: bold;
	font-size:90%;
	float: left;
	margin-right: -1px;
	width: 25%;
	height:25px;
	text-align: center;
	text-shadow: none;
	cursor: pointer;
	}

#hometab2 ul#tabinfo-nav li{width: 33%;}

ul#serinfo-nav li a ,ul#tabinfo-nav li a{ color: #fdfdfc; }

ul#serinfo-nav li a:hover,ul#tabinfo-nav li a:hover { color: #000; }

#serinfo-nav li.current ,#tabinfo-nav li.currenttab{
	background: none repeat scroll 0 0 #FDFDFC;
	color: #000;
	position:relative;
	z-index: 6;
	height:26px;
	border-bottom:none; }

#serinfo-nav li.current a,#tabinfo-nav li.currenttab a{
	color: #000;}

li#serpane0,
li#serpane1,
li#serpane2,
li#serpane3,
li#tabpane0,
li#tabpane1,
li#tabpane2,
li#tabpane3
	{
	margin: 0; }

ul#serinfo, ul#tabinfo {
	background: none repeat scroll 0 0 #FDFDFC;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	width: 91%;
	padding: 15px 10px 0;
	position: relative;
	z-index: 5;
	float: left;
	overflow: hidden;
	margin-top:-2px;
	border: 0;
	}

.tab-post {
	min-height: 98px;
	overflow:hidden;
	background: url("images/edge-shadows-small.png") repeat-x scroll center bottom transparent;
	margin-bottom: 15px; }

.tab-post img {
		padding:2px;
		margin: 0 15px 0 0 !important;
		float: left; }

.tab-post p {line-height: 1.4em;}
/* @footer
********************************************************************************************
********************************************************************************************/
#footer {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	width: 100%; }

	#footer h3 {
		margin: 0 0 10px 0;
		padding: 0 0 5px 0;
		font-size:12pt !important;
		font-weight:bold  !important;
		letter-spacing:0px !important; }

	#footer li {
		margin: 0 0 3px 0;
		padding: 0 0 3px 0; }

	#footer img {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		margin-bottom: 0.25em; }

	.footer-banner{ height: 72px;}

	#footer .row{
		padding-top:12px;}



#footer ul { margin: 0 0 12px 0; }

	#footer ul li ul { margin: 0; }


#footer .lasttwit{margin:0 0 5px 0}

#footer .flickwrap a img {
		float: left;
		margin: 0 22px 22px 0;
		max-width:60%;
		padding: 2px !important; }


#footer .flickwrap { margin-bottom: 16px }

#credit,#copyright {
	margin: 0;
	padding: 10px 0;
	font-size: 8pt;
	background: url(images/line-h-l.png) top repeat-x; }

#credit p,#copyright p {
	margin: 0;
	padding: 5px 0; }

#credit { text-align: right; }




/* @images
********************************************************************************************
********************************************************************************************/

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
	}

img.alignright {
	margin: 4px 1px 1.5em 2em !important;
	display: inline;
	float: right;
	}

img.alignleft {
	margin: 4px 2em 1.5em 1px !important;
	display: inline;
	float: left;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
   text-align: center;
   padding-top: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   padding: 0 5px 0 5px;
   margin:5px 0 0 0;
}

img.wp-smiley {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}


.bags,
.post>iframe,
#map iframe,
.flickwrap a img,
img.aligncenter,
img.alignright,
img.alignleft,
.wp-caption {
	padding: 3px;
	margin: 1px 1px 12px;
	overflow: hidden;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-o-linear-gradient(#2F2727, #1a82f7);
	background:
	-moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom,
	from(#fff),
	color-stop(0.5, #fff),
	to(#EFEFEF)
	);
	filter: progid: DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffffff', EndColorStr='#EFEFEFEF');
	-ms-filter: \"progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#EFEFEFEF)";
	-o-linear-gradient(top, #dcdcdc, #c6c6c6);
	z-index: 9;
	}



/* @social
********************************************************************************************
********************************************************************************************/
#social {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	position: relative;
	background-image:url(images/line-h-l.png);
	background-position:top;
	background-repeat:repeat-x;}

	#social .container{
		padding-bottom:0;}

	#social a {
		font-family: Arimo, Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-transform:uppercase;
		font-size:9pt;}

		#social a:hover {
			text-transform: uppercase;
			text-shadow: none; }

ul#social-menu {
	display: inline;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin:0; }

	ul#social-menu li {
		display: inline;
		list-style-type: none;
		position: relative;
		float: left;
		height: 20px;
		margin: 0 0 8px;
		background-image: url(images/social-sprite.png);
		background-repeat: no-repeat;
		overflow: hidden; }

li.socials_fa { background-position: 0 -20px; }

	li.socials_fa:hover { background-position: 0 0; }

li.socials_tw { background-position: 0 -60px; }

	li.socials_tw:hover { background-position: 0 -40px; }

li.socials_yo { background-position: 0 -100px; }

	li.socials_yo:hover { background-position: 0 -80px; }

li.socials_vi { background-position: 0 -140px; }

	li.socials_vi:hover { background-position: 0 -120px; }

li.socials_tu { background-position: 0 -180px; }

	li.socials_tu:hover { background-position: 0 -160px; }

li.socials_de { background-position: 0 -220px; }

	li.socials_de:hover { background-position: 0 -200px; }

li.socials_fl { background-position: 0 -260px; }

	li.socials_fl:hover { background-position: 0 -240px; }

li.socials_li { background-position: 0 -300px; }

	li.socials_li:hover { background-position: 0 -280px; }

li.socials_la { background-position: 0 -340px; }

	li.socials_la:hover { background-position: 0 -320px; }

li.socials_my { background-position: 0 -380px; }

	li.socials_my:hover { background-position: 0 -360px; }

li.socials_po { background-position: 0 -420px; }

	li.socials_po:hover { background-position: 0 -400px; }

li.socials_sp { background-position: 0 -460px; }

	li.socials_sp:hover { background-position: 0 -440px; }

li.socials_sk { background-position: 0 -500px; }

	li.socials_sk:hover { background-position: 0 -480px; }

li.socials_ya { background-position: 0 -540px; }

	li.socials_ya:hover { background-position: 0 -520px; }

li.socials_dl { background-position: 0 -580px; }

	li.socials_dl:hover { background-position: 0 -560px; }

ul#social-menu li a {
	float: left;
	height: 16px;
	padding: 4px 30px 3px 25px;
	line-height: 1; }



/* @flex slider
********************************************************************************************
********************************************************************************************/


#slide-warp{
	padding-bottom:0px;
	background: url("http://www.largeassmovieblogs.com/wp-content/themes/respo/images/ajax-loader.gif") no-repeat scroll center center transparent;
	height: 303px;
}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles */
.flexslider {width: 98.3%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {border: 0 none;
    border-radius: 0 0 0 0;
    display: block;
    max-width: 100%;
    padding: 0;}
.flex-pauseplay span {text-transform: capitalize;}


.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme */
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}


.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 94%; padding: 1.5% 3% 0.25%; position: absolute; left: 1px; bottom: 4px; background: rgba(0,0,0,.8); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3);}
.flex-caption a{color:#fff !important;}


.flex-direction-nav li a {width: 40px; height: 40px; margin: -13px 0 0; display: block; position: absolute; top: 47%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .flex-next {right: 15px;background:url(images/arrow-right.png) no-repeat 0 0; display: none;}
.flex-direction-nav li .flex-prev {left: 15px;background:url(images/arrow-left.png) no-repeat 0 0; display: none;}

.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}


.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center; display: none;}
.flex-control-nav li {margin:1px 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 14px; display: block; background: url(images/bg_control_nav.png) no-repeat 0 2px; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -11px;}
.flex-control-nav li a.active {background-position: 0 -25px; cursor: default;}




/* @Additions and tweaks by Bonjour Tristesse
********************************************************************************************
********************************************************************************************/
.row {background: none repeat scroll 0 0 #FDFDFC;}

#header .row, #feature .row, #feeds .row, #core .row{box-shadow:  0 0 6px rgba(0, 0, 0, 0.5);}
#social .row, #footer .row {
    background: none repeat scroll 0 0 transparent;
}
#header .menu-row {
    overflow: visible;
    background: transparent;
    box-shadow: 0 0 0 #FFFFFF;
}
.row .twocol { margin-right: 2%;}
.row .sixcol { margin-right: 2.8%}
.row .eightcol { margin-right: 0.3%;}
.gsc-control-cse {border: 0 !important; padding: 0 !important;}
input.gsc-search-button-v2 { padding: 6px 10px !important; margin: 0 0 0 4px !important;}
.gsc-input{ padding-right: 0px !important;}
.gsc-input-box { margin-bottom: 3px !important;}
.gsib_a { padding: 0 8px !important;}

.rss-item, #agenda li {
    line-height: 1.5em;
    list-style: square inside none;
    padding-bottom: 0.5em;
}

body {
    line-height: 1.75em !important;
}
h3 {
    line-height: 1.25em !important;
}

.site-logo { max-width: 100%; }

.fblock img {
	float: none;
	margin: 0 !important;
        padding: 0;
        border: 0;
        border-radius: 0;
        max-width: 100%;
}

.fblock-inn{
	background: none repeat scroll 0 0 black;
    opacity: 0.8;
    padding: 0.5em;
    position: relative;
    top: -45px;
    color: #FFFFFF;
    height: 160px;
}
.fblock-inn a, .fblock-inn h3 a{ color: #FFFFFF;}
.fblock-inn h3, .fblock-inn p {
	padding:0 !important;
	background: transparent !important;
	color: #FFFFFF;
	line-height: 1.4em;
}
h3.fblock-title a {
    font-size: 20px !important;
    line-height: 2px !important;
    vertical-align: middle;
}
h3.fblock-title:hover {color: #73B8F5 !important;}
#feature .threecol{
    background: none repeat scroll 0 0 #1f5a0f;
    padding: 0.5em;
}
#feature .ninecol {
    margin-right: 0%;
}
#feature .threecol h2{ color: #428a2F;}
#feature .widget_text {
    background: none repeat scroll 0 0 #FDFDFC;
    padding: 0.5em;
}
#feeds .widget_text, .featured-post-widget {

}

#feeds h3 {
    background: none repeat scroll 0 0 #428A2F;
    color: #FDFDFC;
    margin-bottom: 0em;
    padding: 0.3em 0.5em 0.2em;
    text-shadow: none;
}

#feeds .textwidget, #feeds ul.featured {
    background: none repeat scroll 0 0 #1f5a0f;
    color: #3F3F3F;
    height: 160px;
    text-shadow: none;
}
#feeds .textwidget {
	height: 148px;
	border: 0.5em solid #1F5A0F;
}
.feed-text-widget {
	background: #FDFDFC;
	padding: 0.55em 0.75em 0;
	height: 141px;}
#feeds .textwidget p {
	font-size: 13px;
    padding: 0.5em 0 0.2em;
    line-height: 1.4em;

}
#feeds ul.featured{
	padding: 0;
    margin: 0 !important;
    width: 100%;
 }

#core .row { padding: 0.5em; }


.related-wrapper {
	margin-top: 24px;
	}

.related-wrapper img{ float: left; padding-right: 4px;}
.related-wrapper ol{
    background: none repeat scroll 0 0 #FDFDFC;
    border: 0.5em solid #1F5A0F;
    margin: 0;
    padding-bottom: 0.5em;
    list-style: none outside none !important;
}
.related-wrapper li {
    padding: .5em;
    border-bottom: 2px solid #1f5a0f;
    margin: 0.5em;
}
.related-date { font-size: 11px; text-shadow: none;}
.related-wrapper h4{font-size: 11pt !important;
    letter-spacing: 0;
    line-height: 14pt;
    padding: 0;
    color: #428a2F;
    text-shadow: none;}

.related-wrapper a { color: #052707;}

.sub-menu li a img {float: left; margin-right: 4px;}


#sidebar .textwidget {
    margin: 0 0 12px;
	}

.body2, #footer h3 {
    color: #FFFFFF;
    font-size: 12px !important;
    text-shadow: none !important;
    background-color: #252525 !important;
    font: 12px/1.3em "Arimo",sans-serif !important;
	}

.body3 {background: #1f5a0f !important; text-shadow: none !important; color: #FFF !important;}
#social a {color: #FFF !important;}
#text-4 .textwidget{border: 0.5em solid #1f5a0f;}
span.lambscores{ font-weight: bold; padding: 1em 1em 0; display: block;}

.lambscores li:first-child {
}

ul.lambscores {margin: 0 !important;}

table.lamboard tr.leader:hover, .lambscores li a:hover{
background: #428a2F;
color: #FFFFFF !important;
}

.lambscores li{
padding: 0 !important;
display: block !important;
margin: 0 0.5em;
}
.lambscores li:last-child{background: none; margin-bottom: 0.5em;}

.lambscores li a{
font-weight: bold;
display: block;
color: #428a2f;
padding: .5em 15px;
text-decoration: none;
}
.lambscores li span.author {
position: absolute;
margin-left: 4px;
font-weight: normal;
}
.lambscores li {
    background: url("images/edge-shadows-small.png") repeat-x scroll center bottom transparent;
    padding: 0 !important;
}
table.lamboard td.change span {
    background: url("/wp-content/themes/respo/images/up-down.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 9px;
    text-indent: -5000px;
    width: 15px;
}
table.lamboard td.up span{
    background-position: -15px 0;
}
table.lamboard td.down span{
    background-position: 0 0;
}
table.lamboard td.hold span{
    background-position: -100px -100px;
}
table.lamboard td {padding: 0; margin: 0; vertical-align: middle;}
table.lamboard tr.leader {
	background: url("images/edge-shadows-small.png") repeat-x scroll center bottom transparent;
	padding: 5px 3px;
	height: 42px;
	margin: 0;
	display: block;}
table.lamboard img {max-width: 100%;}
table.lamboard .leader-rank{width: 14px; padding-right: 8px; text-align: right; font-weight: bold;}
table.lamboard .leader-banner{width: 84px;}
table.lamboard .leader-name{width: 115px; line-height: 1.2em; font-size: 11px; padding-left: 0.5em;}
table.lamboard .leader-hits{text-align:right !important; width: 22px; padding-right: 2px;}
table.lamboard .change{width: 15px;}
table.lamboard .leader-last{padding-left: 2px;}
table.lamboard th {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
}
th.leader-name {
    width: 80px !important;
}
.entry{width: 75%; float: left; font-size: 13px;}
.midbar{width: 22.5%; float: right; margin: 0 6px 1em;}
.midbar h3 {
    background: none repeat scroll 0 0 black;
    color: #FDFDFC;
    padding: 8px;
    opacity: 0.85;
    font-size: 20px;
}
.share-buttons { }

.addthis_toolbox.addthis_default_style {
    background: none repeat scroll 0 0 #FDFDFC;
    padding: 0.5em 0.25em;

}
.share-buttons .addthis_toolbox.addthis_default_style {
    border: 0.5em solid #1F5A0F;
}.addthis_toolbox, .addthis_button{float: none; width: 87%;}
.jump-link {
	background: none repeat scroll 0 0 #000000;
    color: #FDFDFC !important;
    display: inline-block;
    margin-top: 0.5em;
    padding: 0.1em 0.5em;
    font-weight: bold;
    position: absolute;
    bottom: 0.75em;
    opacity: 0.8;}
.jump-link:hover {

	color: #73B8F5 !important;
}


.post {
    padding-left: 1em;
}

.gce-widget-list {
    border: 0.5em solid #1F5A0F;
    margin-bottom: 1em;
    padding: 0.5em;
}
.gce-widget-list .gce-list .gce-list-event {
    background-color: #000000 !important;
    color: #FDFDFC;
    font-weight: bold;
    padding: 0.1em 0.5em;
    opacity: 0.8;
}

.gce-feed-1 {
    margin: 0.5em 1em 0.75em 0;
}
.gce-list-event.gce-tooltip-event a {
	color: #FDFDFC;
}
.gce-list-event.gce-tooltip-event a:hover {
	color: #73B8F5;
}

div.social {display: inline-block; padding-right: 18.3%; min-height: 2.5em;}
.social a{
	width: 100%;
	height: 10%;
	display: block;
	margin: 0;
	max-width: 3em;
	position: absolute;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	}


.twitter a{background: url(https://lh4.googleusercontent.com/-_hTU9c6H1P4/T-HvnOTiCsI/AAAAAAAAMBY/jt4BqB77N8I/s36/twitter.png);}

.facebook a{background: url(https://lh5.googleusercontent.com/-KTL_wT8krMg/T-DBhb__WDI/AAAAAAAAL9s/tv-pfHeGnfY/s36/facebook.png);}

.google a{background: url(https://lh3.googleusercontent.com/-NWFXtX0iIYQ/T-DAIHTqfKI/AAAAAAAAL9c/wFvL9cnUYms/s36/google%252B.png);}

.rsss a{background: url(https://lh3.googleusercontent.com/-9679TmTJJXE/T-DCVwL_zxI/AAAAAAAAL-E/e_e4nKFE1ik/s36/rss.png);}

.email a{background: url(https://lh4.googleusercontent.com/-bDgEDv0MYhw/T-DCVQdaiuI/AAAAAAAAL98/oMJhsyzVY_E/s36/mail.png);}

.widget_categories {
    margin-bottom: 1em;
}

.logo {line-height: 0;}

.fl {    float: left;
    font-size: 14px;
    margin-left: 1em;}
.fr {
    float: right;
    font-size: 14px;
    margin-right: 1em;
    margin-bottom: 0.5em;
}
.widget_super_rss_reader {margin-bottom: 1em;}

.pds-box {
    width: 281px !important;
    border-radius: 0 !important;
    border: 0.5em solid #1F5A0F !important;

}
 .pds-input-label {
 	width: 222px !important;

}

#gsc-i-id1 { padding: 4px 0 0 !important;}
#twitter-widget-0, #twitter-widget-1 {width: 100% !important;}
#twitter-widget-1 {height: 680px !important;}
.timeline .e-entry-title, .p-author .p-name, .cards-base h3, .new-tweets-bar button, .load-tweets, .no-more-pane{font-size: 12px !important;}

.lotm-widget {
    background: none repeat scroll 0 0 #FDFDFC !important;
    padding: 0.5em;
}

img.lotm { padding: 1em 0 0;
margin: 0 0.33em;
display: block;
width: 200px;
height: 90px;}

#gce_widget-2, #text-17, #hometab, #hometab2, #super_rss_reader-2, #text-4 {box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);}

.jetpack_subscription_widget {
    margin-top: 1em;
}
.jetpack_subscription_widget p {
    padding: 0 0 0.5em !important;
}

/* Podcast feed widget */
ul.feedreading_blogroll_bookmarklist {
    border: 0.5em solid #1F5A0F;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    margin-bottom: 1em;
}
li.feedreading_bookmark {
	background: url("images/edge-shadows-small.png") repeat-x scroll center bottom transparent;
    margin: 0.5em 1em;
    display: none;
}
li.feedreading_bookmark a.feedreading_anchor {
    font-weight: bold;
}
li.feedreading_bookmark p.frbl_last_posttitle {
    font-style: italic;
    font-weight: normal !important;
    margin: 0;
    padding: 0 !important;
}
li.feedreading_bookmark div abbr, li.feedreading_bookmark div small {
    border: 0 none !important;
    cursor: default;
    display: block;
    padding: 0 0 0.5em !important;
}
.wp-biographia-text  {
    font-size: 12px;
}

.wp-biographia-text br {
    margin-bottom: 0.5em;
}


#rss_links-2 ul {
    font-weight: bold;
    margin: 0.5em;
}

.statcounter{ background: #252525; }

#tcw_356036223 {
    border: 0.5em solid #1F5A0F;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    margin-top: 1em;
}

#archives-2, #categories-2, #blog_subscription-2, #text-21 {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

#text-21 .textwidget {border: 0.5em solid #1F5A0F; padding: 1em 0.5em 0; line-height: 1.1em}


#footer .container .row .threecol {
    position: relative;
}

#footer select {
    width: 200px;
}

#nav_menu-2 {
    top: 222px;
    position: absolute;
}

.page-entry td {
    padding-bottom: 1em;
    vertical-align: middle;
}

#blog_subscription-2 form {
    border: 0.5em solid #1F5A0F;
    margin-bottom: 1em;
    padding: 0.5em;
}

.youtube-player {
    height: 320px;
    width: 480px;
}



.poll .power_by_text {
    display: none !important;
}

.poll_border {
    border: 0 !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

#text-22 .rounded{
	border-radius: 0 !important;
}

.poll .padding_10 {
    padding: 0.5em !important;
}
.poll .poll_background {
    background: none repeat scroll 0 0 #1F5A0F !important;
}

#random-lamb{
	text-align:center;
	margin: 0.5em 0 0;

	}
#random-lamb iframe {
    border: 3px solid #EFEFEF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.navigation {    font-size: 1.5em;    font-weight: bold;    margin: 0 1em;    text-align: center;    padding-bottom: 1.75em;}