/*  
Theme Name: AppPress
Theme URI: http://www.chimerathemes.com/2010/06/apppress/
Description: Create powerful presentation websites for your products or work.
Version: 1.4
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;
}
.big_orange i {width:28px !important;}
a#downloadBtn i { width:100px !important;}
a.button_small, a.button_small span {
	background: url('images/button_small.png') left top no-repeat;
	height: 23px;
	line-height: 20px;
	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 */

.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;
	position: relative;
	z-index: 99;
}

#header .wrapper {
	height: 95px;
	margin: 0 auto;
	width: 980px;
	background-position: 50% bottom;
	background-repeat: no-repeat;
}

#header ul {
	padding: 0;
	float: left;
	margin: 33px 0 0;
}

#header .menu, #header ul#menu {
	float: right;
}

#header ul li {
	position: relative;
	float: left;
}

#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 li a {
	font-size: 1.3em;
	text-transform: capitalize;
	padding: 0;
}

#header ul li a, #header ul li a i {
	float: left;
	height: 32px;
	line-height: 28px;
	padding: 0 0 0 12px;
}

#header ul li a {
	position: relative;
	margin: 0 13px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}

#header ul li .sf-sub-indicator {
	height:9px;
	position:absolute;
	right:-1px;
	top:10px;
	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;
	cursor: pointer;
}

#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:-1px;
	border: 0;
	width:227px;
	border-bottom: 0!important;
}

#header ul li ul {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -115px;
	top: 0;
	width: 197px;
	z-index: 99;
	padding: 25px 14px 0;
}

#header ul li ul li, #header ul li ul li a {
	float: none;
	margin: 0;
	padding: 0;
}

#header ul li ul li a, #header ul li ul li a i {
	background-image: none;
	height: auto!important;
	line-height: 22px!important;
	padding: 7px 7px!important;
}

#header ul li ul li a i {
	display: none;
}

#header ul li.sfHover ul li a {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-transform: capitalize;
}

#header ul li ul li ul {
	left:196px;
	margin:0;
	top: -5px;
	background-image: url('images/dd_menu_2.png');
	width: 200px;
	padding: 15px 14px 0 19px;
}

#header ul li ul li a span.sf-sub-indicator {
	background-image: url('images/dd_arrow_left.png');
	top: 50%;
	margin-top: -4px;
	right: 10px;
	height: 7px;
	width: 5px;
}

#header ul li ul li ul li.last {
	left: 6px;
}

	/* Breadcrumb & Slider navigation */

body.single p.breadcrumb {
	font-size: 0.86em;
	padding: 0;
	margin: 0 auto;
	font-weight: bold;
	display: block;
	width: 980px;
	line-height: 37px;
}

#breadcrumb {
	height: 38px;
	position: relative;
}

#breadcrumb .pagination {
	left: 50%;
	top: 8px;
	padding: 0;
	margin: 0 auto;
	position: absolute;
}

.hide {
	height: 0!important;
	overflow: hidden;
}

#breadcrumb .pagination a {
	height: 24px;
	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 24px;
}

	/* Homepage featured posts area */

#featured {
	padding: 20px 0;
	position: relative;
	overflow: hidden;
}

#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-family:georgia,times;
	font-size:1.4em;
	font-weight:normal;
	line-height:1.3em;
}

#slider h1, #slider h2, #slider h3, #slider h4, #slider h5, #slider h6 {
	font-family:helvetica,arial,sans-serif;
	line-height:1.1em;
	padding:5px 0 0;
}
.posts_slider ul li .one_half, .posts_slider ul li .one_third, .posts_slider ul li .two_third, .posts_slider ul li .three_fourth, .posts_slider ul li .one_fourth, .posts_slider ul li .one_fifth, .posts_slider ul li .two_fifth, .posts_slider ul li .three_fifth, .posts_slider ul li .four_fifth, .posts_slider ul li .one_sixth, .posts_slider ul li .five_sixth {
	padding-top: 25px!important;
}

.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-family:helvetica,arial,sans-serif;
	font-size:2.6em;
	line-height:1.1em;
	padding:5px 0 0;
}

#featured .alternate .feat_text h4 {
	margin: 20px 0 30px;
	font-family:georgia,times;
	font-size:1.4em;
	font-weight:normal;
	line-height:1.3em;
}

#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%;
}

body.single .w_title_descr #social {

}

#featured #social a {
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	margin: 0 2px;
	text-indent: -9999em;
}

#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: 2px;
}

#featured #cust_txt a.but_small {
	font-size: 0.9em;
	float: right!important;
	font-style: normal;
	margin-top: -7px;
}

body.single .w_title_descr #cust_txt {
	top: 13px!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 small */

#main_content .post_small {
	float:left;
	min-height:250px;
	margin:0 32px 25px;
	width: 311px;
}


#main_content .post_small  {
	text-shadow: 0 1px 0 #fff;
	color: #474747;
}

#main_content .post_first {
	margin: 0 0 25px -10px;
}

#main_content .post_last {
	margin: 0 -10px 25px 0;
}

#main_content .post_small .inner, #main_content .post_footer {
	padding:20px 17px 0;
	background: url('images/blog_item.png') 50% top no-repeat;
}

#main_content .post_small h2 {
	padding: 3px 15px 10px;
	margin: 0;
	border-bottom: #fff solid 1px;
	line-height: 0.7em;
}

#main_content .post_small h2 a {
	font-size: 0.6em;
	color: #454545;
}

#main_content .post_small h2 a:hover {
	color: #000;
}

#main_content .post_small .text {
	font-size:0.9em;
	height:130px;
	line-height:1.46em;
	overflow:hidden;
	padding:10px 11px 0;
	border-bottom: #fff solid 1px;
	border-top: #ccc solid 1px;
}

#main_content .post_small ul {
	padding:0;
	margin:0;
}

#main_content .post_small .text .post-img {
	float: left;
	margin: 7px 10px 0 0;
}

#main_content .post_small .text .post-img a {
	background: #fafafa;
	padding: 3px;
	display: block;
	border: #999 solid 1px;
}

#main_content .post_small .text .post-img a:hover {
	background: #fff;
	border-color: #666;
}

#main_content .post_footer {
	padding: 0 17px;
	background-position: 50% bottom;
	height: 65px;
}

#main_content .post_footer ul {
	border-top: #ccc solid 1px;
}

#main_content .post_footer li {
	padding: 11px 11px 0 0;
}

#main_content .post_footer li.date {
	font-size: 0.8em;
	font-weight: bold;
	padding: 16px 0 0 11px;
}

#main_content .post_footer li {
	float: left;
}

#main_content .post_footer li.readmore {
	float: right;
}
/* Pricing Css */
.package {  margin-left: -68px; width: 1070px;}
.package_1 {
	background: none repeat scroll 0 0 #43336E !important;
	border-radius: 4px 4px 4px 4px;
	margin-top: 67px;
	padding-right: 5px;
	border-right:none !important;
	margin-right:0px !important;
	box-shadow: none !important;
	width:100px !important;
}
.package .price_cols {
	float: left;
	width: 156px;
	border-right: 1px solid #CCCCCC;
	-moz-border-radius: 5px;/*Firefox*/
	-webkit-border-radius: 5px;/*Safari, Chrome*/
	border-radius: 5px;
}
.price_cols ul {
	margin: 0;
	padding: 0;
}
.package .price_col_first li.price-titles{ background: #025FAE;}
.package .price_col_second li.price-titles{ background:#C7242B;}
.package .price_col_third li.price-titles{ background:#F68625;}
.package .price_col_fourth li.price-titles{ background: #9DCE2C;}
.package .price_col_fifth li.price-titles{ background: #025FAE;}
.package .price_col_sixth li.price-titles{ background: #C7242B;}
.package .price_col_third { width:282px}
.plan-price {
    color: #FEFEFE;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0 10px;
    text-align: center;
    text-transform: uppercase;
}
.plan-name {
    color: #FEFEFE;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}


.package .package_1 li {
	background-image: none;
	border-bottom: 0 none;
	color: #FFFFFF;
	font-size: 0.96em;
	font-weight: bold;
	padding: 0 10px 0 0;
	text-align: right;
}

.package .price_col_first li.price {
	background-image: none;
	border-right: 1px solid #BBBBBB;
}

.package .price_cols li.center {
	background-image: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	text-align: center;
}
.package li.buttons {
	background-image: none;
	border-bottom: 0 none !important;
	padding: 15px 15px 0;
}
ol, ul {
	list-style: none outside none;
}
.package .price_cols li {
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #FFFFFF;
    line-height: 45px;
}

/* 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 */

.post-b {
	margin: 0 0 40px;
}

.post-b h2 {
	margin: 0 0 2px;
}

.post-b span.date {
	font-weight: bold;
	font-style: italic;
	padding: 0 0 10px;
	display: block;
}

.post-b span.date span {
	padding: 0 0 0 20px;
	background: url('images/time.png') left 51% no-repeat;
}

.post-b h2 a {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
}

.post-b .post-img {
	float: left;
}

.post-b .post-img a.img {
	margin:0 15px 0 0;
	display: block;
	border: #ddd solid 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.post-b .post-img a.img img {
	margin: 1px;
}

.post-b .post-img a.img:hover {
	border-color: #efefef;
}

.post-b .post-footer, .commentlist #respond {
	-moz-border-radius:8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fafafa;
	border: 1px solid #eee;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px 10px;
	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 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: 0.9em;
	color: #666;
}

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_colm {  width:759px;  min-height:200px; padding:15px; overflow:hidden; background:#fff; margin-top:42px;height:auto;margin-left: 59px;}
.Main_colm .box_col_1 { float:left;   margin-right:10px; width:242px; height:150px; text-align:center; margin-bottom:10px;  }


#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;
}

	/* Footer */

#footer .widget {
	background-image: url('images/footer_gradient.png');
	background-position: 50% top;
	background-repeat: repeat-x;
	color: #fafafa!important;
}

#footer .widget h4, #footer .widget h3 {
	text-transform: uppercase;
}

#footer .widget .textwidget {
	line-height: 1.4em;
}

#footer .wrapper .widget {
	background: url('images/footer_widget.png') left top no-repeat;
}

#footer_bottom {
	padding: 15px 0;
	font-size: 0.9em;
}

#footer_bottom .wrapper {
	position: relative;
}

#footer_bottom .wrapper .copy {
	display: block;
	font-size: 0.9em;
	color: #666;
	margin-top: 13px;
}

#footer_bottom .menu {
	display: block;
	padding: 0;
	margin: 0;
}

#footer_bottom .menu li {
	float: left;
	padding: 0 12px 0 0;
}

#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: 20px;
	height: 23px;
	display: block;
	font-weight: bold;
	text-align: center;
}

.wp-pagenavi span.current {
	padding: 10px;
}

	/* Single pages */

body.single #featured .wrapper {
	position: relative;
}

body.single #featured h1 {
	margin: 0;
	font-size: 2em;
	width: 800px;
	text-transform: uppercase;
}

.title_descr {
	font-size: 1em;
	padding: 5px 0 0;
	font-weight: bold;
}

	/* 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:2px 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;
}

.txt {
	color:#0066CC;
}

.pricing-6 .price_col li.center {
color: #000 !important;
}

.pricing .price_col li.twolines{ line-height: 18px;}