/*  
Theme Name: NewsRoll Theme
Theme URI: http://themnific.com/
Author: Dannci & Themnific
Version: 1.4
Description: Responsive WordPress theme
Author URI: http://themnific.com/
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU/GPL Version 2 or later. 
License URI: http://www.gnu.org/licenses/gpl.html 
Copyright: (c) 2011 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; 
}

a,.nav li a{
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in; 
	transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}

.hrline,.hrlineB,.hrlineC{
clear:both;
width:100%;
margin:0;
padding:0;
height:2px;
background: url(images/line-h.png);
}

.hrlineB{
margin:0 0 40px 0;
}

.hrlineC{
margin:40px 0 40px 0;
}

.raster{
background-image: url(images/line-h.png);
background-position:top;
background-repeat:repeat-x;
}

.raster-bottom{
background-image: url(images/line-h.png);
background-position:bottom;
background-repeat:repeat-x;
}

ul#services li:first-child,
ul.infolio li:first-child { 
margin-left:0;
}

.textcenter{ text-align:center; padding:0 0 15px 0; margin:0 0 40px 0;
	background: url(images/divider22.png) bottom repeat-x}
	
.fl{ float:left;}
.fr{ float:right;}
.bottomzero{ padding-bottom:0 !important}

.boorder{ height:4px;}

.body2{
    background-image: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
    background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
    background-image: no-repeat;
}

.rad{-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

.boxshadow{
	-moz-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow:  0 1px 2px rgba(0, 0, 0, 0.7);
}

.boxshadow-inset{
-moz-box-shadow:  0px -2px 120px rgba(0, 0, 0, 1) inset;
	-webkit-box-shadow:  0px -2px 120px rgba(0, 0, 0, 1) inset;
	box-shadow: 0px -2px 120px rgba(0, 0, 0, 1) inset;
}

small{ line-height:11pt;}



h1{
	margin:15px 0;
	padding:0;
	letter-spacing:-1px;
	}
	
h2{
	margin:10px 0;
	padding:0;
	letter-spacing:-1px;
	}
	
h2.leading{
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	}
	
h3{
	margin:10px 0;
	padding:0;
	}	
	
h4{
	margin:8px 0;
	padding:0;
	}	
	
h5,h6{
	margin:5px 0;
	padding:0;
	}	
	
h3 span span{ opacity:.6; padding:0 !important;}

h4.leading{
	margin:5px 0 40px 0;
	padding:12px 0;
	border-bottom:1px solid #000;
	text-transform:uppercase;
	letter-spacing:-1px;
	}
	
#topnav{margin:0; padding:0;/* border-bottom:3px solid #66abb0*/}	
	
#header{margin:20px 0;}

#header h1{ display:block; margin:20px 0;}

#header h1 img{ display:block; margin:0}

.headad{ margin:0; overflow:hidden; float: right;}


.headad img{ float:right; overflow:hidden;}

#othernav{margin:0; padding:0;}

/* @core
********************************************************************************************
********************************************************************************************/

#core{ overflow:hidden;padding:60px 0;}


#core .row{}


#sidebar {}
	
#tagline{
	border-top: 1px solid #ccc;}
	
	h1.tagline{
		padding:0;
		margin:30px 0 40px 0;}

/* @navigations
********************************************************************************************
********************************************************************************************/


#navigation {
	margin:0 0 30px 0;
	float:left;
	height:43px;
	width:99.9%;
	border-right:1px solid #ddd;
	border-top:4px solid #ddd;
	border-bottom:1px solid #ddd;
	
		background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3));
	background: -webkit-linear-gradient(#ffffff, #f3f3f3);
	background: -moz-linear-gradient(center top, #ffffff 0%, #f3f3f3 100%);
	background: -moz-gradient(center top, #ffffff 0%, #f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#f3f3f3);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f3f3f3)";
  }
  #navigation .nav li a {
  }
  #navigation .nav li:first-child a {
  }
  #navigation .nav li:last-child a {
  }
  #navigation .nav li ul {
    margin: 0 0 0 -1px;
    padding: 5px 0;
    position: absolute;
    width: 180px;
    z-index: 999;
	border:1px solid #ddd;
	border-top: none;
	opacity: 0.97;
	box-shadow: 0px 2px 6px rgba(10, 10, 10, 0.1);
	}
	
  #navigation .nav li ul .sf-sub-indicator {
    background: url(../images/arrow-superfish-right.png) no-repeat;
    top: 38%;
  }
  #navigation .nav li ul li a {
    padding: 12px;
    width: 156px;
    background: none;
    border: none;
	text-align:left;
  }
  #navigation .nav li ul li a:hover {
    background: #eee;
  }
  #navigation .nav li ul li a.sf-with-ul {
    padding-right: 12px;
  }
  #navigation .nav li ul li.current_page_item a,
  #navigation .nav li ul li.current_page_parent a,
  #navigation .nav li ul li.current-menu-ancestor a,
  #navigation .nav li ul li.current-cat a,
  #navigation .nav li ul li.li.current-menu-item a,
  #navigation .nav li ul li.sfHover a {
    background: none;
  }
  #navigation .nav li ul ul {
    margin: -40px 0 0 180px;
  }


.nav {
  z-index: 99;
  margin:0;
  padding: 0;
  list-style: none;
  line-height: 1;
	display:inline-block;
}

.nav>li>a{
	font-weight:bold;
	padding-top:19px;
	margin-top:-4px;
    -moz-transition: all 0.2s ease-in;
 	-webkit-transition: all 0.2s ease-in; 
 	-o-transition: all 0.2s ease-in; }

.nav>li>a:hover{text-shadow:none;}
  
#homes{
	background:url(images/icons/uni-icons.png) 17px -100px no-repeat;
  	text-indent: -999em;
	width:10px;
	height:12px;
	border-right: none;
	margin:-5px 0 0 0;
	float:left;
	}   

.nav a {
  position: relative;
  color: #888888;
  display: block;
  z-index: 100;
  padding:17px 18px;
  font-size:95%;
  text-decoration: none;
	border-right:1px solid #ddd;
}
.nav a:hover {
  color: #2f2f2f;
}
.nav li {
display:inline;
  position: relative;
	float:left;
}
.nav li a.sf-with-ul {
  padding-right: 28px;
}
.nav li.current_page_item a,
.nav li.current_page_parent a,
.nav li.current-menu-ancestor a,
.nav li.current-cat a,
.nav li.li.current-menu-item a,
.nav li.sfHover a {
}
/* Optional Styling */
#navigation .nav .sf-sub-indicator {
  background: url(images/arrow-superfish.png) no-repeat;
  position: absolute;
  display: block;
  right: 0.7em;
  top: 40%;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
}
/* 2.2.1 Drop-down menus */
.nav li ul {
  position: absolute;
  left: -999em;
}
.nav li:hover, .nav li.hover {
  position: static;
}
.nav li:hover ul ul,
.nav li.sfhover ul ul,
.nav li:hover ul ul ul,
.nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul,
.nav li.sfhover ul ul ul ul {
  left: -999em;
}
.nav li:hover ul,
.nav li.sfhover ul,
.nav li li:hover ul,
.nav li li.sfhover ul,
.nav li li li:hover ul,
.nav li li li.sfhover ul,
.nav li li li li:hover ul,
.nav li li li li.sfhover ul {
  left: auto;
}
#navigation .nav li ul {
}
#navigation .nav li ul li a {
}
#navigation .nav li ul li a:hover {
}



/* folio menu */       

#portfolio-filter{
	font-size: 9pt;
	float:right;
	margin:0 0 20px 0;
}

#portfolio-filter li span  { position:relative;display:block; z-index:100; padding:11px 10px 10px 0; line-height:18px;text-decoration:none;}

#portfolio-filter ul {
display:inline-block;
list-style:none; 
}
* html #portfolio-filter ul { /* Target IE6 */
display:inline;
}
*+html #portfolio-filter ul { /* Target IE7 */
display:inline;
}
#portfolio-filter li {
display:inline;
}
#portfolio-filter a {
float:left;
text-decoration:none; 
padding:5px 10px; /* variable width */
}



/* @seconadry menu
********************************************************************************************
********************************************************************************************/

ul.secmenu{}

ul.secmenu>li{ float:left; margin:0 25px 0 0;padding:7px 0;}

ul.secmenu>li>a{ position:relative; opacity:.7;  font-size:95%;}

ul.secmenu>li>a:hover{ opacity:1}


.secmenu li ul{
    margin: 6px 0 0 0;
    padding: 5px 0;
    position: absolute;
    width: 150px;
    z-index: 999;
	border-top: none;}
	
.secmenu li ul li{padding:2px 0;}

.secmenu li ul a{ font-size:90%; padding:0 10px; position:relative; z-index:999;}

ul.secmenu>li>a>span.sf-sub-indicator{ opacity:.6}

/* @content
********************************************************************************************
********************************************************************************************/


#content{
}




#sidebar{ 
	overflow:hidden;
}



/* @twins 
********************************************************************************************
********************************************************************************************/

h4.homepage{
margin:4px 0 25px 0;
line-height:.5;
padding:4px 0;
text-transform:uppercase;
background:url(images/divider23.png) 0 1px repeat-x ;
	}
	
h4.homepage span{
	padding:0 10px 5px 0;
	line-height:0;}


#footer h4.homepage span{ background-color: transparent !important;}

a span.inn{
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in; 
	transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;}

a span.inn:hover{padding-left:5px;}



.twinsbox{
overflow:hidden;
padding:0;
margin:10px 0 30px 0;
position:relative;
width:100%;
}

.twins{
width:48%;
margin:0 4% 0 0;
padding:0;
position:relative;
float:left;
overflow:hidden;
}

.item-big{
height:305px;
margin:0 0 20px 0;
padding:0 0 20px 0;
position:relative;
float:left;
overflow:hidden;
background:url(images/line-h.png) bottom repeat-x;
}

.twins2col{
width:48%;
margin:0 4% 0 0;
padding:3px 0 0 0;
position:relative;
float:left;
overflow:hidden;
}

.last{
margin-right:0 !important;
}

.twins img,.item-big img{
margin:0;
width:100%;
overflow:hidden;
}

.twins h2,.item-big h2{
margin:0 0 10px 0;
padding:0 0 10px 0;
overflow:hidden;
font-size:14pt;
line-height:22pt;
background:url(images/line-h.png) bottom repeat-x;
}

.twins p.excerpt,.item-big p.excerpt{
font-weight:normal;
font-size:96%;
}

.twins-small{
width:47%;
min-height:80px;
margin:0 6% 20px 0;
padding:0;
position:relative;
overflow:hidden;
background:url(images/line-h.png) bottom repeat-x;
}


.twins-small:last-child{ padding:0; margin:0; background:none;}

.halfs{
width:100%;
}

.twins-small h2{
margin:0;
overflow:hidden;
font-size:10.5pt;
line-height:14pt;
letter-spacing:0;
font-weight:normal;
}


.twins-small img{
margin:0 20px 0 0;
padding:0;
overflow:hidden;
float:left;
}



/* @together
********************************************************************************************
********************************************************************************************/

.twins p.meta,.twins-small p.meta,.item-big p.meta,.fblock p.meta,.ei-slider-thumbs li,.post .meta,.tab-post .meta,.sidnav span,p.inmeta,.stuff .meta{
font-size:7.7pt;
font-family:'Droid Sans', Arial, sans-serif;
margin:10px 0 0 0;
padding:0 !important;
font-weight:normal;}

.twins-small p.meta{
margin:0 0 0 0;
}

.twins-small img,.fblock img,.tab-post img{ opacity:.85}

/* @post styles
********************************************************************************************
********************************************************************************************/


ul.medpost li h2, h2.leading{ padding:0 0 5px 0; margin:0 0 15px 0;
	background: url(images/line-h.png) bottom repeat-x;}
	
.posthead>h2.leading{ 
	padding:0 0 10px 0;
	margin:0 0 0 0;
	overflow:hidden;
	background: url(images/line-header.png) bottom repeat-x;}
	
ul.medpost li p{margin:0 0 10px 0;}

.meta{
	font-size:90%; 
	text-transform:uppercase;}


.medpost a img.headimg{margin:5px 30px 15px 0; max-width:280px !important; float:left;}

.medpost>iframe{margin:0 0 20px 0; max-width:300px; float:left;}

.posthead{
	overflow:hidden;
	padding:20px;
	margin:0 0 5px 0;}
	
.posthead img{
	overflow:hidden;
	float:left;
	padding:0;
	margin:0 20px 0 0;}
	
.post .meta{
	background: url(images/line-h.png) bottom repeat-x;
	margin:0 0 15px 0;
	padding:5px 0 7px 0!important;
	overflow:hidden;
}

.posthead>.meta{
	background: url(images/line-header.png) bottom repeat-x;
	margin:0 0 8px 0;
	padding:5px 0!important;
}

.posthead>iframe{
	margin:0 0 15px 0;
	max-width:622px;
	padding:5px 0!important;
}

.entry p{ margin:0 0 15px 0}

	.video-ico,
	.gallery-ico,
	.audio-ico{ position:absolute; top:0; left:0; width:19px; height:19px; z-index:10;
	 }
	 
	.tabbig_small .video-ico,
	.tabbig_small .gallery-ico,
	.tabbig_small .audio-ico{position:absolute; left:auto;right:5px !important;top:5px !important;
	 }

	.video-ico {background-image:url(images/icons/video.png); }
	.gallery-ico {background-image:url(images/icons/gallery.png); }
	.audio-ico {background-image:url(images/icons/audio.png); }


.tagssingle{ overflow:hidden; margin:0 0 30px 0 !important; padding:12px 0}

.tagssingle a{ margin-right:10px !important;}

.postauthor { overflow:hidden; margin-bottom:30px;}

.postauthor img{ float:left; margin:8px 30px 30px 0;}

.related{ float:left; width:103.33%; overflow: hidden; margin:0 0 30px 0}

.related li{ float:left; width:29%; margin-right:4.33%;overflow: hidden; position:relative}

.related li h3{ font-size:14px;}

.related li a img { float:left; margin-bottom:10px;}



/* @comments 
********************************************************************************************
********************************************************************************************/

#comments {
	clear: both;
}
#comments .navigation {
	padding:20px 0;
	clear: both;
	overflow:hidden;
}
h3#comments-title,
h3#reply-title {
	padding:0 0 10px 0;
	margin-bottom:20px;
	background:url(images/line-h.png) bottom repeat-x;
}



.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	background: url(images/line-h.png) bottom repeat-x;
	line-height: 24px;
	margin: 0 0 30px 0;
	padding: 0 0 20px 96px;
	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 {
	margin-bottom:10px;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size:12pt;
}
.comment-author .says {
	display:none;
}
.comment-meta {
	margin: 0 0 20px 0;
}
.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 24px 0;
	position:absolute;
	top:100px;
	left: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;
}
.commentlist .children li {
	list-style: none;
	border: none;
	margin: 0;
	background:none;
}
.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;
}

/* Comments form */
input[type=submit] { }

#respond {
	margin:0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{ width:30%; float:left; margin-right:30px !important;}
.comment-form-url{margin-right:0 !important;}

input#author,
input#email,
input#url{ width:89% !important; margin-bottom:20px !important;}

#respond .comment-notes {
	margin-bottom: 1em;
	opacity:.7;
	font-size:85%;
}
.form-allowed-tags {
display: none;
}
.children #respond {
	margin: 0 48px 0 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;
	margin-left:10px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
	margin-left:3px;
}
#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 {
	width: auto;
	margin:20px 1px 20px 1px;
	font-family:Arial, Helvetica, sans-serif;
}



/* @forms 
********************************************************************************************
********************************************************************************************/

input, textarea,input checkbox,input radio,select, file{
	border: 1px solid #eee;
	padding:11px;
	margin:0 10px 0 0;
	float:left;
	}


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; cursor:pointer;}


label{ font-style: italic; }

#contact{
	padding:0 0 30px 0;
	}


/* @search 
********************************************************************************************
********************************************************************************************/
.searchformhead {
	position: relative;
	float: right;
	margin:20px 0; }
 
.searchform {
	position: relative;
	float: left;
	width:99.4%;
	margin: 0;}
 
.searchformhead input.s {
	float: left;
	margin: 0;
	color:#999;
	padding:15px 12px;
	line-height:1;
	float:left;
	font-style:normal;
	width: 210px;
	background:none;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-top:none;
	border-bottom:none; }
 
.searchSubmit {
	background-image: url(images/icons/search-submit.png);
	background-repeat:no-repeat;
	position: absolute;
	height: 27px;
	width: 27px;
	border: none;
	cursor: pointer;
	top: 17px;
	right: -4px;
	background-color:transparent !important;}
	
	
.searchform input.s {
	padding:12px 10px;
	margin: 0;
	color:#999;
	font-style:normal;
	width:93%;
	
	
	border: 1px solid #d9d9d9;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background: -webkit-linear-gradient(#ffffff, #f5f5f5);
	background: -moz-linear-gradient(center top, #ffffff 0%, #f5f5f5 100%);
	background: -moz-gradient(center top, #ffffff 0%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#f5f5f5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f5f5f5)";
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
  }
 


/* @sidebar 
********************************************************************************************
********************************************************************************************/


#sidebar p {margin:0; padding:0 0 15px 0;}

#sidebar h2 {
	margin:0 0 15px 0;
	font-size:14pt;
	line-height:22pt;
	}	

#sidebar h3 {margin:0 0 25px 0; padding:0;
	}	
	
#sidebar a:hover {
	text-decoration:none;
	}	

#sidebar>ul{
	margin:0 0 30px 0;
	padding:0;
	list-style:none;
	}
	

#sidebar li ul{
	margin:0 0 0 15px;
	padding:0;
	list-style:none;
	}


/* @custom widgets 
********************************************************************************************
********************************************************************************************/


.tagcloud { margin-bottom: 30px; }
 
ul.lists{ list-style:none; overflow:hidden; margin:0 0 10px 0; width:111%}

ul.lists li ul{ margin:0 0 0 0 !important;}

.lists a:hover{ background:#f9f9f9;}

.lists a{ 
	background:url(images/arrow-superfish-right.png) 8px 12px no-repeat;
	padding:2px 10px 2px 20px; 
	margin:0 3% 0 0; 
	float:left;
	width:33%;
	list-style:none;
	-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;
	} 

ul.ad125{padding:0 0 0 0 !important; overflow:hidden; width:116%; margin-bottom:0 !important;}
ul.ad125 li{ float:left; width:137px; margin:0 29px 29px 0}
ul.ad125 li img{ float:left; width:125px; height:125px; margin:0; padding:4px; background:url(images/divider23.png);}

img.ad300{float:left;margin:0 0 30px 0;padding:0;background:url(images/transparent.png);}

img.ad260{margin:0 0 40px 15px; border:5px solid #bbb}

img.adFree{ padding:0; margin:0 0 30px 0;}

.ad125_fix {
	clear: both;
	margin: 0;
	height: 12px;
	overflow: hidden;
	float: left; }
 

.widget_fix {
	clear: both;
	height:1px;
	overflow: hidden;
	float: none }

 
/* twitter  */
.lasttwit {
	padding:0 0 20px 0;
	position: relative;
	margin: 0 0 30px 0;
	overflow:hidden; }
 
a.twilink {
	position: absolute;
	bottom: 0;
	left: 25px;
	font-size: 10pt;
	letter-spacing: -1px;
	font-weight: bold; }
 
ul.tweet_list li,#footer .lasttwit ul li {
	list-style-image: url(images/ico-bird-inv.png) !important;
	margin: 0 0 10px 5px;
	padding: 0 !important;
	background: none !important; }
 
.view-twitter {
	padding: 0;
	font-size: 8pt;
	clear: both;
	opacity:.7 }
 
.tweet_avatar { float: right; }
 
ul.tweet_list { margin:0 0 10px 20px !important; }
 
/* flickr */
#sidebar h2 span,#footer h3 span { color: #0061D8; font-style:normal; }
 
#sidebar h2 span span,#footer h3 span span,#archives h2 span span { color: #FF1183; }
 
.flickwrap {
	position: relative;
	padding:0;
	overflow: hidden;
	width: 109%;
	margin-bottom:-14px; }
 
	.flickwrap img {
		float: left;
		width:64px;
		margin:0 !important;
		padding: 0 !important; }
 
 .flickr_badge_image{
		float: left;
		margin: 0 14px 14px 0!important;
		padding: 0 !important; }
 
.flickwrap a:hover img { background:#ccc; }
 
 
#content .flickr_badge_image{
		float: left;
		width:20%;
		height:80px;
		margin: 0 27px 27px 0!important;
		padding: 0 !important;
		overflow:hidden }
		
#content .flickwrap img {
		float: left;
		width:150px;
		margin:0 !important;
		padding: 0 !important; }
 
/* Blog Author Widget */
img.avatar {  }
 
span.left {
	float: left;
	margin: 3px 15px 5px 0; }
 
span.right {
	float: right;
	margin: 3px 0 5px 15px; }
 
/* featured */
ul.featured {
	margin: 0 0 30px 0 !important;
	overflow: hidden;
	float: left; }

 
.fblock {
	background:url(images/line-h.png) top repeat-x !important;
	padding:20px 0 10px 0 !important;
	margin: 0 0 0 0 !important; }
 
.fblock:first-child{ padding:0 0 20px 0 !important; background:none !important; margin-top:-5px !important;}
 
.fblock_plain {
	padding: 5px 0 0 0 !important;
	margin: 0 0 30px 0 !important;
	background: none !important; }
 
.fblock img {
	margin:5px 0 20px 20px;
	padding:0;
	overflow:hidden;
	float:right; }
	


.fblock h3,	
.fblock_plain h3{
	font-size: 13pt;
	letter-spacing: -1px;
	margin:0 0 5px 0 !important;}	

.fblock p{
	font-size: 96%;
}

.serchwidget{ float: left; width: 100%; margin-bottom:30px;}


/* comments widget */

.com_post{
	overflow:hidden;
	padding:20px 0;
	background:url(images/line-h.png) top repeat-x !important;}

#footer .com_post{
	background:url(images/line-header.png) top repeat-x !important;}

.com_post:first-child,#footer .com_post:first-child{ padding:0 0 20px 0 !important; background:none !important;}

.com_post img{ float:left; margin:7px 20px 5px 0;}

.com_post span{ float:left; margin-right:7px; font-style: normal}

.com_post p{ padding:0 0 0 55px !important; font-style:italic}


/* social counter */

.social-item{ float:left; width:31%; overflow:hidden; height:22px; margin:0 5% 15px 0; border-right:1px solid #ddd;}

.social-item a{ float:left; width:23px; height:21px; overflow:hidden;
}

.social-item img{ margin:-1px;}

.social-count,.social-descrip{
    font-size: 10px;
	line-height:10px;
	float:right;
	width:65%;
}

/* @tabs
********************************************************************************************
********************************************************************************************/
#hometab {
	float: left;
	width:99.6%;
	margin: 0 0 30px 0;
	overflow: hidden;
	position: relative; }
	
#hometab h3 {
	letter-spacing: 0;
	padding: 0;
	margin:0;
	line-height: 14pt;
	font-weight:normal;
	font-size: 10pt !important }
 
ul#serinfo-nav {
	height:36px;
	position:relative;
	z-index: 6;}
 
ul#serinfo-nav>li {
	padding:6px 0;
	font-size:98%;
	float: left;
	border: 1px solid #bbb;
	margin-right: -1px;
	width: 25.2%;
	height:21px;
	text-align: center;
	text-shadow: none;

	cursor: pointer;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background: -webkit-linear-gradient(#ffffff, #f5f5f5);
	background: -moz-linear-gradient(center top, #ffffff 0%, #f5f5f5 100%);
	background: -moz-gradient(center top, #ffffff 0%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#f5f5f5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f5f5f5)";
	}

	ul#serinfo-nav li a { color: #999; }

	ul#serinfo-nav li a:hover {  }
 
#serinfo-nav li.current {
	color: #000 !important;
	background: none !important;
	position:relative;
	z-index: 6;
	height:22px;
	border-bottom:none; }
	
#serinfo-nav li.current a{
	color: #000;}
 
li#serpane0,
li#serpane1,
li#serpane2,
li#serpane4,
li#serpane5
	{
	margin: 0 0 -20px 0; }

li#serpane3
	{
	margin: 0 0 20px 0; }
 
ul#serinfo {
	position: relative;
	z-index: 5;
	float: left;
	width:86%;
	padding: 15px 20px 0 20px;
	overflow: hidden;
	margin-top:-2px;
	border: 1px solid #bbb;
	}
 
.tab-post {
	height: 77px;
	overflow:hidden;
	background:url(images/line-h.png) bottom repeat-x;
	margin:10px 0 16px 0; }
 
	.tab-post img {
		padding:0;
		margin: 0 12px 10px 0 !important;
		float: left;
	}
 

	.tab-post .meta{ text-transform:none}


/* @footer
********************************************************************************************
********************************************************************************************/
#footer {
	padding:40px 0 0 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	width: 100%;
	font-weight:normal !important;
	font-size:90%; }
	
	
.threecol>ul>li {
	margin: 0 0 10px 0;}
 
	#footer h3 {
		margin: 0 0 15px 0;
		padding:0;
		font-size:12pt !important; }
 
 
	#footer img { }
		
	#footer .container{
		padding:0 20px;}

#footer .twinsbox{ 
	background:none !important;
	padding:0 !important;
	border:none !important;
	margin:0;
	}
 
#footer ul { margin: 0 0 20px 0; }
 
	#footer ul li ul { margin: 0; }
	
	#footer .lists a{ width:100%; float:none;background:none; padding:0;}
	
	#footer .lists a:hover{ background:none;}
 
#footer .lasttwit{margin:0 0 20px 0}
		
#footer .flickwrap {
		margin:15px 0 16px 0;  width: 109%; }

#footer .flickwrap .flickr_badge_image {
	width:65px; }

#footer .flickwrap a img {
		float: left;
		margin:0;
		padding: 0px !important;
		background:url(images/transparent.png) }


#credit,#copyright {
	padding:0;
	font-size: 8pt; }
 
#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 10px 20px !important;
	display: inline;
	float: right;
	}

img.alignleft {
	margin: 4px 20px 10px 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: 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,
#map iframe,
img.aligncenter,
img.alignright,
img.alignleft {
	padding: 3px;
	border:1px solid #d5d5d5;
	-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius:3px;
	}
	
	
	
/* @social
********************************************************************************************
********************************************************************************************/

 
ul.social-menu {
	display: inline;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin:-3px 0 25px 0 !important; }
	
	#header ul.social-menu {
	display: inline;
	float: right;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin:25px 0 15px 0; }
	
	#header ul.social-menu>li {
	float: left;
		margin: 5px 0 10px 10px;
		padding:0 0 0 0; }
 
	ul.social-menu li {
		display: inline;
		list-style-type: none;
		position: relative;
		float: left;
		width:32px !important;
		height:32px !important;
		margin: 0 10px 10px 0;
		padding:0 0 0 0;
		background-image: url(images/social-spirit.png);
		background-repeat: no-repeat;
		text-indent: -9000px;
		overflow: hidden;
		opacity:.7;
		-moz-transition: opacity 0.3s ease-in;
 		-webkit-transition: opacity 0.3s ease-in; 
 		-o-transition: opacity 0.3s ease-in;  }
		
	ul.social-menu li:hover {
		opacity:1;
		-moz-transition: opacity 0.3s ease-in;
 		-webkit-transition: opacity 0.3s ease-in; 
 		-o-transition: opacity 0.3s ease-in; }
 


	ul.social-menu li.sprite-Icons-full{ background-position: 0 0; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-aim{ background-position: 0 -34px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-app_store{ background-position: 0 -68px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-apple{ background-position: 0 -102px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-bebo{ background-position: 0 -136px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-behance{ background-position: 0 -170px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-bing{ background-position: 0 -204px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-blogger{ background-position: 0 -238px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-cloud{ background-position: 0 -272px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-delicious{ background-position: 0 -306px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-deviantart{ background-position: 0 -340px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-digg{ background-position: 0 -374px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-digg_alt{ background-position: 0 -408px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-dribbble{ background-position: 0 -442px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-drupal{ background-position: 0 -476px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-facebook{ background-position: 0 -510px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-flickr{ background-position: 0 -544px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-friendfeed{ background-position: 0 -578px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-friendster{ background-position: 0 -612px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-github{ background-position: 0 -646px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-google{ background-position: 0 0; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-gowalla{ background-position: 0 -714px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-gtalk{ background-position: 0 -748px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-heart{ background-position: 0 -782px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-hyves{ background-position: 0 -816px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-icondock{ background-position: 0 -850px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-icq{ background-position: 0 -884px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-lastfm{ background-position: 0 -918px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-linkedin{ background-position: 0 -952px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-metacafe{ background-position: 0 -986px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-myspace{ background-position: 0 -1020px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-netvibes{ background-position: 0 -1054px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-newsvine{ background-position: 0 -1088px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-paypal{ background-position: 0 -1122px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-photobucket{ background-position: 0 -1156px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-picassa{ background-position: 0 -1190px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-podcast{ background-position: 0 -1224px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-posterous{ background-position: 0 -1258px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-qik{ background-position: 0 -1292px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-reddit{ background-position: 0 -1326px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-retweet{ background-position: 0 -1360px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-rss{ background-position: 0 -1394px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-sharethis{ background-position: 0 -1428px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-skype{ background-position: 0 -1462px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-slashdot{ background-position: 0 -1496px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-slideshare{ background-position: 0 -1530px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-squidoo{ background-position: 0 -1564px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-stumbleupon{ background-position: 0 -1598px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-technorati{ background-position: 0 -1632px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-tumblr{ background-position: 0 -1666px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-twitter{ background-position: 0 -1700px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-viddler{ background-position: 0 -1734px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-vimeo{ background-position: 0 -1768px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-virb{ background-position: 0 -1802px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-wiki{ background-position: 0 -1836px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-windows{ background-position: 0 -1870px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-wordpress{ background-position: 0 -1904px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-yahoo{ background-position: 0 -1938px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-yelp{ background-position: 0 -1972px; width: 32px; height: 32px; } 
	ul.social-menu li.sprite-youtube{ background-position: -34px 0; width: 32px; height: 32px; } 
 
	ul.social-menu li a {
		float: left;
		width:32px;
		height:32px;
		padding:0;
		line-height: 1; }
	
	

/* @flex slider
********************************************************************************************
********************************************************************************************/



/* 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: 100%; margin:0; padding:0;}
.flexslider .slides > li {display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; margin-bottom: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; overflow:hidden; margin:0 0 25px 0;}
.flex-container {zoom: 1; position: relative;}

.slides li .stuff { overflow:hidden; padding:15px 20% 15px 20px;}

.stuff h2{ margin:0 0 -5px 0; height:30px; overflow:hidden; font-size:18pt;}



.flex-direction-nav li a {width: 31px; height: 31px; margin:0; display: block; position: absolute; bottom:53px; cursor: pointer; text-indent: -9999px;opacity: .5;}
.flex-direction-nav li .next {right:20px;background:url(images/icons/right-big.png) no-repeat 0 0;}
.flex-direction-nav li .prev {right:52px;background:url(images/icons/left-big.png) no-repeat  0 0}

.flex-direction-nav li .next:hover {opacity: 1;}
.flex-direction-nav li .prev:hover {opacity: 1;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}


.flex-control-nav { position: absolute; top: 22px; left:25px }
.flex-control-nav li {margin:0 0 0 5px; display: inline-block; zoom: 1; }
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 18px; height: 20px; display: block; background:url(images/icons/uni-icons.png) no-repeat -244px -388px; cursor: pointer; text-indent: -9999px;opacity:.3}
.flex-control-nav li a:hover {opacity:.7}
.flex-control-nav li a.active {opacity:.9}
 


/* @about us
********************************************************************************************
********************************************************************************************/

.aboutus { text-align:left; margin:5px 0 40px 0;}

.aboutus img{ clear:both; margin-bottom:20px;}

.aboutus p{}

/* @services
********************************************************************************************
********************************************************************************************/


.services{
	text-align:center;
	padding-bottom:40px;
	}

.services img{
	display:block;
	margin:5px auto;
	}
	

/* @homefolio
********************************************************************************************
********************************************************************************************/

.fullbox{
	max-width:994px;
	margin:0 auto;
	}

ul.infolio{
	overflow:hidden;
	}

ul.infolio li{
	padding-bottom:40px;
	}
	
.item_full{
	background:url(images/icons/zoom.png) 15px 13px no-repeat;
	overflow:hidden;
	height:340px !important;
	}
	
.item_full p{
	margin:0 0 15px 0;
	}
	
.item_full img{
	}
	
#portfolio-list .filter{
	height:210px !important;
	}
	
.taggs a{ font-style:italic; font-size:90%} 	
	
/* @homeblog
********************************************************************************************
********************************************************************************************/




.item_blog {
	float:left;
	overflow:hidden;
	margin:0 0 20px 0;}

.item_blog h3{
	margin-top:0;
	text-transform:uppercase;
	}
	
.item_blog img {
	float:left;
	margin:1px 30px 20px 1px;}
	
	

/* @portfolio templates
********************************************************************************************
********************************************************************************************/


.project{ overflow:hidden; margin-bottom:40px;}

.project p{ margin-bottom:10px;}

.project img{ max-width:98%;}

.folioinfo{
	position: absolute;
	right:5px;
	bottom:8px;
	z-index:99;
	height:25px;
	opacity:0;
	}
	
.folioinfo a.more{
	float:left;
	margin-right:5px;
	background: url(images/icons/open.png) 0 0 no-repeat;
	height:24px;
	width:24px;
	}
	
.folioinfo a.preview{
	float:left;
	margin-right:5px;
	background: url(images/icons/zoom.png) 0 0 no-repeat;
	height:24px;
	width:24px;
	}


/* @tooltips
********************************************************************************************
********************************************************************************************/	

div.tooltip {
	display:none;
	position:absolute;
	text-align:center;
	line-height:normal;
	z-index:100000;
	opacity:0.95;
	filter:alpha(opacity = 95);
}

div.tooltip p {
	padding:4px 6px 4px 6px;
	font-size:10px !important;
	line-height:1.4 !important;
	border-radius:2px;	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-shadow:none;
	max-width:150px;
	text-transform:capitalize;
}
	


/* @other
********************************************************************************************
********************************************************************************************/

.sticky{}

#archives{ padding:20px 0 0 0;}

h2.archives-small{
	font-size:16pt;
	line-height:22pt;
	/*background:url(images/divider15.png) bottom repeat-x;
	text-align:center;
	padding-bottom:12px;
	margin-bottom:10px;*/}


a.mainbutton,#submit,.reply>a,#comments .navigation a,.tagssingle a,.contact-form .submit{
	margin:1px 1px 15px 1px;
	line-height:1;
	font-size:11px;
	font-weight:bold;
	padding:7px 10px;
	background: #f5f5f5;
	border:1px solid #ccc !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
	background: -webkit-linear-gradient(#f5f5f5, #e5e5e5);
	background: -moz-linear-gradient(center top, #f5f5f5 0%, #e5e5e5 100%);
	background: -moz-gradient(center top, #f5f5f5 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5,endColorstr=#e5e5e5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5, endColorstr=#e5e5e5)";
	
	-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
	
	-moz-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	 cursor:pointer;
	}
	


::selection {
        background:#10AFCC; 
		color:#fff;
        }
::-moz-selection {
        background:#10AFCC;
		color:#fff;
}

.scrollTo_top {
position:fixed;
bottom:30px;
right:40px;
display:none;
}

.buttons{ overflow:hidden; padding:0 0 10px 0; margin-top:15px; background:url(images/line-h.png) bottom repeat-x}
.buttons iframe{ overflow:hidden; margin-right:2.4em}

/* @themebuttons & pagination
********************************************************************************************
********************************************************************************************/


a.mainbutton,#submit,.reply>a{
	margin:1px 1px 15px 1px;
	line-height:1;
	font-size:11px;
	font-weight:bold;
	padding:7px 10px;
	background: #f5f5f5;
	border:1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
	background: -webkit-linear-gradient(#f5f5f5, #e5e5e5);
	background: -moz-linear-gradient(center top, #f5f5f5 0%, #e5e5e5 100%);
	background: -moz-gradient(center top, #f5f5f5 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5,endColorstr=#e5e5e5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5, endColorstr=#e5e5e5)";
	
	-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
	
	-moz-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	}
	
	
	

.pagination{  height:27px; margin:-15px 0 30px 0; background:url(images/line-h.png) repeat-x top; padding-top:15px;}

a.page-numbers  { font-size: 9pt; color: #3888ff; padding:0 0 6px 0;line-height:1; font-family:Arial, Helvetica, sans-serif;  margin:0 10px -1px 0; }
.page-numbers.current {font-weight:bold;font-size: 9pt; padding:0 0 6px 0;line-height:1;font-family:Arial, Helvetica, sans-serif; font-weight:bold;margin:0 10px -1px 0;  }
.page-numbers { font-size: 9pt; line-height:.8 }
.dots { letter-spacing: 1px;margin:0 15px -1px 0; }



/* @elastislide
********************************************************************************************
********************************************************************************************/

.es-carousel-wrapper{
	padding:0;
	margin:0 0 30px 0;
	position:relative;
}
.es-carousel-wrapper2{
	padding:20px 40px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:110px;
	float:left;
	display:block;
	position:relative;
	overflow: hidden;
}

#carousel2 .es-carousel ul li{
	max-width:576px !important;
	height:85px;
}

.es-carousel ul li img{
	position: relative;
	z-index:9;
}

.es-carousel ul li h2{
	position: absolute;
	top:0;
	left:0;
	z-index:0;
	padding:10px 10px 28px 10px;
    background: url("images/icons/right.png") bottom center no-repeat;
	text-align:center;
	overflow:hidden;
	font-size:9pt;
	line-height:13pt;
	letter-spacing:0;
}


.es-nav span{
	position:absolute;
	top:-5px;
	left:11px;
	width:19px;
	height:19px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:1;
}


.es-nav span.es-nav-next{
	right:0;
	left:auto;
	background:transparent url(images/icons/right.png) no-repeat 0 0;
}

.es-nav span.es-nav-prev{
	right:19px;
	left:auto;
	background:transparent url(images/icons/left.png) no-repeat 0 0;
}
.es-nav span:hover{
	opacity:.8;
}


.es-carousel-wrapper2{
	padding:20px 40px;
	position:relative;
}

.newz-left{ float:left; width:75%;}
.newz-left h3{ font-size:12pt; line-height:14pt;margin:0 0 5px 0 !important;}
.newz-left p{ font-size:92%; line-height:1.8;}
.newz-right{ float:right; width:24%; position:relative; padding:0;}
.newz-right a{position:absolute !important; right:0 !important; top:34px !important; margin-right:1px !important;}





/* @coin slider 
********************************************************************************************
********************************************************************************************/

 
.slpost_small {
	padding:20px;
	overflow: hidden;
	margin:0 0 30px 0;
	position: relative;
	height:470px;}
 
 
.tabbig_small {
	width:55%;
	float: left;
	position: relative;
	overflow: hidden;
	min-height:430px; }
	
.tabbig_small img{ float:left; clear:both; overflow:hidden;}
	
.tabbig_small iframe{
	border-bottom:5px solid #9c0;
	width:100%;
	max-height:350px; }
 
 .ui-tabs-panel>a{ float:left}


.inpost {
	margin:10px 0 -10px 0;
	padding:0;
	color: #bbb;
	float:left;
	clear:both;
	overflow: hidden;
	height:240px;
	position:relative; }

.inpost p.excerpt{
	overflow: hidden;
	height:95px;}
 
.tabbig_small h2 {
	font-size:16pt;
	line-height: 22pt;
	margin: -5px 0 10px 0;
	padding:0;
	overflow: hidden;}
	
.tabbig_small p {
	margin: 0 0 10px 0;
	padding:0;
	overflow: hidden;}
 
 .tabbig_small h2 a{ }
	


 
a.slthumb { display: block; }
 
 
.body2 .slidecat{ opacity:1; position:absolute; top:0; left:0; padding:6px 10px; line-height:1; color:#fff !important; text-shadow:none !important; text-transform:uppercase; font-size:7.7pt; font-family:'Droid Sans', Arial, sans-serif;}

a.slidelink{opacity:1;position:absolute; bottom:10px; left:0; padding:6px 10px; line-height:1; color:#fff !important; text-shadow:none !important; text-transform:uppercase; font-size:7.7pt; font-family:'Droid Sans', Arial, sans-serif;}

.body2 .slidecat>a,.body2 .slidecat a:hover,.body2 a.slidelink:hover{ color:#fff !important;}
 
 
/* small slider thumbs */
ul#tabsmallss {
	position: absolute;
	top:20px;
	right:20px;
	width:39%;
	overflow:hidden;
	padding:0 0; }
 
.slthumbss img {
	padding: 0px; }
 
#tabsmallss li {
	position: relative;
	overflow:hidden;
	width:100%;
	height:55px;
	padding:5px 0;
	margin:0 0 17px 0;
	background:url(images/transparent.png);
	font-size:9pt;
	line-height:13pt;
	font-weight:bold; }
 
	#tabsmallss li img {opacity:.6; overflow:hidden; float:left; margin:-5px 15px 0 0; border-left:0 solid #66abb0;
	
	-moz-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in; 
	transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;}
 
	 
#tabsmallss li a.sidnav{
		padding: 0;
		float:left;
		min-width:240px;
		opacity:.6}

ul#tabsmallss>li.ui-tabs-selected>a.sidnav { opacity: 1 !important; }
 
ul#tabsmallss>li.ui-tabs-selected>a.sidnav>img { opacity: 1 !important;/* border-left-width:4px; */	

	-moz-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in; 
	transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;}
 
.ui-tabs-hide { display: none; }

#tabsmallss li span,p.inmeta{
	text-transform:uppercase; opacity:.6; line-height:1.6; margin-top:5px;}



/* @wp gallery 
********************************************************************************************
********************************************************************************************/

.attachment  .headimg{ display:none; visibility:hidden;}

#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin:0 auto 30px auto;
}
#content .gallery .gallery-item {
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
	height:auto;
	width:auto !important;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
	float:left;
}
#content .gallery .gallery-caption {
	margin-left: 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 3px solid #f1f1f1;
}
#content .gallery-caption {
	color: #888;
	font-size: 12px;
	margin:-24px 0 24px 0;
}
#content .gallery br+br {
	display: none;
}




/* Overide styles
********************************************************************************************
*********************************************************************************************/



/* Overide styles for IssueM */
.issuem_archive {
	position: relative;
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	font-size: 10pt;
	font-family: helvetica, arial, sans-serif;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid transparent;
}

.issuem_archive p{
	text-align: center;
}

.issuem_articles_shortcode {
font-family: helvetica, arial, sans-serif;
}

.issuem_articles_shortcode p {
	margin: 0;
	line-height: 14pt;
}

.issuem_articles_shortcode .issuem_article {
	margin-bottom: 15px;
}

.issuem_articles_shortcode .issuem_article_category {
    color: #666;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.issuem_articles_shortcode .issuem_article_link {
    font-size: 14px;
    font-weight: normal;
}

.issuem_articles_shortcode .issuem_article_content {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
}

.issuem_articles_shortcode .issuem_article_byline {
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    font-weight: normal;
}

/* Override styles for Business Finder */

.wpbdp-form-field input,
.wpbdp-form-field select,
.wpbdp-form-field textarea,
.wpbdp-form-field label {
float: none;
}


.businessdirectory input[type="button"],
.businessdirectory input[type="submit"],
.wpbdp-bar input[type="button"],
.wpbdp-bar input[type="submit"],
.listing-actions input[type="button"],
.listing-actions input[type="submit"],
.insubmitbutton,
#map_search input[type="button"],
#map_search input[type="submit"],
.submit
 {
	margin:1px 5px 15px 1px;
	line-height:1;
	font-size:11px;
	font-weight:bold;
	padding:7px 10px;
	background: #f5f5f5;
	border:1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
	background: -webkit-linear-gradient(#f5f5f5, #e5e5e5);
	background: -moz-linear-gradient(center top, #f5f5f5 0%, #e5e5e5 100%);
	background: -moz-gradient(center top, #f5f5f5 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5,endColorstr=#e5e5e5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5, endColorstr=#e5e5e5)";
	
	-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
	
	-moz-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	}
	
.wpbdp-bar{
background-color: #fff !important;
border-bottom: 2px solid #000;
}

.businessdirectory .meta,
.wpbdp-listing .meta {
text-transform: none;
font-size: 100%;
}


.wpbdp-listing-single .listing-title {
background: #fff !important;
border: 0 !important;
padding: 0 0 10px 0;
border-bottom: 2px solid #000 !important;
margin-bottom: 10px;
}

.advanced-search-link {
font-size: 10px !important;
line-height: normal;
height: auto;
}

.wpbdp-search-page input {
padding: 6px;
}

#wpbdp-search-form .search-filter{
float: left;
width: 100%;
}


.field-value {
margin-bottom: 0 !important;
}

.listing-actions {
width: 100%;
float: left;
margin: 0!important;
}

.listing-actions input.delete-listing {
margin-left: 0px !important;
}

.wpbdp-listing .contact-form textarea {
width: 95% !important;
margin: 0 !important;
}


.title label,
.title span {
font-size: 18px !important;
font-style: normal;
font-weight: bold;
}

.wpbdp-map{
margin: 10px 0 0 0 !important;
border-color: #666 !important;
}

.title>label,
.wpbdp-field-category>label,
.wpbdp-field-description>label{
display: none;
}

.listing-details label {
margin-right: 5px;
}

.wpbdp-listing-excerpt{
background: #fff;
margin-bottom: 10px;
border: 1px solid #ccc !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; /* future proofing */
position: relative;
}

.wpbdp-listing-excerpt.odd{
background: #fff !important;
}

.wpbdp-listing-excerpt.sticky{
background: #fbf9e7 /*cream*/!important;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fbf9e7), to(#faf3c5)) !important;
background: -moz-linear-gradient(#fbf9e7, #faf3c5) !important;
background: linear-gradient(#fbf9e7, #faf3c5) !important;
}

.wpbdp-listing-excerpt.sticky .featured-icon{
background: url(images/featured.png) no-repeat top right;
width: 101px;
height: 102px;
z-index: 99;
position: absolute;
top: -4px;
right: -5px;
}


.wpbdp-listing-excerpt .entry p{
margin: 0;
}

.wpbdp-listing-excerpt .listing-actions input {
margin: 0 5px 0 0 !important;
}

.wpbdp-main-links input:hover,
.listing-actions input:hover{
background: #fff !important;
border-color: #666;
}

.wpbdp-listing-single .listing-actions{
border-bottom: 2px solid #000;
margin-bottom: 20px!important;
}


.wpbdp-listing-single .listing-details{
border-bottom: 1px solid #ccc;
margin-bottom: 20px!important;
padding-bottom: 20px!important;
}


.wpbdp-listing-single .wpbdp-field-businessname{
margin-bottom: 10px!important;
}

.wpbdp-listing-single .wpbdp-field-description{
border-bottom: 1px solid #ccc;
margin-bottom: 10px!important;
padding-bottom: 20px!important;
}

.main-image img,
.listing-thumbnail img,
.extra-images img{
border: 1px solid #ccc !important;
padding: 3px !important;
background: #fff !important;
}

.wpbdp-listing-single{
position: relative;
}

.stickytag{
z-index: 99;
position: absolute;
top: 50px;
right: 80px;
}

/* Events listings */

li.tribe_events {
border-bottom: 1px dotted #666;
}

ul.upcoming {
margin-bottom: 10px !important;
}

.wpbdp-form-field textarea {
width: 50%;
}

span.value p {
margin-bottom: 0 !important;
}

.tribe-events-events .tribe-events-event-entry {
	width:100% !important;
	float:none !important;
	padding:0 0 1px 0 !important;
}
.events-archive .tribe-events-event-entry p, .venue-events .tribe-events-event-entry p {
	margin:0 !important;
	font-size:12px !important;
	line-height:18px !important;
}
.tribe-events-events .tribe-events-event-list-meta {
	float:none !important;
	border-left:0 !important;
	border-top: 1px dotted #000;
	padding:10px 0 0 0 !important;
	width:100% !important;
	font-size:12px;
	margin-top:10px !important;
}

#tribe-events-event-meta dd {
margin-bottom: 0 !important;
}

.gmap {
text-shadow: none !important;
}

h4.homepage {
border-bottom: 2px solid #000 !important;
padding-bottom: 8px !important;
background: none !important;
margin: 20px 0 10px 0 !important;
}

h4.homepage span.inn span{
background: none !important;
}

span.inn {
padding-bottom: 0 !important;
}

.dig-in{
margin-bottom: 10px !important;
}


#hometab {
margin: 15px 0 10px 0 !important;
}

.tab-post {
margin: 5px 0 8px 0;
}



/* Map search */


#header {
margin: 0;
}

table.table-borders{
border-collapse: collapse;
}

table.table-borders td{
border: 1px solid #666;
padding: 4px;
}

/* bullet lists */
ul.bullet{
list-style-type: disc !important; 
}
ul.bullet li{
list-style-type: disc !important;
padding-left: 20px;
}

.author-credit{
border-bottom: 1px dotted #444;
padding-bottom: 5px;
}

.lead{
border: 1px dotted #444;
border-left: 0;
border-right: 0;
padding: 12px 0;
font: 18px/26px Georgia, 'serif';
letter-spacing: normal;
}

.headline {
font-size: 36px;
}

.breadcrumbs{
border-bottom: 1px dotted #444;
padding-bottom: 5px;
}

#sidebar{ 
	border-left: dotted 1px #444;
	margin: 0 0 0 0;
	padding-left: 1.2%;
}

#content {
padding-right: 1.3%;
}

ul.social-menu{
float: none;
}

/* Classifieds */

.classified-postit {
display: block;
padding:0px;
border:1px solid #ccc;
margin-right:20px;
margin-bottom: 20px;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f5f5f5));
background: -moz-linear-gradient(#fff, #f5f5f5);
background: linear-gradient(#fff, #f5f5f5);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; /* future proofing */
}

.classified-details {
padding: 10px;
}

.classified-details h3{
margin-top: 0;
}

.category-info {
border-bottom: 1px solid #ccc;
padding: 8px 5px 8px 5px;
border-left: 6px solid #666 /*grey*/;
}

.category-info p{
margin: 0;
}

/* job ads */
.Media .category-info,
.Language .category-info,
.Education .category-info,
.General .category-info,
.Kitchen .category-info {
border-left: 6px solid #3e8ecc /*blue*/;
}

/* accommodation ads */
.For .category-info,
.Hotels .category-info,
.Room .category-info {
border-left: 6px solid #5aa845 /*green*/;
}

/* courses and classes ads */
.Courses .category-info,
.Events .category-info{
border-left: 6px solid #d95114 /*red*/;
}


/* for sale ads */
.Computers .category-info,
.Miscellaneous .category-info,
.Vehicles .category-info,
.General .category-info{
border-left: 6px solid #6ba4b2 /*teal*/;
}


/* community */


p.maincategoryclass {
text-align: left !important;
padding-left: 5px;
border: 1px solid #ccc !important;
border-left: 6px solid #666 /*grey*/ !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; /* future proofing */
}


#awpcpcatname {
border-top: 2px solid #444;
margin-bottom: 5px;
}

/* nav buttons */

ul.postsearchads {

}

ul#postsearchads li {
padding: 0px !important;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#fff)) !important;
background: -moz-linear-gradient(#eee, #fff) !important;
background: linear-gradient(#eee, #fff) !important;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
border: 1px solid #ccc;
margin: 0 10px 0 0;
}

ul#postsearchads li a{
padding: 10px 20px !important;
padding-left: 40px !important;
display: block !important;
}



ul#postsearchads li.post-listing a{
background: url("images/icons/10-medical.png") no-repeat 5px center !important;
}

ul#postsearchads li.edit-listing a{
background: url("images/icons/187-pencil.png") no-repeat 5px center !important;
}

ul#postsearchads li.browse-listings a{
background: url("images/icons/12-eye.png") no-repeat 5px center !important;
}

ul#postsearchads li.search-listings a{
background: url("images/icons/06-magnify.png") no-repeat 5px center !important;
}

ul#postsearchads li a:hover{
background-color: #eee !important;
}


.button {
	margin:1px 1px 15px 1px;
	line-height:1;
	font-size:11px;
	font-weight:bold;
	padding:7px 10px;
	background: #f5f5f5;
	border:1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
	background: -webkit-linear-gradient(#f5f5f5, #e5e5e5);
	background: -moz-linear-gradient(center top, #f5f5f5 0%, #e5e5e5 100%);
	background: -moz-gradient(center top, #f5f5f5 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5,endColorstr=#e5e5e5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5, endColorstr=#e5e5e5)";
	
	-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
	
	-moz-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	}
	
select {

	}
	
.twitter-share-button{
margin-top: 0!important;
}

form#loginform input,
form#loginform label{ 
float: none;
}

.wpbdp-form-field .field-description{
float: none !important;
margin-left: 10px;
}

.error{
color: red !important;
}


.wpbdp-categories{
margin: 0 !important;
}

.wpbdp-categories li{
margin: 0 0px 5px 0 !important;
background: url(functions/images/shortcode-bullet.png) no-repeat left 3px;
padding: 0 0 5px 15px;
border-bottom: 1px solid #ccc;
}

.wpbdp-categories li a{
font-weight: bold !important;
font-size: 18px;
}

.wpbdp-categories .children li {
float: left !important;
font-size: 11px;
margin: 0 5px 0 0 !important;
background: none;
padding: 0!important;
border: 0!important;
font-weight: normal !important;
line-height: 18px !important;
}

.wpbdp-categories .children li a{
font-size: 11px;
font-weight: normal !important;
}

.wpbdp-categories .children  {

}

.wpbdp-main-page ul.wpbdp-categories > li {
width: 650px !important;
}


/* Issuu Press */

#issuupress ol.issuu-list li {
line-height: 2em;
list-style: none;
border: 0px !important;
float: left !important;
width: 23%;
text-align: center !important;
padding: 5px;
}

#issuupress li a.issuu-view img {
margin: 20px;
border: 1px solid #ccc !important;
padding: 3px !important;
background-color: white;
}


/* Registration form */


#simplr-form {
display: block;
width: 100%;
float: left;
}

#simplr-form .simplr-field{
display: block;
width: 100%;
float: left;
margin: 0 0 5px 0;
}

#simplr-form .simplr-field label{
float: left;
width: 200px;
margin-right: 10px;
}

#simplr-form .simplr-field input{
padding: 6px;
width: 250px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; /* future proofing */
border-color: #ccc;
}

/* Contact forms */


.wpcf7 {
display: block;
width: 100%;
float: left;
}

.wpcf7 p{
display: block;
width: 100%;
float: left;
}

.wpcf7 input{
float: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; /* future proofing */
border-color: #ccc;
}

.wpcf7 input[type="submit"]{
margin:1px 1px 15px 1px;
	line-height:1;
	font-size:16px;
	font-weight:bold;
	padding:14px 20px;
	background: #f5f5f5;
	border:2px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
	background: -webkit-linear-gradient(#f5f5f5, #e5e5e5);
	background: -moz-linear-gradient(center top, #f5f5f5 0%, #e5e5e5 100%);
	background: -moz-gradient(center top, #f5f5f5 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5,endColorstr=#e5e5e5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5, endColorstr=#e5e5e5)";
	
	-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
	
	-moz-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
}

.wpcf7 .wpcf7-response-output{
width: 100%;
float: left;
}


.big-blue-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:21px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	padding: 0 20px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.big-blue-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.big-blue-btn:active {
	position:relative;
	top:1px;
}

/* Sidebar event list widget */

#sidebar .hfeed .hentry {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px 10px;
}

#sidebar .hfeed .hentry .duration .date-start,.hfeed .hentry .duration .date-end{
	padding: 3px 5px;
	color: #fff;
	text-shadow: none !important;
}

#sidebar .hfeed .hentry .duration .date-start{
	background: #33BBCC;
}

#sidebar .hfeed .hentry .duration .date-end{
	background: rgb(236, 81, 62);
}

#sidebar .hfeed .hentry .category a{
	color: #666;
}

#sidebar .hfeed .hentry .category .hide{
	display: none;
}

#sidebar .hfeed .hentry .vcard span{
	font-size: 11px;
}

#sidebar .hfeed .hentry h4 {
	margin: 0;
}



/* Event slider */

.eventslider .duration{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 99;
}

.eventslider .separator{
	float: left;
	margin: 20px 5px 0 5px;
	color: #fff;
font-weight: bold;
font-size: 24px;
}

.eventslider .duration .startdate, .eventslider .duration .enddate{
	display: block;
	width: 50px;
	background: #000;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	box-shadow:0 1px 3px 1px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 3px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,0.5);
}

.eventslider .duration .month{
	background: #fff;
	color: #333;
	padding: 0;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}

.eventslider .duration .day{
	color: #fff;
	padding: 10px 5px;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}

.eventslider .flex-control-nav {
	display: none;
}

.eventslider .event-details {
	font: normal 15px/1.4em "Open Sans", sans-serif;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
}

.eventslider .event-details a{
	color: #fff;
}

.eventslider .event-cats a{
	padding: 2px 5px;
	background: #d63f08;
	color: #fff;
	margin-right: 3px;
	text-shadow: none;
	border-radius: 3px;
	box-shadow:0 1px 3px 1px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 3px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,0.5);
}

.hide{display: none;}

.eventslider p {
	margin-top: 10px;
}

/* Event search */

#custom-event-search{
	
}

.cat-title{
	color: #d63f08;
	border-bottom: 2px solid #d63f08;
	font-weight: 300;
}

.post .meta {
	font: normal 12px/1.2em "Open Sans", sans-serif;
	text-transform: none;
}

ul.secmenu>li>a{
	opacity: 1;
}
#custom-event-search .tribe-bar-geoloc-filter{
	float: left;
	width: 20%;
	margin-bottom: 0;
	padding: 15px;
}

#custom-event-search .tribe-bar-date-filter{
	float: left;
	width: 20%;
	margin-bottom: 0;
	padding: 15px;
}

#custom-event-search .tribe-bar-submit{
	margin-left: 0;
	float: left;
	margin-bottom: 0;
	padding: 15px;
}

#custom-event-search .tribe-bar-search-filter{
	float: left;
	width: 30%;
	margin-bottom: 0;
	padding: 15px;
}

p a:link {
	color: #ec5c31;
}

/* Blockquote */

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 55px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.2;
  color: #333;
  text-align: justify;
  
  /*Borders*/
  border-left: 15px solid #d63f08;
  border-right: 2px solid #d63f08;
  
  
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: helvetica, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: bold;
  color: #333;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:0px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}