/*  
Theme Name: FullSide
Theme URI: http://www.chimerathemes.com/2010/07/fullside/
Description: FullSide Theme is very flexible and easy to use due to the high number fo custom shortcodes available.
Version: 2.1
Author: ChimeraThemes.com
Author URL: http://www.chimerathemes.com
*/

@import url('includes/css/reset.css');
@import url('includes/css/buttons.css');
@import url('includes/css/content_boxes.css');
@import url('includes/css/pricing_table.css');
@import url('includes/css/tables.css');
@import url('includes/css/tooltips.css');
@import url('includes/css/typography.css');
@import url('includes/css/tabs.css');
@import url('includes/css/widgets.css');
@import url('includes/css/comments.css');

	/* Post Buttons */

a.button_small {
	color: #e3e3e4;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
	font-size: 0.8em;
}

a.button_small, a.button_small span {
	background: url('images/button_small.png') left top no-repeat;
	height: 23px;
	line-height: 24px;
	display: block;
	float: right;
	text-align: center;
	padding: 0 0 0 10px;
	margin-right: 10px;
}

a.button_small span {
	background-position: right top;
	padding: 0 10px 0 0;
	margin-right: -10px;
}

.readmore a.button_small span {
	float: right;
	cursor: pointer;
}

a.button_small:hover {
	color: #fff;
	background-position: left bottom;
}

a.button_small:hover span {
	background-position: right bottom;
}

/* Main content */

a {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	color: #303234;
}

.wrapper {
	margin: 0 auto;
	width: 980px;
}

#main_content {
	padding: 35px 0;
}

#main_content .entry {
	line-height: 1.6em;
}

	/* Header */

#header {
	background-position: left top;
	background-repeat: repeat-x;
	height: 95px;
	font-family: "Segoe UI",Frutiger,Tahoma,Helvetica,"Helvetica Neue",Arial,sans-serif;
}

#header .wrapper {
	height: 95px;
	margin: 0 auto;
	width: 980px;
	background-position: 50% bottom;
	background-repeat: no-repeat;
}

#header ul {
	padding: 0;
	float: left;
	margin: 28px 0 0;
}

#header .menu {
	float: right;
	margin: 32px 0 0;
}

#header ul li {
	position: relative;
	float: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#header ul li, #header ul li a, #header ul li a i {
	float: left;
	display: block;
	background-position: -9999em 0;
	background-repeat: no-repeat;
}

#header ul.logo img {
	margin-top: -4px;
}

#header ul.logo li a {
	font-size: 1.3em;
	text-transform: capitalize;
	padding: 0;
	color: #fff;
	background: none!important;
}

#header ul.logo li a:hover {
	text-decoration: underline;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#header ul li a, #header ul li.current-cat-parent a.sf-with-ul, #header ul li.current-menu-item a.sf-with-ul, #header ul li.current_page_item a.sf-with-ul, #header ul li.current_page_parent a.sf-with-ul, #header ul li.current_page_item a.sf-with-ul {
	float: left;
	height: 32px;
	line-height: 31px;
	padding: 0 12px;
	position: relative;
	margin: 0 0 0 5px;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#header ul li.current-cat-parent a.sf-with-ul, #header ul li.current-menu-item a.sf-with-ul, #header ul li.current_page_item a.sf-with-ul, #header ul li.current_page_parent a.sf-with-ul, #header ul li.current_page_item a.sf-with-ul {
	padding-right: 22px;
}

#header ul li .sf-sub-indicator {
	height:9px;
	position:absolute;
	right:8px;
	top:13px;
	width:9px;
	background: url('images/dd_arrow.png') 50% 100% no-repeat;
}

#header ul li a.sf-with-ul {
	padding-right: 12px;
}

#header ul li a i {
	position: absolute;
	right: -12px;
	top: 0;
	padding: 0;
	width: 12px;
}

#header ul.logo a {
	background: none;
	padding: 0;
}

	/* Navigation drop down menus */

#header ul li ul, #header ul li ul li.last {
	background-image: url('images/dropdown_bg.png');
	background-position: 50% top;
}

#header ul li ul li.last {
	background-position:50% bottom;
	height:15px;
	position: absolute;
	bottom:-15px;
	left: 0;
	border: 0;
	width:234px;
	border-bottom: 0!important;
}

#header ul li a.sf-with-ul, #header ul li.current-cat-parent a.sf-with-ul:hover, #header ul li.current_page_item a.sf-with-ul:hover, #header ul li.sfHover a.sf-with-ul, #header ul li.current_page_parent a.sf-with-ul:hover, #header ul li.current_page_item a.sf-with-ul:hover {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-radius-bottom-left: 0;
	-webkit-border-radius-bottom-right: 0;
	z-index: 99999;
	padding-bottom: 3px;
	padding-right: 22px;
}

#header ul li ul {
	display: none;
	position: absolute;
	left: -2px;
	top: 0;
	width: 202px;
	z-index: 99;
	padding: 16px 16px 0;
}

#header ul li ul li, #header ul li ul li a {
	float: none;
	margin: 0;
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#header ul li ul li a, #header ul li ul li a i {
	background-image: none;
	font-size: 0.9em;
}

#header ul li ul li a i {
	display: none;
}

#header ul li.sfHover ul li a {
	padding: 0 10px;
}

#header ul li ul li ul {
	left: 200px;
	top: -36px;
}

#header ul li ul .sf-sub-indicator {
	background: url('images/dd_arrow_left.png') right 50% no-repeat;
}

#header ul li.current-menu-item ul li a.sf-with-ul, #header ul li ul li.menu-item a.sf-with-ul {
	float: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	font-size:0.9em;
	padding: 0 10px!important;
}

#header ul li.sfHover ul li.current-menu-item ul li a {
	background: none;
}

	/* Breadcrumb & Slider navigation */

body.single p.breadcrumb {
	font-size: 0.86em;
	padding: 0 0 0 30px;
	margin: 9px 0 0 0;
	font-weight: bold;
	font-size: 1em;
	text-shadow: 1px 1px 0 #eee;
	display: block;
	line-height: 37px;
	float: left;
	background: url('images/breadcrumb.png') left 37% no-repeat;
}

#breadcrumb {
	height: 50px;
	background-image: url('images/featured_num.png');
	background-repeat: repeat-x;
	position: relative;
	bottom: -9px;
	border-bottom: #fff solid 1px;
}

#breadcrumb .pagination {
	left: 50%;
	top: 14px;
	padding: 0;
	margin: 0 auto;
	position: absolute;
}

.hide {
	height: 0!important;
	overflow: hidden;
}

#breadcrumb .pagination a {
	height: 27px;
	width: 24px;
	float:left;
	left: -50%;
	background: url('images/bullets.png') left top;
	position: relative;
	text-indent: -9999em;
}

#breadcrumb .pagination a.activeSlide {
	background-position: left 28px;
}

#breadcrumb .breadcrumb_search {
	float: right;
}

#breadcrumb .breadcrumb_search form {
	margin: 10px 0 0;
}

#breadcrumb .breadcrumb_search input {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: #aaa solid 2px;
	padding: 6px 8px 6px 21px;
	width: 170px;
	background:#fff url('images/search_ico.png') 5px 60% no-repeat;
}

	/* Homepage featured posts area */

#featured {
	padding: 0 0 20px;
	position: relative;
	overflow: hidden;
	margin-bottom: -8px;
}

#featured .wrapper {
	padding-top: 20px;
}

#slider {
	float:left;
	position:relative;
	width:980px;
	min-height: 398px;
}

#slider ul {
	position:absolute;
	list-style:none;
	top:0;
	left:0;
	margin: 0;
	padding: 0;
}

#slider li {
	float:left;
	width:980px;
	padding: 0;
	min-height:398px;
}

.sliderbutton {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -26px;
	display: none;
}

.sliderbutton a {
	background: url('images/arrows.png') left -104px;
	height: 52px;
	width: 49px;
	text-indent: -9999em;
	display: block;
}

.sliderbutton a:hover {
	background-position: left -156px;
}

.slider-right {
	left: auto;
	right: 10px;
}

.slider-right a {
	background-position: left -210px;
}

.slider-right a:hover {
	background-position: left -262px;
}

#featured .feat_text {
	float: left;
	width: 337px;
}

#slider {
	font-weight:normal;
	line-height:1.3em;
}

#slider h1, #slider h2, #slider h3, #slider h4, #slider h5, #slider h6 {
	line-height:1.1em;
	padding:5px 0 0;
}

.posts_slider .but_small {
	text-align: center;
	font-size: 13px;
}

#slider .feat-text {
	float: left;
	margin-right:23px;
	width:340px;
}

#slider .image-slide {
	float: left;
	width: 550px;
	position: relative;
}

#slider a.image-overlay {
	position: absolute;
	background: url('images/shadow.png');
	height: 400px;
	width: 621px;
	display: block;
	z-index: 4;
}

#slider .image-slide img {
	position: absolute;
	z-index: 3;
	left: 9px;
	top: 8px;
}

.full-image {
	position: relative;
	width: 980px;
	height: 400px;
	overflow: hidden;
}

#slider .full-image a.image-overlay {
	width: 980px;
	background-image: url('images/shadow_big.png');
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.full-image img {
	top: 8px;
	left: 9px;
	position: absolute;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

	/* Homepage Static Featured Area */

#featured .alternate .feat_text {
	width: 500px;
	margin-top: 10px;
}

.feat_alt {
	overflow: visible!important;
}

#featured .alternate .feat_text h3 {
	font-size:2.6em;
	line-height:1.1em;
	padding:5px 0 0;
}

#featured .alternate .feat_text h4 {
	margin: 10px 0 25px;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.2em;
}

#featured .alternate .feat_text h5 {
	margin-bottom: 25px;
}

#featured .alternate a.button_big {
	float: right;
	margin-right: 45px;
}

#featured .alternate {
	position: relative;
	min-height: 360px;
}

#featured .alternate #screenshot {
	height: 427px;
	width: 461px;
	display: block;
	position: absolute;
	top: -14px;
	right: 0;
	z-index: 55;
	overflow: hidden;
	background-image: url('images/loader_footer.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

	/* Inner Pages Title Teasers */

#featured #social {
	margin-top:-14px;
	position:absolute;
	right:0;
	top:50%;
}

#featured #social a, a.home-rss {
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	margin: 0 2px;
	text-indent: -9999em;
}

.home_section {
	padding: 0;
	position: relative;
	font-weight: bold;
}

a.home-rss {
	position: absolute;
	right: 0;
	top: 0;
	background: url('images/icons/rss_32.png');
}

#featured #cust_txt {
	color:#333333;
	font-style:italic;
	line-height:1.4em;
	list-style:none outside none;
	position:absolute;
	right:0;
	text-align: right;
	font-size: 1.3em;
	top: 22px;
}

#featured #cust_txt a.but_small {
	font-size: 0.6em;
	float: right!important;
	font-style: normal;
	line-height: 43px;
	margin-top: -7px;
}

body.single .w_title_descr #cust_txt {
	top: 35px!important;
}

	/* Inner Pages Titles */

#featured h1 {
	font-size: 1.86em;
	padding: 0;
}

#featured h1 span {
	font-size: 1.32em;
	display: block;
	padding: 5px 0 0;
}


	/* Main Content */

#main_content .main_wrapper {
	float: left;
	width: 700px;
}

	/* Main Sidebar */

#main_content .main_sidebar {
	float: right;
	width: 260px;
	margin-top: -17px;
	padding-top: 17px;
}

	/* Sidebar Position */

body.sidebar_left #main_content .main_sidebar {
	float: left;
}


body.sidebar_left #main_content .main_wrapper {
	float: right;
}

#main_content .main_sidebar ul {
	margin: 0;
	padding: 0;
}

#main_content .main_sidebar ul.children {
	padding: 0 0 0 4px;
	margin: -5px 0 20px;
	border-top: #ddd dotted 1px;
}

#main_content .main_sidebar .widget .content ul.children li a {
	background-position: 2px 51%;
	font-weight: normal;
}

	/* Post Images */

img.alignright, img.alignleft {
	padding: 5px;
	background: #f7f7f7;
	border: #ddd solid 1px;
}

img.alignleft, div.alignleft img {
	float: left;
	margin-right: 12px;
}

img.alignright, div.alignright img {
	float: right;
	margin-left: 12px;
}

	/* Post big */

#main_content .post {
	float: none;
	height: auto;
	background-image: none;
	padding: 0;
	margin: 0;
	clear: both;
	width: auto;
}

p.description {
	margin-top: -10px;
	color: #666;
	font-size: 0.96em;
	margin-bottom: 20px;
	line-height: 1.6em;
}

#main_content .post .text {
	height: auto;
}

	/* Blog post styling */

.social_share, .post-b {
	margin: 0 0 40px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	border:1px solid #dbdbdb;
	padding:10px;
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
}

.post-b h2 {
	margin: 0 0 2px;
}

.post-b span.date {
	font-weight: bold;
	font-style: italic;
	display: block;
	line-height: 1.1em;
	padding:5px 0 15px;
}

.post-b span.date span {
	padding: 0;
}

.post-b h2 a {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
}

.post-b .post-img {
	float: left;
}

.post-b .post-img a.img {
	margin:0 15px 0 0;
	display: block;
	border: #f6f6f6 solid 4px;
	-moz-border-radius:8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 206px;
	height: 206px;
	background: url('images/loading.gif') 50% 50% no-repeat;
}

.post-b .post-img a.img img {
	margin: 3px;
}

.post-b .post-img a.img:hover {
	border-color: #efefef;
}

.post-b .post-footer {
	border-top: 1px dotted #ccc;
	-moz-border-radius:8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	font-weight: bold;
	margin-top: 15px;
	padding: 15px 0 2px;
	text-shadow: 0 1px 0 #fff;
}

.post-b .post-footer .post-categories {
	float: right;
	margin: 0;
	padding: 0;
}

.post-b .post-footer .post-categories li {
	float: left;
	padding: 0 0 0 10px;
	font-size: 0.9em;
}

.post-b .post-footer .comm {
	padding: 5px 0 0;
}

.post-b .post-footer .comm a {
	background: url('images/comments.png') left 50% no-repeat;
	padding: 0 0 0 20px;
}

.post-b .post-footer .read-more {
	color: #333;
}

.post-b .post-footer .read-more:hover {
	color: #000;
	text-decoration: underline;
}

.post-b .post-content {
	line-height: 1.6em;
	font-size: 1em;
	color: #666;
	float: left;
}

.post-w-img .post-content {
	width: 449px;
	margin-top: 5px;
}

body.single .post-b .post-content {
	font-size:0.96em;
	line-height:1.9em;
}

.post-b .post-content p {
	margin-bottom: 5px;
}

	/* Portfolio Item */

#main_content .gallery_item {
	background: #fff;
	border:1px solid #ddd;
	float:left;
	margin:0 0 40px;
	padding:4px;
	position:relative;
	-moz-border-radius: 8px;
	-wekbit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.zoom {
	background: #fff url('images/zoom.png') 50% 50% no-repeat;
	opacity: 0.5;
}

#main_content .gallery_item .boxcaption {
	padding: 1px;
	font-size:0.9em;
	line-height:1.3em;
	color: #444;
}

#main_content .gallery_item .boxcaption a {
	display: block;
	font-weight: bold;
	margin: 4px 0 5px;
}

#main_content .four_column .one_fourth {
	margin-right:14px;
	width:234px;
}

.img_cont {
	background: url('images/loading.gif') 50% 50% no-repeat;
	margin-bottom: 5px;
}

#main_content .one_col_portfolio .img_cont {
	float: left;
	width: 250px;
	height: 250px;
	margin-right: 10px;
}

#main_content .one_col_portfolio .boxcaption {
	font-size: 1em;
}

#main_content .one_col_portfolio .boxcaption a {
	font-size: 1.1em;
}

#main_content .one_col_portfolio .gallery_item {
	float: none;
	min-height: 254px;
}

#main_content .four_column .one_fourth .img_cont {
	width: 224px;
	height: 134px;
}

#main_content .three_column .one_third .img_cont {
	width: 306px;
	height: 245px;
}

#main_content .four_column .one_fourth a.img {
	position: absolute;
	width: 224px;
	height: 134px;
}

#main_content .three_column .one_third a.img {
	position: absolute;
	height:245px;
	width:306px;
}

#main_content .one_col_portfolio a.img {
	position: absolute;
	height:250px;
	left: 4px;
	width:250px;
}

#main_content .four_column .last, #main_content .three_column .last {
	margin: 0;
}

	/* Gallery Item */

#main_content .portfolio_item {
	float:left;
	height: 193px;
	margin: 0 59px 45px 0;
	position: relative;
	width: 287px;
}

#main_content .portfolio_item_last {
	margin-right: 0;
}

body.home #main_content .portfolio_item {
	margin: 0 2px 25px 13px;
}

#main_content .cat_desc {
	padding: 10px 13px;
	color: #666;
	font-size: 1.1em;
}

#main_content .port_last {
	margin-right: 0;
}

#main_content .portfolio_item .port_bg {
	position: absolute;
	width: 287px;
	height: 193px;
	left: 0;
	top: 0;
	background: url(images/portfolio_item.png) 50% 50% no-repeat;
	z-index: 2;
}

#main_content .portfolio_item a.img {
	display: block;
	position: absolute;
	z-index: 3;
	width: 266px;
	height: 134px;
	left: 11px;
	top: 11px;
	background: url('images/zoom.png') -9999em -9999em no-repeat;
}

#main_content .portfolio_item a.img:hover {
	background-position: 50% 50%;
	background-color: #fff;
}

#main_content .portfolio_item .img_cont {
	position: relative;
	z-index: 1;
	width: 266px;
	height: 134px;
	margin: 11px 0 0 11px;
}

#main_content .portfolio_item .boxcaption {
	height:29px;
	padding: 6px 0 0;
	left:12px;
	position:absolute;
	width:266px;
	z-index:4;
	overflow: hidden;
	font-size: 0.9em;
	bottom: 8px;
}

#main_content .portfolio_item .boxcaption a {
	font-weight: bold;
}

#main_content .portfolio_item .boxcaption p {
	padding: 4px 0 0;
	margin: 0;
	font-size: 0.9em;
	color: #666;
}

	/* Portfolio Item alternate */

#main_content .item_alt {
	float: left;
	width: 200px;
	height: 147px;
	margin: 0 60px 25px 0;
	position: relative;
}

body.full-width #main_content .item_alt {
	margin: 0 60px 25px 0;
}

#main_content .item_alt .port_bg {
	width: 200px;
	height: 147px;
	position: absolute;
	background: url('images/portfolio_alt.png') no-repeat;
	z-index: 2;
}

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

#main_content .item_alt a.img {
	width: 165px;
	height: 80px;
	left:18px;
	position:absolute;
	top:16px;
	z-index: 3;
}

#main_content .item_alt .img_cont {
	left:18px;
	position:absolute;
	top:16px;
	z-index: 1;
	width: 165px;
	height: 80px;
}

#main_content .item_alt .boxcaption {
	bottom:17px;
	font-size:0.86em;
	font-weight:bold;
	height:23px;
	left:18px;
	overflow:hidden;
	position:absolute;
	white-space:nowrap;
	width:166px;
	z-index:5;
}

button.save {
	margin:0 -2px 0 0;
}

	/* Social Share */

#main_content .social_share {
	margin: -15px 0 30px;
}

#main_content .social_share div.clear {
	float: none;
}

#main_content .social_share span {
	font-weight: bold;
	line-height: 32px;
	height: 32px;
	float: left;
	display: block;
	margin: 0 5px;
}

#main_content .social_share div {
	float: left;
	margin: 0 7px;
}

#main_content .social_share a {
	display: block;
	height: 32px;
	width: 32px;
}

#featured #social a.rss {
	background: url('images/icons/rss_32.png') no-repeat;
}

#featured #social a.flickr {
	background: url('images/icons/flickr_32.png') no-repeat;
}

.social_share .stumbleupon_icon a {
	background: url('images/icons/stumbleupon_32.png') no-repeat;
}

#featured #social a.twitter, #main_content .social_share .twitter_icon a {
	background: url('images/icons/twitter_32.png') no-repeat;
}

#main_content .social_share .reddit_icon a {
	background: url('images/icons/reddit_32.png') no-repeat;
}

#main_content .social_share .digg_icon a {
	background: url('images/icons/digg_32.png') no-repeat;
}

#main_content .social_share .delicious_icon a {
	background: url('images/icons/delicious_32.png') no-repeat;
}

#featured #social a.facebook, #main_content .social_share .facebook_icon a {
	background: url('images/icons/facebook_32.png') no-repeat;
}

#featured #social a.linkedin, #main_content .social_share .linkedin_icon a {
	background: url('images/icons/linkedin_32.png') no-repeat;
}

#featured #social a.googleplus, #main_content .social_share .googleplus_icon a {
	background: url('images/icons/gplus-32.png') no-repeat;
}

	/* Footer */

#footer .widget {
	background-image: url('images/footer_gradient.png');
	background-position: 50% top;
	background-repeat: repeat-x;
	color: #fafafa!important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#footer .widget h3 {

}

#footer .widget .textwidget {
	line-height: 1.4em;
}

#footer .one_fourth {
	margin-right: 13px;
	width: 235px;
}

#footer .flickr_badge_image {
	float: left;
	margin: 7px 10px;
}

#footer .flickr_badge_image a {
	border: #eee solid 2px;
	height: 75px;
}

#footer .flickr_badge_image a:hover {
	border-color: #ccc;
}

#footer .last {
	margin-right: 0;
}

#footer_bottom {
	padding: 15px 0;
	font-size: 0.9em;
}

#footer_bottom .wrapper {
	position: relative;
}

#footer_bottom .wrapper ul {
	margin: 0;
	padding: 0;
}

#footer_bottom .wrapper .copy {
	display: block;
	font-size: 0.9em;
	color: #666;
}

#footer_bottom .menu {
	display: block;
	padding: 0;
	margin: 0;
}

#footer_bottom .menu li {
	float: left;
	padding: 0 12px 0 0;
}

#footer_bottom .menu li a {
	color: #ddd;
}

#footer_bottom .menu li a:hover {
	color: #fff;
}

#footer_bottom a.powered {
	background: url('images/powered.png') 50% 50% no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
	height: 24px;
	width: 25px;
	text-indent: -9999em;
}

.screenReader, .loadingImg {
	display: none;
}

.loadingImg {
	background: url('images/loading.gif') no-repeat;
	height: 16px;
	width: 16px;
}

.thanks {
	color: #26910e;
	text-align: center;
	font-weight: bold;
}

#footer .thanks {
	color: #fcfcfc;
	text-align: left;
}

#footer .thanks strong {
	color: #fff;
	display: block;
	padding: 0 0 4px;
}

.inputError {
	background: #feefef!important;
	color: #333!important;
}

	/* Page navigation */

.wp-pagenavi {
	padding: 20px 0 0 0;
	margin: 25px 0 0 0;
	border-top: #ddd solid 1px;
}

.wp-pagenavi span.pages {
	display: none;
}

.wp-pagenavi a, .wp-pagenavi span.current {
	float: left;
	margin: 0 2px;
	display: block;
}

.wp-pagenavi a {
	margin: 0 7px;
}

.wp-pagenavi span.current {
	padding: 0!important;
	margin: 0 4px 0 13px!important;
	line-height: 23px;
	height: 23px;
	display: block;
	font-weight: bold;
	text-align: center;
}

.wp-pagenavi span.current {
	padding: 10px;
}

	/* Single pages */

body.single #featured {
	padding: 0;
}

body.single #featured .wrapper {
	position: relative;
	padding: 20px 0 15px;
}

body.single #featured h1 {
	margin: 0;
	padding: 0;
	font-size: 1.7em;
	width: 800px;
	text-transform: uppercase;
}

.title_descr {
	font-size: 1em;
}

	/* Special Title */

h1.special_title {
	text-align:center;
	font-weight: normal;
	color: #444;
	font-size: 2.8em;
	letter-spacing: -1px;
	margin-top: 10px;
}

.special_title_descr {
	text-align:center;
	font-weight: bold;
	color: #929497;
	display: block;
	line-height: 1.4em;
}

.special_title_descr strong {
	color: #444;
}

.highlight1, .highlight2  {
	background-color:#ececec;
	color:#111;
	padding:6px 6px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.highlight2 {
	background-color:#111;
	color:#eee;
}

	/* Shortcode Columns */

.one_half {
	width:48%;
}

.one_third {
	width:30.66%;
}

.two_third {
	width:65.33%;
}

.one_fourth {
	width:22%;
}

.three_fourth {
	width:65%;
}

.one_fifth {
	width:16.8%;
}

.two_fifth {
	width:37.6%;
}

.three_fifth {
	width:58.4%;
}

.four_fifth {
	width:67.2%;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth {
	float:left;
	margin-right:4%;
	position:relative;
}

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

.lat, .lat a {
	border: 0!important;
}