/*
Theme Name: Ice Theme
Theme URI: http://e404themes.com
Description: Ice Premium Theme
Author: e404 Themes
Version: 1.2
*/

/* ---------------------------------------- */
/* main, reset */
html {
	position: relative;
	min-height: 100%;
	height: 100%;
}
html,
body,
form {
	font: 12px/18px "lucida grande","lucida sans unicode",tahoma,verdana,arial,sans-serif;
}
#main_wrapper {
	
}

* {
	margin: 0; 
	padding: 0;
	border: 0;
	outline: 0;
}

/* forms */
input,
textarea,
button,
select,
option {
	font: 12px/18px "lucida grande","lucida sans unicode",tahoma,verdana,arial,sans-serif;
}
textarea {
	line-height: 20px;
}

/* links */
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* elements */
div {
	border: 0;
	position: relative;
	text-align: left;
	overflow: visible;
	background-color: transparent;
}
p,pre {
	margin: 0 0 10px;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* lists */
ol {
	list-style: inside decimal
}
ul,ul li {
	list-style: none;
}
/* images */
img {
	border: 0;
}

/* class */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.leftside {
	float: left;
}
.rightside {
	float: right;
}
.nomargin {
	margin: 0;
}

/* clear */
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

/* ---------------------------------------- */
/* wrapper */
#content_wrapper {
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
	background-position: 50% 0;
	background-repeat: repeat-y;
	z-index: 99;
}
#wrapper {
	margin: 0 auto 0;
	padding: 20px 20px 0;
	width: 940px;
	background-color: #fff;
	z-index: 1;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#wrapper_inner {
	background: url("images/wrapper_btm.png") 0 100% repeat-x;
}

/* ---------------------------------------- */
/* header */
#header {
	margin: 0 auto;
	z-index: 9999;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
#logo a {
	display: block;
	margin: 40px 10px;
}
#header_nav {
	padding: 0 10px;
	margin: 40px 10px;
	min-height: 28px;
}
#header_info {
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	margin-right: 20px;
	padding-right: 24px;
	background: url("images/hr2vert.png") 100% 0 repeat-y;
}
#header_info span {
	font-size: 10px;
}

/* navigation */
#navigation_wrapper {
	width: 940px;
	padding: 0 30px;
	margin: 0 auto;
	background-position: 50% 0;
	background-repeat: repeat-y;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	z-index: 999;
}
#navigation {
	clear: both;
	padding-top: 21px;
	height: 51px;
	width: 940px;
	margin: 0 auto;
	background: url('images/light-y-nav.png') 50% 0 repeat-y;
}

/* search box */
#search {
	height: 40px;
	right: -220px;
	background: #e8e8e8;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	z-index: 999;
}
#search_wrapper {
	position: absolute;
	top: 0;
	right: 40px;
	margin: 0 0 0 40px;
	overflow: hidden;
}
#search form input[type="text"] {
	padding: 5px 8px 6px 16px;
	vertical-align: middle;
	background: #fff url('images/enter.png') 146px 8px no-repeat;
	color: #666;
	width: 150px;
	height: 21px;
	margin: 4px;
	border: none;
	font-size: 12px;
	line-height: 14px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* content search */
.content-search {
	margin: 15px 30px 40px 0;
}
.content-search form input[type="text"] {
	width: 200px;
}

/* ---------------------------------------- */
/* main wrapper */
/* buttons */
#tools_wrapper {
	position: absolute;
	right: -30px;
	top: 30px;
}
.tools {
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
	background: #fff url('images/tools-bg.png') repeat-y;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}
.tools:hover {
	background-color: #e8e8e8;
}
.tools a {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
}
#search_btn a {
	background: url('images/tool-search.png') 9px 9px no-repeat;
}
#rss_btn a {
	background: url('images/tool-rss.png') 10px 10px no-repeat;
}

/* intro */
#head_intro {
	background: #fff;
	padding-top: 20px;
	margin-top: -20px;
	margin-bottom: 40px;
	border-bottom: 4px solid #dfdfdf;
	min-height: 25px;
}
#intro {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 14px;
	line-height: 22px;
	clear: both;
	overflow: hidden;
}
#intro h1,
#intro h2,
#intro h3,
#intro h4,
#intro h5,
#intro h6 {
	margin-bottom: 10px;
}
.slogan {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 20px;
	clear: both;
	overflow: hidden;
}
#intro strong,
.slogan strong {
	text-shadow: none;
}

/* intro - twitter */
.twitter-intro p {
	min-height: 19px;
	padding: 10px 0 10px 51px;
	margin-bottom: 0;
	background: url('images/twitter-intro.png') 0 50% no-repeat;
}

/* breadcrumb */
#breadcrumb {
	font-size: 11px;
	text-align: right;
	position: absolute;
	top: 15px;
	right: 0;
}
#breadcrumb span {
	font-weight: bold;
	font-size: 13px;
	padding: 0 2px;
}

/* featured */
#featured {
	width: 940px;
	margin: 0 auto 20px;
	padding: 0 0 20px;
	background: url('images/shadow940f.png') 50% 100% no-repeat;
}

#wrapper #featured ul li {
	list-style: none;
}
#wrapper #featured ul {
	margin-bottom: 0;
}

/* ---------------------------------------- */
/* headers */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 10px;
	font-weight: normal;
	font-family: helvetica neue,helvetica,"trebuchet ms",sans-serif;
}
h1 {
	font-size: 28px;
	line-height: 32px;
}
h2 {
	font-size: 22px;
	line-height: 26px;
}
h2.fancy-header {
	background: url('images/hr1.png') 0 100% repeat-x;
	padding-bottom: 14px;
	margin-bottom: 40px;
}
h2.icon-box {
	padding: 0;
	margin-bottom: 10px;
	min-height: 50px;
	border: none;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
}
h4 {
	font-size: 18px;
	line-height: 22px;
}
h5 {
	font-size: 16px;
	line-height: 20px;
}
h6 {
	font-size: 14px;
	line-height: 18px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

#sidebar h1 {
	font-size: 22px;
	line-height: 26px;
}
#sidebar h2 {
	font-size: 20px;
	line-height: 24px;
}
#sidebar h3 {
	font-size: 18px;
	line-height: 22px;
}
#sidebar h3,
.widgets h3,
h3.fancy-header {
	background: url('images/hr1.png') 0 100% repeat-x;
	padding-bottom: 20px;
	margin-bottom: 20px !important;
}
#sidebar h4 {
	font-size: 16px;
	line-height: 20px;
}
#sidebar h5 {
	font-size: 14px;
	line-height: 18px;
}
#sidebar h6 {
	font-size: 12px;
	line-height: 18px;
}

/* ---------------------------------------- */
/* highlight */
.highlight1 {
	padding: 2px 6px 3px;
	background: #000;
	color: #fff;
}
.highlight2 {
	padding: 2px 6px 3px;
	color: #444;
	background: #ffec6e;
}

/* ---------------------------------------- */
/* tip */
span.tiptip:hover {
	cursor: help;
}

/* ---------------------------------------- */
/* dividers */
.divider-top {
	clear: both;
	border-bottom: 4px solid #e5e5e5;
	padding-top: 10px;
	margin: -10px 0 40px;
	text-align: right;
}
.divider-top a {
	position: absolute;
	right: 0;
	top: 7px;
	background: #fff;
	color: #bbb;
	font-size: 9px;
	line-height: 11px;
	height: 20px;
	width: 30px;
	text-decoration: none;
}
.divider-top a:hover {
	color: #999;
}

hr {
	clear: both;
	border: none;
	border-top: 1px solid #e5e5e5;
	margin: 40px 0 40px;
}
.divider-full {
	border-top: 4px solid #e5e5e5;
	height: 0;
	margin: 0 0 40px;
}
.divider-dotted {
	border: none;
	background: url('images/hr1.png') repeat-x;
	height: 4px;
	margin: 0 0 40px;
}
.slogan .divider-full,
.slogan .divider-dotted {
	margin: 30px 0 0;
}

/* ---------------------------------------- */
/* columns */
.one_half,
.one_third,
.one_fourth,
.one_fifth,
.one_sixth,
.one_eighth,
.two_third,
.two_fourth,
.two_fifth,
.three_fourth,
.three_fifth,
.three_eighth,
.four_fifth,
.five_sixth,
.five_eighth,
.seven_eighth {
	float: left;
	position: relative;
	margin: 0 20px 40px 0;
}
.full_page {
	position: relative;
	margin: 0 0 40px 0;
}
#page-content .full_page {
	margin: 0 0 40px 0;
}
.one_half {
	width: 460px;
}
.one_third {
	width: 300px;
}
.one_fourth {
	width: 220px;
}
.one_fifth {
	width: 172px;
}
.one_sixth {
	width: 140px;
}
.one_eighth {
	width: 100px;
}
.two_third {
	width: 620px;
}
.two_fifth {
	width: 364px;
}
.three_fourth {
	width: 700px;
}
.three_fifth {
	width: 556px;
}
.three_eighth {
	width: 340px;
}
.four_fifth {
	width: 748px;
}
.five_sixth {
	width: 780px;
}
.five_eighth {
	width: 580px;
}
.seven_eighth {
	width: 820px;
}
#page-content .one_half {
	width: 300px;
}
#page-content .one_third {
	width: 193px; /*193.33*/
}
#page-content .one_fourth {
	width: 140px;
}
#page-content .one_fifth {
	width: 108px;
}
#page-content .one_sixth {
	width: 86px; /*86.66*/
}
#page-content .one_eighth {
	width: 60px;
}
#page-content .two_third {
	width: 406px;
}
#page-content .two_fifth {
	width: 236px;
}
#page-content .three_fourth {
	width: 460px;
}
#page-content .three_fifth {
	width: 364px;
}
#page-content .three_eighth {
	width: 220px;
}
#page-content .four_fifth {
	width: 492px;
}
#page-content .five_sixth {
	width: 510px;
}
#page-content .five_eighth {
	width: 380px;
}
#page-content .seven_eighth {
	width: 540px;
}

#intro .one_half,
#intro .one_third,
#intro .one_fourth,
#intro .one_fifth,
#intro .one_sixth,
#intro .one_eighth,
#intro .two_third,
#intro .two_fourth,
#intro .two_fifth,
#intro .three_fourth,
#intro .three_fifth,
#intro .three_eighth,
#intro .four_fifth,
#intro .five_sixth,
#intro .five_eighth,
#intro .seven_eighth,
.slogan .one_half,
.slogan .one_third,
.slogan .one_fourth,
.slogan .one_fifth,
.slogan .one_sixth,
.slogan .one_eighth,
.slogan .two_third,
.slogan .two_fourth,
.slogan .two_fifth,
.slogan .three_fourth,
.slogan .three_fifth,
.slogan .three_eighth,
.slogan .four_fifth,
.slogan .five_sixth,
.slogan .five_eighth,
.slogan .seven_eighth {
	margin: 0 20px 0 0;
}

div.last,
#page-content div.last,
#intro div.last,
.slogan div.last {
	margin-right: 0;
}
#page-content,
#sidebar {
	margin-bottom: 40px;
}
#sidebar {
	padding-bottom: 20px;
}
.sidebar-left-wrapper {
	background: #fff url("images/sidebar-left-bg.png") 46px 0 repeat-y;
}
.sidebar-right-wrapper {
	background: #fff url("images/sidebar-bg.png") 660px 0 repeat-y;
}

#copyright .one_half {
	margin-bottom: 0;
}

/* ---------------------------------------- */
/* forms */
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="password"],
textarea,
select {
	background-color: #fff;
	padding: 6px 8px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px rgba(119, 119, 119, 0.2);
	-moz-box-shadow: 1px 1px 3px rgba(119, 119, 119, 0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(119, 119, 119, 0.2);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width:100%;
}
select {
	width: 100%;
}
/*#wrapper form input[type="text"]:focus,
#wrapper form input[type="password"]:focus,
textarea:focus,
select:focus {
	border-color: #bbb;
	background-color: #f5f5f5;
	color: #666;
}*/
/*form input[type="submit"] {
	background-image: url('images/gradient-light.png');
	background-position: 0 -45px;
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 14px;
	padding: 5px 16px 6px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
form input[type="submit"]:hover {
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	opacity: 0.8;
}*/




.one_half input[type="text"] {
	width: 442px;
}
.one_third input[type="text"],
#page-content .one_half input[type="text"] {
	width: 282px;
}
#page-content .one_third input[type="text"] {
	width: 175px;
}
.one_fourth input[type="text"] {
	width: 202px;
}
#page-content .one_fourth input[type="text"] {
	width: 122px;
}
.one_fifth input[type="text"] {
	width: 154px;
}
#page-content .one_fifth input[type="text"] {
	width: 90px;
}
.one_sixth input[type="text"] {
	width: 122px;
}
#page-content .one_sixth input[type="text"] {
	width: 68px;
}

/* ---------------------------------------- */
/* images */
.border-img img,
img.border-img,
.border-box,
.attachment-thumbnail {
	border: 1px solid #eee;
	padding: 5px;
	background: #fff;
}
.border-img a:hover img,
a:hover img.border-img,
a:hover img.attachment-thumbnail {
	border: 1px solid #ccc;
}

.shadow {
	padding-bottom: 20px;
	margin-bottom: 0 !important;
}
.shadow_full {
	background: url('images/shadow940.png') 0 100% no-repeat;
	width: 940px;
}
.shadow_huge {
	background: url('images/shadow620.png') 0 100% no-repeat;
	width: 620px;
}
.shadow_large {
	background: url('images/shadow460.png') 0 100% no-repeat;
	width: 460px;
}
.shadow_medium {
	background: url('images/shadow300.png') 0 100% no-repeat;
	width: 300px;
}
.shadow_small {
	background: url('images/shadow220.png') 0 100% no-repeat;
	width: 220px;
}
.shadow_vsmall {
	background: url('images/shadow172.png') 0 100% no-repeat;
	width: 172px;
}
.shadow_tiny {
	background: url('images/shadow140.png') 0 100% no-repeat;
	width: 140px;
}
.shadow_vtiny {
	background: url('images/shadow100.png') 0 100% no-repeat;
	width: 100px;
}

.shadow .aligncenter,
.shadow .alignnone,
.shadow .alignleft,
.shadow .alignright {
	margin-bottom: 0;
}
.shadow_right {
	background-position: 100% 100%;
}
.shadow_aligncenter {
	margin: 0 auto;
}

/* ---------------------------------------- */
/* fancy box */
.fancy-box {
	margin-bottom: 40px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.fancy-box-title {
	padding: 10px 20px 10px;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.fancy-box-title h2,
.fancy-box-title h3,
.fancy-box-title h4,
.fancy-box-title h5,
.fancy-box-title h6 {
	margin-bottom: 0;
}
.fancy-box-content {
	padding: 20px;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

.fancy-box {
	background: #f8f8f8;
}
.fancy-box-title {
	background: #eee url('images/gradient-light-h.png') 0 0 repeat-x;
	border: 1px solid #e5e5e5;
}
.fancy-box-content {
	border: 1px solid #eee;
	border-top: none;
	background: url('images/gradient-light.png') 0 0 repeat-x;
}

/* ---------------------------------------- */
/* fancy list */
.fancy_list {
	background: url('images/hr1.png') 0 0 repeat-x;
}
.fancy_list .fancy_title {
	border-top: 4px solid #e5e5e5;
	padding-top: 40px;
}
.fancy_list .fancy_list_item {
	margin-top: 44px;
}
.fancy_list_item h3 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
	color: #fff;
	background: url('images/hover_bg.png') repeat;
	display: inline-block;
}
.fancy_list_item .aligncenter {
	margin-top: 0;
}
.fancy_border {
	background: #fff;
}
.fancy_hover {
	position: absolute;
	left: 0;
	top: 20px;
	text-decoration: none;
	margin-right: 20px;
}
.fancy_image:hover .fancy_hover,
.fancy_blog_list .fancy_hover {
	display: block;
}

.fancy_blog_list .fancy_hover {
	top: auto;
	position: relative;
	display: inline;
	margin-right: 0;
}

.fancy_hover h3 a,
.fancy_hover h3 a:hover {
	color: #fff;
	padding: 6px 10px;
	display: block;
}

.fancy_blog_header {
	position: absolute;
	bottom: 33px;
	width: 200px;
}
.fancy_list_item h3:hover {
	background-color: #666;
}

.fancy_blog_list h3 {
	max-height: 80px;
	overflow: hidden;
}

.fancy_date {
	background: url('images/hover_dark_bg.png') repeat;
	color: #bbb;
	display: inline-block;
	padding: 3px 10px;
}

.fancy_meta {
	padding: 10px 0 0;
	height: 23px;
	z-index: 1;
}
#scroller .items div.panel div.fancy_meta {
	width: 208px !important;
	height: auto !important;
}

#wrapper .fancy_meta ul {
	float: right;
	height: 23px;
	margin-bottom: 0;
}
#wrapper .fancy_meta li {
	float: left;
	height: 23px;
	list-style: none;
	margin-left: 5px;
}
a.fancy_icon {
	background-image: url('images/meta-icons.png');
	background-repeat: no-repeat;
	height: 23px;
	width: 23px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.fancy_details {
	background-position: 0 0;
}
.fancy_preview {
	background-position: 0 -33px;
}
.fancy_likes {
	background-position: 0 -66px;
}
.fancy_comments {
	background-position: 0 -99px;
}

.fancy_details:hover {
	background-position: -33px 0;
}
.fancy_preview:hover {
	background-position: -33px -33px;
}
.fancy_likes:hover {
	background-position: -33px -66px;
}
.fancy_comments:hover {
	background-position: -33px -99px;
}

.fancy_likes_you_like {
	background-position: -66px -66px;
}

/* ---------------------------------------- */
/* blockquote */
blockquote {
    color: #999;
	background: url('images/quote.png') 20px 0 no-repeat;
	padding-left: 50px;
	border-left: 4px solid #eee;
    font-style: italic;
    line-height: 22px;
}
.info_box blockquote {
	padding-left: 30px;
	background-position: 0 0;
	border-left: none;
}
blockquote span {
	display: block;
	margin-bottom: 10px;
}
.bq-center {
    margin: 20px 0;
}
.bq-left {
	float: left;
	width: 272px;
	margin: 20px 20px 20px 0;
}
.bq-right {
	float: right;
	width: 272px;
	margin: 20px 0 20px 20px;
}
.bq-none {
	margin-bottom: 20px;
}
blockquote cite {
	display: block;
	font-size: 11px;
	font-style: normal;
	text-align: right;
}

/* ---------------------------------------- */
/* icon box & button */
.icon-button {
	height: 50px;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}
.icon-box .icon,
.icon-button .icon {
	float: left;
	margin: 0 20px 10px 0;
}
.icon-button strong,
.icon-button a {
	display: block;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	text-decoration: none;
}
.icon-box span,
.icon-button span {
	display: block;
	font: 12px/20px "lucida grande","lucida sans unicode",tahoma,verdana,arial,sans-serif;
	font-weight: normal;
	text-transform: none;
}

/* ---------------------------------------- */
/* more button */
.more {
	margin: 20px 0 0;
	clear: both;
}
.post-list-info .more {
	display: inline-block;
}
.more span {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	cursor: pointer;
	background: #c6c6c6 url("images/gradient-light.png") 0 -22px repeat-x;
}
.more span a,
#sidebar .more span a,
#sidebar .more span a {
	padding: 6px 16px 6px 26px;
	display: block;
	background: url('images/arrow-nav.png') 16px 50% no-repeat;
	color: #666;
	text-decoration: none;
}
.more span a:hover,
#sidebar .more span a:hover {
	color: #999;
}

/* ---------------------------------------- */
/* text */
.zoom,
.gallery-icon a {
	display: block;
}

.zoom:hover,
.gallery-icon a:hover {
	background: url('images/more-icon.png') 50% 50% no-repeat;
}
.zoom:hover img,
.gallery-icon a:hover img {
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*--IE 8 Transparency--*/
	opacity: 0.5;
}

/* ---------------------------------------- */
/* code */
code {
	color: #999;
	margin-bottom: 20px;
	display: inline-block;
}
.toggle code,
.content_box code {
	margin: 10px;
}

/* ---------------------------------------- */
/* dropcaps */
.dropcap1,
.dropcap3,
.dropcap6 {
	float: left;
    position: relative;
	font-size: 26px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	width: 40px;
	height: 40px;
    margin: 5px 10px 0 0;
    overflow: hidden;
}
.dropcap2 {
	float: left;
    position: relative;
	font-size: 36px;
	line-height: 38px;
	color: #333;
	text-align: center;
	width: 40px;
	height: 40px;
    margin: 5px 10px 0 0;
    overflow: hidden;
}
.dropcap4,
.dropcap5 {
	float: left;
    position: relative;
	color: #333;
	font-size: 20px;
	line-height: 38px;
	color: #333;
	text-align: center;
	width: 40px;
	height: 40px;
    margin: 5px 10px 0 0;
    overflow: hidden;
}
.dropcap1 {background: #333 url('images/dropcapbg.png') no-repeat;}
.dropcap3 {background: #333 url('images/dropcapbg2.png') no-repeat;}
.dropcap4 {background: #333 url('images/dropcapbg3.png') no-repeat;}
.dropcap5 {background: #333 url('images/dropcapbg4.png') no-repeat;}
.dropcap6 {background: #333 url('images/dropcapbg5.png') no-repeat;}

/* ---------------------------------------- */
/* footer */
#footer{
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

/* copyright */
#copyright {
	background-repeat: repeat-x;
	padding: 40px 0 28px;
	margin: 0 auto;
	width: 940px;
	font-size: 10px;
	border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
}
#copyright_wrapper {
	background-position: 50% 0;
	background-repeat: repeat-y;
}
/* footer - twitter */
#twitter-footer {
	width: 940px;
	padding: 0 20px;
	margin: -10px auto 0;
	border-top: #fff solid 10px;
	font-size: 14px;
	line-height: 22px;
	background-repeat: repeat;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
}
#twitter-footer p {
	padding: 20px 0 20px 33px;
	margin-bottom: 0;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

/* ---------------------------------------- */
/* widgets */
.sidebar-right-wrapper #sidebar .widgets {
	padding: 0 0 30px 20px;
}
.sidebar-left-wrapper #sidebar .widgets {
	padding: 0 20px 30px 0;
}
#page-content .widgets {
	margin-bottom: 20px;
}

.tags-meta {
	margin: 0 0 10px;
	padding-top: 10px;
}

/* ---------------------------------------- */
/* blog - posts */
.post_wrapper,
.search-item {
	margin-bottom: 40px;
	padding-bottom: 40px;
	background: url('images/hr1.png') 0 100% repeat-x;
}
.thumbnail_wrapper {
	margin-bottom: 20px;
}
.sticky {
	background-color: transparent;
}
.blog-img {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.blog-img img {
	border: 1px solid #e5e5e5;
	padding: 5px;
	background: #efefef;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.blog-img a {
	display: block;
}
.blog-img a {
	background: url("images/more-icon.png") 50% 50% no-repeat;
}
.blog-img a:hover img {
	border-color: #d5d5d5;
	opacity: 0.5;
}
.aligncenter {
	display: block;
	margin: 0px auto 20px;
}
.alignnone {
	display: block;
	margin: 5px 0 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.thumbnail_wrapper .aligncenter {
	margin-bottom: 0;
}

.wp-caption-text {
	font-size: 11px;
	margin-right: 10px;
	color: #999;
}
.wp-caption p {
	margin-bottom: 0;
}

.wp-caption .shadow {
	margin-bottom: -10px !important;
}

.gallery-caption {
	margin: 10px 0 0;
}

.post-header {
	min-height: 70px;
	margin-bottom: 20px;
}
.post-header h2 {
	margin: 0 0 10px 90px;
	padding-top: 8px;
}
.post-header .tags-meta {
	margin: 10px 0 0 90px;
}

/* blog - comments */
#wrapper li.comment {
	list-style: none;
}
#comments {
	clear: both;
}
.page-layout #comments {
	margin-bottom: 40px;
}

/* blog - meta */
.posted-meta {
	margin-bottom: 5px;
}
.post .posted-meta {
	margin: 0 0 0 90px;
}
.tags-meta a {
	background: url("images/dot.png") no-repeat scroll 8px 50% #b2b2b2;
    color: #fff;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 2px 10px 2px 20px;
    text-decoration: none;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.tags-meta a:hover {
    color: #fff;
	background-color: #000;
}
.tags-meta span {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

.meta-date {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	padding: 10px;
	text-align: center;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}
.meta-date span {
	display: block;
	text-transform: uppercase;
}
.meta-month {
	font-size: 13px;
	line-height: 13px;
	color: rgba(255, 255, 255, 0.7);
}
.meta-day {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 1px;
	color: #fff;
}
.meta-year {
	font-size: 11px;
	line-height: 11px;
	color: rgba(255, 255, 255, 0.7);
}

.blog-author,
.blog-categories,
.blog-comments,
.blog-likes,
.edit-link {
	margin-right: 10px;
	display: inline-block;
}
.posted-meta a {
	color: #999;
	text-decoration: none;
}
.blog-comments a {
	padding-left: 20px;
	background: url('images/post-meta.png') 0 2px no-repeat;
}
.blog-comments a:hover {
	background-position: 0 -28px;
	color: #000;
}
.blog-likes a {
	padding-left: 18px;
	background: url('images/post-meta.png') 0 -58px no-repeat;
}
.blog-likes a:hover {
	background-position: 0 -88px;
}
.blog-likes a.fancy_likes_you_like {
	background-position: 0 -118px;
	color: #f43a27;
}

/* portfolio - meta */
.recent-portfolio .posted-meta {
	font-size: 11px;
}
.portfolio .tags-meta {
	background: url('images/hr1.png') repeat-x;
	padding-top: 24px;
	margin: 0 0 40px;
}
.portfolio .posted-meta {
	margin-bottom: 0;
}
.portfolio-columns .portfolio-meta {
	position: absolute;
	bottom: 3px;
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	z-index: 2;
}
#page-content .portfolio .full_page .portfolio-meta {
	width: 530px;
}
.portfolio .one_half .portfolio-meta {
	width: 370px;
}
.portfolio .one_third .portfolio-meta,
#page-content .portfolio .one_half .portfolio-meta {
	width: 210px;
}
.portfolio .one_fourth .portfolio-meta {
	width: 130px;
}
.portfolio-page .portfolio-meta {
	padding-top: 10px;
	margin-bottom: 0;
}
.portfolio-meta span {
	font-weight: bold;
	margin-right: 10px;
}

/* pagination */
.wp-pagenavi {	
	font-size: 11px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	float: left;
	margin: 0 5px 5px 0;
	height: 18px;
	padding-top: 1px;
	color: #999;
}
.wp-pagenavi a:hover {
	color: #666;
}
.wp-pagenavi span.pages {
	float: right;
	margin: 0 0 5px 20px;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	padding: 0 8px 1px;
	font-weight: bold;
	background: #ddd url("images/gradient-btn.png") repeat-x;
	border: 1px solid #ddd;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.wp-pagenavi span.current {
	text-decoration: none;
	font-weight: bold;
	padding: 0 3px;
}
.wp-pagenavi a.page {
	background: #aaa url("images/gradient-btn.png") repeat-x;
	color: #fff;
	border: 1px solid #aaa;
	padding: 0 8px 1px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.wp-pagenavi a.page:hover {
	background-position: 0 -5px;
}

/* blog - author info */
#post-author .alignleft {
	margin: 0 20px 10px 0;
}
#post-author .blog-img img {
	background: #fff;
}

/* blog - share this */
.share-this {
	overflow: hidden;
	clear: both;
}
.share_button {
	z-index: 10;
	position: relative;
}
.share-this a {
	float: left;
	background: #fff;
	margin-right: 2px;
	padding: 2px;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 10;
}
.share-this a:hover {
	background: #eee
}
.share_buttons {
	z-index: 9;
	position: absolute;
}

/* blog - comments list, person box & testimonial box  */
.commentlist {
	list-style: none;
	margin-bottom: 20px;
}
#wrapper .commentlist li {
	list-style: none;
}
.bypostauthor {
	background: transparent;
}
.person-box,
.testimonial-box {
	margin-bottom: 10px;
}

.comment-text,
.person-text {
	margin-bottom: 10px;
	padding: 20px 0 10px 70px;
	position: relative;
	overflow: hidden;
	min-width: 100px;
	border-top: 1px solid #e2e2e2;
}
.comment-text {
	padding: 20px 0 10px 70px;
}
.person-text,
.testimonial-box .comment-text {
	padding: 0 0 0 120px;
	margin: 0;
	border: none;
}
.children .comment-text {
	border-top: 1px solid #f2f2f2;
}

.testimonial-box p {
	line-height: 20px;
}
.comment-box .avatar-box img,
.testimonial-box .avatar-box img,
.person-box .avatar-box img {
	background: #fff;
	padding: 5px;
	border: 1px solid #999;
}
#wrapper ul.children ul.children {
	margin-left: 45px;
}
.comment-reply a {
	float: right;
	color: #999;
	text-decoration: none;
	padding: 0 0 0 26px;
	background: url('images/reply.png') 5px 50% no-repeat;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.comment-reply a:hover {
	color: #666;
}
.comment-author,
.person-name {
	font-style: normal;
	font-size: 14px;
	margin-bottom: 0;
}
.bypostauthor .comment-author {
	font-weight: bold;
}
.comment-author a,
.person-name a {
	text-decoration: none;
}
.comment-author span,
.person-name span,
.comment-author a,
.person-name a {
	font-weight: bold;
}
.comment-date,
.comment-info,
.person-info {
	display: block;
	font-size: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.comment-date a,
.comment-info a,
.person-info a {
	color: #999;
}

.avatar-box {
	padding: 2px;
	margin: 20px -60px 0 0;
	background: #ccc url('images/gradient-navi.png') repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 9;
}
.person-box .avatar-box,
.testimonial-box .avatar-box {
	margin: 0 -110px 0 0;
}
.bypostauthor .avatar-box {
	background-color: #666;
}
.testimonial-box .avatar-box {
	margin-top: 0;
}
.children .avatar-box img {
	border: none;
}
.avatar-box img {
	border: none !important;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* blog - comment form */
#commentform .one_third {
	margin-bottom: 10px;
}
#wrapper #commentform textarea {
	width: 100%;
}
#commentform input[type="submit"] {
	margin: 0 auto;
}
#commentform label {
	display: block;
	margin-bottom: 3px;
	color: #666;
}
.form-allowed-tags code {
	margin-bottom: 0;
}
#comments .form-submit {
	margin-bottom: 0;
}
#comments ol .form-submit {
	margin-bottom: 40px;
}

/* person info */
#wrapper ul.person-social {
	float: right;
	margin: 10px 0 0;
	height: 25px;
}
#wrapper .person-social li {
	list-style: none;
	float: left;
	margin-left: 1px;
}
.person-social a {
	display: block;
	width: 25px;
	height: 25px;
	background-image: url('images/social-small.png');
	background-repeat: no-repeat;
	text-indent: 9999px;
	overflow: hidden;
}
.person-twitter {background-position: 0 -25px;}
.person-twitter:hover {background-position: 0 0;}
.person-facebook {background-position: -25px -25px;}
.person-facebook:hover {background-position: -25px 0;}
.person-linkedin {background-position: -50px -25px;}
.person-linkedin:hover {background-position: -50px 0;}

/* ---------------------------------------- */
/* portfolio */
.portfolio-columns .portfolio-item {
	margin-bottom: 0;
}
.portfolio-columns .shadow {
	margin-bottom: 20px !important;
}

.portfolio-sortable .portfolio-item {
	background: #fff;
}
.portfolio-page .aligncenter {
	margin-top: 0;
}
.portfolio-meta {
	font-size: 11px;
	margin-bottom: 10px;
}
.portfolio-page .portfolio-meta {
	font-size: 12px;
}
.portfolio_item_header {
	position: absolute;
	left: 0;
	top: 20px;
	background: url("images/hover_bg.png") repeat;
	margin-right: 20px;
}
.portfolio_item_header:hover {
	background-color: #666;
}
.portfolio_item_header h3 {
	margin: 0;
}
.portfolio_item_header h3 a {
	padding: 10px;
	display: block;
}
.portfolio-columns h3,
.portfolio-columns h3 a,
.portfolio-columns h3 a:hover {
	color: #fff;
}
.portfolio-columns .one_half h3 {
	font-size: 18px;
	line-height: 22px;
}
#page-content .portfolio-columns .one_half h3,
.portfolio-columns .one_third h3 {
	font-size: 16px;
	line-height: 20px;
}
.portfolio-columns .one_fourth h3 {
	font-size: 14px;
	line-height: 18px;
}

#wrapper .portfolio-columns li.one_third {
	list-style: none;
	height: 243px;
	margin-bottom: 0;
}

#wrapper .portfolio-columns li.one_fourth {
	list-style: none;
	height: 170px;
	margin-bottom: 0;
}

ul.portfolio-columns {
	margin: 0 -20px 0 0;
	width: 960px;
}
.portfolio-columns li.last {
	margin-right: 20px;
}

.portfolio-sortable .fancy_meta {
	bottom: 10px;
}

/* portfolio - next/prev navigation */
.portfolio-nav {
	margin-bottom: 40px;
}
.portfolio-nav h2 {
	float: left;
	width: 600px;
	margin-bottom: 0;
}
#wrapper .portfolio-nav ul {
	float: right;
	margin-bottom: 0;
}
.portfolio-btns,
.portfolio-likes {
	margin-left: 10px;
	padding-left: 9px;
	border-left: 1px solid #ddd;
}
.portfolio-btns a.arrowleft {
	margin-right: 5px;
}
#wrapper .portfolio-nav li {
	float: left;
	list-style: none;
	height: 25px;
	line-height: 25px;
}

.portfolio-btns ul a {
	margin-left: 1px;
}

a.browse {
	display: inline-block;
	background-image: url('../images/scroller-arrows.png');
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	cursor: pointer;
	font-size: 1px;
}
a.arrowright 		{
	background-position:  -25px 0;
	clear:right;
}
a.arrowright:hover 	{
	background-position: -25px -25px;
}
a.arrowleft:hover  	{
	background-position: 0 -25px;
}
a.disabled {
	filter: alpha(opacity=10) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /*--IE 8 Transparency--*/
	opacity: 0.1 !important;		
}
a.disabled:hover {
	cursor: default;
}

/* ---------------------------------------- */
/* gallery */
#gallery-1 img {
	border: 1px solid #e5e5e5 !important;
}
.gallery {
	margin: 0 auto 20px;
}
.gallery .gallery-item {
    float: left;
    margin: 10px auto;
    text-align: center;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-3 .gallery-item {
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}

/* contact form */
#contactform .one_third {
	margin-bottom: 10px;
}
#wrapper #contactform textarea {
	width: 100%;
}
#contactform input[type="submit"] {
	margin: 0 auto;
}
#contactform label {
	display: block;
	margin-bottom: 3px;
	color: #666;
}

/* contact form - widget */
.wpcf7 span {
  display: block;
  margin-top: 15px;
  margin-right: 0px;
  float: left;
  width: 100%;
  position:relative;
}
.wpcf7 span.your-message {
	margin-right: 0;
}
.wpcf7 span br {
	display: none;
}
.wpcf7 input[type="text"],
.wpcf7 textarea {
	width: 100%;
}

span.wpcf7-not-valid-tip {
	border: 1px solid #ff7d98 !important;
	background: #fbe3e8 url('images/error.png') 5px 50% no-repeat !important;
	color: #ee5674;
	padding: 5px 5px 5px 30px !important;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	  margin-top: 5px;
}
div.wpcf7-validation-errors {
	border: 1px solid #ffd400 !important;
	background: #fffdcc url('images/note.png') 15px 50% no-repeat !important;
	color: #e3ac00;
	padding: 15px 15px 15px 40px !important;
	margin: 0px 0 !important;
	margin-top:0px!important;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	clear:both;
}
div.wpcf7-mail-sent-ok {
	border: 1px solid #9fde23 !important;
	color: #76ac00;
	background: #eafdcf url('images/tip.png') 15px 50% no-repeat !important;
	padding: 15px 15px 15px 40px !important;
	margin: 0px 0 !important;
	margin-top:0px!important;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	clear:both;
}
div.wpcf7-response-output{
	width:100%;
	float:left;
}

/* ---------------------------------------- */
/* boxes */
.info_box {
	margin-bottom: 40px;
}
.title_box {
	font-size: 18px;
	line-height: 22px;
	padding: 10px 15px;
}
.info_box .title_box {
	background: #333;
	color: #fff;
}
.content_box {
	padding: 15px;
}
.info_box1 {
	background: #eee;
}
.info_box2 {
	background: #666;
	color: #fff;
}
.info_box3 {
	background: #333;
	color: #fff;
}
.big_text p {
	font-size: 26px;
	line-height: 32px;
}
.big_text a {
	text-decoration: none;
}
.info_box1 blockquote {
	color: #666;
	margin: 0;
}
.info_box2 blockquote,
.info_box3 blockquote {
	color: #fff;
	margin: 0;
	background-image: url('images/quote-light.png');
}
.rounded {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.rounded .title_box {
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
}

/* ---------------------------------------- */
/* toggles & accordions */
.toggle h4,
.accordion h4 {
	font: 14px/18px "lucida grande","lucida sans unicode",tahoma,verdana,arial,sans-serif;
	margin-bottom: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url("images/noise.png");
	background-repeat: repeat-x;
	background-position: 0 0;
	cursor: pointer;
}
.toggle h4:hover,
.accordion h4:hover {
	opacity: 0.9;
}
.toggle h4 span,
.accordion h4 span {
	display: block;
	padding: 10px 15px 10px 50px;
	background-position: 18px 50%;
	background-repeat: no-repeat;
}
.toggle1 h4 span,
.toggle2 h4 span {
	background-image: url('images/toggle-plus-light.png');
}
.toggle3 h4 span {
	background-image: url('images/toggle-plus.png');
}
.toggle1 h4.toggle_active span,
.toggle2 h4.toggle_active span {
	background-image: url('images/toggle-minus-light.png');
}
.toggle3 h4.toggle_active span {
	background-image: url('images/toggle-minus.png');
}
.accordion1 h4 span,
.accordion2 h4 span {
	background-image: url('images/arrow-down-light.png');
}
.accordion3 h4 span {
	background-image: url('images/arrow-down.png');
}
.accordion1 h4.accordion_active span,
.accordion2 h4.accordion_active span {
	background-image: url('images/arrow-up-light.png');
}
.accordion3 h4.accordion_active span {
	background-image: url('images/arrow-up.png');
}
.toggle_content,
.accordion_content {
	padding: 15px;
	margin-bottom: 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.toggle1 h4,
.accordion1 h4 {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
}
.toggle2 h4,
.accordion2 h4 {
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
}
.toggle3 h4,
.accordion3 h4 {
	background-color: #eee;
	border: 1px solid #d5d5d5;
	color: #666
}
.toggle1 h4 span,
.accordion1 h4 span,
.toggle2 h4 span,
.accordion2 h4 span {
	color: #fff;
}
.toggle3 h4 span,
.accordion3 h4 span {
	color: #666;
}
.toggle .toggle_content,
.accordion .accordion_content {
	background: #f5f5f5;
}

/* ---------------------------------------- */
/* tabs */
#wrapper .tabs {
	height: 30px;
	margin-bottom: 0;
}
#wrapper .tabs li {
	list-style: none;
	background: #ddd url('images/gradient-btn.png') 0 -5px repeat-x;
	border: 1px solid #ddd;
	border-bottom: none;
	height: 29px;
	float: left;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	margin-right: 2px;
}
.tabs li.current {
	background: #f5f5f5;
	height: 30px;
}
.tabs a {
	display: block;
	background: #f5f5f5;
	color: #999;
	text-decoration: none;
	padding: 5px 15px;
	border: 1px solid #f9f9f9;
	border-bottom: none;
	border-left: none;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
}
.tabs li.current a {
	color: #666;
	background: transparent;
}
.tabs a:hover {
	color: #666;
}
.tab_content {
	background: #fff;
	border: 4px solid #ddd;
	clear: both;
	padding: 30px 30px 20px;
	margin-bottom: 5px;
	border-radius: 0 8px 8px 8px;
	-moz-border-radius: 0 8px 8px 8px;
	-webkit-border-radius: 0 8px 8px 8px;
	z-index: 990;
}

/* ---------------------------------------- */
/* tables */
table {
	border: 1px solid #eee;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}
.table-border {
	border: 4px solid #f5f5f5;
	margin-bottom: 20px;
}
.table-border table {
	margin-bottom: 0;
}
.tables {
	width: 100%;
}
.table-medium {
	border: 1px solid #ccc;
}
.table-dark {
	border: 1px solid #aaa;
}
th {
	padding: 10px;
	text-align: center;
	font-weight: normal;
}
.th-left th,
.td-left td {
	text-align: left;
}
.th-right th,
.td-right td {
	text-align: right;
}
.table-light th {
	background: #eee url('images/gradient-navi.png') 0 0 repeat-x;
	border: 1px solid #ddd;
	color: #444;
}
.table-medium th {
	background: #666 url('images/light-navi.png') 0 0 repeat-x;
	border: 1px solid #7f7f7f;
	color: #fff;
}
.table-dark th {
	background: #333 url('images/light-navi.png') 0 0 repeat-x;
	border: 1px solid #545454;
	color: #fff;
}
.table-light tbody th {
	background: #f5f5f5;
}
.table-medium tbody th {
	background: #ccc;
	color: #666;
}
.table-dark tbody th {
	background: #999;
	color: #444;
}
td {
	padding: 5px;
	text-align: center;
	vertical-align: top
}
.table-light td {
	color: #888;
	border: 1px solid #eee;
}
.table-medium td {
	color: #777;
	border: 1px solid #7f7f7f;
}
.table-dark td {
	color: #666;
	border: 1px solid #545454;
}

.highlight-row tbody tr:hover {
	background: #f1f1f1;
}

/* ---------------------------------------- */
/* pricing boxes */
.pricebox {
	background: #f6f6f6;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.pricebox:hover,
.featured-box:hover {
	border-color: #000;
}
.pricebox:hover h3,
#wrapper .featured-box:hover h3 {
	background: #000;
}
.pricebox h3 {
	background: #666 url('images/gradient-navi.png') 0 0 repeat-x;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin: -1px -1px 0;
	padding: 20px 10px;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.price-td {
	padding: 20px 10px;
	background: #fff;
}
.price-td strong {
	display: block;
	font-size: 26px;
	line-height: 30px;
}
.price-td span {
	display: block;
	font-size: 11px;
	color: #999;
}
.price-body {
	padding: 15px 10px 0;
	text-align: center;
}
.price-body .dotted {
	background: url("images/hr1.png") repeat-x;
	height: 4px;
	border: none;
	margin: 30px 0 20px;
}
#wrapper .price-body ul {
	margin-bottom: 15px;
}
#wrapper .price-body li {
	list-style: none;
}
.price-foot {
	padding: 0 10px 10px
}
#wrapper .overox {
	border-width: 5px;
	border-style: solid;
}
#wrapper .featured-box h3 {
	font-size: 22px;
	padding: 18px 10px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.featured-box {
	border-width: 2px;
}
.featured-box .price-body {
	font-size: 16px;
	line-height: 24px;
}
.featured-box .price-td {
	padding: 18px 10px;
}
.featured-box .price-td strong {
	font-size: 34px;
	line-height: 36px;
}

/* ---------------------------------------- */
/* buttons */
.small-btn,
.medium-btn,
.big-btn {
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
.right .small-btn,
.right .medium-btn,
.right .big-btn {
	margin-right: 1px;
}
a.small-btn span,
a.medium-btn span,
a.big-btn span {
	display: block;
	background-color: #ddd;
	color: #777;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
}
.small-btn img,
.medium-btn img,
.big-btn img {
	vertical-align: middle;
	margin-right: 2px;
	margin-top: -1px;
}
.small-btn span,
form input[type="submit"].small-btn {
	background-position: 0 -7px;
	font-size: 12px;
	line-height: 14px;
	padding: 4px 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.medium-btn span,
form input[type="submit"].medium-btn {
	background-position: 0 -3px;
	font-size: 16px;
	line-height: 20px;
	padding: 4px 12px 5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.big-btn span,
form input[type="submit"].big-btn {
	background-position: 0 0;
	font-size: 18px;
	line-height: 22px;
	padding: 6px 15px 7px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
a.light-btn span,
form input[type="submit"].light-btn {
	background: #fff;
	color: #999;
	border-color: #e5e5e5;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
a.small-btn:hover,
a.medium-btn:hover,
a.big-btn:hover,
a.light-btn:hover {
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	opacity: 0.8;
}

.glass-btn span,
form input[type="submit"].glass-btn {
	background-image: url('images/glass-btn.png');
	background-repeat: repeat-x;
}
.gradient-btn span,
form input[type="submit"].gradient-btn {
	background-image: url('images/gradient-btn.png');
	background-repeat: repeat-x;
}

.stroke-btn {
	background: #f0f0f0;
	padding: 5px 6px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
a.stroke-btn span {
	box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
}

/* buttons - darkgray */
a.small-btn .darkgray-btn,
a.medium-btn .darkgray-btn,
a.big-btn .darkgray-btn,
form input[type="submit"].darkgray-btn {
	background-color: #666;
	color: #fff;
	border-color: #666;
}
a.light-btn .darkgray-btn {
	background: #eee;
	color: #666;
	border-color: #ccc;
}

/* buttons - black */
a.small-btn .black-btn,
a.medium-btn .black-btn,
a.big-btn .black-btn,
form input[type="submit"].black-btn {
	background-color: #222;
	color: #fff;
	border-color: #111;
}
a.light-btn .black-btn {
	background: #bbb;
	color: #444;
	border-color: #aaa;
}

/* buttons - red */
a.small-btn .red-btn,
a.medium-btn .red-btn,
a.big-btn .red-btn,
form input[type="submit"].red-btn {
	background-color: #ff2600;
	color: #fff;
	border-color: #bf1d00;
}
a.light-btn .red-btn {
	background: #ffd4cc;
	color: #ff2600;
	border-color: #ffa899;
}

/* buttons - orange */
a.small-btn .orange-btn,
a.medium-btn .orange-btn,
a.big-btn .orange-btn,
form input[type="submit"].orange-btn {
	background-color: #ff8f00;
	color: #fff;
	border-color: #f26c0d;
}
a.light-btn .orange-btn {
	background: #ffecd6;
	color: #ff8f00;
	border-color: #ffcf99;
}

/* buttons - brown */
a.small-btn .brown-btn,
a.medium-btn .brown-btn,
a.big-btn .brown-btn,
form input[type="submit"].brown-btn {
	background-color: #964b00;
	color: #fff;
	border-color: #713a00;
}
a.light-btn .brown-btn {
	background: #eadbcc;
	color: #964b00;
	border-color: #d5b799;
}

/* buttons - dark coffee */
a.small-btn .darkcoffee-btn,
a.medium-btn .darkcoffee-btn,
a.big-btn .darkcoffee-btn,
form input[type="submit"].darkcoffee-btn {
	background-color: #633826;
	color: #fff;
	border-color: #4f1a03;
}
a.light-btn .darkcoffee-btn {
	background: #e0d7d4;
	color: #633826;
	border-color: #c1afa8;
}

/* buttons - lemon */
a.small-btn .lemon-btn,
a.medium-btn .lemon-btn,
a.big-btn .lemon-btn,
form input[type="submit"].lemon-btn {
	background-color: #fff300;
	color: #e3ac00;
	border-color: #ffd400;
}
a.light-btn .lemon-btn {
	background: #fffdcc;
	color: #ffd400;
	border-color: #fff300;
}

/* buttons - pear */
a.small-btn .pear-btn,
a.medium-btn .pear-btn,
a.big-btn .pear-btn,
form input[type="submit"].pear-btn {
	background-color: #d4de1b;
	color: #8f9601;
	border-color: #b5bf07;
}
a.light-btn .pear-btn {
	background: #f6f8d1;
	color: #b5bf07;
	border-color: #eef2a4;
}

/* buttons - grass */
a.small-btn .grass-btn,
a.medium-btn .grass-btn,
a.big-btn .grass-btn,
form input[type="submit"].grass-btn {
	background-color: #5ba825;
	color: #fff;
	border-color: #377d00;
}
a.light-btn .grass-btn {
	background: #ebfcdf;
	color: #5ba825;
	border-color: #c2f79e;
}

/* buttons - turquoise */
a.small-btn .turquoise-btn,
a.medium-btn .turquoise-btn,
a.big-btn .turquoise-btn,
form input[type="submit"].green-btn {
	background-color: #00b3a2;
	color: #fff;
	border-color: #009488;
}
a.light-btn .turquoise-btn {
	background: #d6f3f0;
	color: #00b3a2;
	border-color: #99e1da;
}

/* buttons - aquamarine */
a.small-btn .aquamarine-btn,
a.medium-btn .aquamarine-btn,
a.big-btn .aquamarine-btn,
form input[type="submit"].aquamarine-btn {
	background-color: #21d1f7;
	color: #fff;
	border-color: #21d1f7;
}
a.light-btn .aquamarine-btn {
	background: #d3f6fd;
	color: #21d1f7;
	border-color: #a6edfc;
}

/* buttons - ice */
a.small-btn .ice-btn,
a.medium-btn .ice-btn,
a.big-btn .ice-btn,
form input[type="submit"].ice-btn {
	background-color: #a8e3ff;
	color: #437dac;
	border-color: #71c2eb;
}
a.light-btn .ice-btn {
	background: #f8fdff;
	color: #71c2eb;
	border-color: #dbf3ff;
}

/* buttons - denim */
a.small-btn .denim-btn,
a.medium-btn .denim-btn,
a.big-btn .denim-btn,
form input[type="submit"].denim-btn {
	background-color: #0064bf;
	color: #fff;
	border-color: #004f96;
}
a.light-btn .denim-btn {
	background: #cce0f2;
	color: #0064bf;
	border-color: #99c1e5;
}

/* buttons - indigo */
a.small-btn .indigo-btn,
a.medium-btn .indigo-btn,
a.big-btn .indigo-btn,
form input[type="submit"].indigo-btn {
	background-color: #481884;
	color: #fff;
	border-color: #33036e;
}
a.light-btn .indigo-btn {
	background: #dad1e6;
	color: #481884;
	border-color: #b6a3ce;
}

/* buttons - violet */
a.small-btn .violet-btn,
a.medium-btn .violet-btn,
a.big-btn .violet-btn,
form input[type="submit"].violet-btn {
	background-color: #7c279b;
	color: #fff;
	border-color: #5d1d74;
}
a.light-btn .violet-btn {
	background: #e5d4eb;
	color: #7c279b;
	border-color: #cba9d7;
}

/* buttons - fuschia */
a.small-btn .fuschia-btn,
a.medium-btn .fuschia-btn,
a.big-btn .fuschia-btn,
form input[type="submit"].fuschia-btn {
	background-color: #ce3c92;
	color: #fff;
	border-color: #ab156d;
}
a.light-btn .fuschia-btn {
	background: #f5d8e9;
	color: #ce3c92;
	border-color: #ebb1d3;
}

/* buttons - carnationpink */
a.small-btn .carnationpink-btn,
a.medium-btn .carnationpink-btn,
a.big-btn .carnationpink-btn,
form input[type="submit"].carnationpink-btn {
	background-color: #ffaac9;
	color: #fff;
	border-color: #cc7695;
}
a.light-btn .carnationpink-btn {
	background: #ffeef4;
	color: #ffaac9;
	border-color: #ffdde9;
}

/* buttons - frenchrose */
a.small-btn .frenchrose-btn,
a.medium-btn .frenchrose-btn,
a.big-btn .frenchrose-btn,
form input[type="submit"].frenchrose-btn {
	background-color: #fb5589;
	color: #fff;
	border-color: #c43b67;
}
a.light-btn .frenchrose-btn {
	background: #fedde7;
	color: #fb5589;
	border-color: #fdbbd0;
}

/* ---------------------------------------- */
/* lists styles */
#wrapper ul li {
	list-style: inside disc;
}
#wrapper ul ul,
#wrapper ol ol,
#wrapper ul ol,
#wrapper ol ul {
	margin: 10px 0 0 20px;
}
#wrapper ul {
	margin-bottom: 10px;
}
#wrapper .widgets ul {
	margin-bottom: 0;
}
#wrapper #sidebar li,
#wrapper .widgets li {
	list-style: none;
}
ol {
	list-style: inside decimal;
	margin-bottom: 10px;
}
ul.img-list,
ul.small-list {
	background: transparent;
}
#wrapper ul.img-list li,
#wrapper ul.small-list li {
	list-style: none;
}
ul.img-list li,
.img-box {
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 20px;
}
ul.small-list li {
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 14px;
}
.ico-access-denied,.ico-access-denied li {background-image: url('images/bullets/access-denied.png');}
.ico-alert,.ico-alert li {background-image: url('images/bullets/alert.png');}
.ico-alert2,.ico-alert2 li {background-image: url('images/bullets/alert2.png');}
.ico-info,.ico-info li {background-image: url('images/bullets/info.png');}
.ico-arrow-right,.ico-arrow-right li {background-image: url('images/bullets/arrow-right.png');}
.ico-arrow-left,.ico-arrow-left li {background-image: url('images/bullets/arrow-left.png');}
.ico-arrow-down,.ico-arrow-down li {background-image: url('images/bullets/arrow-down.png');}
.ico-arrow-up,.ico-arrow-up li {background-image: url('images/bullets/arrow-up.png');}
.ico-arrow,.ico-arrow li {background-image: url('images/bullets/arrow.png');}
.ico-arrow2,.ico-arrow2 li {background-image: url('images/bullets/arrow2.png');}
.ico-checkmark,.ico-checkmark li {background-image: url('images/bullets/checkmark.png');}
.ico-glass,.ico-glass li {background-image: url('images/bullets/glass.png');}
.ico-plus,.ico-plus li {background-image: url('images/bullets/plus.png');}
.ico-minus,.ico-minus li {background-image: url('images/bullets/minus.png');}
.ico-user,.ico-user li {background-image: url('images/bullets/user.png');}
.ico-help,.ico-help li {background-image: url('images/bullets/help.png');}
.ico-bubble,.ico-bubble li {background-image: url('images/bullets/bubble.png');}
.ico-bubbles,.ico-bubbles li {background-image: url('images/bullets/bubbles.png');}
.ico-tag,.ico-tag li {background-image: url('images/bullets/tag.png');}
.ico-download,.ico-download li {background-image: url('images/bullets/download.png');}
.ico-calendar,.ico-calendar li {background-image: url('images/bullets/calendar.png');}
.ico-clock,.ico-clock li {background-image: url('images/bullets/clock.png');}
.ico-chart,.ico-chart li {background-image: url('images/bullets/chart.png');}
.ico-cog,.ico-cog li {background-image: url('images/bullets/cog.png');}
.ico-cd,.ico-cd li {background-image: url('images/bullets/cd.png');}
.ico-document,.ico-document li {background-image: url('images/bullets/document.png');}
.ico-folder,.ico-folder li {background-image: url('images/bullets/folder.png');}
.ico-home,.ico-home li {background-image: url('images/bullets/home.png');}
.ico-film,.ico-film li {background-image: url('images/bullets/film.png');}
.ico-image,.ico-image li {background-image: url('images/bullets/image.png');}
.ico-sound,.ico-sound li {background-image: url('images/bullets/sound.png');}
.ico-link,.ico-link li {background-image: url('images/bullets/link.png');}
.ico-key,.ico-key li {background-image: url('images/bullets/key.png');}
.ico-locked,.ico-locked li {background-image: url('images/bullets/locked.png');}
.ico-paperclip,.ico-paperclip li {background-image: url('images/bullets/paperclip.png');}
.ico-marker,.ico-marker li {background-image: url('images/bullets/marker.png');}
.ico-mail,.ico-mail li {background-image: url('images/bullets/mail.png');}
.ico-rss,.ico-rss li {background-image: url('images/bullets/rss.png');}

.small-arrow,.small-arrow li {background-image: url('images/bullets/small-arrow.png');}
.small-checkmark,.small-checkmark li {background-image: url('images/bullets/small-checkmark.png');}
.small-plus,.small-plus li {background-image: url('images/bullets/small-plus.png');}
.small-minus,.small-minus li {background-image: url('images/bullets/small-minus.png');}
.small-dot,.small-dot li {background-image: url('images/bullets/small-dot.png');}
.small-star,.small-star li {background-image: url('images/bullets/small-star.png');}
.small-arrow-left,.small-arrow-left li {background-image: url('images/bullets/small-arrow-left.png');}
.small-arrow-right,.small-arrow-right li {background-image: url('images/bullets/small-arrow-right.png');}
.small-add,.small-add li {background-image: url('images/bullets/small-add.png');}
.small-go,.small-go li {background-image: url('images/bullets/small-go.png');}
.small-toggle-plus,.small-toggle-plus li {background-image: url('images/bullets/small-toggle-plus.png');}
.small-toggle-minus,.small-toggle-minus li {background-image: url('images/bullets/small-toggle-minus.png');}

/* ---------------------------------------- */
/* error page */
#error {
	text-align: center;
}
#error strong {
	display: block;
	color: #777;
	font: 140px/150px Impact, Charcoal, sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 0 #ddd,2px 2px 0 #ddd,3px 3px 0 #ddd,4px 4px 0 #ddd,5px 5px 0 #ddd,6px 6px 0 #ccc;
	letter-spacing: 10px;
}
#error span {
	font-size: 32px;
	line-height: 36px;
	color: #aaa;
}
#error-info {
	padding-top: 20px;
}

/* ---------------------------------------- */
/* info-boxes */
.message {
	padding: 15px 15px 15px 40px;
	margin-bottom: 40px;
	background-position: 15px 18px;
	background-repeat: no-repeat;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.msg-info {
	border: 2px solid #71c2eb;
	background-color: #dbf3ff;
	background-image: url('images/info.png');
	color: #5897b6;
}
.msg-tip {
	border: 2px solid #9fde23;
	background-color: #eafdcf;
	background-image: url('images/tip.png');
	color: #76ac00;
}
.msg-note {
	border: 2px solid #ffd400;
	background-color: #fffdcc;
	background-image: url('images/note.png');
	color: #e3ac00;
}
.msg-error {
	border: 2px solid #ff7d98;
	background-color: #fbe3e8;
	background-image: url('images/error.png');
	color: #ee5674;
}

.message a {text-decoration: underline;}
.message a:hover {text-decoration: none;}
.msg-info a {color: #5897b6;}
.msg-tip a {color: #76ac00;}
.msg-note a {color: #e3ac00;}
.msg-error a {color: #ee5674;}

/* ---------------------------------------- */
/* sidebar */
#sidebar li.current_page_item ul a,
li.current-cat ul a,
#sidebar li.current_page_item ul li.current-page_item ul a,
li.current-cat ul li.current-page_item ul a {
	font-weight: normal;
	padding: 0;
	background: none;
}

#sidebar li.current_page_item a,
li.current-cat a,
#sidebar li.current_page_item ul li.current-page_item a,
li.current-cat ul li.current-page_item a {
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	text-decoration: none;
}
#sidebar li.current_page_item ul,
li.current-cat ul {
	margin: 6px 0 -6px;
	padding: 0 0 6px 20px;
}
#sidebar li.current_page_item li,
li.current-cat li {
	padding-bottom: 6px;
	font-weight: normal;
}

/* ---------------------------------------- */
/* widgets - list */
.widgets li {
	padding: 0 0 10px 0;
}
.widgets li ul {
	padding: 0;
}


.widgets .children {
	margin: 10px 0 0 30px;
}


/* ---------------------------------------- */
/* widgets - twitter */
.tweets li {
	padding-left: 25px;
	margin-bottom: 5px;
	background: url('images/twitter-blue.png') 0 4px no-repeat;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.tweets span {
	display: block;
	font-size: 11px;
	margin-top: 5px;
}
.followme {
	text-align: right;
	margin: 0 0 10px;
}

/* ---------------------------------------- */
/* widgets - recent comments */
#recentcomments li {
	background: url("images/bubbles.png") no-repeat;
	padding: 1px 0 10px 35px;
	min-height: 25px;
}

/* ---------------------------------------- */
/* widgets - recent posts */
.widget_recent_entries ul li {
	background: url("images/write.png") no-repeat;
	padding: 1px 0 10px 35px;
	min-height: 25px;
}

/* ---------------------------------------- */
/* widgets - meta */
.widget_meta li {
	background: url("images/tools.png") no-repeat;
	padding: 1px 0 10px 35px;
	min-height: 25px;
}

/* ---------------------------------------- */
/* widgets - archive */
.widget_archive li {
	background: url("images/calendar.png") no-repeat;
	padding: 1px 0 10px 35px;
	min-height: 25px;
}

/* ---------------------------------------- */
/* widgets - categories */
.widget_categories li,
.categories-widget li {
	background: url("images/folder.png") no-repeat;
	padding: 1px 0 10px 35px;
	min-height: 25px;
	color: #999;
}
.widget_categories a {
	margin-right: 5px;
}

/* ---------------------------------------- */
/* widgets - subpages */
.subpages-widget li {
	background: url("images/pages.png") no-repeat;
	padding: 1px 0 10px 35px;
	min-height: 25px;
	color: #999;
}
.subpages-widget .children li {
	background: url("images/arrow-nav.png") 0 6px no-repeat;
	padding: 1px 0 10px 15px;
	min-height: 15px;
}

/* ---------------------------------------- */
/* widgets - links */
.widget_links li {
	background: url("images/link.png") no-repeat;
	padding: 1px 0 10px 35px;
	min-height: 25px;
}

/* ---------------------------------------- */
/* widgets - pages */
.widget_pages li {
	background: url("images/pages.png") no-repeat;
	padding: 1px 0 10px 35px;
	min-height: 25px;
}
.widget_pages .children li {
	background: url("images/arrow-nav.png") 0 6px no-repeat;
	padding: 1px 0 10px 15px;
	min-height: 15px;
}

/* ---------------------------------------- */
/* widgets - flickr */
#sidebar ul.flickr {
	width: 260px;
	margin: 0 25px;
}
.flickr li {
	float: left;
	padding: 0 !important;
	background: none;
	margin: 0 5px 10px 5px;
	width: 60px;
	height: 60px;
	border: none;
	list-style: none;
}
.flickr a {
	display: block;
}
.flickr img {
	border: 1px solid #eee;
	padding: 5px;
	background: #fff;
}

.flickr a:hover img {
	border: 1px solid #ccc;
}


/* ---------------------------------------- */
/* widgets - calendar */
#wp-calendar {
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 0;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 5px;
}
#wp-calendar th {
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
#wp-calendar tbody a {
	background: #b2b2b2;
	color: #fff;
	padding: 1px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-top: -3px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-decoration: none;
}
#wp-calendar tbody a:hover {
	background: #000;
	color: #fff;
}
#wp-calendar thead {
	border-bottom: 1px solid #ddd;
	background: #fff;
}
#wp-calendar tbody {
	background: #fff;
}
#wp-calendar tfoot {
	border-top: 1px solid #ddd;
	background: #fff;
}


#wp-calendar tbody td {
	border-right: 1px solid #ddd;
}
#wp-calendar tfoot td {
	padding: 8px 0;
}
#wp-calendar #prev a,
#wp-calendar #next a {
	background-image: url("images/scroller-arrows.png");
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
}
#wp-calendar #prev a {background-position: 0 0;}
#wp-calendar #next a {background-position: -25px 0;}
#wp-calendar #prev a:hover {background-position: 0 -25px;}
#wp-calendar #next a:hover {background-position: -25px -25px;}

/* ---------------------------------------- */
/* widgets - posts */
#wrapper .widgets ul.recent-posts,
#wrapper .widgets  ul.popular-posts,
#wrapper .widgets  ul.recent-portfolio {
	margin-bottom: -10px;
}
.recent-portfolio li {
	min-height: 60px;
}
.recent-posts .recent-link,
.popular-posts .popular-link,
.recent-portfolio .recent-link {
	float: left;
	border: 1px solid #eceded;
	background: #fff;
	padding: 5px;
	margin-right: 10px;
}
.recent-posts a.recent-link:hover,
.popular-posts popular-link:hover,
.recent-portfolio a.recent-link:hover {
	border: 1px solid #cccdcd;
}
.widgets .recent-posts h4,
.widgets .popular-posts h4,
#sidebar .recent-posts h4,
#sidebar .popular-posts h4,
.widgets .recent-portfolio h4,
#sidebar .recent-portfolio h4 {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
}
.recent-portfolio strong {
	display: block;
	margin-bottom: 5px;
}
.recent-posts p,
.popular-posts p {
	margin: 0;
}
.recent-posts div,
.popular-posts div {
	float: left;
}

/* ---------------------------------------- */
/* widgets - searchform */
#searchform {
	margin-bottom: 10px;
}
#searchform input[type="text"] {
	display: block;
	margin-bottom: 10px;
}

/* ---------------------------------------- */
/* widgets - rsswidget */
.rss-date {
	display: block;
	font-size: 11px;
	color: #999;
}


/* ---------------------------------------- */
/* object, flash */
object {
	background: #666;
}

/* ---------------------------------------- */
/* latest comments */
.latest-comments {
	margin-top: 10px;
}
#wrapper .latest-comments li {
	list-style: none;
	background: url('images/hr1.png') repeat-x;
	padding: 24px 0 20px;
}
.latest-comments div {
	padding-left: 35px;
	background: url('images/bubbles.png') 0 4px no-repeat;
}
.latest-comments p {
	margin-bottom: 0;
}

/* latest posts */
.post-list {
	margin-top: 10px;
}
#wrapper .post-list li {
	list-style: none;
	float: left;
	background: url('images/hr1.png') repeat-x;
	padding-top: 24px;
	width: 100%;
}
.post-list .alignleft {
	margin: 0 20px 0 0;
}
.post-list-info {
	margin-left: 110px;
}

/* latest posts - more link */
.post-list .more {
	margin: 5px 0 20px;
}
.more span.details-link {
	z-index: 10;
	position: relative;
}
span.comments-link {
	display: none;
	background-color: #111;
	background-position: 0 -42px;
	margin-left: -30px;
	z-index: 9;
	position: relative;
}
.more:hover span.comments-link {
	display: inline-block;
}
.more span.comments-link a {
	color: #fff;
	padding: 6px 12px 6px 50px;
	background: url("images/bullets/bubbles.png") 32px 50% no-repeat;
	text-shadow: none;
}
.more span.comments-link a:hover {
	color: #ccc;
}

/* ---------------------------------------- */
/* portfolio (sortable) - magic line navigation */
.nav-wrap {
	margin: 0 auto 40px;
}


.PageBanner{
    width: 100%;
    max-height: 400px;
}
.PageBanner img{
    width: 100%;
    height: auto;
}
.BackToTop{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-family: 'Brothers';
    font-size: 19px;
    cursor: pointer;
}
.BackToTop:before{
    content: '';
    display: block;
    height: 22px;
    margin-bottom: 12px;
    background: url(images/back_top.png) no-repeat center;
    background-size: contain;
}
.NutritionBox{
    position: absolute;
    right: 0px;
    top: 0px;
}
.NutritionText{
    float: left;
    width: 40px;
    height: 380px;
    background: #a0252c url(images/side_menu.jpg) no-repeat center top;
    background-size: contain;
    padding-bottom: 40px;
    cursor: pointer;
}
.NutritionText:after{
    content: '\f105';
    font-family: FontAwesome;
    height: 40px;
    background: #58595B;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-size: 48px;
    text-align: center;
    line-height: 0.79;
}
.NutritionList{
    float: left;
    width: 410px;
    height: 340px;
    background: #DFDFDF;
   
}
.NutritionInner{
     padding: 10px;
    width: 100%;
}
.ServingTable{
    width: 100%;
    margin-bottom: 10px;
}
.MainServing.ServingTable td{
    color: #a0252c;
    font-size: 24px;
}
.ServingTable td{
    text-align: left;
    color: #58595b;
    font-size: 18px;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #A7A7A7;
}
.MainServing tr:last-child td{
    border-bottom: none;
}
.ServingTable tr td:last-child{
    text-align: right;
}
.ServingTable.lefttable, .ServingTable.righttable{
    float: left;
    width: 45%;
}
.ServingTable.lefttable{
    margin-right: 4%;
}
.ServingTable.righttable{
    margin-left: 4%;
}
.ScrollList{
    width: 100%;
    float: left;
}
.LocationListBox .maidright{
    padding: 20px;
}
.LocationListBox .mCSB_container{
    padding: 20px;
    padding-top: 10px;
}
div .ScrollList .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: none;
}
.ScrollList .mCSB_inside > .mCSB_container{
    margin-right: 0px;
}
.ScrollList{
    padding: 20px;
    padding-top: 10px;
}
.ScrollList._mCS_2{
    padding: 0px;
    padding-top: 0px;
}
.BannerMenu{
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px 20px;
}
.BannerMenu li{
    display: inline-block;
    color: #fff;
    font-family: 'FuturaStd-Medium';
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
}
.BannerMenu li a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 8px;
}
.sliderform{
    text-align: center;
}
.LocationName{
    cursor: pointer;
}
.LocationSubList li a{
    transition: 0.3s;
}
.LocationSubList li a:before{
    content: '\2022';
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.LocationSubList li a:hover{
    color: #A0252C;
}
.no-break br{
    display: none;
}
.st_facebook_large .stButton .stLarge, .st_twitter_large .stButton .stLarge{
    background: none!important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #58595B;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-align: center;
    height: 20px;
    width: 20px;
}
.st_facebook_large .stButton, .st_twitter_large .stButton{
    margin-left: 0px;
}
.st_facebook_large .stButton .stLarge:before{
    content: "\f09a";
}
.st_twitter_large .stButton .stLarge:before{
    content: "\f099";
}
/*.ScrollListUp{
    display: inline-block;
    width: 100%;
    content: "\f107";
    font-family: FontAwesome;
}
.ScrollListDown{
    display: inline-block;
    width: 100%;
    content: "\f106";
    font-family: FontAwesome;
}*/

#wpsl-wrap {
    position: absolute !important;
}

#wpsl-wrap.LocationListBox{
    margin: 0px;
    width: 350px;
}
div #wpsl-search-wrap{
    padding: 20px;
}
div .wpsl-store-below #wpsl-result-list{
    float: left;
    padding: 20px;
    padding-top: 0px;
    padding-right: 0px;
    color: #fff;
    margin: 0px;
}
div #wpsl-result-list a, div #wpsl-result-list strong{
    color: #fff;
    text-decoration: none;
    font-family: 'Brothers';
    font-size: 18px;
    text-transform: uppercase;
}
.wpsl-direction-wrap{
    margin-top: 10px;
}
div #wpsl-result-list a:hover{
    color: #A0252C;
}
div #wpsl-result-list span{
    font-family: 'FuturaStd-Medium';
    color: #fff;
    font-size: 13px;
}
.wpsl-info-window p, .wpsl-info-window span{
    font-size: 13px;
    text-align: left;
    color: #333333;
    font-family: 'FuturaStd-Medium';
}
div #wpsl-result-list span.coming_soon{
    top: -2px;
    position: relative;
}
.wpsl-info-window p strong{
    display: inline-block;
    width: 100%;
    font-family: 'Brothers';
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
.wpsl-info-window p a{
    color: #A0252C!important;
    
}
.wpsl-info-actions a{
    color: #A0252C;
}
div #wpsl-wrap #wpsl-result-list ul li{
    border-bottom: 2px dotted rgba(255, 255, 255, 0.4);
}
.LocationListBox .DetailMain{
    padding-top: 20px;
    padding-bottom: 20px;
}
.LocationListBox :first-child.LocationSidebar{
    padding-top: 0px;
}
.LocationListBox :last-child.LocationSidebar{
    padding-bottom: 0px;
}
.LocationListBox .DetailMain .mCSB_container{
    padding-bottom: 0px;
}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-search-btn-wrap{
    margin: 0px;
    float: left;
}
#wpsl-search-wrap .wpsl-input #wpsl-search-input {
    width: 256px;
    border: none;
    color: #333;
    outline: none;
    margin: 0px;
    width: 255px;
    font-size: 18px;
    border-radius: 0px;
    overflow: hidden;
    height: 54px;
    background-color: #fff;
    padding: 0px 10px 0px 40px;
    float: left;
    font-family: 'FuturaStd-Medium';
    box-shadow: none;
    border: none!important;
}
#wpsl-search-wrap .wpsl-input .fa {
    position: absolute;
    left: 0px;
    font-size: 32px;
    top: 50%;
    margin-top: -16px;
    margin-left: 10px;
    color: #ccc;
}
div #wpsl-search-wrap #wpsl-search-btn{
    margin: 0px;
    background: #a0252c;
    cursor: pointer;
    height: 54px;
    position: relative;
    right: 0px;
    top: 0px;
    width: 54px;
    font-size: 18px;
    color: #fff;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-family: 'montserratregular';
    font-weight: 900;
    border: none;
    border-radius: 0px;
}
#wpsl-stores{
    height: auto;
}
#wpsl-stores .mCSB_container{
    padding: 0px;
    margin-right: 20px!important;
}
#wpsl-stores.mCS_no_scrollbar .mCSB_container{
    margin-right: 0px!important;
}
#wpsl-stores{
    padding-right: 20px;
}
@media screen and (max-width: 1200px){
    #Build_It .custom_slider_section{
        text-align: center;
    }
    .NutritionBox{
        position: relative;
        display: inline-block;
        width: 410px;
        margin-bottom: 20px;
    }
    .NutritionBox, .NutritionBox div, #Build_It, .custom_slider_section{
        transition: all 2s;
    }
    .NutritionBox .NutritionList{
        transition: none;
    }
    .NutritionText{
        width: 100%;
        height: 40px;
        background: #a0252c;
    }
    .NutritionText:before{
        font-family: 'Brothers';
        color: #fff;
        font-size: 22px;
        content: "NUTRITION CALCULATOR";
        margin-left: 50px;
        line-height: 40px;
    }
    .NutritionText:after{
        width: 40px;
        height: 100%;
        content: "\f106";
    }
    .NutritionList{
        width: 100%;
        height: auto;
    }
    .NutritionText.active:after{
        content: "\f107";
    }
}
@media screen and (max-width: 1360px){
    .nav a{
        margin: 0px 3px;
    }
}
@media screen and (max-width: 768px){
    #wpsl-gmap{
        /*height: 350px!important;*/
    }
    
}
/*
@media only screen and (min-width:766px) and (max-width: 778px)  {
    .tp-caption.Fashion-BigDisplay{
        font-size: 60px!important;
        line-height: 55px!important;
    }
}
@media only screen and (min-width:1020px) and (max-width: 1024px)  {
    .tp-caption.Fashion-BigDisplay{
        font-size: 50px!important;
        line-height: 48px!important;
    }
}
*/

@media screen and (max-width: 440px){
    .NutritionBox{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .MainServing.ServingTable td{
        font-size: 22px;
    }
    .ServingTable td{
        font-size: 16px;
    }
}
@media screen and (max-width: 350px){
    .NutritionText:before{
        font-size: 18px;
    }
    .ServingTable.lefttable, .ServingTable.righttable{
        width: 100%;
        margin: 0px;
    }
}


/*----------------- Location Page Updates ------------*/



.location-content {
    width: 65%;
    box-sizing: border-box;
    padding: 30px;
    background-color:rgba(255, 255, 255, 0.90);
    height: calc(100% - 127px);
    overflow: auto;
    position: absolute;
    top: 65px;
    left: 410px;
    
}

.location-content h1 {
    font-family: 'Brothers';
    color: #A0252C;
    font-size: 28px;
}

.location-content h2 {
    font-family: 'Brothers';
    color: #A0252C;
    font-size: 28px;
}

.location-content h3 {
    color: #404040;
    font-size: 22px;
    font-weight: bold;
}

.location-content a {
    text-decoration: none;
}

.location-content p {
    text-align: left;
    margin-bottom: 20px;
}

.LocationsPage .location-content .wpsl-locations-details {
    display: none;
}

.LocationsPage .location-content .wpsl-opening-hours {
    display: none;
}

#wpsl-base-gmap_0 {
    font-family: 'Brothers';
    color: #A0252C;
    font-size: 28px;
}

.location-content .featured-thumbnail {
    float: left; width: 300px;
    height: auto;
    overflow: hidden;
}
.location-content .featured-thumbnail img {
    width: 280px;
    height: auto;
}

.location-content .wpsl-gmap-canvas {
    display: none;
}

.clear {
    clear: both;
}

#menu-container .ut-menu{
    background: inherit !important;
    margin-bottom: 40px;
    border-bottom: 15px solid #A0252C;
}

#menu-container .header-bg-color {
    background: inherit !important;
}

#menu-container .footer-bg-color {
    background: inherit !important;
    
}

#wpstore_slider .flex-direction-nav {
    display: none;
    
}