/*  
Theme Name: Elemin
Theme URI: http://themify.me/themes/elemin
Version: 1.2.5
Author: Themify
Author URI: http://www.themify.me

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new custom_style.css 
in the theme folder and it will automatically load in the <head>.

*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

span.PIN_1392451159243_embed_grid.PIN_1392451159243_fancy {display :none !important;}
li
{margin :0 13px !important;
line-height:20px;
}
img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	padding: 0;
	margin: 0;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body { 
	word-wrap: break-word;
	color: #666;
	background: #f4f3f3 url(images/noise-bg.png);
}
a {
	text-decoration: underline;
	outline: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
.copyrighttext ,a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
padding-left:35px;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em; 
	color: #000;
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=password], textarea, input[type=search] {
	background: #f9f9f9;
	color: #666;
	border: solid 1px #eaeaea;
	border-top-color: #d5d5d5;
	border-bottom-color: #f4f4f4;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, input[type=search]:focus {
	outline: none;
	background: #fcfcfc;
	color: #000;
}

/* form field width */
input[type=text], input[type=search] {
	width: 240px;
	max-width: 96%;
}
textarea {
	line-height: 150%;
	width: 94%;
}
/* 
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #000;
	color: #fff;
}*/

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px !important;
	background: #fff;
	border: none;
	border-top-color: #ddd;
	border-bottom-color: #999;
	padding: 0;
	margin: 0px auto 70px;
	position:relative;
}
#pagewrap:before, #pagewrap:after {
	/*content:"";
	position:absolute;
	z-index:-2;
	bottom:15px;
	left:10px;
	width:50%;
	height:10px;
	max-width:300px;
	-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, .6);
	-moz-box-shadow:0 15px 10px rgba(0, 0, 0, .6);
	box-shadow:0 15px 10px rgba(0, 0, 0, .6);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);*/
}
#pagewrap:after {
	right:10px;
	left:auto;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}

/* content */
#content {
	margin: 50px 0 60px;
	min-height: 300px; 
	float: left;
	width:625px;
}

.social-ring-button a {
    margin: 0 32px 0 -25px;
    padding: 12px;
}

.social-ring-button {
  width:80px;
}

.social-ring-button:nth-of-type(3) a {
  float: left;
}

/* sidebar */
#sidebar { 
	float: right;
	margin: 50px 0 60px;
	font-size: 90%;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar-none content */
.sidebar-none #content {
	/* width: 100%; */
	width: auto;
	float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	float: left;
	margin-left: 30px;
}
.col4-1 {
	width: 225px;
}
.col4-2, .col2-1 {
	width: 480px;
}
.col4-3 {
	width: 735px;
}
.col3-1 {
	width: 310px;
}
.col3-2 {
	width: 650px;
}

/* sidebar1 grid */
.sidebar1 .col4-1,
.sidebar1 .col4-2,
.sidebar1 .col4-3,
.sidebar1 .col3-1,
.sidebar1 .col3-2,
.sidebar1 .col2-1
{
	margin-left: 2%;
}
.sidebar1 .col4-1 {
	max-width: 23%;
}
.sidebar1 .col4-2, .sidebar1 .col2-1 {
	max-width: 48%;
}
.sidebar1 .col4-3 {
	max-width: 72%;
}
.sidebar1 .col3-1 {
	max-width: 31%;
}
.sidebar1 .col3-2 {
	max-width: 62%;
}

/* first col */
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
 
/* site logo */
#site-logo {
	margin: 0 0 10px;
	padding: 0;
	font: small-caps 56px/100% "OFL Sorts Mill Goudy TT", Georgia, Times, serif;
	letter-spacing: 2px;
	text-align: center;
}
#site-logo a {
	text-decoration: none;
}

/* site description */
#site-description {
	margin: 0 0 10px;
	font: italic 14px/100% "OFL Sorts Mill Goudy TT", Georgia, Times, serif;
	text-align: center;
	color: #999;
}
 

/************************************************************************************
SOCIAL WIDGET
*************************************************************************************/
.social-widget {
	float: right;
	margin-top: -1px;
	position: absolute;
	top: 10px;
	right: 0;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 10px 0 0;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font: bold 100% Arial, Helvetica, sans-serif;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 5px 5px 0;
	margin: 0;
	display: inline-block;
	zoom:1;
	*display:inline;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -5px;
}

/* rss */
.social-widget .rss {
	display: inline;
}
.social-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 3px 0 2px 30px;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
.main-nav {
	margin: 20px auto 5px;
	padding: 10px 0 0;
	z-index: 100;
	border-top: solid 1px #ccc;
	width: 84%;
	text-align: center;
}
.main-nav li {
	margin: 0;
	padding: 0 0 7px;
	list-style: none;
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
}

 

/* main level link */
.main-nav a {
	color: #777;
	padding: 5px;
	margin: 0 4px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	zoom:1;
	*display:inline;
}
/* main level link :hover */
.main-nav a:hover, .main-nav li:hover > a {
	color: #000;
	text-decoration: none;
}

/* current link */
.main-nav .current_page_item a, .main-nav .current-menu-item a {
	color: #000;
}
/* current link :hover */
.main-nav .current_page_item a:hover, .main-nav .current-menu-item a:hover {
	color: #000;
}

/* sub-levels link */
.main-nav ul a, .main-nav .current_page_item ul a, .main-nav ul .current_page_item a, .main-nav .current-menu-item ul a, .main-nav ul .current-menu-item a, .main-nav li:hover > ul a  {
	color: #666;
	font-size: 90%;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	padding: 6px 0 6px 15px;
	margin: 0;
	width: 180px;
	background: none;
}
/* sub-levels link :hover */
.main-nav ul a:hover, .main-nav .current_page_item ul a:hover, .main-nav ul .current_page_item a:hover, .main-nav .current-menu-item ul a:hover, .main-nav ul .current-menu-item a:hover, .main-nav li:hover > ul a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}

/* sub-level ul */
.main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	left: -4px;
	top: 28px;
	background: #fff;
	border: solid 1px #ddd;
	border-bottom-color: #bbb;
	z-index: 100;
	display: none;
}
.main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
	float: none;
}

/* sub-sub-level dropdown */
.main-nav ul ul {
	left: 190px;
	top: -2px;
}

/* show dropdown ul on hover */
.main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
SLIDER
*************************************************************************************/
/* header slider */
#header-slider {
	border-bottom: solid 1px #666;
	height: 0px;
	visibility: hidden;
}

/* footer slider */
#footer-slider {
	border-top: solid 1px #666;
	padding-top: 20px;
	margin-top: 20px;
}

/* slider wrap */
#header-slider .carousel-wrap,
#footer-slider .carousel-wrap {
	padding: 0 38px;
}

/* slider general style */
.slider {
	margin-top: 20px;
	padding-bottom: 10px;
}
.slider .slides {
	margin: 0;
	padding: 0;
	line-height: 120%;
}
.slider .slides li {
	list-style: none;
	margin: 0 5px;
	padding: 0;
	float: left;
}
.slider .post-video {
	margin-bottom: 20px;
}
.slider .slide-feature-image {
	margin-bottom: 10px;
}
.slider .slide-post-title {
	font-size: 120%;
	line-height: 120%;
	margin: 0 0 4px;
}
.slider .slide-post-title a {
	text-decoration: none;
}
.slider .slide-post-title a:hover {
	text-decoration: underline;
}
.slider .slide-excerpt {
	font-size: 80%;
	line-height: 130%;
}

/* carousel nav */
.slider .carousel-prev,
.slider .carousel-next {
	color: #000;
	display: block;
	width: 30px;
	height: 30px;
	font: 36px/60% "Times New Roman", Times, serif;
	text-align: center;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-decoration: none;
}
.slider .carousel-prev {
	left: 0px;
}
.slider .carousel-next {
	right: 0px;
}

/* carousel nav */
.carousel-prev.disabled,
.carousel-next.disabled {
	color: #ccc;
	cursor: default;
}

/* carousel pager */
.carousel-pager {
	clear: both;
	text-align: center;
	margin: 20px 0 10px;
}
.carousel-pager a {
	text-indent: -900em;
	width: 8px;
	height: 8px;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 3px;
	background: #555;
	background: rgba(0,0,0,.6);
	border: solid 2px #111;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	cursor: pointer;
}
.carousel-pager a.selected  {
	background: #ccc;
	background: rgba(255,255,255,.3);
	border-color: #666;
}

/************************************************************************************
AUTHOR PAGE
*************************************************************************************/
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 160%;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/************************************************************************************
PAGE TITLE
*************************************************************************************/
.page-title {
	margin: 10px 0 15px; 
	padding: 0; 
	letter-spacing: -.04em;
	font-family: 'hummingbirdregular';
	font-size: 45px;
	line-height: 30px; 
	color:#00AAEE !important;
}

/************************************************************************************
CATEGORY SECTIONS
*************************************************************************************/
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 120%;
	text-transform: uppercase;
	margin: 0 0 20px;
}

/************************************************************************************
WELCOME MESSAGE
*************************************************************************************/
.welcome-message {
	font: italic 1.8em/120% "OFL Sorts Mill Goudy TT", Georgia, Times, serif;
	text-align: center;
	padding: 0 5%;
	margin: 30px 0 10px;
}
.welcome-message h1 {
	margin: 0 0 5px;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 40px;
}

/* post title */
.post-title { 
	margin: 0 0 7px;
	padding: 0;
	font-family: 'OpenSansRegular'; 
}
.post-title a {
	text-decoration: none;
}
.post-meta li{
	color:#00AAEE;
}
.post-meta li span{
	color:#4D4D4D;
}
/* post image */
.post-image {
	margin: 0 0 7px;
}
.post-image.left {
	padding-right: 20px;
	margin-bottom: 10px;
}
.post-image.right {
	padding-left: 20px;
	margin-bottom: 10px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	margin: 0 0 10px;
	font-size: 70%;   
}
.post-meta span {
	margin-right: 2px;
}
.post-meta a {
	text-decoration: none;
}
.post-meta a:hover {
	text-decoration: none;
}
.post-meta .post-date {
	display: block;
	margin-bottom: 3px;
	clear: left;
}

/* list post */
.list-post .post { 
	position: relative;
	margin-bottom: 30px;
	min-height: 150px;
}
.list-post .post-image {
	margin: 0 0 15px;
}
.list-post .post-meta { 
	text-align: left;
	line-height: 125%;  
}
.list-post .post-meta span {
	display: block;
	margin: 0 0 2px;
	font-style:italic;
}
.list-post .post-meta a {
	 font-style:italic;
	
}
.list-post .post-meta em {
	  font-style:italic;
}
.list-post .post-meta .post-date {
	margin-bottom: 5px;
}
.list-post .post-meta .post-comment {
	font-size: 100%; 
	font-style:italic;
}

/************************************************************************************
LAYOUTS
*************************************************************************************/
/* grid4 post */
.grid4 .post {
	font-size: 90%;
	width: 225px;
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
}
.sidebar1.grid4 .post {
	width: 23%;
	margin-left: 2.5%;
}
.grid4 .post-title {
	font-size: 1.5em;
	margin: 8px 0 5px;
}

/* grid3 post */
.grid3 .post {
	width: 310px;
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
}
.sidebar1.grid3 .post {
	width: 30%;
	margin-left: 3.5%;
}
.grid3 .post-title {
	font-size: 1.7em;
	margin: 8px 0;
}

/* grid2 post */
.grid2 .post {
	width: 480px;
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
}
.sidebar1.grid2 .post {
	width: 48%;
	margin-left: 3.75%;
}
.grid2 .post-title {
	margin: 5px 0;
	font-size: 1.9em;
}

/* clear grid posts */
.grid4 .post:nth-of-type(4n+1) {
	margin-left: 0;
	clear: left;
}
.grid3 .post:nth-of-type(3n+1) {
	margin-left: 0;
	clear: left;
}
.grid2 .post:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}
.grid2-thumb .post:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/************************************************************************************
POST FORMATS
*************************************************************************************/
/* audio format */
.format-audio .audio-image img {
	float: left;
	margin: 0 20px 10px 0;
}
.format-audio .audio-player {
	padding: 8px 0 10px;
}
.post audio,
.slider audio {
	max-width: 100%;
}

/* quote format */
.format-quote .quote-content {
	font: italic 120%/130% "OFL Sorts Mill Goudy TT", Georgia, Times, serif;
}
.format-quote .quote-author {
	margin: 0 0 10px;
	font-style: normal;
	font-variant: small-caps;
	text-align: right;
	letter-spacing: .1em;
	font-family: "OFL Sorts Mill Goudy TT", Georgia, Times, serif;
}

/* format link */
.format-link .post-title a {
	background: url(images/link-arrow.png) no-repeat right center;
	padding-right: 26px;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	font-size:.9em;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/************************************************************************************
POST EMBEDS (css for various fluid elements)
*************************************************************************************/
.twitter-tweet-rendered {
max-width: 100% !important;
}
/************************************************************************************
POST ICON
*************************************************************************************/
.post-icon {
	background: url(images/icon-post.png) no-repeat right 2px;
	width: 27px;
	height: 30px;
	display: block;
	float: left;
	margin: 2px 12px 5px 0;
}
.list-post .post-icon {
	width: 100px;
	padding-bottom: 15px;
	margin: 0 0 10px;
	display: block;
	border-bottom: solid 1px #bbb;
	top: 0;
	left: 0;
	position: absolute;
}
.format-audio .post-icon  {
	background-image: url(images/icon-audio.png);
}
.format-gallery .post-icon {
	background-image: url(images/icon-gallery.png);
}
.format-link .post-icon {
	background-image: url(images/icon-link.png);
}
.format-quote .post-icon {
	background-image: url(images/icon-quote.png);
}
.format-status .post-icon {
	background-image: url(images/icon-status.png);
}
.format-aside .post-icon {
	background-image: url(images/icon-aside.png);
}
.format-video .post-icon {
	background-image: url(images/icon-video.png);
}
.format-image .post-icon {
	background-image: url(images/icon-image.png);
}
.format-chat .post-icon {
	background-image: url(images/icon-chat.png);
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
	margin: 30px 0 20px;
}
.pagenav a, .pagenav span {
	min-width: 24px;
	min-height: 20px;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
	margin: 0 3px;
	padding: 4px 0 0;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;

	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #333;
	text-decoration: none;
}
.pagenav .current {
	color: #666;
	text-decoration: none;
}


/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
	font: italic 110%/140% "OFL Sorts Mill Goudy TT", Georgia, Times, serif;
}
.post-nav span {
	 
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
	color: #666;
}
.post-nav a:hover {
	text-decoration: none;
	color: #000;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span { 
	text-align: center;
	margin: -8px 10px 17px 0;
	 
}
.post-nav .next span { 
	 
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 40px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title { 
	margin: 0 0 10px;
	padding: 0;
}
 
/* comment pagenav */
.commentwrap .pagenav {
	border: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0;
	padding: 5px 0 0 0px; 
}
.commentlist > li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
	
	border: 1px solid #CFCFCF;
    color: #555555;
    font-size: 12px;
    margin: 0 0 20px;
    padding: 20px 10px 30px;
}

/* commentlist author line */
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 -90px;
}
.commentlist cite {
	 
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {  

}

/* commententry */
.commentlist .commententry { 
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
}

/* commentlist sub-levels */
.commentlist ul, .commentlist ol {

	padding: 0;
}
.commentlist .children
{
padding:10px 0 0 !important;
width:540px !important;
}
/* reply link */
.commentlist .reply {
	position: absolute;
	right: 14px; 
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}


.children li {
	border-bottom:1px solid #CFCFCF;
}

/* respond */
#respond {
	margin: 40px 0 30px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 15px;
	right: 0; 
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	font-family: 'OpenSansLight';
	background: none repeat scroll 0 0 #29B9EF;
	border: 1px solid #D2D0D0;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-size:13px;
}
#respond #cancel-comment-reply-link:hover {
	background: url(images/header_blue_new.png) #29B9EF repeat-x;
}
 

/* comment form */
#commentform {
	margin: 0;
	padding: 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font: small-caps 100% "OFL Sorts Mill Goudy TT", Georgia, Times, serif;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar li a {
	text-decoration: none;
}
#sidebar li a:hover {
	text-decoration: underline;
}

/* secondary sidebar */
#sidebar .secondary {
	width: 120px;
	float: left;
}
#sidebar .secondary.last {
	float: right;
}

/* widget */
.widget {
	margin: 0;
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;	
	font: 1em/120% "OFL Sorts Mill Goudy TT", Georgia, Times, serif;
	text-transform: uppercase;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both; 
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 4px 12px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	 
	display: block;
	margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 4px 0 3px;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
 
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
	margin-right: 5px;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
.widget .flickr_badge_image img {
	width: 50px;
	height: 50px;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	 
	padding: 0;
	position: relative;
	font-size: 90%;
}
#pagewrap #footer a {
	text-decoration: none;
	color: #4D4D4D !important;
}

#pagewrap #footer a:hover {
	text-decoration: none;
	color: #00AAEE !important;
}

/* footer logo */
#footer-logo {
	 
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin: 10px 0 20px;
	clear: both;
}
#footer-logo a {
	color: #000;
	text-decoration: none;
}

/* footer nav */
.footer-nav {
	margin: 0 auto 20px;
	padding: 15px 0 0;
	border-top: solid 1px #ccc;
	width: 86%;
	text-align: center;
}
.footer-nav li {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}
.footer-nav a {
	font: 100% "OFL Sorts Mill Goudy TT", Georgia, Times, serif;
	margin: 0 8px;
	text-transform: uppercase;
	text-decoration: none;
}

/* footer text */
.footer-text {
	font: italic 90%/150% "OFL Sorts Mill Goudy TT", Georgia, Times, serif;
	text-align: center;
	margin: 0 0 15px;
}
.footer-text a {
	text-decoration: none;
}

/* back to top */
.back-top {
	clear: both;
	text-align: center;
	margin: 20px 0 0 -15px;
	position: absolute;
	bottom: -27px;
	left: 50%;
}

.back-top a {
	background: #333;
	color: #fff;
	 
	width: 30px;
	height: 26px;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	zoom:1;
	*display:inline;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.1);
}
.back-top a:hover {
	text-decoration: none;
}
.back-top a span {
	display: none;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 10px;
}

#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 12px 10px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}
/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}
/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font: italic 95%/120% Georgia, "Times New Roman", Times, serif;
	margin: 6px 0;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #footer:after, .pagenav:after, #main-nav:after, .main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, footer, .pagenav, #main-nav, .main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #footer, .pagenav, #main-nav, .main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }



/************************************************************************************
Jack style
*************************************************************************************/

/* 
Website :  SnapKnot
Stylesheet : Jack

*/
/*---------Reset Starts----------------*/
 

body, header, footer, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, th, var, p {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	
	padding-left:35px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a, a:focus, a:active {
	outline: none;
}
input, input:focus {
	outline: none;
	font-family: 'OpenSansLight';
}
body {
	font-family: 'OpenSansLight';
	font-size: 100%;
	padding: 0;
	margin: 0;
	background: #f9f9f9 !important;
}
ul li {
	
}
.overflow {
	overflow: hidden;
}
a {
	text-decoration: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
html, body, header, footer, ul, li, p, h1, h2, h3, h4, h5, h6, a {
	margin: 0;
	padding: 0;
	color: #4D4D4D;
}
li {
	/*list-style: none;*/
}
img {
	border: none;
}
#pagewrap a {
	/*color: #00aaee;*/
	text-decoration: none;
}
#pagewrap a:hover {
	/*color: #4D4D4D !important;*/
	text-decoration: none;
}
header, footer, .clear {
	clear: both;
}
#pagewrap {
	width: 980px !important;
	margin: 0 auto;
	box-shadow: 0px 0px 60px #CCCCCC;
	background: #fff;
}
.clearfix:after, .widget li:after, #footer:after, .pagenav:after, #main-nav:after, .main-nav:after, .menu:after, .gallery:after, #content:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
textarea {
	font-family: 'OpenSansLight';
	font-size: 14px;
	
}
/*---------Reset ends----------------*/
 
.topheader {
	font-size: 12px;
}
.topmenu {
	float: left;
	background:url(images/dropdown_arroe.png) no-repeat center right;
	padding:0px 20px 0px 0px;
	margin:7px 0px 0px 30px;
	cursor:pointer;
}
.toprightmenu {
	float: right;
	margin: 10px;
}
#pagewrap .toprightmenu a:link, #pagewrap .toprightmenu a:visited {
	font-size: 12px;
	color: #a6a6a6 !important;
	margin: 0px 13px;
}
#pagewrap  .toprightmenu a:hover {
	color: #00aaee !important;
}
.mainlogo {
	clear: both;
	float: left;
	padding: 15px 0 0 15px; 
}
.topadvertise {
	float: right;
	height:90px;
	width:728px;
	overflow:hidden;
}
.mainmenublock {
	margin: 7px 0 0;
	padding: 0 0 10px 0; 
	overflow:auto;
	
}
.mainmenu {
	background: #e6e6e6; /* Old browsers */
background: -moz-linear-gradient(left,  #e6e6e6 0%, #ededed 85%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e6e6e6), color-stop(85%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e6e6e6 0%,#ededed 85%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e6e6e6 0%,#ededed 85%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e6e6e6 0%,#ededed 85%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #e6e6e6 0%,#ededed 85%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */


	overflow:auto;
	
}
.mainmenu ul {
	 height: 26px; 
}
.mainmenu ul li {
	    background: url("/blog/wp-content/themes/elemin/images/menuheart.png") no-repeat scroll right 11px rgba(0, 0, 0, 0);
    display: inline;
    float: left;
    padding: 0;
}
.mainmenu ul li:last-child {
	background: none;
}

h2 {
    float: left;
    font-size: 15px;
    font-weight: bold;
}
.mainmenu ul li a:link, .mainmenu ul li a:visited {
	  color: #A6A6A6 !important;
    display: inline-block;
    font-family: 'OpenSansRegular';
    font-size: 12px;
    padding: 5px 31px 3px 1px;
}
#pagewrap .mainmenu ul li a:hover ,  #pagewrap .mainmenu ul li.current-menu-item a {
	color: #00aaee !important; 
}
.menurightblock {
	width: 200px;
	float: right;
}
.seachblock {
}
.socialicon {
	width: 227px;
	float: right;
	margin: 2px 10px 0px 0px;
}
.socialicon a {
	display: inline-block;
	height: 30px;
	width: 30px;
	margin: 0;
	background: url(images/socialicon.png) no-repeat;
}
.socialicon a:hover {
 	transition: all 0.5s ease-in-out 0s;
}
 
.socialicon a.fb {	background-position: 0px -55px; }
.socialicon a.tw {	background-position: -26px -55px;}
.socialicon a.gp {	background-position: -52px -55px;}
.socialicon a.pn {	background-position: -76px -55px;}
.socialicon a.ig {	background-position: -105px -55px;}

.socialicon a.fb:hover {	background-position:0 -83px; }
.socialicon a.tw:hover {	background-position: -26px -82px;}
.socialicon a.gp:hover {	background-position: -52px -82px;}
.socialicon a.pn:hover {	background-position: -76px -82px;}
.socialicon a.ig:hover {	background-position: -105px -82px;}

a.feedicon:link, a.feedicon:visited  {
	display: inline-block;
	height: 23px;
	width: 23px;
	position:relative;
	top:5px;
	margin: 0px 2px;
	background: url(images/feedicon.png) no-repeat;
	transition: all 0.2s ease-in-out 0s;
	float:left;
}
a.feedicon:hover  { 
background-position: 0px -23px;
}



#searchform {
	float: left;
	position:relative;
}
#searchform #s {
	 
	padding-left: 28px;
	transition: width 0.7s ease 0s;
	width: 180px;
	border: 1px solid #d5d4d4;
	border-radius: 3px;
	padding: 5px;
	font-size:13px;
	box-shadow: 0px 1px 1px #CCCCCC inset;
}
#searchform #search:hover , #searchform #search:active{
	 
}
.banner { 
	height: 396px;
	width: 100%;
	overflow:hidden;
}
.maincontain {
}

#content {
	margin: 25px 0px 0px 0px;
	font-size: 14px; 
	padding: 10px 20px 10px;
}
#sidebar {
	float: right;
	font-size: 90%;
	margin:35px 13px 15px 0px;
	width: 300px;
}
.post-title {
	font-size: 16px !important; 
	padding: 0;
	text-transform:uppercase;
}
h1 {
	color: #000305;
}
.post-title a:link, .post-title a:visited {
	color: #00aaee;
	text-decoration: none;
}
.post-title a:hover {
	color: #555555; 
}
.postpre {
}
.widgetblock {
	border: 1px #cccccc solid; 
	margin: 0px 0px 16px 0px;
}
.testimonialblock {
	text-align: center;
	background: url(images/newletterbg.png) center top no-repeat;
}
.testimonialblock form {
	padding: 2px 0px;
	color: #555555;
}
.testimonialblock form p {
	text-align: center;
	font-size: 10px;
}
.testimonialblock form p span {
	font-size: 14px;
	display: block;
	font-family: 'OpenSansRegular';
}
#sidebar form input {
	text-align: center;
	color: #a8a8a8;
	padding: 2px;
}
#sidebar form input[type="text"], #sidebar form input[type="email"] {
	background: #fff;
	padding-left: 28px;
	transition: width 0.7s ease 0s;
	width: 130px;
	border: 1px solid #d5d4d4;
	border-radius: 3px;
	padding: 4px;
	margin: 20px 0 0 0;
	box-shadow: 0px 1px 1px #CCCCCC inset;
}
.testimonialblock form input[type="email"] {
	margin: 30px 0 0 0 !important;
}
#sidebar form input[type="submit"] {
	background: none repeat scroll 0 0 #29B9EF;
	border: 1px solid #D2D0D0;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	padding: 3px 7px;
	cursor: pointer;
	margin: 10px 0 10px 0;
	font-size: 12px;
}
#sidebar form input[type="submit"]:hover { 
	background: url(images/header_blue_new.png) #29B9EF repeat-x;
}
#sidebar .testimonialblock a:link , #sidebar .testimonialblock a:visited {
	background: none repeat scroll 0 0 #29B9EF;
	border: 1px solid #D2D0D0;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF !important;
	padding: 4px 10px;
	cursor: pointer;
	margin: 10px 0 10px 0;
	font-size: 16px;
}
#sidebar .testimonialblock a:hover { 
	background: url(images/header_blue_new.png) #29B9EF repeat-x;
}
.aboutblock {
	text-align: center;
	margin: 10px 0;
	font-size: 12px;
	color: #333333;
}
.aboutblock .line {
	background: url(images/midborder.png) no-repeat center center;
	height: 2px;
	margin: 20px 0;
}
.adwidget {
	margin: 0px 0px 10px 0px;
	text-align: center;
}
.dual a:first-child {
	float: left;
}
.dual a:last-child {
	float: right;
}
.dual img {
	padding: 0 0 20px 0;
}
.widtitlehum, .linkwithin_text, .comment-reply-title, .comment-title  {
	font-family: 'hummingbirdregular';
	font-size: 38px;
	line-height: 30px;
	font-weight:normal !important;
}
.sidebartitle {
	font-size: 45px;
    line-height: 30px;
}
.sidebartitle img{
	top:7px;
	position:relative;
}
.aboutblock p {
	margin: 0px 0px 10px 0px;
}
.widgetblock p {
	font-size: 12px;
	padding: 0px 10px 0px;
}
.aboutblock a {
	padding: 10px 0px;
}
.feedemailblock {
	padding: 0px 10px 0px;
	margin: 10px 0 10px;
}
.feedemailblock img {
	margin: 0 3px 0 0;
	position: relative;
	top: 5px;
}
.feedemailblock span {
	margin: 0 7px;
	float:left;
	padding: 5px 0 0 0;
}
.feedemailblock input[type="text"] {
	width: 160px !important;
	display:inline !important; 
}
.list-post .post {
	margin-bottom: 30px;
	min-height: 150px; 
	position: relative;
} 
.post-meta {
	margin: 0px 0 20px 0;
}
.list-post .post-meta span {
	display: inline;
	margin: 0px 2px 0 0;
}
.post-author {
	background: url(images/postheart.png) no-repeat 0px 3px;
	padding: 0px 0px 0px 20px;
	font-size: 100%;
	font-style:normal;
	color:#555555;
}
.post-meta a:link, .post-meta a:visited{
	 color: #00AAEE;
}
.post-meta a:hover{
	 color: #4D4D4D;
}
.post-meta {
	font-size: 12px;
	font-family: 'OpenSansRegular';
}
.post-author a{
	font-style:italic;
}
.post-content {
	font-size: 12px;
	background:url(images/postfooter.png) center bottom no-repeat;
	padding:0px 0px 60px 0px;
	margin:0px 0px 30px 0px;
}
.post-content p{
	padding: 5px 2px;
clear:left;
}
.post-content span{
	/*color:#00aaee;
	float:right;
margin:0px 0px 30px 0px;*/
}
.post-content p span{ 
	float:none; 
}
.post-content img{
	/*margin:0 0 20px 0;*/
}

.post-content .widtitlehum , .commentsection  .widtitlehum{
	font-family: 'hummingbirdregular';
	font-size: 40px;
	line-height: 30px;
	margin:30px 0px 0px 0px;
	color:#666;
}
.post-comment a {
	font-family: 'hummingbirdregular';
	font-size: 38px;
	float:right;
	line-height: 50px;
	margin:0px;
}
.postdate {
	float:right;
	margin:0px 20px 0px 0px;
	color:#555555;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'OpenSansRegular';
}
.hrline {
	background:url(images/hrline.png) no-repeat center center;
	height:2px;
}
.footerbar{
	font-size:13px;
	padding:10px 0px;
}
.copyrighttext {
	text-align:center;
	padding:20px;
}
.copyrighttext span{
	 
	padding:0px 40px 0px 0px;
}
.copyrighttext a{
	color:#656565; 
	padding:0px 10px;
}

.footerlinks {
	text-align:center;
}
.countryletter {
	text-align:center;
	padding:10px 0px;
	line-height:20px;
	font-size:12px;
}
.countryletter a:link, .countryletter a:visited{
	color:#999;  
    display: inline-block;
    padding: 0 3px;
}
.countryletter a:hover{
	color:#000;
}
.sitesharing {
	margin: 10px auto 40px;
    text-align: center;
    width: 320px;
}
.commentsection {
	 
}

.singlecomment {
	border:#cfcfcf 1px solid;
	font-size:12px;
	color:#555555;
	padding:20px 10px 30px;
	margin:0px 0px 20px 0px;
}
 .commentdate {
	width:180px;
	float:left;
}
.commentdesc {
	margin:0 0 0 180px;
}
.leavereply input{
	display:block;
	margin:10px 0px;
}

.leavereply form input[type="text"], .leavereply form textarea, .comment-form-comment textarea {
	color:#555555;
	background: #fff;
	padding-left: 28px;
	transition: width 0.7s ease 0s;
	width: 200px;
	border: 1px solid #d5d4d4;
	border-radius: 3px;
	padding: 4px;
	margin: 20px 0 0 0;
	box-shadow: 0px 1px 1px #CCCCCC inset;
}
.leavereply form textarea, .comment-form-comment textarea {
	width: 400px;
}
.leavereply form input[type="text"]:hover ,.leavereply form input[type="text"]:active ,
.leavereply form textarea:hover, .leavereply form textarea:active {
	box-shadow:0 0 3px #00aaee;
} 

.leavereply form input[type="button"], .leavereply form input[type="submit"], .form-submit input[type="submit"]{
	background: none repeat scroll 0 0 #29B9EF;
	border: 1px solid #D2D0D0;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	padding: 3px 15px;
	cursor: pointer;
	margin: 10px 0 10px 0;
	font-size: 12px;
}
.leavereply form input[type="button"]:hover , .leavereply form input[type="submit"]:hover, .form-submit input[type="submit"]:hover{
	background: url(images/header_blue_new.png) #29B9EF repeat-x;
}

.nextarrow, .olderarrow{
	text-align:right; 
	float:right;
	
	line-height:30px;
	font-size:40px !important;
}
 .nextarrow{ 
	float:left; 
}

.olderarrow a:link, .olderarrow a:visited	 {
	color:#555555;  
	background:url(images/nextarrow.png) no-repeat 54px 1px;
	line-height: 16px;
    padding: 10px 35px 0 0;
}
.olderarrow a:hover {
	color:#00AAEE;
	background-position: 54px -24px;
}
.nextarrow a:link, .nextarrow a:visited	 {
	color:#555555;  
	background:url(images/prevarrow.png) no-repeat 1px 1px;
	line-height: 16px;
    padding: 10px 0px 0 30px;
} 
.nextarrow a:hover {
	color:#00AAEE;
	background-position: 1px -24px;
}









.serchbtn {
	background: url("images/sk_sprite.png") no-repeat scroll 0 -774px transparent;
    border: medium none;
    cursor: pointer; 
    height: 13px;
    margin: 5px 0 0; 
    width: 15px;
	right: 5px;
    top: 4px;
	position:absolute;
	z-index:1000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.serchbtn:hover {
	background-color:transparent;
    background-position: 0 -797px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.cycloneslider-caption-title a{
	color:#000; 
}

.cate {
	float: left;
    line-height: 18px;
    margin:20px 0 0 0;
    width:100%;
}
.cate span{
	display:block;
	margin:0;
	float: none;
} 
.post-comment{ display:block; width:100%; float:left;}
.cate .post-category, .cate span.post-tag{ display:none;}
.single-post .cate span.post-tag, .cate .post-category{ display:block;}
.cate span em{color:#4d4d4d;}
.single-post .my_link .linkwithin_text{ margin-top:10px !important;}
.banneradd5 { display:block; margin-bottom:30px; text-align:center;}
.single-post .social-ring{ margin-top:30px !important;}




ul.menu {list-style:none; margin:7px 0 0 15px; padding:0; float:left;}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#00aaee; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:26px;left:0; background:#d1d1d1; display:none; opacity:0; list-style:none;}
ul.menu ul li {position:relative; border:1px solid #cccccc; border-top:none; width:148px; margin:0}
ul.menu ul li:first-child { border:1px solid #cccccc;}
ul.menu ul li a {display:block; padding:5px 7px 7px; color:#4D4D4D; background-color:#fff; }
ul.menu ul li.current-menu-item a { color:#00AAEE !important;  }
ul.menu ul li a:hover {color:#00AAEE;}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink { background: url("images/dropdown_arroe.png") no-repeat scroll right center transparent;
    cursor: pointer;
    float: left;
	color: #4D4D4D;
    margin: 0 0 0 0px;
    padding: 5px 20px 10px 10px;}
ul.menu .menulink:hover, ul.menu .menuhover , .current-menu-item{ color:#00AAEE !important; }
ul.menu .sub {background:#fff 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}



.linkwithin_inner b { /*display:none;*/}


#sidebar .feedemailblock form input[type="text"]  {
	margin:0;
}

.feedburner-email-subscription .widgetblock > p{
	padding:10px 8px; 
}
.feedburner-email-subscription p {
	padding:0;
}


#sidebar .feedemailblock form input[type="submit"] {
	background: none repeat scroll 0 0 #29B9EF;
	border: 1px solid #D2D0D0;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	padding: 3px 7px;
	cursor: pointer;
	margin: 3px;
	font-size: 12px;
}
#sidebar .feedemailblock form input[type="submit"]:hover { 
	background: url(images/header_blue_new.png) #29B9EF repeat-x;
}

#main-nav-wrap {
	float:left;
}
.linkwithin_hook {
	max-width:100%
}
#header-slider, #footer-slider {
	display:none;
}

.advertiselink span{
	display:none !important;
}
.social-ring {
	clear:left;
	margin:20px 0 0 0 !important;
}

#pagewrap a[rel~="attachment"] {
	display: block;
    text-align: center;
}
#pagewrap a[rel~="attachment"] img {
	display: inline;
    text-align: center;
}
.metaslider h2
{
font-size:22px;
color:#000;
}

.metaslider p {
  color: #000000;
  float: left;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
.caption-wrap
{
background-color:#BDB1B1 !important;
}
.rslides_nav
{

    font-size: 0;
    height: 28px;
    text-align: center !important;
    width: 32px !important;
background-color:none !important;
}
.next
{
 background: url(http://snapknot.com/blog/wp-content/uploads/2013/10/right.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
opacity:0.25 !important;
}
.prev
{
 background: url(http://snapknot.com/blog/wp-content/uploads/2013/10/left.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
margin-left:12px;
opacity:0.25 !important;
}
.next:hover
{
 background: url(http://snapknot.com/blog/wp-content/uploads/2013/10/right.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
opacity:0.8 !important;
}
.prev:hover
{
 background: url(http://snapknot.com/blog/wp-content/uploads/2013/10/left.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
margin-left:12px;
opacity:0.8 !important;
}
.metaslider .caption-wrap
{
line-height: 18px !important; 
padding-bottom: 5px !important;
}
.fes-default .btn-default
{
 background: none repeat scroll 0 0 #29B9EF;
    border: 1px solid #D2D0D0;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    margin: 3px;
    padding: 3px 7px;

}
.fes-default .btn-default:hover
{
background:url("images/header_blue_new.png") repeat-x scroll 0 0 #29B9EF;
}
.sr-only
{
display:none;
}
.jpibfi_container img
{
/*width:600px !important;*/
}
.post-image img
{
width:600px;
}
.post-content p
{
padding:5px 0 !important;
}

.metaslider .caption-wrap
{
opacity:0.9 !important;
}
.caption,.caption p,.caption h2
{
font-family:'opensansregular' !important;
}
.jpibfi_container a, .post-content a
{

color:#00AAEE !important;
}
.jpibfi_container a:hover, .post-content a:hover
{
color:#4D4D4D !important;
}
.post-title a
{
color:#4D4D4D !important;
}
.post-title a:hover
{
color:#00AAEE !important;
}
.caption a
{
color:#4D4D4D !important;
}
.caption a:hover
{
color:#00AAEE !important;
}
.linkwithin_inner
{
display :none;
}
.my_link .linkwithin_inner
{
display:block !important;
}
.linkwithin_inner b
{
display:none !important;
}
.topadvertise li
{
list-style:none;
}
.textwidget {
    float: left;
    width: 100%;
}

PIN_1392898656090_embed_grid.PIN_1392898656090_fancy {display :none!important;}

#linkwithin_inner div:nth-child(3){display:none;}
.post-content a.more-link{font-weight:bold; font-size:14px;}


.rslides_nav{
	background-color:transparent !important;
}

.fes-default .btn-submit{
float: right;
margin-top: -27px;
}

#adrotate_widgets-9 .block_outer{
	float:left;
}