/*  
Theme Name: wpPrecious
Theme URI: http://www.chimerathemes.com
Description: With the built it style editor its very easy to roll your own custom style.
Version: 1.1
Author: <a href="http://www.chimerathemes.com" target="_blank" title="Premium WordPress 3.0 Themes">ChimeraThemes.com</a>
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');
@import url('includes/css/gallery.css');

	/* General Settings */

body {
	font-size: 0.8em;
	font-family: Arial, Tahoma, Verdana;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

	/* Menus */

.menu li {
	float: left;
	position: relative;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 33px;
	z-index: 99999;
	white-space: nowrap;
}

.menu li ul li {
	padding: 0;
	float: none;
}

.menu li ul li a {
	display: block;
}

	/* Header */

#header .logo {
	float: left;
	position: relative;
	top: 0;
}

#header .logo_text {
	font-weight: bold;
	font-size: 17px;
	text-shadow: 1px 1px 0 #fff;
}

#header .wrapper .menu ul {
	float: right;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius-top-left: 0;
	min-width: 170px;
	margin-top:35px;
}

#header .wrapper .menu ul li ul li {
	margin: 0;
}

.menu ul li ul li.first {
	border-top: 0;
}

.menu ul li ul li ul {
	left: 100%;
	top: 5px;
}

#header .wrapper .menu ul li ul li a:hover {
	border: 0;
}

#header .wrapper .menu ul li ul li ul {
	left: 100%;
}

body .wrapper .menu ul li ul li a {
	margin: 0!important;
	border: 0!important;
	background: none!important;
}

#header .wrapper .menu ul li a, #header .wrapper .menu ul li a i {
	padding: 0 0 0 10px;
	height: 38px;
	line-height: 35px;
	margin-left: 3px;
	margin-right: 10px;
	color: #858994;
	font-family: "Segoe UI",Frutiger,Arial,Tahoma,"Helvetica","Helvetica Neue",sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-shadow: 1px 1px 0 #ffffff;
	background-image: url('images/hover_bg.png');
	background-position:  -99999em -99999em;
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	float: left;
	position: relative;
}

#header .wrapper .menu ul li a.sf-with-ul {
	padding-right: 10px;
}

#header .wrapper .menu ul li a i {
	position: absolute;
	width: 10px;
	right: -10px;
	margin: 0;
	padding: 0;
	top: 0;
}

#header .wrapper .menu ul li a:hover, #header .wrapper .menu ul li.current-menu-item a, #header .wrapper .menu ul li.current-menu-parent a, #header .wrapper .menu ul li.sfHover a, #header .wrapper .menu ul li.current-menu-ancestor a {
	background-position: left top;
	color: #fafafa;
	text-shadow: 1px 1px 0 #8f8f8f;
}

#header .wrapper .menu ul li a:hover i, #header .wrapper .menu ul li.current-menu-item a i, #header .wrapper .menu ul li.current-menu-parent a i, #header .wrapper .menu ul li.sfHover a i, #header .wrapper .menu ul li.current-menu-ancestor a i {
	background-position: right top;
}

#header .wrapper .menu ul li ul {
	left: 3px;
}

.lat, .lat a {
	
}

#header .last {
	border: 0!important;
}

/* Drop down menus */

.menu li ul {
	background: #ffffff;
	border: 5px solid #A7A7A7;
	-moz-box-shadow: 0 5px 10px #262626;
	-webkit-box-shadow: 0 5px 10px #262626;
	font-size: 11px !important;
	padding: 2px;
}

.wrapper .menu ul li.sfHover ul li a, #header .wrapper .menu ul li.sfHover ul li a {
	background-color:#FAFAFA !important;
	color:#666666;
	float:none;
	height:auto;
	line-height:20px;
	padding:6px 10px !important;
	text-shadow:1px 1px 0 #FFFFFF;
}

.wrapper .menu ul li.sfHover ul li a i, #header .wrapper .menu ul li.sfHover ul li a i {
	display: none;
	visibility: hidden;
}

.wrapper .menu ul li.sfHover ul li a:hover, #header .wrapper .menu ul li.sfHover ul li a:hover {
	color: #2e2e2e !important;
	background-color: #ffffff !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	text-shadow: 1px 1px 0 #ffffff!important;
}

#header ul li ul .sf-sub-indicator {
	background:url("images/dd_arrow_left.png") no-repeat scroll right 50% transparent;
	right: 8px;
	top: 13px;
}

#header ul li .sf-sub-indicator {
	background:url("images/dd_arrow.png") no-repeat scroll 50% 100% transparent;
	height:9px;
	position:absolute;
	right:-3px;
	top:15px;
	width:9px;
}

.menu li ul li {
	border-bottom: 1px dotted #A7A7A7;
}

#header .wrapper .menu li ul li a {
	color: #515151;
	font-size: 13px !important;
	font-style: normal;
	font-weight: bold;
	background-color: #fafafa;
	text-shadow: 1px 1px 0 #ffffff;
}

	/* Featured Area */

#featured {
	overflow: hidden;
	font-size: 15px;
}

.feat_alt {
	overflow: visible!important;
}

#featured h1, #featured h2, #featured h3, #featured h4, #featured h5, #featured h6 {
	line-height: 1.2em;
}

#featured .feat_text {
	float: left;
	width: 465px;
}

	/* Featured slider */

#featured #slider {
	min-height: 340px;
}

#featured .posts_slider {
	min-height: 200px!important;
}

#featured #slider .image-slide {
	float: right;
	width: 520px;
}

#featured #slider .feat-text {
	float: left;
	width: 435px;
	font-size: 15px;
	line-height: 1.5em;
	min-height: 340px;
}

#featured #slider ul {
	margin: 0;
	padding: 0;
}

#featured #slider ul li {
	width: 980px;
	display: none;
}

	/* Slider arrows */

.sliderbutton {
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -26px;
	display: none;
}

.nivo-directionNav a, .sliderbutton a {
	background: url('images/arrows.png') left top;
	height: 49px;
	width: 50px;
	text-indent: -9999em;
	display: block;
}

a.nivo-prevNav:hover, .sliderbutton a:hover {
	background-position: left -98px;
}

.slider-right {
	left: auto;
	right: -60px;
}

a.nivo-nextNav, .slider-right a {
	background-position: right -49px;
}

a.nivo-nextNav:hover, .slider-right a:hover {
	background-position: left -147px;
}

.zoom {
	background: #fff url('images/zoom.png') 50% 50% no-repeat;
	opacity: 0.5;
}

	/* Featured Alternate */

#featured .alternate h3 {
	margin: 0 0 20px;
}

#featured .alternate h4 {
	line-height: 1.3em;
	margin: 0 0 30px;
}

#featured .alternate .feat_text .button_big {
	margin-left: 0;
}

#featured .alternate #screenshot {
	float: right;
	position: relative;
	z-index: 99;
	min-width: 500px;
	display: block;
	min-height: 366px;
}

#featured .alternate #screenshot img {
	display: none;
}

	/* Single Page */

.single #featured h1 {
	margin: 0;
}

.post .entry {
	line-height: 1.6em;
}

	/* Title Teasers */

#featured #social, #featured #cust_txt {
	margin-top:-5px;
	top:50% !important;
}

#featured #social {
	position:absolute;
	right: 0;
}

#featured #social a, .social_ico a {
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	margin: 0 2px;
	text-indent: -9999em;
}

#featured #cust_txt {
	font-style:italic;
	line-height:1.4em;
	list-style:none outside none;
	position:absolute;
	right:0;
	text-align: right;
	font-size: 1.3em;
	top: 9px;
}

#featured #cust_txt a.but_small {
	float:right !important;
	margin-top:-9px;
	margin-top:-8px;
	position:relative;
	top:50%;
	font-style: normal;
}

body.single .w_title_descr #cust_txt a.but_small {
	margin-top: 3px;
}

.title_descr {
	font-weight: normal!important;
}

body.single .w_title_descr #cust_txt {
	top: 19px!important;
}

.sidebar_left .main_sidebar {
	float: left;
}

.sidebar_left .main_wrapper {
	float: right;
}

.main_wrapper {
	float: left;
	width: 670px;
}

#main_content {
	min-height: 370px;
}

.main_sidebar {
	float: right;
	width: 280px;
}

.main_sidebar ul {
	margin: 0;
	padding: 0;
}

	/* Breadcrumb */

#breadcrumb {
	padding: 10px 0;
	position: relative;
}

#breadcrumb .breadcrumb {
	margin: 0 auto;
	width: 980px;
}

#breadcrumb .pagination, .nivo-controlNav {
	left: 50%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 10px;
}

.nivo-controlNav {
	bottom: -55px;
	top: auto;
}

.home #breadcrumb {
	padding: 10px 0 23px !important;
}

.nivo-controlNav a, #breadcrumb .pagination a {
	text-indent: -9999em;
	display: block;
	float: left;
	width: 12px;
	margin: 0 3px;
	height: 12px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	border: transparent solid 1px;
	cursor: pointer;
}

	/* Post Small */

.post_small {
	border: 2px solid transparent;
	float: left;
	margin: 15px 30px 15px 0;
	padding: 3px;
	width: 296px;
}

.post_last {
	margin-right: 0;
}

.post_small h2 {
	line-height: 1.4em;
	padding: 5px 8px;
	border-bottom: transparent solid 1px;
}

.post_small .text {
	line-height: 1.5em;
}

.post_small .text .post-img {
	float: left;
	padding: 0 10px 5px 7px;
}

.post_small .text .post-img a {
	display: block;
	border: transparent solid 2px;
}

.post_small .text .post-img a img {
	border: #fff solid 1px;
}

.post_small .post_footer {
	margin: 10px 0 0;
}

.post_small .post_footer a {
	display: block;
	padding: 3px 5px;
	float: right;
}

	/* Post Big */

.post-b {
	margin: 0 0 40px;
	border: transparent solid 1px;
}

.post-b h2 {
	line-height: 1.4em;
	margin-bottom: 6px;
}

.post-b .det {
	padding-bottom: 6px;
}

.post-b .post-img {
	float: left;
}

.post-b .post-img a {
	margin-right: 15px;
	display: block;
}

.post-b .post-content {
	line-height: 1.6em;
}

.post-b .post-footer, .post-b .date span {
	font-weight: bold;
}

	/* Sidebar Widgets */

#main_content .main_sidebar .widget {
	margin:0 0 30px;
	position:relative;
}

#main_content .main_sidebar .widget h3.widgettitle {
	margin: 0;
	padding: 8px 15px;
}

#main_content .main_sidebar .widget .content li a {
	display: block;
	line-height:1.3em;
	padding: 5px 5px 5px 20px;
	background-image: url('images/menu-arrow.png');
	background-repeat: no-repeat;
	background-position: 7px 50%;
}

	/* 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;
}

p.description {
	margin-top: -10px;
	color: #666;
	font-size: 0.96em;
	margin-bottom: 20px;
	line-height: 1.6em;
}

	/* Social Share */

#main_content .social_share {
	margin: -15px 0 30px;
	padding: 12px;
}

#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;
}

.social_ico a.rss {
	background: url('images/icons/rss_32.png') no-repeat;
}

.social_ico 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;
}

.social_ico 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;
}

.social_ico a.facebook, #main_content .social_share .facebook_icon a {
	background: url('images/icons/facebook_32.png') no-repeat;
}

.social_ico a.linkedin, #main_content .social_share .linkedin_icon a {
	background: url('images/icons/linkedin_32.png') no-repeat;
}

.thanks {
	color: #26910e;
	text-align: center;
	font-weight: bold;
}

#footer {
	position: relative;
}

#footer .thanks {
	color: #fcfcfc;
	text-align: left;
}

#footer .thanks strong {
	color: #fff;
	display: block;
	padding: 0 0 4px;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	padding: 0 8px 0 0;
}

#footer .copy {
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 0.9em;
}

#footer_social_icons {
	float: right;
	margin-top: 10px;
}

.inputError {
	background-color: #fff3f1!important;
	color: #333!important;
	border-color: #7e1010 !important;
}

	/* Page navigation */

.wp-pagenavi {
	padding: 20px 0 0 0;
	margin: 25px 0 0 0;
	border-top: #ddd solid 1px;
}

.wp-pagenavi span.pages {
	float: right;
	color:#777777;
	font-weight:bold;
	padding:1px;
	text-shadow:1px 1px 0 #FFFFFF;
}

.wp-pagenavi a, .wp-pagenavi span.current {
	float: left;
	margin: 0 4px;
	display: block;
	padding: 3px 10px!important;
	border: 0!important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wp-pagenavi a:hover {
	background: #000!important;
}

.wp-pagenavi span.current {
	display: block;
	text-align: center;
}

.wp-pagenavi span.current {
	padding: 2px!important;
	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;
}

.sp_title {
	text-transform: uppercase;
	border-bottom: #fff solid 2px;
	margin: 0;
	padding: 0;
	color: #383838;
}

.sp_title span {
	display: block;
	border-bottom: #ddd solid 1px;
	padding: 0 0 5px;
	color: #383838;
}

.heading {
	background: #212121;
	text-shadow: 1px 1px 1px #000;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: #fff;
}

.heading b {
	color: #dfdfdf;
}

.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, .slideshow_one_half {
	width:48%;
}

.one_third, .slideshow_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;
}

/* Nivo slider css */

/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}

#featured .nivoSlider {
	-moz-box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	min-height: 300px!important;
}

.feat_alt #slider {
	min-height: 300px!important;
}

a.nivo_link, .nivo_img img, .nivo_img, .nivoSlider img {
	position:absolute;
	display: none;
	top:0px;
	left:0px;
}

/* If an image is wrapped in a link */
.nivo-imageLink, #featured .nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:89;
}

#featured .nivo-caption {
	width:960px;
	padding: 0;
	margin: 10px;
	background:#000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#featured .nivo-caption p {
	padding: 0;
	margin:0;
	font-size: 13px;
}

#featured .nivo-caption p strong {
	font-size: 18px;
	padding: 2px 10px 5px;
	display: block;
}

#featured .nivo-caption p span {
	padding: 3px 10px 5px;
	display: block;
}

#featured .nivo-caption a {
	display:inline !important;
}
#featured .nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:50%;
	margin-top: -25px;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:10px;
}
.nivo-nextNav {
	right:10px;
}
/* Control nav styles (e.g. 1,2,3...) */
#featured .nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
#featured .nivo-controlNav a.active {
	font-weight:bold;
}

.slideshow {
	background: #fff;
	margin-bottom: 43px;
}

.slideshow .nivo-caption {
	padding: 0!important;
	width: 100%;
	bottom: -43px;
	height: 43px;
	line-height: 43px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius-bottom-left: 8px;
	-webkit-border-radius-bottom-right: 8px;
	border-bottom: 0!important;
	font-size: 15px!important;
}

.slideshow .nivo-caption p {
	padding: 0 20px;
}

.slideshow .nivo-controlNav {
	z-index: 9999;
	bottom: -29px;
	right: 20px;
	left: auto;
}

.slideshow .nivo-controlNav a {
	margin: 0 0 0 10px!important;
}

.onethirdimg {
          float:left;
          height:140px;
          padding:0 5px 5px 0;
}

#featured a.button_big {
    padding-left: 28px !important;
}

/*tn*/
.button-feautute{
    margin-bottom: 25px;
	margin-left:-29%;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.button-feautute a{
        float: none !important;
    margin: 0 auto!important;
    width: 160px;
}
#dialog-confirm{
    display: none;
    margin-top: 15px
}
.ui-dialog-titlebar{
    display: none
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none!important;
}
.ui-dialog .ui-dialog-buttonpane{
    text-align: center!important
}
.page-id-241 ul {
	list-style: unset;
}