/*
Theme Name: Grand
Theme URI: http://www.industrialthemes.com/grand
Description: A Magazine / Community / Blog Premium Wordpress Theme
Tags: White, buddypress
Author: IndustrialThemes
Author URI: http://www.industrialthemes.com
License: 
License URI:
Version: 1.2
*/

/* 
 * ===========================
 * ===[ TABLE OF CONTENTS ]===
 * ===========================
 * 
 * 01. [ GENERAL TYPOGRAPHY ]
 * 02. [ RESETS ]
 * 		02.1. [ HGROUP ]
 * 		02.2. [ FORMS AND BUTTONS ]
 * 03. [ 960 GRID ]
 * 		03.1. [ NESTED COLUMN CLASSES ]
 * 		03.2. [ BASE GRID ]
 * 		03.3. [ OFFSETS ]
 * 		03.3. [ CLEARFIXES ]
 * 			03.3.1. [ SELF CLEARING ]
 * 04. [ STRUCTURE ]
 * 		04.1. [ HEADER ]
 * 		04.2. [ BREADCRUMBS ]
 * 		04.3. [ CONTENT ]
 * 		04.4. [ FOOTER ]
 * 05. [ MENU ]
 * 06. [ POST LISTS & GRIDS ]
 * 		06.1. [ SPECIFIC LAYOUTS ]
 * 		06.2. [ META ]
 * 07. [ SINGULAR POSTS ]
 * 		07.1. [ POST IMAGES ]
 * 		07.2. [ SINGLE POST MODULE ]
 * 		07.3. [ POST NAV MODULE ]
 * 		07.4. [ ABOUT AUTHOR MODULE ]
 * 		07.5. [ BLOG TABS ]
 * 		07.6. [ ADDITIONAL POSTS MODULE ]
 * 		07.7. [ THREADED COMMENTS ]
 * 		07.8. [ REPLY FORM ]
 * 08. [ WIDGETS & SHORTCODE OVERRIDES ]
 * 		08.1. [ PRE ]
 * 		08.2. [ POPULAR/RELATED/RECENT POSTS ]
 * 		08.3. [ SEARCH ]
 * 		08.4. [ TWITTER WIDGET ]
 * 		08.5. [ TAG CLOUD ]
 * 		08.6. [ CALENDER AND OTHER TABLES ]
 * 		08.7. [ RECENT COMMENTS ]
 * 09. [ SLIDERS ]
*/

/* ============================ */
/* ===[ GENERAL TYPOGRAPHY ]=== */
/* ============================ */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff");
}

/* ================ */
/* ===[ RESETS ]=== */
/* ================ */
img {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	max-width: 100%;
}

img.scale-with-grid {
	height: auto;
	max-width: 100%;
}

html,
body,
div,
form,
fieldset,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

li ol,
li ul {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div.rating_row,
ul,
ol {
	margin-bottom: 20px;
}

input,
textarea {
	font-family: inherit;
	padding: 4px;
}

img,
fieldset {
	border: 0;
}

body {
	font: normal 14px/24px Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}

ol {
	list-style: decimal outside;
}

a {
outline:none;
text-decoration: none; 
-webkit-transition: color 0.15s linear; 
   -moz-transition: color 0.15s linear; 
	 -o-transition: color 0.15s linear; 
		transition: color 0.15s linear;
}

a:hover {
	text-decoration: none;
}


a:focus {
	outline: none;
}

ul {
	list-style: disc outside;
}

ul,
ol {
	padding-left: 25px;
}

/* ================ */
/* ===[ HGROUP ]=== */
/* ================ */
h1,
h2,
h3,
h4 {
	font-family: Dosis, sans-serif;
	letter-spacing: 0px;
}

h1 {
	font-size: 36px;
	line-height: 111%;
}

h2 {
	font-size: 32px;
	line-height: 125%;
}

h3 {
	font-size: 22px;
	line-height: 136%;
}

h4 {
	font-size: 18px;
	line-height: 139%;
}

#main h4 {
	background: url(images/assets/sidebar_border.png) repeat-x left center;
}

h5 {
	font-family: Dosis, sans-serif;
	font-size: 16px;
	letter-spacing: 1.6px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h6 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1.6px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

h4+h6 {
	margin-top: -10px;
}

/* =========================== */
/* ===[ FORMS AND BUTTONS ]=== */
/* =========================== */
.textfield,
.password,
.textarea,
#s,
#comment {
	background: white;
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	box-shadow: 0px 1px rgba(255,255,255,.5), inset 0px 1px 2px rgba(0,0,0,.05);
	color: #555;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 6px;
}

.textfield:focus,
.password:focus,
.textarea:focus,
#s:focus,
#comment:focus {
	outline: none;
}

.textarea,
#comment {
	height: 120px;
	width: 96.6%;
}

.textfield_label {
	font-size: 11px;
}

span.required {
	color:red;
	font-size:10px;
}

.styled_button,
.button_link,
.tabs_button a.current {
	border: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 11px; font-weight: bold;
	margin: 1px 10px 10px 0;
	text-decoration: none !important;
}


.button_link:hover {
	color: #fff !important;
}

.small_button,
#submit,
.post_more_link {
	line-height: 11px;
	padding: 7px 15px;
}

/* ======================= */
/* ===[ 960 GRID ]=== */
/* ======================= */
#body_inner {
	margin: 20px auto;
	padding: 0px;
	position: relative;
	width: 1000px;
}

.container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
}

.container .column,
.container .columns {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

.row {
	margin-bottom: 20px;
}

/* =============================== */
/* ===[ NESTED COLUMN CLASSES ]=== */
/* =============================== */
.column.alpha, .columns.alpha {
	margin-left: 0;
}

.column.omega, .columns.omega {
	margin-right: 0;
}

/* =================== */
/* ===[ BASE GRID ]=== */
/* =================== */
.container .one.column,
.container .one.columns {
	width: 40px;
}

.container .two.columns {
	width: 100px;
}

.container .three.columns {
	width: 160px;
}

.container .four.columns {
	width: 220px;
}

.container .five.columns {
	width: 280px
}

.container .six.columns {
	width: 340px;
}

.container .seven.columns {
	width: 400px;
}

.container .eight.columns  {
	width: 460px;
}

.container .nine.columns {
	width: 520px;
}

.container .ten.columns {
	width: 580px;
}

.container .eleven.columns {
	width: 640px;
}

.container .twelve.columns {
	width: 700px;
}

.container .thirteen.columns {
	width: 760px;
}

.container .fourteen.columns {
	width: 820px;
}
.container .fifteen.columns {
	width: 880px;
}
.container .sixteen.columns {
	width: 940px;
}

body.full_width #main {
	width: 940px;
}

.container .one-third.column {
	width: 300px;
}

.container .two-thirds.column {
	width: 620px;
}

/* ================= */
/* ===[ OFFSETS ]=== */
/* ================= */
.container .offset-by-one {
	padding-left: 60px;
}

.container .offset-by-two {
	padding-left: 120px;
}

.container .offset-by-three {
	padding-left: 180px;
}

.container .offset-by-four {
	padding-left: 240px;
}

.container .offset-by-five {
	padding-left: 300px;
}

.container .offset-by-six {
	padding-left: 360px;
}

.container .offset-by-seven {
	padding-left: 420px;
}

.container .offset-by-eight {
	padding-left: 480px;
}

.container .offset-by-nine {
	padding-left: 540px;
}

.container .offset-by-ten {
	padding-left: 600px;
}

.container .offset-by-eleven {
	padding-left: 660px;
}

.container .offset-by-twelve {
	padding-left: 720px;
}

.container .offset-by-thirteen {
	padding-left: 780px;
}

.container .offset-by-fourteen {
	padding-left: 840px;
}

.container .offset-by-fifteen {
	padding-left: 900px;
}

/* ==================== */
/* ===[ CLEARFIXES ]=== */
/* ==================== */

/* ======================= */
/* ===[ SELF CLEARING ]=== */
/* ======================= */
.container:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.row:after,
.clearfix:after {
	clear: both;
}

.row,
.clearfix {
	zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

/* ==================== */
/* ===[  STRUCTURE ]=== */
/* ==================== */
body {
	line-height: 20px;
	position: relative;
}

#body_inner {
	margin: 25px auto;
}

/* ================ */
/* ===[ HEADER ]=== */
/* ================ */
#header {
	clear: both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-left: -20px;
	padding: 30px 20px;
	width: 960px;
}

#header_extras {
	border-bottom: 1px solid rgba(0,0,0,.1);
	display: block;
	padding: 20px 0 4px 0;
}

.header_links {
	float: left;
	font-size: 10px;
	padding: 2px 0 3px;
}

.header_links li {
	float: left;
	padding-right: 12px;
}

.header_links li ul {
	float: right;
	margin-right: 0px;
}

.header_links li a {

}

.header_links li a:hover {
	text-decoration: none;
}

.header_links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header_social {
	float: right;
	padding-left: 5px;
}

.header_social .social_icon {
	float: left;
	height: 24px;
	padding-left: 5px;
}

.header_social .black {
	background: none !important;
	border: none !important;
}

.header_social .social_icon a {
	filter: alpha(30);
	-moz-opacity: .3;
		 opacity: .3;
}

.header_social .social_icon a:hover {
	filter: alpha(70);
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
	-moz-opacity: .7;
		 opacity: .7;
}

.header_text {
	float: left;
	padding-top: 2px;
}

.logo {
	clear: both;
	display: block;
	float: left;
}

.logo a {
	display: block;
	float: left;
}

#header_ad {
	color: #ccc;
	float: right;
	font-size: 24px;
	height: auto;
	margin-top: 2px;
	overflow-y: hidden;
}

/*
#header_ad img {}
*/

/* ===================== */
/* ===[ BREADCRUMBS ]=== */
/* ===================== */
#breadcrumbs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

#breadcrumbs .delimiter {
	color: #aaa !important;
	padding: 0 4px;
}

#breadcrumbs a {
	color: #999 !important;
	font-size: 10px;
}

#breadcrumbs a:hover {
	color: #555 !important;
}

#breadcrumbs a:first-child {
	padding-left: 0 !important;
}

#breadcrumbs_inner {
	color: #aaa;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	z-index: 20;
}

/* ================= */
/* ===[ CONTENT ]=== */
/* ================= */
#content {
	clear: both;
	padding-bottom: 40px;
}

#main {
	border-radius: 2px;
	min-height: 250px;
}

#content .teaser {
	line-height: 150%;
}

#sidebar {
	min-height: 300px;
}

#sidebar .small_post_list .post_list_module {
	margin-bottom: 0;
}

#sidebar .post_list_content {
	overflow: auto;
}

#sidebar .snap_twitter_widget li {
	padding-left: 0 !important;
}

/*
#sidebar .snap_popular_widget>ul,
#footer .snap_popular_widget>ul,
#sidebar .snap_recent_widget>ul,
#footer .snap_recent_widget>ul,
#sidebar .snap_twitter_widget>ul,
#footer .snap_twitter_widget>ul,
#sidebar .widget_recent_comments>ul,
#footer .widget_recent_comments>ul,
#sidebar .widget_recent_entries>ul,
#footer .widget_recent_entries>ul,
#sidebar .widget_categories>ul,
#footer .widget_categories>ul,
#sidebar .widget_links>ul,
#footer .widget_links>ul,
#sidebar .widget_archive>ul,
#footer .widget_archive>ul,
#sidebar .widget_meta>ul,
#footer .widget_meta>ul,
#sidebar .snap_subnav_widget>ul,
#footer .snap_subnav_widget>ul,
#sidebar .widget_nav_menu .menu,
#footer .widget_nav_menu .menu,
#sidebar .widget_pages>ul,
#footer .widget_pages>ul {}
*/

#sidebar .widget_categories a,
#sidebar .widget_links a,
#sidebar .widget_archive a,
#sidebar .widget_meta a,
#sidebar .snap_subnav_widget a,
#sidebar .widget_nav_menu a,
#sidebar .widget_pages a,
#sidebar .widget_recent_entries a {
	background:url(images/shortcodes/icons/icons_222222.png) no-repeat -67px -557px;
	padding-left: 20px;
}

#sidebar .post_list_module,
#sidebar .snap_twitter_widget li,
#sidebar .widget_categories li,
#sidebar .widget_links li,
#sidebar .widget_archive li,
#sidebar .widget_meta li,
#sidebar .snap_subnav_widget li,
#sidebar .widget_nav_menu li,
#sidebar .widget_pages li,
#sidebar .widget_recent_entries li {
	padding-top: 5px;
	padding-bottom: 7px;
}

#sidebar .widget_pages li li,
#sidebar .widget_nav_menu li li,
#sidebar .widget_categories li li {
	background: url(images/line.gif) repeat-x center top;
}

#sidebar .widget_pages li li a,
#sidebar .widget_nav_menu li li a,
#sidebar .widget_categories li li a {
	margin-left: 20px;
}

/*
#sidebar .recentcomments {}
*/

#sidebar .recentcomments span {
	background: url("images/shortcodes/icons/icons_dddddd.png") no-repeat -380px -243px transparent;
	padding-left: 26px !important;
}

#sidebar .post_meta a {
	color: #aaa;
	font-size: 10px;
}

#sidebar .widgettitle {
	font-size: 18px !important;
	line-height: 30px;
}

#sidebar .widget,
#footer .widget {
	padding: 0 0 40px 0;
	position: relative;
	overflow: hidden;
}

#footer .widget li {
	border-bottom: 1px solid rgba(255,255,255,.05);
	padding-left: 10px;
	text-shadow: none;
}

#footer .widget li:last-child {
	border-bottom: none;
}

#sidebar h4 {
	background: url("images/assets/sidebar_border.png") repeat-x left center;
}

#sidebar h4 span {
	background: #fff;
	letter-spacing: 1px;
	line-height: 32px;
	margin-bottom: 16px;
	padding-right: 15px;
	text-transform: uppercase;
}

#sidebar h4 span {
	background: #fefefe;
}

/*
.right_sidebar #main {}
*/

.right_sidebar #main_inner {
	overflow: hidden;
}

.right_sidebar #sidebar {
	float: right;
}

.right_sidebar #sidebar_inner {
	background: url("images/assets/tab_middle.png") repeat-y 10px top;
	padding-left: 40px;
}

.right_sidebar .sidebar_top {
	background: url("images/assets/tab_top.png") no-repeat 10px top;
	display: block;
	height: 82px;
}

.right_sidebar .sidebar_bottom {
	background: url("images/assets/tab_bottom.png") no-repeat 10px bottom;
	display: block;
	height: 82px;
}

.left_sidebar .sidebar_top {
	background: url("images/assets/tab_top_l.png") repeat-y right top;
	display: block;
	height: 82px;
	width: 320px;
}

.left_sidebar #sidebar_inner {
	margin-right: 20px;
	background: url("images/assets/tab_middle_l.png") repeat-y right center;
}

.left_sidebar .sidebar_bottom {
background: url("images/assets/tab_bottom_l.png") repeat-y right bottom;
display: block;
height: 82px;
width: 320px;
}

.right_sidebar #sidebar_inner {
	position: relative;
}

#sidebar_inner .widget:first-child {
	margin-bottom: -80px;
	top: -80px;
}

#sidebar_inner img {
	background: #fff;
}

/*
.right_sidebar #content {}
*/

.left_sidebar #main {
	float: right;
}

.left_sidebar #sidebar {
	float: left;
}

.left_sidebar #sidebar #socialCounterWidget a#sc_rss,
.left_sidebar #sidebar #socialCounterWidget a#sc_twitter,
.left_sidebar #sidebar #socialCounterWidget a#sc_facebook {
	width:88px;
}

.left_sidebar #sidebar #socialCounterWidget .icon {
	margin-left: 20px;
}

/*
.left_sidebar #main_inner {}
*/

.left_sidebar #sidebar_inner {
	/*margin-top: 30px;
	margin-bottom: 30px; */
	padding-right: 35px;
	position: relative;
}

/*
.left_sidebar #content {
	background: url("images/assets/left_sidebar_repeater.png") top right repeat-y;
}
*/

#content_inner {
	display: block;
	margin-top: 30px;
	/*background: url("images/assets/sidebar.png") 754px top repeat-y; */
}

/*
.left_sidebar #content_inner {
	padding:0 30px 0 25px;
}
*/

body.full_width #content_inner,
.left_sidebar #content_inner {
	background: none;
}

img.framed {
	border: 1px solid #ddd;
	padding: 2px;
}

/* ================ */
/* ===[ FOOTER ]=== */
/* ================ */
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

#footer .widget_categories a,
#footer .widget_nav_menu a,
#footer .widget_pages a {
	display: block;
	padding: 5px 0;
}

#footer .small_post_list,
#footer .post_title a {
	font-size: 13px;
	line-height: 21px;
}

#footer .post_grid_image img,
#footer .post_list_image img,
#footer .framed {
	background:rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.12);
	height: auto;
	margin-bottom: 15px;
	outline: none;
	padding: 2px;
	width: auto;
}

#footer .widget_pages li,
#footer .widget_nav_menu li,
#footer .widget_categories li {
	padding: 0 0 0 5px;
}

#footer .textwidget p {
	font-size: 12px;
	line-height: 20px;
}

#footer .widgettitle {
	letter-spacing: 1px;
	line-height: 32px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#footer .post_meta {
	font-size: 11px;
	letter-spacing: 1px;
}

#footer .post_meta a {
	color: #555;
	font-size: 10px;
	letter-spacing: 1px;
}

#footer .widget {
	clear: both;
	padding: 0 0 30px 0;
}

#footer table {
	background: #f9f9f9;
}

#footer_inner {
	padding-top: 45px;
	padding-bottom: 20px;
}

#sub_footer {
	clear: both;
	padding: 20px 0;
	width: 100%;
}

#sub_footer a:hover {
	text-decoration: none;
}

#sub_footer_inner {
	padding: 20px 0;
}

.copyright_text {
	float: left;
}

.footer_links {
	float: right;
}

.footer_links li {
	float: left;
	padding-right: 12px;
}

.footer_links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_links ul ul {
	float: right;
	margin-right: 0px;
}

.no_footer #footer {
	display: none;
}

/* ============== */
/* ===[ MENU ]=== */
/* ============== */
#main_menu {
	border-top: 1px solid #333;
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-radius: 2px;
	box-shadow: 0px 2px 0px rgba(0,0,0,.2), inset 0px 1px rgba(255,255,255,.1);
	font-family: Dosis, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 30px;
}

#header_extras+#main_menu {
	top: 30px;
}

.main_navigation, .header_links {
	margin: 0 10px;
	position: relative;
	z-index: 2000; 
}

.select_nav select, .main_navigation select, .header_links select {
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	background: rgba(255,255,255,.1) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC') center right no-repeat;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	border: 1px solid rgba(255,255,255,.05) !important;
	color: #ccc;
	display: none;
	font-weight: bold;
	padding: 5px 5px;
	overflow: hidden;
	text-shadow: 0px 1px rgba(0,0,0,.5);
}

.select_nav select option, .main_navigation select option, .header_links select option {
	background: #fff;
	text-shadow: none;
}

.select_nav select:focus, .select_nav select:active, .main_navigation select:focus, .main_navigation select:active, .header_links select:focus, .header_links select:active {
	border: none;
	box-shadow: none;
	outline: none;
}

.select_nav select option, .main_navigation select option, .header_links select option {
	color: #666;
}

.select_nav select {
	display: inline;
}

.select_nav select {
	background-color: #efefef;
	border: 1px #e0e0e0 dotted !important;
}

.select_nav select {
	color: #666 !important;
	margin: 7px 0;
	min-width: 120px;
	text-shadow: #fff 0 1px 0 !important;
}

.main_navigation li.home > a {
	background: url("images/assets/home.png") left center no-repeat;
	filter: alpha(50);
	-moz-opacity: .5;
		 opacity: .5;
	padding-right: 30px;
	position: relative;
	text-indent: -9999px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.main_navigation li.home > a:hover {
	background: url("images/assets/home.png") left center no-repeat;
	filter: alpha(90);
	-moz-opacity:.9;
		 opacity:.9;
}

.main_navigation li.home > a .menu_arrow {
	display: none;
}

.main_navigation small {
	display: none;
}

.main_navigation ul {
	display: block;
	float: left;
	/*left: -15px;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.main_navigation ul ul {
	display: block;
	left: 0px;
	border-top: 1px solid rgba(255,255,255,.3);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
	position: absolute;
	visibility: hidden;
	z-index: 2000;
}

.main_navigation ul ul ul {
	margin-top: -2px;
	z-index: 2001;
}

.main_navigation ul ul li {
	display: list-item;
	float: none;
}

.main_navigation ul ul a {
	height: 100%;
	line-height: 20px;
	margin: 0;
	padding: 6px 13px;
	width: 152px;
}

.main_navigation ul ul a {
	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
			box-shadow: none !important;
}

/*
.main_navigation ul ul a:hover {}
*/

.main_navigation ul ul {
	border-top: 1px solid rgba(255,255,255,.15);
}

.main_navigation ul ul {
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.4);
	   -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.4);
			box-shadow: 1px 2px 3px rgba(0,0,0,.4);
}

.main_navigation ul > li {
	background:url("images/assets/menu_sep.png") 100% 1px no-repeat;
}

.main_navigation li {
	display: inline;
	float: left;
	position: relative;
}

.main_navigation a {
	display: block;
	height: 48px;
	line-height: 48px;
	margin-top:1px;
	text-decoration: none;
	text-shadow:0px 1px rgba(0,0,0,.4);
	padding: 0 20px;
}

.main_navigation ul a:hover {
	background:url("images/assets/gradient_over_reverse.png") 0 0 repeat-x;
	text-decoration: none;
}

li.menu_arrow > a:after { 
	background: url("images/assets/menu_arrow.png") 0 0 no-repeat;
	content: " →"; 
	float: right;
	height: 3px;
	margin-left: 10px;
	-moz-opacity: .3;
		 opacity: .3;
	position: relative;
	text-indent: -9999px;
	top: 47%;
	width: 6px;
}

.main_navigation ul ul li.menu_arrow > a:after {
	background: url("images/assets/menu_arrow_r.png") 0 0 no-repeat;
	height: 6px;
	top: 7px;
	width: 3px;
}

li.menu_highlight > a {
	color: #d1f8ff;
}

/* ============================ */
/* ===[ POST LISTS & GRIDS ]=== */
/* ============================ */
h2.post_title {
	margin-bottom: 0; 
}

/* ========================== */
/* ===[ SPECIFIC LAYOUTS ]=== */
/* ========================== */
.portfolio .post_title {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 5px;
}

.portfolio .post_title,
.portfolio .post_meta {
	background-image: none;
}

.portfolio .date {
	color: #aaa;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
}

.portfolio .post_title+.date {
	margin-top: -10px;
}

.portfolio .entry {
	margin-top: 15px;
}

.right_sidebar .blog_layout3 .one_half .meta_category,
.left_sidebar .blog_layout3 .one_half .meta_category {
	display: none;
}

.one_column_portfolio .post_grid_module {
	padding: 0 0 50px 0;
}

/* ============== */
/* ===[ META ]=== */
/* ============== */
.item_meta,
.post_meta {
	color: #aaa;
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 0px;
	padding: 5px 1px 5px;
}

.item_meta em,
.post_meta em {
	font-style: normal;
}

.item_meta a,
.post_meta a {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, serif;
	font-style: normal;
}

.post_meta_bottom {
	font-size: 10px;
	font-style: italic;
	margin: 20px 0 40px;
}

.post_meta_bottom span {
	padding-right: 20px;
}

.post_meta_bottom em {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

/* ======================== */
/* ===[ SINGULAR POSTS ]=== */
/* ======================== */

/* ===================== */
/* ===[ POST IMAGES ]=== */
/* ===================== */
.post_grid_image img,
.post_list_image img,
.single_post_image img {
	background: transparent;
	border: 1px solid rgba(255,255,255,.2);
	height: auto;
	padding:2px;
	vertical-align: bottom;
	width: auto;
}

#sidebar .post_grid_image img,
#sidebar .post_list_image img,
#sidebar .single_post_image img {
	background: transparent;
	height: auto;
	width: auto;
}

.post_grid_module,
.post_list_module {
	padding-bottom: 15px;
}

.post_grid_module h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

ul.post_list li {
	background: none !important;
	padding-left: 0 !important;
}

/*.post_grid_image {
	text-align:center;
}_NO__DOTCOMMA__AFTER__*/

/* ============================ */
/* ===[ SINGLE POST MODULE ]=== */
/* ============================ */
.single_post_module {
	margin-bottom: 30px;
}

.single_post_image {
	display: block;
	margin-bottom: 20px;
	max-width:100% !important;
}

.single_post_image * {
	height: auto;
	max-width: 100% !important;
}

.single_post_module .post_title,
.blog_layout1 .post_title,
.blog_layout2 .post_title,
.blog_layout3 .post_title {
	font-size: 24px;
	line-height: 32px;
}

/*
.single_post_module .post_title,
.blog_layout1 .post_title,
.blog_layout2 .post_title,
.blog_layout3 .post_title,
.large_post_list .post_title,
.medium_post_list .post_title,
.one_column_blog .post_title,
.two_column_blog .post_title,
.three_column_blog .post_title {}
*/

/*
.sticky, .gallery-caption, .bypostauthor {}
*/

.single_post_content
{
	position: relative;
}

/*
#sidebar .widgettitle,
h6,
td,
th,
.single_post_content .post_meta,
.single_post_content .post_title {}
*/

/* ========================= */
/* ===[ POST NAV MODULE ]=== */
/* ========================= */
.post_nav_module {
	margin-bottom: 30px;
	overflow: hidden;
}

.previous_post {
	float: left;
}

.next_post {
	text-align: right;
}

/* ============================= */
/* ===[ ABOUT AUTHOR MODULE ]=== */
/* ============================= */
.about_author_module {
	border-top: 1px solid #eee;
	margin-bottom: 50px;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}

.about_author_content {
	clear:both;
}

.about_author_module .styled_link {
	display: block;
}

.about_author_module .avatar {
	float: left;
	margin: 0;
	padding: 0;
}

.about_author_title {
	clear:both;
	float:left;
	font-size:16px;
}

.author_bio {
	color: #888;
	overflow: hidden;
}

.author_name {
	color: #333;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}

.author_bio a {
	margin-top: 10px;
}

/* =================== */
/* ===[ BLOG TABS ]=== */
/* =================== */
.blog_tabs_container {
	background: url("images/line.gif") repeat-x center top;
}

.blog_tabs {
	background: url("images/line.gif") repeat-x center bottom;
	height: 34px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blog_tabs a.current {
	border-top: 2px solid;
	color: #666;
	cursor: default;
	padding: 6px 1px 4px;
}

.blog_tabs li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blog_tabs a {
	display: block;
	font-family: tahoma;
	font-size: 10px;
	letter-spacing: 1px;
	margin-right: 30px;
	padding: 8px 1px 4px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.blog_tabs a:hover {
	color: #888;
	text-decoration: none;
}

.blog_tabs_content {
display: none;
padding-top: 30px;
}

/* ================================= */
/* ===[ ADDITIONAL POSTS MODULE ]=== */
/* ================================= */
.additional_posts_module {
	margin-bottom: 50px;
}

.additional_posts_module .post_grid_module,
.additional_posts_module .one_fourth {
	margin-bottom: 0;
}

.avatar,
.widget .small_post_list img,
.additional_posts_module .small_post_list img {
	float: left;
	margin:1px;
}

.additional_posts_module .post_grid_image {
	margin-bottom: 10px;
}

.share_this_module+.additional_posts_module {
	margin-top: 60px;
}

/* =========================== */
/* ===[ THREADED COMMENTS ]=== */
/* =========================== */
#comments {
	clear: both;
	margin: 45px 0 5px 0;
}

.comment-text {
	border-bottom: 1px solid #eee;
	color: #888;
	min-height: 90px;
	margin: 10px 0;
	overflow: hidden;
	padding-right: 15px;
	padding-bottom: 10px;
	position: relative;
}

.comment-text ol li {
	list-style: decimal;
	overflow: visible;
}

.comment-text li {
	background: none;
	border: none !important;
	margin: 0;
	padding: 2px;
}

.commentlist {
	margin: 0 0 20px 0;
	padding-left: 0;
}

.commentmetadata,
.commentlist .reply {
	float: left;
	font-size: 10px;
	margin-right: 5px;
	text-transform: lowercase;
}

.commentlist li {
clear: both;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
overflow: hidden;
padding: 10px 0;
}

.commentlist li li {
	margin-left: 20px;
}

/*
img.avatar {}
*/

.children {
	padding: 0;
}

.awaiting_moderation {
	background: #fff;
	border: 1px solid #eee;
	display: inline-block;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 0 10px;
}

.comment-author {
	float: left;
	line-height: 16px;
	overflow: hidden;
	width: 90px;
}

.comment-author .date {
	color: #bbb;
	display: block;
	font-size: 9px;
	line-height: 15px;
	padding-left: 2px;
	text-transform: uppercase;
}

.comment-author cite {
	color: #666;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	padding-top: 5px;
	padding-left: 2px;
	text-transform: capitalize;
}

.trackbacks_pingbacks.commentlist li {
	background: none;
	padding: 10px 0;
}

/* ==================== */
/* ===[ REPLY FORM ]=== */
/* ==================== */
#commentform {
	padding-top: 20px;
}

#respond {
	clear: both;
	padding-top: 20px;
}

#respond #commentform input[type="text"] {
	width: 40%;
}

#respond h3 {
	margin-bottom: 0px;
}

#cancel-comment-reply-link {
	color: #bbb;
	font-size: 9px;
	line-height: 15px;
	padding-left: 2px;
	text-transform: uppercase;
}

#cancel-comment-reply-link:hover {
	text-decoration: none !important;
}

/* ======================================= */
/* ===[ WIDGETS & SHORTCODE OVERRIDES ]=== */
/* ======================================= */
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget a:hover{
	text-decoration: none;
}

.widgettitle {
	margin-bottom: 5px;
}

.widget .flickr_badge_image img {
	height: auto;
	width: auto;
}

/* ============= */
/* ===[ PRE ]=== */
/* ============= */
.styled_pre_box {
background: #f9f9f9;
border-color: #d9d9d9 #eaeaea #fff;
color: #666;
}

.styled_code_box {
	background: url("images/code.png") repeat 0 1px #f6f6f6;
	border-color: #ddd;
}

/* ====================================== */
/* ===[ POPULAR/RELATED/RECENT POSTS ]=== */
/* ====================================== */
.small_post_list .post_list_content {
	margin-bottom: 0 !important;
}

.small_post_list .post_title {
	padding: 0;
}

.small_post_list .post_title a {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
}

.post_title a {
	display:block;
}

#sidebar .small_post_list .post_title a {
	line-height: 21px !important;
}

/* ================ */
/* ===[ SEARCH ]=== */
/* ================ */
#searchform,
#search-forum {
	background: #fff;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 2px;
	box-shadow: 0px 1px rgba(255,255,255,.5), inset 0px 3px 6px rgba(0,0,0,.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	clear: both;
	float: left;
	width: 100%;
}

#searchsubmit,
#forums_search_submit {
	background: url("images/assets/search.png") no-repeat 0 0 transparent;
	border: 0;
	height: 16px;
	filter: alpha(50);
	float: right;
	cursor: pointer;
	margin: 7px 7px 0 0;
	-moz-opacity: .5;
	opacity: .5;
	padding: 0 !important;
	position: relative;
	text-indent: -9999px;
	width: 16px;
}

#searchform #searchsubmit:hover,
#search-forum #forums_search_submit:hover {
	background-color: transparent !important;
	-moz-opacity: .8;
		 opacity: .8;
	filter: alpha(80);
}

#searchform #s,
#search-forum #forum-s {
	background: none;
	border: 0;
	box-shadow: none;
	clear: both;
	color: #666;
	float: left;
	padding: 8px 8px 7px 8px;
	width: 80%;
}

#searchform #s:focus,
#search-forum #forum-s:focus {
	outline: none;
}

/* ======================== */
/* ===[ TWITTER WIDGET ]=== */
/* ======================== */
.snap_twitter_widget {
	overflow: visible;
	position: relative;
}

.snap_twitter_widget li {
	background: none;
	padding-left: 0;
}

.snap_twitter_widget a {
	background: url("images/assets/twitter_icon_blue.png") 0px 2px no-repeat;
	min-height: 21px;
	padding-left: 30px !important;
}

/* =================== */
/* ===[ TAG CLOUD ]=== */
/* =================== */
.widget_tag_cloud {
	text-align: justify;
}

.widget_tag_cloud a {
	float: left;
	margin: 0 2px 2px 0;
	padding: 5px;
}

/* =================================== */
/* ===[ CALENDER AND OTHER TABLES ]=== */
/* =================================== */
table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 18px;
	width: 100%;
}

table,
td,
th {
	`vertical-align: middle;
}

th {
	color: #fff;
	border-top: 1px solid #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px;
	text-transform: uppercase;
	text-align: left;
}

td {
	color: #888;
	padding: 10px;
}

tfoot td {
	border: 0px;
}

th,
tr:hover,
th a, tr:hover a {
	color:#fff !important;
}

#wp-calendar {
	border-collapse: separate;
	font-size: 12px;
}

#wp-calendar,
#wp-calendar th {
	border-color: #2E353D;
}

#wp-calendar td {
	color: #888;
	padding: 10px;
}

#wp-calendar th {
	border-top: 1px solid #fff;
	color: #666;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}

.widget_calendar tfoot td {
	background-image: none;
}

.widget_calendar a {
	text-decoration: underline;
}

/* ========================= */
/* ===[ RECENT COMMENTS ]=== */
/* ========================= */
/*
.wp-pagenavi .pagenavi-page:hover {}
*/

/* ================= */
/* ===[ SLIDERS ]=== */
/* ================= */
#slider_module {
	clear: both;
	height:100%;
	margin-bottom: 40px;
	max-width:100%;
	position: relative;
	z-index:10;
}

#slider_module .video_frame
{
	position: relative;
	z-index: 10;
}

#slider_module_inner {
	
}

#slider_module .video_frame {
	border: 0;
	outline: 0;
	padding: 0;
}

/* =================================== */
/* ===[ PROGRESSIVE ENHANCEMENTS ]==== */
/* =================================== */

/* ===[ MISCELLANEOUS ]=== */
.ads {
	
}

.ads a img {
	display: inline; /*fixes ie6 bug*/
	float: left;
}

.ads p {
	text-align: center;
}

.ads p a {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: underline;
}

.facebook_like iframe[style] {
	width: 100% !important;
}

.feed-counter div {
	float: left;
	height: 100px;
	margin-right: 5%;
	margin-bottom: 20px;
	position: relative;
	width: 30%;
}

.feed-counter div:last-child {
	clear: right;
	margin-right: 0 !important;
}

#socialCounterWidget {
	text-align:center;
}

#socialCounterWidget .count {
	display: block;
	font-family: "Georgia", serif;
	font-size: 18px;
	font-weight: normal;
}

#socialCounterWidget a#sc_googleplus {
	display: block;
	float: left;
	width: 100px;
}

a#sc_googleplus .icon {
	background: url("images/assets/Social_Counter_Widget/googleplus.png");
	display: block;
	height: 48px;
	margin-bottom: 10px;
	margin-left: 26px;
	width: 48px;
}

#socialCounterWidget a#sc_twitter {
	display:block;
	float:left;
	width:100px;
}

a#sc_twitter .icon {
	background: url("images/assets/Social_Counter_Widget/twitter.png");
	display: block;
	height: 48px;
	margin-bottom: 10px;
	margin-left: 26px;
	width: 48px;
}

#socialCounterWidget a#sc_facebook {
	display: block;
	float: left;
	width: 100px;
}

a#sc_facebook .icon {
	background: url("images/assets/Social_Counter_Widget/facebook.png");
	display: block;
	height: 48px;
	margin-bottom: 10px;
	margin-left: 26px;
	width: 48px;
}

#socialCounterWidget .title {
	color: #aaa;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/*
* jQuery wooflexslider v1.8
* http://www.woothemes.com/wooflexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* Browser Resets */
.flex-container a:active,
#snap_flexslider a:active,
.flex-container a:focus,
#snap_flexslider a:focus  {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* wooflexslider Necessary Styles
*********************************/
#snap_flexslider {
	margin: 0;
	padding: 0;
	width: 100%;
}

#snap_flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden; /* Hide the slides before the JS is loaded. Avoids image jumping */
} 

#snap_flexslider .slides img {
	display: block;
	max-width: 100%;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
clear: both;
content: ".";
display: block;
height: 0;
line-height: 0;
visibility: hidden;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* wooflexslider Default Theme
*********************************/
#snap_flexslider {
	position: relative;
	zoom: 1;
}

#snap_flexslider .slides {
	zoom: 1;
}

#snap_flexslider .slides > li {
	position: relative;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
}

/* Caption style */
/* IE rgba() hack */
.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 {
	background: rgba(0,0,0,.5);
	bottom: 0;
	font-size: 12px;
	line-height: 18px;
	left: 0;
	margin: 0;
	padding: 2%;
	position: absolute;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
	width: 100%;
}

.flex-caption:hover {
	background: rgba(0,0,0,.8);
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

/* Title in the caption */
.flex-caption .slider_title {
	line-height: 30px;
}

/* Direction Nav */
.flex-direction-nav {
	height: 0;
}

.flex-direction-nav li a {
	background: url(images/assets/slider_arrows.png) no-repeat;
	cursor: pointer;
	display: block;
	filter:alpha(opacity=40);
	height: 40px;
	margin: -13px 0 0;
	opacity: .4;
	position: absolute;
	text-indent: -999em;
	top: 40%;
	width: 40px;
}

.flex-direction-nav li .next {
	background-position: -40px 0;
	right: 10px;
}

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

.flex-direction-nav li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

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

/* Control Nav */
.flex-control-nav {
	position: absolute;
	text-align: right;
	top: 10px;
	width: 98%;
}

.flex-control-nav li {
	display: inline-block;
	*display: inline;
	margin: 0 0 0 5px;
	zoom: 1;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-nav li a {
	background: rgba(0,0,0,.1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	box-shadow: 0px 1px rgba(255,255,255,.5);
	cursor: pointer;
	display: block;
	height: 10px;
	text-align: left;
	text-indent: -999em;
	width: 10px;
}

.flex-control-nav li a:hover {

}

.flex-control-nav li a.active {
	background: rgba(0,0,0,.5);
	cursor: default;
}

.flex-pauseplay {
	left: 10px;
	position: absolute;
	top: 8px;
}

.flex-pauseplay span {
	color: rgba(255,255,255,1);
	cursor: pointer;
	text-shadow: 0px 1px rgba(0,0,0,.5);
}

/* #Buttons */
.button,
button,
a.button_link,
a.post_more_link,
#submit,
input[type=submit],
input[type=reset],
input[type=button] {
	border: 0 !important;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font: 600 14px/30px "Open Sans", sans-serif;
	height: 30px;
	margin: 0 10px 10px 0;
	outline: none !important;
	padding: 0px 15px;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-webkit-transition: top .4s ease-out, opacity .4s cubic-bezier(1, .01, 1, .38), background-color .2s ease-out;
	-moz-transition: top .4s ease-out, opacity .4s cubic-bezier(1, .01, 1, .38), background-color .2s ease-out;
	transition: top .4s ease-out, opacity .4s cubic-bezier(1, .01, 1, .38), background-color .2s ease-out;
}

.button:hover,
button:hover,
a.button_link:hover,
a.post_more_link:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
	color: #fff;
	outline: none !important;
}

#commentform input[type=submit] {
	background: #5FAAE3;
}

#commentform input[type=submit]:hover {
	background: #111;
}

.small_button,
.post_more_link,
.contact_form_submit {
	font: 600 12px/20px "Open Sans", sans-serif !important;
	height: 20px !important;
	padding: 0 10px !important;
	text-shadow: none !important;
}

.medium_button, .bp_header_add_button {
	font: 600 15px/38px "Open Sans", sans-serif !important;
	height:38px !important;
	padding:0 15px !important;
}

.large_button {
	font: 600 18px/51px "Open Sans", sans-serif !important;
	height:51px !important;
	padding:0 20px !important;
}

.button.full-width,
button.full-width,
a.button_link.full-width,
a.post_more_link.full-width,
input[type=submit].full-width,
input[type=reset].full-width,
input[type=button].full-width {
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	width: 100%;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border: 1px solid #B7D6DF;
	-webkit-box-shadow: 0 0 4px #a7d6e3;
	   -moz-box-shadow: 0 0 4px #a7d6e3;
			box-shadow: 0 0 4px #a7d6e3;
}

.post_grid_image, .post_grid_image a {
	height: auto !important;
	width: 100% !important;
}

.post_grid_image img {
	height:auto !important;
}

/* Share this module */
.share_this_module {
	border-top:1px solid #eee;
	display:block;
	padding-top:10px;
}

.share_this_module h3 { 
	display:inline;
	float:left; 
	margin-right:15px;
}

.share_this_content a {
	margin-right:5px;
}================== */

    .button,
    button,
    a.button_link,
    a.post_more_link,
    #submit,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        border:0!important;
        outline:none!important;
        font:600 14px/30px 'Open Sans', sans-serif;
        text-decoration:none;
        height: 30px;
        border-radius:2px;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        display:inline-block;
        padding:0px 15px;
        color:#fff;

         -webkit-transition: top .4s ease-out, opacity .4s cubic-bezier(1, .01, 1, .38), background-color .2s ease-out; 
         -moz-transition: top .4s ease-out, opacity .4s cubic-bezier(1, .01, 1, .38), background-color .2s ease-out; 
         transition: top .4s ease-out, opacity .4s cubic-bezier(1, .01, 1, .38), background-color .2s ease-out;

        margin:0 10px 10px 0;
}

    .button:hover,
    button:hover,
    a.button_link:hover,
    a.post_more_link:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
         outline:none!important;
        color:#fff;
}

#commentform input[type="submit"] {background:#5FAAE3;}
#commentform input[type="submit"]:hover {background:#111;}

.small_button,
.post_more_link,
.contact_form_submit {
    height:20px!important;
    font:600 12px/20px 'Open Sans', sans-serif!important;
    padding:0 10px!important;
    text-shadow:none!important;
}

.medium_button, .bp_header_add_button
{
height:38px!important;
font: 600 15px/38px 'Open Sans', sans-serif!important;
padding:0 15px!important;
}

.large_button
{
height:51px!important;
font: 600 18px/51px 'Open Sans', sans-serif!important;
padding:0 20px!important;
}

   
    .button.full-width,
    button.full-width,
    a.button_link.full-width,
    a.post_more_link.full-width,
    input[type="submit"].full-width,
    input[type="reset"].full-width,
    input[type="button"].full-width {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center; }

    /* Fix for odd Mozilla border & padding issues */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
    border: 0;
    padding: 0;
    }


    input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
        border: 1px solid #B7D6DF;
        -webkit-box-shadow: 0 0 4px #a7d6e3;
        -moz-box-shadow: 0 0 4px #a7d6e3;
        box-shadow: 0 0 4px #a7d6e3;
    }

    .post_grid_image, .post_grid_image a {
        width: 100%!important;
        height: auto!important;
    }

    .post_grid_image img {
        height:auto!important;
    }

    /* Share this module */

    .share_this_module {
        display:block;
        border-top:1px solid #eee;
        padding-top:10px;
    }

    .share_this_module h3 { 
        float:left; 
        display:inline;
        margin-right:15px;
    }

    .share_this_content a {
        margin-right:5px;
    }







