/***** Reset *****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
	text-align:left;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/***** Global *****/

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background-color: #c4e282;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a, a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.bl {
	border-left: 1px solid #eee;
}
.br {
	border-right: 1px solid #fff;
}
.nb {
	border: 0 !important;
}
.focus {
	border-color: #fca834 !important;
}
.focus {
	border-color: #fca834 !important;
}
/***** Layout *****/

.header-wrapper {
	width: 980px;
	background-color:#FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position:relative;
}
.wrapper {
	width: 940px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-position:right;
	background-repeat:repeat-y;
	position:relative;
}
.footer-wrapper {
	width: 940px;
	margin: 0px auto;
	padding:0 20px 0;
	background-color: #FFF;
	padding-bottom:20px !important;
	margin-bottom:20px !important;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	position:relative;
}
.middle {
	padding-bottom: 40px;
}
#content {
	width: 620px;
	float: left;
	padding-right: 9px;
}
#sidebar {
	width: 300px;
	float: right;
	padding-left: 10px;
}
/***** Header *****/

.header-meta {
	height: 40px;
	background-color: #e8efd6;
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 20px;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
}
#top-menu {
	width: 700px;
	height: 40px;
	float: left;
}
#top-menu ul li {
	font-size: 12px;
	position: relative;
	font-weight: bold;
	z-index: 3;
	float: left;
	margin: 12px 0;
	padding: 0 8px;
	border-left: 1px solid #5f3e2f;
}
#top-menu ul li.current-menu-item {
	font-weight: bold;
}
#top-menu ul li a {
	color: #5f3e2f;
	margin: 12px 0;
}
#top-menu ul li a:hover {
	color: #fca834;
}
#top-menu ul li.parent a {
	background: url("images/menu-parent.png") 100% 3px no-repeat;
	padding-right: 15px;
}
#top-menu ul li.first {
	border: none;
}
#top-menu ul.sub-menu {
	position: absolute;
	left: 0;
	z-index: 3;
	display: block;
	visibility: hidden;
	background-color: #e8efd6;
	padding: 8px 0;
}
#top-menu ul.sub-menu a {
	display: block;
	background: none !important;
	white-space: nowrap;
	margin: 0;
	padding-right: 0 !important;
}
#top-menu ul.sub-menu li {
	margin: 0;
	border-left: none;
	float: none;
	line-height: 2;
}
.header-searchform {
	width: 194px;
	height: 27px;
	float: right;
	padding: 1px 7px;
	margin: 5px 5px 5px 0;
	position: relative;
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.header-searchform input {
	width: 174px;
	padding: 6px 0;
	margin: 0 5px 0 0;
	border: 0;
	color: #5f3e2f;
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.header-searchform button {
	width: 11px;
	height: 11px;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	right: 7px;
	top: 9px;
	background: url("images/header-searchform-button.png") 0 0 no-repeat;
	vertical-align: middle;
	cursor: pointer;
}
.header-middle {
	margin-bottom: 20px;
}
.logo-header {
	max-width: 220px;
	float: left;
	display: block;
	margin-left:20px;
}
.logo-header.offset {
	position: relative;
}
.logo-header a {
	color: #3b3b3b;
	font-size: 40px;
	font-weight: bold;
}
.logo-header a span {
	display: block;
	width: 190px;
	height:90px;
}
.header-adplace {
	width: 728px;
	float: right;
	margin-right:20px;
	margin-bottom:0px;
}
.header-adplace img {
	display: block;
}
.core-adplace {
	margin: 20px auto;
}
.core-banner:hover {
	border: none;
}
/* Navigation */

.menu-navigation {
	clear: both;
	background:url(images/bg_menu.gif) repeat-x;
	margin-left:17px;
	margin-right:17px;
}
#navigation ul li {
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#navigation ul li:hover {
	background-color: #5f3e2f;
}
#navigation ul li a {
	display: block;
	white-space: nowrap;
	color: #fff;
}
#navigation ul li a:hover {
	color: #fff;
}
#navigation ul li.ddhover {
	background-color: #5f3e2f;
	z-index: 5;
}
#navigation ul li.ddhover a.ddhover, #navigation ul li.ddhover a.ddhover:hover {
	color: #fff;
	position: relative;
	z-index: 6;
}
#navigation ul li.parent {
	padding: 0 8px;
}
#navigation ul li.parent a {
}
#navigation ul li.parent a.ddhover {
	color: #fff;
	line-height: 40px;
	border-bottom: 1px solid #a4c05b;
}
#navigation ul.sub-menu {
	position: absolute;
	left: 0;
	z-index: 5;
	display: block;
	visibility: hidden;
	background-color: #5f3e2f;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}
#navigation ul.sub-menu li {
	float: none;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px !important;
}
#navigation ul.sub-menu a, #navigation ul.sub-menu a:hover {
	color: #fff;
	background: none !important;
}
#navigation ul li ul li:hover, #navigation ul li ul li.ddhover {
	background-color: #a4c05b;
}
#navigation ul.sub-menu a.ddhover {
	border-bottom: none !important;
	line-height: 27px !important;
}
#navigation ul.sub-menu li.parent > a {
	background: url("images/menu-parent2.png") 100% 11px no-repeat !important;
	padding-right: 15px;
}
#navigation ul.sub-menu ul {
	background-color: #464646;
	border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;
}
#navigation ul.sub-menu ul li:hover, #navigation ul.sub-menu ul li.ddhover {
	background-color: #555;
}
#navigation ul.sub-menu ul li ul {
	background-color: #555;
}
#navigation ul.sub-menu ul li ul li:hover, #navigation ul.sub-menu ul li ul li.ddhover {
	background-color: #666;
}
/***** Home *****/

#content .core-adplace {
	margin-bottom: 30px;
}
.block-title {
	font-size: 16px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	color: #5f3e2f;
	border-top: 1px solid #5f3e2f;
	border-bottom: 1px solid #E8EFD6;
}
.block-title a {
	color: #5f3e2f;
	padding-right: 15px;
	background: url("images/link-arrow.png") 100% 6px no-repeat;
}
.block-title a:hover {
	color: #fca834;
	background-position: 100% -26px;
}
.block-title2 {
	font-size: 16px;
	font-weight: bold;
	color: #5f3e2f;
	padding-bottom: 6px;
	border-bottom: 1px solid #5f3e2f;
}
.latest {
	padding-bottom: 30px;
}
.slider {
	width: 360px;
	float: left;
	background-color: #fca834;
	padding: 10px 10px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.slider .block-title2 {
	position: relative;
	border-bottom: 1px solid #fff;
	color: #fff;
	position: relative;
}
.slider .block-title2 a.prev, .slider .block-title2 a.next {
	position: absolute;
	width: 18px;
	height: 18px;
}
.slider .block-title2 a.prev {
	background: #fbd6a2 url("images/arrows.png") 5px 50% no-repeat;
	right: 19px;
	top: 0;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}
.slider .block-title2 a.next {
	background: #fbd6a2 url("images/arrows.png") -28px 50% no-repeat;
	right: 0;
	top: 0;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}
.slider .block-title2 a.next:hover, .slider .block-title2 a.prev:hover {
	background-color: #fbd6a2;
}
.slider-inn {
	width: 360px;
	overflow: hidden;
}
.slider-inn ul {
	width: 10000px;
} /* Carousel fix */
.slider-inn li {
	width: 360px;
	float: left;
}
.slider-item {
	width: 360px;
	padding-top: 10px;
}
.slider-photo {
	margin-bottom: 8px;
}
.slider-photo a, .slider-photo img {
	display: block;
}
.slider-item-meta {
	color: #fff;
	font-size: 10px;
	margin-bottom: 3px;
}
.slider-item-meta a {
	color: #fff;
}
.slider-item-meta a:hover {
	text-decoration: underline;
}
.slider-item h2 {
	color: #fff;
	font-size: 21px;
	margin-bottom: 5px;
}
.slider-item h2 a {
	color: #fff;
}
.slider-item h2 a:hover {
	text-decoration: underline;
}
.slider-item p {
	color: #fff;
	font-size: 12px;
}
.latest-news {
	width: 220px;
	float: right;
	padding-top: 10px;
}
.latest-news .block-title {
	border-top: none;
	height: auto;
	line-height: normal;
	padding-bottom: 6px;
}
.latest-news li {
	padding: 10px 0;
	border-bottom: 1px dotted #E8EFD6;
}
.latest-news-meta {
	color: #66b5b6;
	font-size: 10px;
	margin-bottom: 4px;
}
.latest-news-meta a {
	color: #66b5b6;
}
.latest-news-meta a:hover {
	color: #fca834;
}
.latest-news-title {
	font-size: 12px;
	font-weight: bold;
}
.latest-news-title a {
	color: #5f3e2f;
}
.latest-news-title a:hover {
	color: #fca834;
}
.category-wrapper {
	margin-bottom: 30px;
}
.category-inn {
	padding-top: 10px;
}
.category-item {
	width: 300px;
	float: left;
	padding: 0 10px 10px 0;
	border-right: 1px solid #E8EFD6;
}
.category-item-photo {
	margin-bottom: 8px;
}
.category-item-photo a, .category-item-photo img {
	display: block;
}
.category-item-meta {
	color: #66b5b6;
	font-size: 10px;
	margin-bottom: 3px;
}
.category-item-meta a {
	color: #66b5b6;
}
.category-item-meta a:hover {
	color: #fca834;
}
.category-item h2 {
	font-size: 18px;
	color: #5f3e2f;
	margin-bottom: 5px;
}
.category-item h2 a {
	color: #5f3e2f;
}
.category-item h2 a:hover {
	color: #fca834;
}
.category-item p {
	color: #5f3e2f;
	font-size: 12px;
}
.category-list {
	width: 299px;
	padding-left: 10px;
	float: right;
}
.category-list li {
	padding: 10px 0;
	margin: -10px 0 10px;
	border-bottom: 1px dotted #E8EFD6;
}
.category-list-meta {
	color: #66b5b6;
	font-size: 10px;
	margin-bottom: 3px;
}
.category-list-meta a {
	color: #66b5b6;
}
.category-list-meta a:hover {
	color: #fca834;
}
.category-list-title {
	font-size: 12px;
	font-weight: bold;
}
.category-list-title a {
	color: #5f3e2f;
}
.category-list-title a:hover {
	color: #fca834;
}
.choice {
	background-color: #e8efd6;
	width: 600px;
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.choice-inn {
	width: 600px !important;
	overflow: hidden;
}
.choice-inn ul {
	width: 10000px;
} /* Carousel fix */
.choice .block-title2 {
	position: relative;
	width: 600px;
}
.choice .block-title2 a.prev, .choice .block-title2 a.next {
	position: absolute;
	width: 18px;
	height: 18px;
}
.choice .block-title2 a.prev {
	background: #a4c05b url("images/arrows.png") 5px 50% no-repeat;
	right: 19px;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}
.choice .block-title2 a.next {
	background: #a4c05b url("images/arrows.png") -28px 50% no-repeat;
	right: 0;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}
.choice .block-title2 a.next:hover, .choice .block-title2 a.prev:hover {
	background-color: #a4c05b;
}
.choice-item {
	width: 135px;
	float: left;
	padding: 0 9px 10px 0;
	margin: 10px 10px 0 0;
 border-right: 1px solid #E8EFD6.clear:after;
}
.choice-item h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.choice-item h2 a {
	color: #5f3e2f;
}
.choice-item h2 a:hover {
	text-decoration: underline;
}
.choice-photo {
	margin-bottom: 8px;
	display: block;
}
.choice-photo img {
	display: block;
}
.choice-cat {
	color: #fff;
	margin-bottom: 5px;
}
.choice-cat a {
	color: #5f3e2f;
}
.choice-cat a:hover {
	text-decoration: underline;
}
.categories {
	width: 620px;
	overflow: hidden;
	margin-bottom: 30px;
}
.categories-inn {
	width: 640px;
}
.catlist {
	width: 140px;
	float: left;
	margin-right: 20px;
}
.catlist .block-title {
	margin-bottom: 10px;
}
.catlist-item {
	padding: 8px 0;
	border-bottom: 1px dotted #eee;
}
.catlist-item-photo {
	margin-bottom: 8px;
}
.catlist-item-photo, .catlist-item-photo img {
	display: block;
}
.catlist-item-date {
	font-size: 10px;
	color: #66b5b6;
	margin-bottom: 3px;
}
.catlist-item h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.catlist-item p {
	font-size: 12px;
}
.catlist-item a {
	color: #5f3e2f;
}
.catlist-item a:hover {
	color: #fca834;
}
.categories .first {
	padding-top: 0;
}
.video {
	margin-bottom: 30px;
}
.video .block-title {
	margin-bottom: 10px;
}
.video-item-container {
	width: 460px;
	float: left;
	overflow: hidden;
	padding-right: 10px;
	border-right: 1px solid #eee;
}
.video-item-photo, .video-item-photo img {
	display: block;
}
.video-item-photo {
	margin-bottom: 8px;
}
.video-item-meta {
	color: #66b5b6;
	font-size : 10px;
	margin-bottom: 3px;
}
.video-item-meta a {
	color: #66b5b6;
}
.video-item-meta a:hover {
	color: #fca834;
}
.video-item {
	width: 460px;
	float: left;
	overflow: hidden;
	display: none;
}
.video-item.active {
	display: block;
}
.video-item h2 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 5px;
}
.video-item h2 a {
	color: #5f3e2f;
}
.video-item h2 a:hover {
	color: #fca834;
}
.video-item p {
	font-size: 12px;
	color: #5f3e2f;
}
.videolist {
	width: 140px;
	float: right;
	padding-left: 8px;
}
.videolist-inn {
	width: 140px;
	padding: 7px 0;
	overflow: hidden;
}
.videolist .prev, .videolist .next {
	display: block;
	margin: 0 3px;
	height: 21px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.videolist .prev:hover, .videolist .next:hover {
	background-color: #fca834;
}
.videolist .prev {
	background: #eee url("images/arrows.png") 50% 8px no-repeat;
}
.videolist .next {
	background: #eee url("images/arrows.png") 50% -26px no-repeat;
}
.videolist-item {
	width: 140px;
	padding: 7px 0;
	position: relative;
	z-index: 1;
	vertical-align: bottom;
}
.videolist-thumb {
	width: 134px;
	height: 74px;
	position: relative;
	left: 3px;
}
.videolist-play {
	display: block;
	width: 134px;
	height: 74px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/videolist-play.png") 50% 50% no-repeat;
}
.videolist-play:hover {
	top: -3px;
	left: -3px;
	border: 3px solid #fca834;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.videolist-play.active {
	background-image: url("images/videolist-play-active.png");
}
/***** Single *****/

.single .hentry-content {
	width: 460px;
	overflow: hidden;
}
.single .hentry-meta, .kinozal .hentry-meta {
	padding-bottom: 15px;
	border-bottom: 1px solid #fca834;
	margin-bottom: 5px;
}
.single .hentry-meta h1, .kinozal .hentry-meta h1 {
	color: #5f3e2f;
	font-size: 30px;
	line-height: 33px;
	font-weight: bold;
	padding-bottom: 10px;
}

.single .hentry-meta a {
	color: #5f3e2f;
}
.single .hentry-meta a:hover {
	color: #fca834;
}
.single .hentry-meta-data {
	font-size: 12px;
	color: #5f3e2f;
}
.single .hentry-middle {
	width: 460px;
	float: right;
}
.single .wide {
	padding-top: 15px;
}
.single .wide img {
	max-width: 620px;
	display: block;
}
.single .wide embed, .single .wide object {
	max-width: 620px;
}
.single .hentry-content embed, .post .hentry-content object {
	max-width: 460px;
	display: block;
}
.single .hentry-content img {
	max-width: 460px;
}
.single .hentry-content .wp-caption {
	max-width: 460px !important;
}
/* Content styles */

.hentry-content {
	font-size: 13px;
	line-height: 1.5;
	color: #5f3e2f;
	padding-top: 15px;
}
.page-template .hentry-content {
	padding-top: 0;
}
.hentry-content h1, .hentry-content h2, .hentry-content h3, .hentry-content h4, .hentry-content h5, .hentry-content h6 {
	font-weight: normal;
	margin-bottom: 10px;
}
.hentry-content h1 {
	font-size: 30px;
}
.hentry-content h2 {
	font-size: 18px;
}
.hentry-content h3 {
	font-size: 18px;
}
.hentry-content h4 {
	font-size: 16px;
}
.hentry-content h5 {
font-size: 16px;
color: #7D6462;
font-weight: bold;
line-height: 20px;
padding-left: 30px;
background-image: url("images/ok-green.png");
background-repeat: no-repeat;
background-position: left;
}

.hentry-content h6 {
	font-size: 14px;
}
.hentry-content a {
	color: #66B5B6;
}
.hentry-content a:hover {
	color: #fca834;
}
.hentry-content p {
	margin-bottom: 15px;
}
.hentry-content ul {
	list-style: square;
	margin: 0 0 15px 16px;
}
.hentry-content ol {
	list-style: decimal;
	margin: 0 0 15px 30px;
}
.hentry-content ul ul, .hentry-content ol ul {
	margin: 0 0 0 35px;
}
.hentry-content ol ol, .hentry-content ul ol {
	margin: 0 0 0 35px;
	list-style: lower-alpha;
}
.hentry-content li {
	margin: 3px 0;
}
.hentry-content blockquote {
	padding: 1px 0 1px 35px;
	background: url("images/blockquote.png") 0 3px no-repeat;
	font-size: 16px;
	font-weight: bold;
}
.hentry-content table {
	border: 1px solid #eee;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
.hentry-content tr th, .hentry-content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.hentry-content tr td {
	border-top: 1px solid #eee;
	padding: 6px 24px;
}
.hentry-content dl, .hentry-content dd {
	margin-bottom: 15px;
}
.hentry-content dt {
	font-weight: bold;
}
.hentry-content big {
	font-size: 131.25%;
}
.hentry-content pre {
	margin-bottom: 15px;
	padding: 20px;
	background-color: #f7f7f7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.hentry-content sup, .hentry-content sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 10px;
}
.hentry-content sup {
	bottom: 5px;
}
.hentry-content sub {
	top: 3px;
}
.hentry-content #submit {
	border: none;
	margin: 10px 0 0 0;
	background-color: #5f3e2f;
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
.hentry-content #submit:hover {
	background-color: #fca834;
	color: #fff;
}
.hentry-content .aside, .hentry-content .wide {
	display: none;
}
/* Images */

.hentry-content img {
	margin: 15px 0 15px;
	height: auto;
}
.hentry-content .alignnone, .hentry-content img.alignnone {
	clear: both;
	display: block;
	margin-bottom: 15px;
}
.hentry-content .alignleft, .hentry-content img.alignleft {
	display: inline;
	float: left;
	margin: 4px 15px 0 0;
}
.hentry-content .alignright, .hentry-content img.alignright {
	display: inline;
	float: right;
	margin: 4px 0 0 15px;
}
.hentry-content .aligncenter, .hentry-content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.hentry-content .wp-caption {
	background: #f5f5f5;
	margin-bottom: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.hentry-content .wp-caption img {
	margin: 0 !important;
}
.hentry-content .wp-caption p.wp-caption-text {
	color: #5f3e2f;
	font-size: 11px;
	padding: 3px 10px 10px;
	margin-bottom: 0;
}
.hentry-content .wp-caption.alignleft, .hentry-content .wp-caption.alignright {
	margin-bottom: 0;
}
.hentry-content .wp-smiley {
	margin: 0;
	border: none !important;
}
.hentry-content .attachment img {
	display: block;
	max-width: 460px;
}
/* Shortcodes */

.hentry-content .core-button, .hentry-content .core-button:hover {
	display: inline-block;
	background: #fca834;
	color: #fff;
	font-weight: bold;
	margin: 0 10px;
	text-decoration: none !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.hentry-content .core-button.alignnone, .hentry-content .core-button.aligncenter {
	margin: 0 0 15px;
}
.hentry-content .core-button.aligncenter {
	text-align: center;
}
.button-small {
	font-size: 12px;
	padding: 5px 10px;
}
.button-medium {
	font-size: 16px;
	padding: 5px 10px;
}
.button-big {
	font-size: 18px;
	padding: 5px 10px;
}
.core-box {
	padding: 7px 10px;
	margin-bottom: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.core-list ul, .core-list ol {
	list-style: none;
	margin-left: 0;
}
.core-list li {
	padding-left: 20px;
}
.core-list.list-tick li {
	background: url("images/list.png") 0 4px no-repeat;
}
.core-list.list-cross li {
	background: url("images/list.png") 0 -61px no-repeat;
}
.core-social {
	display: inline-block;
	margin: 0 10px;
	margin-bottom: 10px !important;
}
.core-twocol-one {
	width: 48%;
	float: left;
	margin: 0 4% 15px 0;
	position: relative;
}
.core-twocol-one.last {
	clear: right;
	margin-right: 0 !important;
}
.core-fourcol-one {
	width: 22%;
	float: left;
	margin: 0 4% 15px 0;
	position: relative;
}
.core-fourcol-one.last {
	clear: right;
	margin-right: 0 !important;
}
/* Entry footer */

.single .hentry-footer a {
	color: #66B5B6;
}
.single .hentry-footer a:hover {
	color: #fca834;
}
.single .hentry-like, .single .hentry-tags {
	font-size: 13px;
	color: #898989;
	margin-bottom: 15px;
}
.single .page-link {
	font-size: 13px;
	color: #898989;
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}
.single .hentry-navigation {
	border-bottom: 1px solid #E8EFD6;
	border-top: 1px solid #E8EFD6;
	padding: 10px 0;
	margin-bottom: 20px;
}
.single .hentry-navigation-inn {
	position: relative;
}
.single .hentry-navigation a {
	display: block;
	width: 45%;
}
.single .hentry-navigation a p {
	font-size: 11px;
	color: #66b5b6;
	font-style: normal;
	display: block;
}
.single .hentry-navigation a span {
	font-size: 12px;
	font-weight: bold;
}
.single .hentry-navigation-prev {
	padding-left: 15px;
	background: url("images/previouspostslink.png") 0 50% no-repeat;
	float: left;
}
.single .hentry-navigation-next {
	padding-right: 15px;
	background: url("images/nextpostslink.png") 100% 50% no-repeat;
	text-align: right;
	float: right;
}
.single .hentry-navigation-prev:hover {
	background-image: url("images/previouspostslink-hover.png")
}
.single .hentry-navigation-next:hover {
	background-image: url("images/nextpostslink-hover.png")
}
.single .hentry-navigation-line {
	width: 1px;
	border-left: 1px dotted #eee;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
}
.recommended-item {
	margin: 10px 10px 0 0;
	padding: 0 9px 10px 0;
	border-right: 1px solid #eee;
	float: left;
	width: 140px;
}
.recommended-photo, .recommended-photo img {
	display: block;
}
.recommended-photo {
	margin-bottom: 5px;
}
.recommended-item p {
	font-size: 10px;
	color: #66b5b6;
	margin-bottom: 3px;
}
.recommended-item h2 {
	font-size: 14px;
}
.recommended .nb {
	margin-right: 0;
	padding-right: 0;
}
/* Entry sidebar */

.single .hentry-sidebar {
	width: 140px;
	float: left;
	padding-top: 15px;
}
.single .hentry-sidebar h6 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #E8EFD6;
}
.single .hentry-sidebar a {
	color: #5f3e2f;
}
.single .hentry-sidebar a:hover {
	color: #fca834;
}
.single .hentry-sidebar .aside {
	font-size: 11px;
	line-height: 1.5;
	color: #5f3e2f;
	margin-bottom: 20px;
}
.single .hentry-sidebar .aside img {
	max-width: 140px;
	display: block;
	margin: 10px 0;
}
.single .hentry-sidebar .core-adplace {
	font-size: 11px;
}
.single .hentry-widget {
	margin-bottom: 20px;
}
.single .hentry-author h6 {
	margin-bottom: 10px;
}
.single .hentry-author-meta {
	margin-bottom: 10px;
}
.single .hentry-author-meta img {
	display: block;
	margin-right: 10px;
	float: left;
}
.single .hentry-author-meta p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
.single .hentry-author-meta span {
	font-size: 11px;
}
.single .hentry-author-about {
	font-size: 11px;
	line-height: 1.5;
	color: #5f3e2f;
	padding-bottom: 10px;
}
.single .hentry-similar li {
	padding: 8px 0;
	font-size: 11px;
	line-height: 1.5;
	border-bottom: 1px dotted #eee;
}
.single .hentry-share li {
	padding: 10px 0;
	font-size: 11px;
	border-bottom: 1px dotted #eee;
}
.single .hentry-share li a {
	color: #5f3e2f;
	padding: 2px 0 2px 26px;
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
}
.single .hentry-share .feed a {
	background-position: 0 0;
}
.single .hentry-share .twitter a {
	background-position: 0 -36px;
}
.single .hentry-share .fb a {
	background-position: 0 -72px;
}
.single .hentry-share .vkontakte a {
	background-position: 0 -108px;
}
.single .hentry-share .google a {
	background-position: 0 -144px;
}
.single .hentry-share .youtube a {
	background-position: 0 -180px;
}
.single .hentry-share .blogger a {
	background-position: 0 -216px;
}
.single .hentry-share .skype a {
	background-position: 0 -252px;
}
.single .hentry-share .linkedin a {
	background-position: 0 -288px;
}
/* Sharebox */

#sharebox {
	position: absolute;
	width: 60px;
	margin-left: -92px;
	padding: 0 5px;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 1;
}
.share-item {
	margin: 7px 0;
	text-align: center;
}
.share-item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/***** Page *****/

.page .hentry-meta {
	border-bottom: 1px solid #fca834;
	margin-bottom: 20px;
}
.page .hentry-meta h1 {
	color: #5f3e2f;
	padding-bottom: 10px;
	font-size: 21px;
	font-weight: bold;
	line-height: 21px;
}
.page .hentry-meta a {
	color: #5f3e2f;
}
.page .hentry-meta a:hover {
	color: #fca834;
}
.page .hentry-meta-data {
	font-size: 12px;
	color: #5f3e2f;
}
.page .hentry-content {
	font-size: 13px;
	line-height: 1.5;
	color: #5f3e2f;
	padding-top: 0;
}
.page .hentry-content a {
	color: #5f3e2f;
}
.page .hentry-content a:hover {
	color: #fca834;
}
.page .hentry-content p {
	margin-bottom: 15px;
}
/***** Loop *****/

#mode {
	display: block;
	width: 35px;
	height: 14px;
	background: url("images/mode.png") 0 0 no-repeat;
	position: absolute;
	bottom: 13px;
	right: 0;
	overflow: hidden;
}
#mode.flip {
	background-position: 0 -14px !important;
}
.loop {
	width: 620px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
#loop {
	width: 640px;
}
.loop .hentry a {
	color: #5f3e2f;
}
.loop .hentry a:hover {
	color: #fca834;
}
.loop .hentry .post-meta {
	font-size: 11px;
	color: #66b5b6;
	margin-bottom: 3px;
}
.loop .hentry .post-meta a {
	color: #66b5b6;
}
.loop .hentry .post-meta a:hover {
	color: #fca834;
}
.loop .hentry p.h2 {
	font-size: 18px;
	font-weight: bold;
	color: #5f3e2f;
	margin-bottom: 5px;
}
.loop .hentry p {
	font-size: 12px;
	line-height: 1.3;
	color: #5f3e2f;
}
.list .hentry {
	width: 620px;
	padding: 20px 0;
	border-top: 1px dotted #E8EFD6;
	float: none;
}
.list .hentry .post-thumb img {
	display: block;
	width: 300px;
	height: 180px;
	float: left;
	margin: 0 20px 0 0;
}
.grid .hentry {
	width: 300px;
	padding: 20px 0;
	border-top: 1px dotted #eee;
	margin-right: 20px;
	float: left;
}
.list .premium {
	background-image:url(images/premium-bg.png);
	background-position:top;
	background-repeat:repeat-x;
}


.premium .h2 a{
	color: #EF2121!important;
	padding-left:20px!important;
	background-image:url(images/medal-red.png)!important;
	padding-top:1px!important;
	padding-bottom:1px!important;
	background-position:left top!important;
	background-repeat:no-repeat!important;
}
.loop-gloss .premium p {
}
.list .premium {
width: 620px;
padding: 20px 0;
border-top: 1px dotted #EF2121!important;
float: none;
}

.grid .hentry .post-thumb img {
	display: block;
	width: 300px;
	height: 180px;
	margin-bottom: 8px;
}
.grid .grid-line {
	width: 1px;
	height: 100%;
	border-left: 1px solid #eee;
	position: absolute;
	left: 50%;
	top: 20px;
}
.not-found {
	padding-top: 20px;
}
/* Pagination */

.default {
	clear: both;
	border-top: 1px solid #5f3e2f;
	padding: 10px;
}
.default .previouspostslink, .default .nextpostslink {
	display: inline-block;
	width: 119px;
	font-size: 14px;
	font-weight: bold;
	color: #5f3e2f;
}
.default .previouspostslink {
	float: left;
	padding: 10px 0 10px 30px;
	background: url("images/previouspostslink.png") 0 50% no-repeat;
	border-right: 1px solid #eee;
}
.default .nextpostslink {
	float: right;
	text-align: right;
	padding: 10px 30px 10px 0;
	background: url("images/nextpostslink.png") 100% 50% no-repeat;
	border-left: 1px solid #E8EFD6;
}
.default .previouspostslink:hover, .default .nextpostslink:hover {
	color: #fca834;
}
.default .previouspostslink:hover {
	background-image: url("images/previouspostslink-hover.png");
}
.default .nextpostslink:hover {
	background-image: url("images/nextpostslink-hover.png")
}
.wp-pagenavi {
	margin: 0 170px;
	padding-top: 9px;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	font-size: 12px;
	padding: 2px 6px;
	margin: 0 3px;
	display: inline-block;
}
.wp-pagenavi a {
	color: #5f3e2f;
}
.wp-pagenavi a:hover {
	color: #fca834;
}
.wp-pagenavi .current {
	background: #5f3e2f;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.fetch {
	clear: both;
}
.fetch .nextpostslink {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #5f3e2f;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.fetch .nextpostslink:hover {
	background: #fca834;
	color: #fff;
}
/***** Comments *****/

.comments-inn {
	border-top: 1px solid #eee;
	margin-bottom: 40px;
}
#comments .block-title {
	margin: 40px 0 0 160px;
	border-bottom: 0;
	position: relative;
}
#comments .block-title a {
	color: #5f3e2f;
	font-size: 12px;
	font-weight: normal;
	background: none;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
#comments .block-title a:hover {
	color: #fca834;
}
.page #comments .block-title {
	margin-left: 0;
}
.comment {
	padding: 10px 0;
	border-top: 1px solid #eee;
}
.comment td {
	vertical-align: top;
}
.comment-meta {
	padding-right: 20px;
	width: 70px;
	overflow: hidden;
	font-size: 11px;
	color: #66b5b6;
}
.comment-meta a {
	color: #5f3e2f;
}
.comment-meta a:hover {
	color: #fca834;
}
.comment-meta p {
	margin-bottom: 5px;
}
.comment-author {
	font-weight: bold;
	color: #5f3e2f;
}
.reply {
	width: 60px;
}
.reply a {
	display: block;
	margin-top: 5px;
	border: 1px solid #eee;
	padding: 5px 5px 5px 20px;
	background: url("images/reply.png") 6px 7px no-repeat;
	font-size: 11px;
	color: #66b5b6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.reply a:hover {
	background-color: #fca834;
	background-position: 6px -22px;
	border: 1px solid #fca834;
	color: #fff;
}
.comments .children {
	padding-left: 80px;
	background: url("images/children.png") 27px 20px no-repeat;
}
.pings {
	padding: 20px 0;
	margin-left: 160px;
	list-style: decimal;
}
.pings li {
	font-size: 12px;
	color: #66b5b6;
}
.pings .comment-text {
	margin-bottom: 5px;
}
.navigation {
	margin: 20px 0;
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
.navigation a {
	color: #5f3e2f;
}
.navigation a:hover {
	color: #fca834;
}
.nav-previous {
	float: left;
	width: 45%;
}
.nav-next {
	float: right;
	width: 45%;
	text-align: right;
}
#respond {
	margin-top: 30px;
}
#respond a {
	color: #5f3e2f;
}
#respond a:hover {
	color: #fca834;
}
#respond table {
	width: 100%;
}
#respond td {
	vertical-align: top;
	padding: 10px 0;
	border-bottom: 1px dotted #eee;
	font-size: 12px;
	color: #5f3e2f;
}
#respond .label {
	text-align: right;
}
#respond td label, #respond td span {
	vertical-align: -6px;
}
#respond td span {
	margin-left: 15px;
	color: #66b5b6;
}
#respond td p {
	border: 1px solid #E8EFD6;
	padding: 5px;
	margin-left: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#respond td p.alert {
	color: #ee2d24;
	border: none;
	display: none;
}
#respond td p.alert-field {
	border-color: #ee2d24;
}
#respond td input.input, #respond td textarea {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	font: 12px Arial, Helvetica, sans-serif;
}
#respond #submit {
	border: none;
	background-color: #5f3e2f;
	margin: 0;
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
#respond #submit:hover {
	background-color: #fca834;
	color: #fff;
}
#respond .submit {
	padding-left: 15px;
}
#respond .submit div {
	margin-bottom: 10px;
}
#respond .submit div input, #respond .submit div span, #respond .submit div a {
	vertical-align: middle;
}
#respond .submit span {
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
}
.children #respond {
	margin-top: 0;
}
.children #respond .block-title {
	margin: 0;
}
.logged-in-as {
	margin: 8px 0 0 15px;
}
.commentform-extra {
	font-size: 12px;
	line-height: 1.5;
	color: #5f3e2f;
	padding-left: 24%;
}
#respond .message {
	padding: 15px 0 0 160px;
	font-size: 12px;
}
.nopassword, .nocomments {
	font-size: 12px;
	color: #5f3e2f;
	margin: 40px 0 40px 160px;
}
.page .nopassword, .page .nocomments {
	margin-left: 0;
}
/* Comment styles */

.comment-text {
	font-size: 12px;
	line-height: 1.5;
	color: #5f3e2f;
	margin-bottom: 10px;
}
.comment-text h1, .comment-text h2, .comment-text h3, .comment-text h4, .comment-text h5, .comment-text h6 {
	font-weight: normal;
	margin-bottom: 10px;
}
.comment-text h1 {
	font-size: 20px;
}
.comment-text h2 {
	font-size: 18px;
}
.comment-text h3 {
	font-size: 18px;
}
.comment-text h4 {
	font-size: 16px;
}
.comment-text h5 {
	font-size: 14px;
}
.comment-text h6 {
	font-size: 14px;
}
.comment-text a {
	color: #5f3e2f;
}
.comment-text a:hover {
	color: #fca834;
}
.comment-text p {
	margin-bottom: 15px;
}
.comment-text ul {
	list-style: square;
	margin: 0 0 15px 16px;
}
.comment-text ol {
	list-style: decimal;
	margin: 0 0 15px 19px;
}
.comment-text ul ul, .comment-text ol ul {
	margin: 0 0 0 35px;
}
.comment-text ol ol, .comment-text ul ol {
	margin: 0 0 0 35px;
	list-style: lower-alpha;
}
.comment-text li {
	margin: 3px 0;
}
.comment-text blockquote {
	padding: 1px 0 1px 35px;
	background: url("images/blockquote.png") 0 3px no-repeat;
	font-size: 12px;
	font-weight: bold;
}
.comment-text table {
	border: 1px solid #eee;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
.comment-text tr th, .comment-text thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.comment-text tr td {
	border-top: 1px solid #eee;
	padding: 6px 24px;
}
.comment-text dl, .comment-text dd {
	margin-bottom: 15px;
}
.comment-text dt {
	font-weight: bold;
}
.comment-text big {
	font-size: 131.25%;
}
.comment-text pre {
	margin-bottom: 15px;
	padding: 20px;
	background-color: #f7f7f7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.comment-text sup, .comment-text sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 10px;
}
.comment-text sup {
	bottom: 5px;
}
.comment-text sub {
	top: 3px;
}
/***** Widgets *****/

.widget {
	width: 300px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
}
.widget-title {
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	margin-bottom: 6px;
	color: #5f3e2f;
	border-top: 1px solid #5f3e2f;
	border-bottom: 1px solid #E8EFD6;
}
.widget-title a {
	color: #5f3e2f !important;
	padding-right: 15px;
	background: url("images/link-arrow.png") 100% 4px no-repeat;
}
.widget-title a:hover {
	color: #fca834 !important;
	background-position: 100% -28px;
}
.no-title {
	display: none;
}
.widget ul ul, .widget ul ol, .widget ol ol, .widget ol ul {
	margin-left: 20px;
}
.widget li {
	color: #2a2a21;
	font-size: 12px;
	line-height: 1.8;
}
.widget a {
	color: #5f3e2f;
}
.widget a:hover {
	color: #fca834;
}
.core-tabs .widget {
	margin-bottom: 0;
}
.tabs-list {
	width: 305px;
	border-bottom: 1px solid #e8f4f4;
	padding-top: 5px;
}
.tabs-list li {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 3px;
	margin-right: 3px;
	color: #fff;
	background-color: #66b5b6;
	cursor: pointer;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	vertical-align: bottom;
}
.tabs-list li:hover {
	background-color: #fca834;
	color: #fff;
}
.tabs-list li.tabs-current {
	background-color: #e8f4f4;
	color: #66b5b6;
}
.tabs-box {
	position: absolute;
	left:-10000px;
}
.tabs-box.visible {
	display: block;
}
.hentry-thumb {
	padding: 10px;
	line-height: normal !important;
	border-bottom: 1px dotted #66b5b6;
	background-color:#e8f4f4;
}
.hentry-thumb-image img {
	width: 50px;
	height: 50px;
	float: left;
	margin: 2px 0;
}
.hentry-thumb-meta {
	display: block;
	color: #66b5b6;
	font-size: 10px;
	margin-bottom: 3px;
}
.hentry-thumb-meta a {
	color: #66b5b6;
}
.hentry-thumb-meta a:hover {
	text-decoration: underline;
}
.hentry-thumb-title {
	display: block;
	font-size: 12px;
}
.hentry-thumb-title span {
	color: #3b3b3b;
}
.hentry-thumb .offset {
	padding-left: 60px;
}
.core-getconnected ul {
	width: 316px;
	padding: 0;
}
.core-getconnected li {
	display: block;
	width: 142px;
	float: left;
	padding: 6px 0;
	margin-right: 16px;
	line-height: normal;
	border-bottom: 1px dotted #eee;
}
.core-getconnected a {
	display: block;
	padding: 5px 0 5px 26px;
	font-size: 14px;
	font-weight: bold;
	color: #5f3e2f;
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
}
.core-getconnected a:hover {
	color: #fca834;
}
.core-getconnected .feed a {
	background-position: 0 4px;
}
.core-getconnected .twitter a {
	background-position: 0 -32px;
}
.core-getconnected .fb a {
	background-position: 0 -68px;
}
.core-getconnected .vkontakte a {
	background-position: 0 -104px;
}
.core-getconnected .google a {
	background-position: 0 -140px;
}
.core-getconnected .youtube a {
	background-position: 0 -176px;
}
.core-getconnected .blogger a {
	background-position: 0 -212px;
}
.core-getconnected .skype a {
	background-position: 0 -248px;
}
.core-getconnected .linkedin a {
	background-position: 0 -284px;
}
.core-twitter ul {
	padding: 0;
}
.core-twitter .tweet {
	padding: 6px 0;
	border-bottom: 1px dotted #eee;
}
.core-twitter .tweet-date {
	width: 70px;
	float: left;
	font-size: 10px;
	color: #898989;
}
.core-twitter .tweet-text {
	padding-left: 80px;
	font-size: 12px;
	color: #5f3e2f;
}
.core-twitter .tweet-text a {
	color: #5f3e2f;
}
.core-twitter .tweet-text a:hover {
	color: #fca834;
}
.core-flickr ul {
	width: 316px;
}
.core-flickr li {
	display: inline-block;
	width: 85px;
	height: 85px;
	margin: 10px 19px 5px 0;
}
.core-flickr li a {
	display: block;
}
.core-flickr li a img {
	display: block;
	width: 80px;
	height: 80px;
	padding: 5px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.core-flickr li a:hover img {
	border-color: #fca834;
}
.core_archive .widget-title {
	margin-bottom: 0;
}
.core_archive ul {
	width: 316px;
}
.core_archive li {
	display: block;
	float: left;
	width: 115px;
	padding: 10px 25px 10px 0;
	margin-right: 16px;
	border-bottom: 1px dotted #eee;
	line-height: normal;
	position: relative;
}
.core_archive a {
	color: #5f3e2f;
	font-size: 12px;
}
.core_archive a:hover {
	color: #fca834;
}
.core_archive li span {
	font-size: 10px;
	color: #898989;
	position: absolute;
	right: 0;
	top: 11px;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #3b3b3b;
	font-size: 13px;
	padding-bottom: 5px;
}
#wp-calendar th, #wp-calendar td {
	color: #3b3b3b;
	font-size: 13px;
	text-align: center;
}
#wp-calendar th {
	background: #f1f1f1;
	padding: 5px 0;
}
#wp-calendar td {
	padding: 7px;
}
#wp-calendar #today {
	font-weight: bold;
	background: #f7f7f7;
}
#wp-calendar a {
	color: #5f3e2f;
}
#wp-calendar a:hover {
	color: #fca834;
}
a.rsswidget img {
	vertical-align: -1px;
}
.tagcloud a {
	line-height: 1.5;
}
.core-tabs .tagcloud {
	padding-top: 6px;
}
.core-tabs .textwidget {
	padding-top: 6px;
}
.textwidget, .core-adplace {
	font-size: 13px;
	line-height: 1.5;
	color: #2a2a21;
	margin-bottom:0;
}
.textwidget p, .core-adplace p {
	margin-bottom: 10px;
}
.textwidget a, .core-adplace a {
	color: #5f3e2f;
}
.textwidget a:hover, .core-adplace a:hover {
	color: #fca834;
}
.core-adplace .alignnone {
	clear: both;
	display: block;
}
.core-adplace .alignleft {
	display: inline;
	float: left;
	margin: 4px 15px 0 0;
}
.core-adplace .alignright {
	display: inline;
	float: right;
	margin: 4px 0 0 15px;
	text-align: right;
}
.core-adplace .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.widget_archive .widget-title {
	margin-bottom: 8px;
}
.widget_search label {
	font-size: 12px;
	color: #2a2a21;
	vertical-align: middle;
}
.widget_search #s {
	width: 170px;
	border: 1px solid #EEE;
	padding: 5px 5px;
	vertical-align: middle;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.widget_search #searchsubmit {
	border: none;
	background-color: #5f3e2f;
	color: #fff;
	margin: 0;
	padding: 5px 6px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.widget_search #searchsubmit:hover {
	background: #fca834;
}
.widget_recent_entries .widget-title, .widget_rss .widget-title, .widget_recent_comments .widget-title, .widget_meta .widget-title, .widget_links .widget-title, .core-getconnected .widget-title, .core-twitter .widget-title, .core-flickr .widget-title, .core_recent_posts .widget-title {
	margin-bottom: 0;
}
.widget_recent_entries li, .widget_rss li, .widget_recent_comments li, .widget_meta li, .widget_links li {
	padding: 8px 0;
	margin: 0;
	line-height: 1.5;
	border-bottom: 1px dotted #eee;
}
/***** 404 *****/

.error404 p {
	font-size: 13px !important;
	margin-bottom: 15px;
}
.error404 a {
	color: #5f3e2f;
}
.error404 a:hover {
	color: #fca834;
}
/***** Archive *****/

.archive .title {
	padding: 0 45px 10px 0;
	font-size: 21px;
	font-weight: bold;
	line-height: 21px;
	color: #5f3e2f;
	position: relative;
}
/***** Archive Subtitle *****/

.archive .subtitle {
	padding-bottom: 10px;
	border-bottom: 1px solid #FCA834;
	font-size: 11px;
	font-weight: 400;
	line-height: 14px;
	color: #5F3E2F;
	position: relative;
}
/***** Magazine *****/

#mainposts {
	margin-bottom: 20px;
	width: 620px;
	height: 380px;
}
#mainposts li {
	z-index: 2;
	position: relative;
}
#mainposts .prev, #mainposts .next {
	display: block;
	height: 18px;
	width: 18px;
	position: absolute;
	top: 20px;
	z-index: 3;
}
#mainposts .prev:hover, #mainposts .next:hover {
	background-color: #fca834;
}
#mainposts .prev {
	left: 20px;
	background: #303030 url("images/arrows.png") 5px 50% no-repeat;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}
#mainposts .next {
	left: 39px;
	background: #303030 url("images/arrows.png") -28px 50% no-repeat;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}
.mainpost {
	width: 620px;
	height: 380px;
	position: relative;
}
.mainpost img {
	display: block;
}
.mainpost-container {
	width: 420px;
	height: 260px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.mainpost-container .bg {
	background-color: #13140e;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	width: 420px;
	height: 260px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.mainpost-data {
	padding: 20px;
	position: relative;
	z-index: 1;
}
.mainpost-data, .mainpost-data a {
	color: #fff;
}
.mainpost-meta {
	font-size: 11px;
	margin-bottom: 10px;
}
.mainpost-meta a:hover {
	text-decoration: underline;
}
.mainpost-data h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}
.mainpost-data h2 a:hover {
	text-decoration: underline;
}
.mainpost-data p {
	font-size: 12px;
	line-height: 1.3;
}
/***** Image Gallery *****/

.page-template-template-gallery-php .hentry-content {
	width: 620px;
	overflow: hidden;
}
.page-template-template-gallery-php .gallery {
	width: 640px;
}
/***** Tags *****/

.page-template-template-tags-php h4 {
	font-weight: bold;
	text-transform: uppercase;
}
.page-template-template-tags-php .hentry-content {
	width: 620px;
	overflow: hidden;
}
.page-template-template-tags-php .hentry-content .tags {
	width: 640px;
}
.page-template-template-tags-php .hentry-content ul {
	list-style: none;
	margin: 0 0 15px 0;
}
.page-template-template-tags-php .hentry-content ul li {
	color: #898989;
}
.page-template-template-tags-php .hentry-content .column {
	width: 140px;
	float: left;
	margin-right: 20px;
}
/***** Contact form *****/

#contactform {

	padding-bottom: 15px;
}
#contactform table {
	width: 100%;
}
#contactform td {
	vertical-align: top;
	padding: 15px 0;
	border-bottom: 1px dotted #eee;
	font-size: 12px;
	color: #5f3e2f;
}
#contactform .label {
	text-align: right;
}
#contactform td label, #contactform td span {
	vertical-align: -6px;
}
#contactform td span {
	margin-left: 15px;
	color: #66b5b6;
}
#contactform td p {
	border: 1px solid #eee;
	padding: 5px;
	margin-left: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#contactform td p.alert {
	color: #ee2d24;
	border: none;
	display: none;
}
#contactform td p.alert-field {
	border-color: #ee2d24;
}
#contactform td input.input, #contactform td textarea {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	font: 12px Arial, Helvetica, sans-serif;
}
#contactform #submit {
	border: none;
	background-color: #5f3e2f;
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-left: 15px;
	padding: 10px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
#contactform #submit:hover {
	background-color: #fca834;
	color: #fff;
}
#contactform .submit input, #contactform .submit a {
	vertical-align: middle;
}
#contactform .error {
	font-size: 12px;
	color: #fca834;
	margin: 5px 0 0 15px;
}
#contactform .message {
	padding: 15px 0 0 158px;
	font-size: 14px;
	font-weight: bold;
}
#contactform .message a {
	color: #5f3e2f;
}
#contactform .message a:hover {
	color: #fca834;
}
/***** Wide *****/

.page-template-template-wide-php #content {
	width: 100%;
	padding-right: 0;
	border: none;
}
/***** Bottom widget area *****/

.bottom-widgetarea {
	margin-bottom: 20px;
	width: 940px;
	overflow: hidden;
}
.bottom-widgetarea-inn {
	width: 960px;
}
.bottom-widgetarea .widget {
	float: left;
	margin-right: 20px;
}
/***** Footer *****/

.footer {
	padding: 0px;
}
.menu-footer {
	border-top: 1px solid #5f3e2f;
	border-bottom: 1px solid #E8EFD6;
	margin-bottom: 20px;
}
.menu-footer ul li {
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
	padding-right: 10px;
	padding-left: 10px;
}
.menu-footer ul li a {
	color: #5f3e2f;
}
.menu-footer ul li a:hover {
	color: #fca834;
}
.footer-leftpart {
	float: left;
}
.logo-footer {
	display: block;
	width: 200px;
	padding-bottom: 14px;
	color: #666;
	font-size: 24px;
	margin-right:20px;
}
.logo-footer, .logo-footer img {
	display: block;
}
.logo-footer span {
	display: block;
	width: 200px;
	height: 90px;
}
.footer-middlepart {
	width: 370px;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.footer-searchform {
	height: 40px;
	margin-bottom: 5px;
}
.footer-searchform input {
	width: 358px;
	font-size: 16px;
	font-weight: bold;
	color: #5f3e2f;
	border: 1px solid #E8EFD6;
	padding: 4px 5px;
	margin: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.footer-tags {
	color: #5f3e2f;
}
.footer-tags p {
	font-size: 12px;
	font-weight: bold;
	color: #5f3e2f;
	margin-bottom: 5px;
}
.footer-tags a {
	font-size: 11px;
	color: #666;
}
.footer-tags a:hover {
	color: #fca834;
}
.footer-linkset {
	width: 129px;
	float: left;
	padding: 0 10px 10px;
	border-left: 1px solid #E8EFD6;
	font-size: 12px;
}
.footer-linkset a {
	color: #5f3e2f;
}
.footer-linkset a:hover {
	color: #fca834;
}
.copyrights {
	width: 775px;
	float: left;
	padding-top: 18px;
	font-size: 11px;
	color: #5f3e2f;
}
.copyrights a, .credits a {
	color: #5f3e2f;
}
.copyrights a:hover, .credits a:hover {
	color: #fca834;
}
.credits {
	width: 145px;
	float: right;
	text-align: right;
	padding-top: 18px;
	font-size: 11px;
	color: #5f3e2f;
}
/***** Breadcrumbs *****/

.breadcrumb div, .breadcrumbs div {
	display: inline-block;
}
.breadcrumb, .breadcrumbs {
	color: #5F3E2F;
	padding-bottom:5px;
	font-size:11px;
	margin-top:0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E8EFD6;
}
.breadcrumb a, .breadcrumbs a {
	color: #66B5B6;
}
.breadcrumb a:hover, .breadcrumbs a:hover {
	text-decoration:underline;
}
/***** Wide Tabs *****/

.wide-tabs {
	width:620px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 20px;
}
.wide-tabs li {
	color: #5F3E2F;
	font-size: 12px;
	line-height: 1.8;
}
.wide-tabs a {
	color: #66B5B6;
}
.wide-tabs a:hover {
	color: #FFF;
}
.wide-tabs .tabs-box {
	padding-top:10px;
}
.wide-tabs-list {
	width:620px;
	border-bottom: 1px solid #66B5B6;
	padding-top: 5px;
}
ul.wide-tabs-list {
	list-style: none!important;
	margin: 0!important;
}
.wide-tabs-list li {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 3px;
	margin-right: 3px;
	color: #E8F4F4;
	background-color: #66B5B6;
	cursor: pointer;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	vertical-align: bottom;
}
.wide-tabs-list li:hover {
	background-color:#FCA834;
	color: #FFF;
}
.wide-tabs-list li.tabs-current {
	background-color: #E8F4F4;
	color: #66B5B6;
}
/***** New Thumbs Style *****/
img.attachment-general-sq {
	width:300px;
	height:300px;
}
img.attachment-mini-sq {
	width:140px;
	height:140px;
}
/***** Glossary Loop *****/

#mode {
	display: block;
	width: 35px;
	height: 14px;
	background: url("images/mode.png") 0 0 no-repeat;
	position: absolute;
	bottom: 13px;
	right: 0;
	overflow: hidden;
}
#mode.flip {
	background-position: 0 -14px !important;
}
#loop-gloss {
	width: 640px;
}
.loop-gloss {
	width: 620px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.loop-gloss .hentry a {
	color: #5F3E2F;
}
.loop-gloss .hentry a:hover {
	color: #FCA834;
}
.loop-gloss .hentry .post-meta {
	font-size: 11px;
	color: #66B5B6;
	margin-bottom: 3px;
}
.loop-gloss .hentry .post-meta a {
	color: #66B5B6;
}
.loop-gloss .hentry .post-meta a:hover {
	color: #FCA834;
}
.loop-gloss .hentry p.h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5F3E2F;
	margin-bottom: 5px;
}
.loop-gloss .hentry p {
	font-size: 12px;
	line-height: 1.3;
	color: #5F3E2F;
}
.list-gloss .hentry {
	width: 620px;
	padding: 20px 0;
	border-top: 1px dotted #66B5B6;
	float: none;
}
.list-gloss .hentry .post-thumb img {
	display: block;
	width: 140px;
	float: left;
	margin: 0 20px 0 0;
}
.grid-gloss .hentry {
	width: 140px;
	padding: 20px 0;
	border-top: 1px dotted #66B5B6;
	margin-right: 20px;
	float: left;
}
.grid-gloss .hentry .post-thumb img {
	display: block;
	width: 140px;
	margin-bottom: 8px;
}

.grid-video .hentry {
	width: 177px;
	padding: 20px 0;
	border-top: 1px dotted #66B5B6;
	margin-right: 35px;
	float: left;
}
.grid-video .hentry .post-thumb img {
	display: block;
	width: 177px;
	margin-bottom: 8px;
}

.not-found {
	padding-top: 20px;
}
/***** Glossary Single *****/
.gloss-content {
	margin-top:20px;
	width:620px;
	overflow: hidden;
	color: #5F3E2F;
}
.gloss-content h1, .gloss-content h2 {
	font-size: 18px;
}
.gloss-content h1, .gloss-content h2 {
	font-size: 18px;
}
.gloss-content-left {
	width:300px;
	float:left;
}
.gloss-content-right {
	margin-left:320px;
	font-size:12px;
}

.gloss-video {
	margin-top:20px;
	width:620px;
	overflow: hidden;
	color: #5F3E2F;
}

.gloss-video-left {
	width:300px;
	float:left;
}

.gloss-video-left {
	width:260px;
	float:left;
}
.gloss-video-right {
	margin-left:270px;
	font-size:12px;
}

.gloss-video p {
	padding:0;
	display:block;
	font-size:12px;
	line-height: 1.5;
}

.video-info {
	padding: 15px 0;
	border-top: 1px solid #FCA834;
	margin: 15px 0;
}

.videoplayer {
	margin: 15px 0;
}

.gloss-content p {
	padding:5px 0;
	display:block;
	font-size:12px;
	line-height: 1.5;
}


.gloss-content a {
	color: #66B5B6;
}
.gloss-content a:hover {
	color: #FCA834;
}
/***** Special Info-Box *****/
.special-info-box {
	display:block;
	border:1px solid #eee;
	background-color:#FAFAFA;
	font-size:11px;
	color:#999;
	padding:5px;
}
.special-info-box a {
	color:#666;
}
.special-info-box a:hover {
	color:#232323;
}
/***** Glossary Related *****/

.gloss-related {
	display:block;
	border-bottom:1px dotted #66B5B6;
	overflow:hidden;
	padding: 10px 0;
	font-size:12px;
}
.gloss-related h3 {
	font-size:14px;
	font-weight:700;
	line-height:18px;
}
.gloss-related h3 a {
	color:#5F3E2F;
}
.gloss-related h3 a:hover {
	color:#FCA834;
}
.gloss-related img {
	width:140px;
	height:90px!important;
	margin-right:20px;
	margin-top:0px!important;
	margin-bottom:0px!important;
	margin-left:0px!important;
	float:left;
}
gloss-related-left {
	width:140px;
	float:left;
}
.gloss-related-right {
	margin-left:160px;
}
.related-post-meta {
	font-size:10px;
	color:#66B5B6;
}
.related-post-meta a {
	color:#66B5B6;
}
.related-post-meta a:hover {
	color:#FCA834;
}
/***** Glossary List *****/

.gloss-list {
}
.gloss-list ul {
	padding:0px;
	margin:0;
	overflow: hidden;
	position: relative;
	width:640px;
	margin-bottom:20px;
}
.gloss-list li {
	float: left;
	display:block;
	padding:2px 0px;
}
.gloss-list .big, .gloss-list .cat-item {
	width:320px;
}
.gloss-list .small {
	width:160px;
}
.gloss-list a {
	font-size:12px;
	font-weight:bold;
	color:#5F3E2F;
}
.gloss-list a:hover {
	font-size:12px;
	font-weight:bold;
	color:#FCA834;
}
.gloss-list span {
	font-size:10px;
	padding:5px 0px;
	color:#FCA834;
	display:block;
}
/***** Glossary Alphabet *****/

.gloss-alphabet ul {
	padding:0px;
	margin:0;
	overflow: hidden;
	position: relative;
	width:620px;
	margin-bottom:5px;
	font-size:12px;
	color:#black;
	font-weight:700;
}
.gloss-alphabet li {
	float:left;
	display:block;
	padding:5px 0px;
	overflow:hidden;
	margin-right:1px;
}
.gloss-alphabet a {
	padding:5px 6px;
	color:#66B5B6;
	background-color:#E8F4F4;
	text-decoration:none;
}
.gloss-alphabet a:hover {
	color:#E8F4F4;
	background-color:#66B5B6;
}
.gloss-alphabet span {
	font-size:10px;
	padding:5px 0px;
	color:#FCA834;
	display:block;
}
/***** Style Formats *****/

.first-lead {
	font-weight:700;
	padding: 0 0 15px 0;
}
.last-italic {
	font-style:italic;
}

.did-know {
	width:150px;
	float:right;
	border-radius: 3px;
	background:#f4f3f0;
	padding: 20px 10px 10px 10px;
	margin-left:10px;
	overflow:hidden;
}

.check-list {
	width:165px;
	height:180px;
	background: url("images/notes.jpg") 100% 11px no-repeat !important;
	float:right;
	margin-top:-30px;
	margin-left:0px;
	margin-bottom:0px;
	overflow:hidden;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 35px;
	color:#C00;
}
.check-list li{
	color:#5F3E2F!important;
	list-style-type:disc;
	font-size:12px;
}

/***** Scroll Panel *****/
#pane1, #pane2, #pane3, #pane4, #pane5 {
	height: 200px;
	width:620px;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	width:8px !important;
	top: 0;
	height: 100%;
	background: #EEEEEE;
}
.jScrollPaneDrag {
	position: absolute;
	background: #66B5B6;
	cursor: pointer;
	overflow: hidden;
	width:8px !important;
	height:40px !important;
}
.jScrollPaneDrag:hover {
	background: #FCA834;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
/*background-color: #f60;*/
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
/*background-color: #f00;*/
}
/***** Wide tabs box list *****/
.gloss-content .tabs-box {
}
.gloss-content .tabs-box ul, .gloss-content ul {
	list-style: square;
	margin: 0 0 15px 16px;
	font-size:12px;
	color: #666;
	line-height: 1.8;
}
.gloss-content .tabs-box li {
	margin: 3px 0;
	color: #666;
}

/***** Gallery *****/
 #gallery {height:400px;margin-bottom:20px}

 /***** Post, Glossary, Tabs Table style *****/

.hentry-container table { border-left:1px solid #e6e6e6 !important; border-top:1px solid #e6e6e6 !important; margin:0px 0px 18px !important; font-size:12px !important; width:100% !important }
.hentry-container td, .hentry-container th { padding:6px 12px 6px; border-right:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6 }
.hentry-container th { background-color:#f7f7f7; font-weight:bold }

.gloss-content table { border-left:1px solid #e6e6e6 !important; border-top:1px solid #e6e6e6 !important; margin:0px 0px 18px !important; font-size:12px !important; width:100% !important }
.gloss-content td, .gloss-content th { padding:6px 12px 6px; border-right:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6 }
.gloss-content th { background-color:#f7f7f7; font-weight:bold }

.tabs-box table{ border-left:1px solid #e6e6e6 !important; border-top:1px solid #e6e6e6 !important; margin:0px 0px 18px !important; font-size:12px !important; width:100% !important }
.tabs-box td, .tabs-box th { padding:6px 12px 6px; border-right:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6 }
.tabs-box th { background-color:#f7f7f7; font-weight:bold }

 /***** Pregnancy calendar *****/

.pregnancy-calendar { width:620px; height:300px; background: url("images/pregnancy-calendar.png") 100% 0px no-repeat; }
.pregnancy-form { float:right; margin-top:130px; margin-right:30px; line-height:20px; font-size:12px; color:#5F3E2F;  }
.pregnancy-form td {padding:2px 5px;}

 /***** Post series style *****/
#series-content {
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 5px 10px;
}
  /* Series Link Styles */
  #series-content a:link,
  #series-content a:visited {
	color: #66B5B6;
	outline: none;
	text-decoration: none;
  }
  #series-content a:active,
  #series-content a:hover {
	color: #FCA834;
  }
  /* Series Meta */
  .single-post #series-meta {
	padding-bottom: 5px;
  }
	.series-title {
	  font-weight: bold;
	}
  /* Series Navigation */
  #series-nav {
	display: block;
	margin: 0 0 2px 0;
	overflow: hidden;
  }
	#series-nav span.prev-link {
	  float: left;
	  width: 50%;
	}
	#series-nav span.next-link {
	  float: right;
	  text-align: right;
	  width: 50%;
	}

	#content .series-meta {
	font-size:11px!important;
	color:#FFF;
	display:block;
	float:left;
	margin-top:5px;
	background-color:#EF2121;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#content .series-meta  a{
	color:#FFF;
}

/***** Footer link style *****/
#link-menu {
	width: 700px;
	height: 20px;
	float: left;
}
#link-menu ul li {
	font-size: 11px;
	position: relative;
	z-index: 3;
	float: left;
	margin: 10px 0;
	padding: 0 10px 0 0;
}
#link-menu ul li.current-menu-item {
	font-weight: bold;
}
#link-menu ul li a {
	color: #5F3E2F;
	margin: 10px 0;
}
#link-menu ul li a:hover {
	color: #FCA834;
}
#link-menu ul li.first {
	border: none;
}

/***** Quote widget style *****/
.quotescollection_widget {
	font-size: 12px;
}

.quotescollection_randomquote{
	padding: 1px 0 1px 35px;
	background: url("images/blockquote.png") 0 3px no-repeat;
}

.quotescollection_author {
	font-style:italic!important;
}

/***** Pregnancy ReadMore Span *****/

span.read-more { color:#66B5B6; text-decoration:underline; cursor:pointer!important; }
span.read-more:hover { color:#FCA834; text-decoration:none; cursor:pointer!important; }

/* Container */
.verticalslider {overflow: hidden; width: 620px; margin: 0 auto; margin-top: 0px; height: 100%; }

/* Tabs */
.verticalslider ul{margin: 0px!important; padding: 0px!important;}
.verticalslider_tabs {float: right;}
.verticalslider_tabs, .verticalslider_tabs li{margin: 0px!important; padding: 0px!important;}
.verticalslider_tabs li{list-style-type: none!important; width: 300px; }
.verticalslider_tabs a:link, .verticalslider_tabs a:visited{display: block; padding: 10px 20px; background-color: #FAFAFA; font-size:12px; font-weight: bold; color: #333333; border-bottom: 1px solid #EEE; text-decoration: none;}
.verticalslider_tabs a:hover, .verticalslider_tabs a:active{ background-color: #FFF;}
.verticalslider_tabs .activeTab a:link, .verticalslider_tabs .activeTab a:visited{background: #ffffff; border-right: 1px solid #ffffff;}
.verticalslider_tabs .activeTab a:hover, .verticalslider_tabs .activeTab a:active{background: #ffffff; border-right: 1px solid #ffffff;}
.verticalslider .arrow {visibility:hidden;}

/* Contents */
.verticalslider_contents{float: left;width: 300px;display: inline; margin: 0px; padding: 0px;}
.verticalslider_contents img{margin: 0px; padding: 0px;}
.verticalslider_contents li{margin: 0px; padding: 0px;width: 300px;overflow: hidden; padding: 0px;display: none;position: absolute;list-style-type: none; }
.verticalslider_contents li p{ margin: 5px 20px; padding: 0px;color: #333333;}
.verticalslider_contents .activeContent{display: inline;}
.verticalslider_info {position:absolute; display:block; width:300px; bottom:0; left:0; background-color:#000; opacity:0.7; color:#fff; padding:5px 10px;}
.verticalslider_info h3{font-size:12px;}
.verticalslider_meta a{font-size:11px; color:#fff;}


/* Play Pause*/

.verticalslider .playPause a{
	position:relative;
	float:left;
	width:22px;
	height:22px;
	cursor:pointer;
	z-index:1;

}
.verticalslider .play a:link,.verticalslider .play a:visited{ width:22px;
height:22px; background:url(assets/play_pause.png) 0 0 no-repeat; background-position:0 -22px; display:none;}
.verticalslider .pause a:link,.verticalslider .pause a:visited{ width:22px;
height:22px; background:url(assets/play_pause.png) 0 0 no-repeat; }
.verticalslider .pause a:hover,.verticalslider .pause a:active{width:22px;
height:22px;background:url(assets/play_pause.png) 0 0 no-repeat; background-position:0 -22px;}
.verticalslider .play a:hover,.verticalslider  .play a:active{width:22px;
height:22px;background:url(assets/play_pause.png) 0 0 no-repeat; }
.verticalslider .playPause {
	overflow:hidden; padding:5px; margin:10px; width:22px; z-index:2;
	background:#000;
background:rgba(0,0,0,.7);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
}

.tabs-section-names {
	height: 300px;
}

/* Float Right Styles */

.expert {
	background-color:#FFF;
	border:1px solid #FCA834;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#666;
	overflow:hidden;
}
.expert p{
	margin:0!important;
	padding:0!important;
}
.expert .expert-photo {
	width:90px;
	height:90px;
	border:1px solid #DD5128;
	background-color:#FFF;
	float:left;
	position:relative;
}
.expert .expert-photo img{
	width:90px !important;
	height:90px !important;
	margin:0!important;
	padding:0!important;
}
.expert .expert-photo span{
	position:absolute;
	background-color:#DD5128;
	font-size:11px;
	bottom:0;
	left:0;
	color:#FFF;
	display:block;
	width:90px;
	text-align:center;
}
.expert .expert-info {
	padding:10px;
	display:block;
	overflow:hidden;
}

.expert .expert-meta {
	margin-left: 110px;
	display:block;
	line-height:16px;
}
.expert .expert-meta .h3{
	font-size:16px;
	line-height:22px;
	font-weight:700;
	color:#DD5128;
}
.expert .expert-work{
	font-size:12px;
	font-weight:400;
	color:#66B5B6;
}
.expert .expert-position{
	font-size:12px;
	color:#66B5B6;
}
.expert .expert-feedback{
	font-size:12px;
	color:#66B5B6;
}
.expert .expert-answer{
	font-size:12px;
	color:#5F3E2F;
	line-height:18px;
	padding:10px;
	padding-top:0px;
}

.expert .expert-answer .hot{
	font-size:11px;
	display:block;
	background:#CEE8E8;
	color:#66B5B6;
	border-left:3px solid #DD5128;
	margin-left:0px;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.adv-search {
	font-weight:normal;
	color: #66B5B6;
	text-decoration:underline;
	font-size:12px;
}
.gloss-search {
	margin-top: 20px;
	margin-bottom:10px;
	padding:10px;
	background-color:#E8F4F4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #E8F4F4;
}

.gloss-search .input-text {
width:500px;
height: 27px;
float: left;
padding: 1px 7px;
margin: 5px 5px 5px 0;
position: relative;
background-color: white;
border: 1px solid #66B5B6;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.gloss-search .input-button {
width:60px;
height: 30px;
float: left;
padding: 5px 7px;
margin: 5px 5px 5px 0;
position: relative;
background-color: #66B5B6;
border: 1px solid #66B5B6;
border-radius: 3px;
color:white;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.baby-names {
	overflow:hidden;

}
.baby-names img{
	overflow:hidden;
	padding:5px;
	border: 5px solid #66B5B6;
}
.baby-names img:hover{
	overflow:hidden;
	padding:5px;
	border: 5px solid #FCA834;
}
.baby-names a{
	background:none!important;
	position:relative;
}
.test { border:1px dotted #FCA834; }

.kupi {
width: 940px;
margin: 0 auto 20px;
}

.like-results, .nggv-vote-form {
padding-top: 7px;
}

.nggv-vote-form {
padding: 0;
position: relative;
height: 23px;
padding-left: 5px;
text-align: left;
}

.nggv-link-like, .nggv-vote-form img {
float: left;
}


.megogo {
background-color: #88bc1a;
background-image: url('http://mama.ua/wp-content/uploads/bg_megogo.jpg');
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
padding-top: 87px;
}

.babyzone {
background-color: #dbedbf;
background-image: url('http://mama.ua/wp-content/uploads/bg_babyzone.jpg');
background-repeat: no-repeat;
background-position: top center;
padding-top: 87px;
}

.jewelry-price {
background: #A4C05B;
color: white;
font-weight: bold;
font-size: 14px;
border-radius: 5px;
padding: 5px 10px;
margin-top: 10px;
}

.jewelry-price b, .jewelry-price a {
color: #ffffff!important;
font-size: 24px;
}


.jewelry-tel {
background: #EEE;
color: #5B5B58;
font-weight: bold;
font-size: 14px;
border-radius: 5px;
padding: 5px 10px;
margin-top: 10px;
}

.jewelry-tel a, .jewelry-tel b {
color: #AC8A36;
font-size: 20px;
}



.wpcf7 input {
width: 290px;
}

.wpcf7 textarea {
width: 290px;
}

.jewelry-cats {
margin-bottom: 15px;
}
.jewelry-cats ul li {
display: inline;
}
.jewelry-cats ul {
display: inline;
}
.jewelry-cats ul li a {
font-size: 12px;
font-weight: bold;
color: #785D30;
margin-right: 15px;
}

.jewelry, .jewelry a img {
width: 300px!important;
}

.jewelry .gloss-content a img {
width: 300px!important;
}

.jewelry {
position: relative;
}

.price-best {
width: 140px;
height: 90px;
background: url(images/price-best.png) no-repeat!important;
position: absolute;
top: 10px;
left: -30px;
}

.jew-cats .price-best {
width: 140px;
height: 67px;
background: url(images/price-best.png) no-repeat!important;
position: absolute;
top: 125px;
right: 20px;
}

.jew-cats .price-ot {
width: 140px;
height: 69px;
background: url(images/price-from.png) no-repeat!important;
position: absolute;
top: 125px;
right: 0px;
}

.price-ot {
width: 140px;
height: 90px;
background: url(images/price-from.png) no-repeat!important;
position: absolute;
top: 150px;
right: -20px;
}

.price-best span {
color: #553D14;
font-weight: bold;
font-size: 14px;
margin-left: 29px;
padding-top: 24px;
position: absolute;
line-height: 0.9;
text-align: center;
width: 80px;
}


.price-ot span {
color: #553D14;
font-weight: bold;
font-size: 14px;
margin-left: 30px;
padding-top: 12px;
position: absolute;
line-height: 0.9;
text-align: center;
width: 82px;
}


.jew-cats .price-ot span {
color: #553D14;
font-weight: bold;
font-size: 14px;
margin-left: 29px!important;
padding-top: 15px!important;
position: absolute;
line-height: 0.9;
text-align: center;
width: 82px;
}

.jew-cats {
width: 300px;
float: left;
margin: 15px 0;
border-bottom: 1px #EEE dotted;
position: relative;
}

.jew-cats p a {
font-size: 14px;
font-weight: bold;
color: #785D30;
}

.jew-cats p {
	padding: 10px 0;
}


.jewelry .h2 {
margin-top: 15px;
}

.cat-desc {
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 10px;
}