<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Fit&amp;Healthy [SinglePro Version]
Theme URI: http://magazine3.com/fitandhealthy/ 
Author: Magazine3.com
Author URI: http://magazine3.com/
Description: Blogging WordPress theme
Version: 1.1
*/


/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	/* font-size: 62.5%;  Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    font-size: 14px;
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
 
/* =Global
----------------------------------------------- */

 body {
	background: #fff;
}

/* Headings */
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
.entry-content h1 {
	font-size: 25px
}
.entry-content h2 {
	font-size: 23px
}
.entry-content h3 {
	font-size: 21px
}
.entry-content h4 {
	font-size: 19px
}
.entry-content h5 {
	font-size: 17px
}
.entry-content h6 {
	font-size: 15px
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 6px;
	font-weight: bold;
}
 
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em; 
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
border-left: 4px solid #999;
    margin: 30px 0;
    padding-left: 8px;
    margin-left: 10px;
    margin-right: 5px; 
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"], html input[id="submitcomment"],
input[type="reset"]{
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 2;
	padding: 1.12em 1.5em .88em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover, html input[id="submitcomment"]:hover,
input[type="reset"]:hover  {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus, html input[id="submitcomment"]:focus,
input[type="reset"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active  {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	 
	-webkit-transition: background-color, color 0.2s linear;
-moz-transition: background-color, color 0.2s linear;
transition: background-color, color 0.2s linear;
 color: #236CBF;
    outline: 0 none;
    text-decoration: none; }
 
a:hover {
    text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

 
/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

 
.archive .format-aside {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img{
/* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {

}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
	background-color: #F5F5F5;
	margin-bottom: 15px;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
	font-size: 13px !important;
	font-style: italic;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
object, #content iframe {
	max-width: 100%;
}
 
/* =Navigation
----------------------------------------------- */
.site-navigation{
clear:both
}
#site-navigation {background:#1d1d1d;  height: 50px;}
#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
	padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 10px;
	background: url(images/sb-bg.png) ;
}

.widget-title, .sidebartitlewrapper h3{
color: #000000;
    font-family: 'Droid Sans',Segoe UI,sans-serif;
    font-size: 20px;
    padding:11px 12px 9px 2px;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* General */
.cb{clear:both}

/* Header.php */
#masthead hgroup{
float:left
}
#masthead .site-title, #masthead .site-description{
color: #000000;
display: none;
font-family: sans-serif;
}
#header{
clear:both; 
background:#85C8C8;
 
}
#header-wrapper{
padding: 4px 2px 0px;
width:998px;
margin:0 auto;
}
#header-container{
}
.header-search{display:inline-block; float:right;margin-top:20px} 
 .logo{display:inline-block; float:left;line-height:0px; margin:0px 0px;width:260px;}
 
 
 
/* Featured area */
 #featuredbg-wrapper{
  width:999px;
 margin:0 auto;
 }
 .featuredbg { 
 padding-top:10px;
 background:url(images/featuredbg.png) no-repeat;
height: 307px;
    margin-top: 13px;
 }
 
 .featuredslidertext{
 margin-left: 11px;
 margin-bottom: 10px;
 font-family:georgia, Time new roman, serif; 
 font-size:16px;
 color:#000;
 font-style:italic;
 }

 .featuredslidertext span{
 color:#e3001b
 }

 .gal-image{ 
 float:right;
 }
 .gal-title{
 margin-left:5px;
 margin-bottom:15px;
 width: 495px;
 float:left;
 }
 .gal-title h2{

    font-size: 30px;
    font-weight: 300;
    line-height: 39px;
     margin-bottom:11px;
 }
  .gal-title h2 a{
  color: #000000;

  }
 .gal-post-time{
  margin-bottom:10px;
    font-size: 15px;
    font-weight: normal;
 text-transform:uppercase;
 color:#f25e5e
 }
 
.gal-content{
width:485px;
    font-size: 15px;
    font-weight: normal;

}

.gal-readmore { 
margin-top:5px;
background:url('images/line.png') repeat-x;
background-position: 0px 13px;
text-align:right;

}

.gal-readmore a{
background:#fff;
padding-left:8px;
 font-family:georgia, Time new roman, serif; 
 font-size:12px;
 color:#ff3e3e;
 font-style:italic;
}
 
/* searchform default */ 
.search-form-default{
background:url(images/searchbg.png) no-repeat;
height:51px; 
width:322px;
}

.search-form-default input {
float:left;
font-family:"verdana",helvetica,Tahoma,Arial,sans-serif;
font-size:12px;
height: 44px;
width: 53px;
margin-top: 7px; 
}

#shead-default {
background:none repeat scroll 0 0 transparent;
border:0 none;
color:#606060;
height:36px;
margin-left:12px;
margin-top:5px;
width:251px;
margin-right:0px
}

.searchsubmit-default {
background:transparent;
border:0 none;
cursor: pointer;
height: 34px;
margin-left: 0; 
margin-top: 1px;
overflow: visible;
width: 42px;
}

.searchsubmit-default:active {
background:url(images/searchbg.png) 379px 44px !important;
}

/*Search*/ 
.search-form { 
background:url(images/sidebardefault.png) no-repeat;
height: 51px;
    width: 282px;
    margin-left: 6px;
}

.search-form input {
float:left;
font-family:"verdana",helvetica,Tahoma,Arial,sans-serif;
font-size:12px;
height: 44px;
width: 53px;
margin-top: 0px; 
}
 
#shead {
background:none repeat scroll 0 0 transparent;
border:0 none;
color:#606060;
height:36px;
margin-left:12px;
margin-top:2px;
width:209px;
margin-right:0px
}

.searchsubmit {
background:transparent;
border:0 none;
cursor: pointer;
height: 34px;
margin-left: 0; 
margin-top: 1px;
overflow: visible;
width: 42px;
}

 
/* header.php &gt; Menus */
#menu-22 ul li div {
	color: #fff;
	display: block;
	font-family: "Segoe UI", helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	word-spacing: 0
}
#menu-22 ul li {
	float: left
}
#menu-22 ul li a, #menu-22 ul li div {
	font-weight: 400;
	color: #fff;
	display: block;
font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
 

	text-decoration: none;
	
}
#menu-22 ul li div {
	color: #000;
	text-transform: none
}
#menu-22 ul li a span {
	font-size: 10px;
	color: #999;
	line-height: 120%
}
#menu-22 ul li a:hover, #menu-22 ul li a.selected {
	text-decoration: none;
	color: #fff;
	padding-bottom:2px; 
	border-bottom: 2px solid #e1e1e1; 
}
#menu-22 ul li ul li a:hover, #menu-22 ul li  ul li  a.selected
{border-bottom: 0px;}

#menu-22.ddsmoothmenu {
	z-index: 100;
	padding-bottom: 5px;
}
#menu-22.ddsmoothmenu ul {
	z-index: 100;
	margin: 0px auto;
	list-style-type: none;

	width: 1010px;
}
#menu-22.ddsmoothmenu ul {
	padding: 0px;
}
#menu-22.ddsmoothmenu ul ul li a:hover {
	background: #000
}
#menu-22.ddsmoothmenu ul li {
 padding: 15px 10px;
	position: relative;
	display: inline; 
	float: left;
 
 
}
#menu-22.ddsmoothmenu ul li a:hover {
	color: #fff
} 
#menu-22.ddsmoothmenu ul li:hover {
 
}
#menu-22 li.arrow {
background: url("images/smallmenuarrow.png") no-repeat scroll right 13px transparent;
    padding-right: 10px !important;
}
#menu-22.ddsmoothmenu ul li ul li:hover {
	 
}
#menu-22.ddsmoothmenu .current-post-ancestor, #menu-22.ddsmoothmenu current-menu-parent, #menu-22.ddsmoothmenu current-post-parent, #menu-22.ddsmoothmenu ul li.current-menu-item {
 
}
#menu-22.ddsmoothmenu .current-post-ancestor a, #menu-22.ddsmoothmenu current-menu-parent a, #menu-22.ddsmoothmenu current-post-parent a, #menu-22.ddsmoothmenu ul li.current-menu-item a {
	color: #FFFFFF !important;
	padding-bottom: 2px;
		border-bottom: 2px solid #e1e1e1;
}
#menu-22.ddsmoothmenu ul li.current-menu-item a {
	color: #fff;
}
* html #menu-22.ddsmoothmenu ul li a {
	display: inline-block;
}
#menu-22 li.current-menu-item ul.sub-menu { margin-top: -1px; }
#menu-22.ddsmoothmenu ul li ul {
margin-top: 1px;
	border-top:0px !important;
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	padding-bottom: 10px;
	width: 200px;
	background: #1d1d1d;
	height: auto;
	border-top: 0px;
	margin-left: -10px;
	border-radius: 0 0 3px 3px;
	padding-left: 0px;
	border:5px solid #F25E5E;
	border-top:0px;
}
#menu-22.ddsmoothmenu ul li ul li {
	float: none;
	display: list-item;
	background:  #1D1D1D;
	padding: 0;
	width: auto;
}
#menu-22.ddsmoothmenu ul li ul li:hover {
 
}
#menu-22.ddsmoothmenu ul li ul li ul {
	background:  #1d1d1d;
	padding-top: 5px;
	border-radius:  3px;
	margin-top:0px;
	top: 0px !important
}
#menu-22.ddsmoothmenu ul li ul li a {
	border:none !important;
	text-align: left;
	margin: 0;
	line-height: 100%;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background:  none;
	font-family: "Segoe UI", helvetica, Arial, sans-serif;
	text-shadow: none;
	padding: 14px 7px 8px;
	height: 18px;
}
#menu-22.ddsmoothmenu ul li ul li a:hover {
	background: #333;
	color: #fff !important;
}
#menu-22.ddsmoothmenu ul li ul li a:hover {
	color: #1badd9
}
#menu-22.ddsmoothmenu ul li ul li ul {
	margin-left: 2px;
}
#menu-22.ddsmoothmenu ul li ul li a.last, #menu-22.ddsmoothmenu ul li ul li a.last:hover {
	border: none
}
* html #menu-22.ddsmoothmenu {
	height: 1%
}
#menu-22.ddsmoothmenu ul li.current-menu-item a:hover {
	background: none
}
#menu-22 .sub-menu a {
	color: #111
}
#menu-22 .sub-menu li.arrow{background:  url(images/arrowsubmenu.png) right no-repeat !important;  }  

 
.header-post {width:998px;margin:0 auto; padding-bottom:15px; padding-top: 10px;}
.recentpost-block1 {width:249px;float:left}
.recentpost-image-block1 {float:left;width:62px;height:62px; background:#f58787;}
.content-heading-block1 {float:left; width:173px;line-height:14px;margin-left:5px;}
.content-heading-block1 h2 a {font-size:12px; color:#fff;text-decoration:none}

/* index.php */
#main{
 
}
#content-wrapper{
width:989px;
background:#fff;
margin:0 auto;
border:1px solid #e1e1e1;
border-top:0;
border-bottom:0px;
padding-top:6px;
}
#content{
float: left;
    padding-left: 10px;
    padding-right: 9px;
    width: 650px;
}

section {
    
}
.section_content { margin-left: 3px; margin-right: 3px; }

.firstpost {margin-bottom: 25px;}
.firstpost-holder {margin-top:25px;margin-bottom:30px;}
.firstpost-heading {margin-bottom:5px;}
.firstpost-heading h2 a,.secondpost-heading h2 a{font-family: 'Droid Sans', sans-serif; font-weight:400;color:#000;line-height:40px;}
.firstpost-heading h2 a {font-size:31px;}
.firstpost-image {float:left}
.firstpost-content {float:right;width:202px;  }
.firstpost-content p{ margin-bottom:10px; }

.normalpost-border{
border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

/* firstpost large */
.firstpost-content-3 {
color: #333333;
 
    margin-bottom: 0;
    margin-top: -2px;
}
.firstpost-content-3 p{
margin-bottom:5px
}

/* firstpost small right start */
.firstpost-image-small-right {float:right}
.firstpost-content-small-right {float:left;width:513px;}
.firstpost-content-small-right p{ 
color: #333333; 
    font-size: 15px;
    line-height: 22px; 
    margin-bottom: 0;
    margin-top: -2px;
}
/* firstpost small right end */

.firstpost-content-left-small {float:right;width:515px;}
.firstpost-content-left-small p{ 

    margin-bottom: 0;
    margin-top: -2px;
}


.firstpost-content-right { padding: 0 12px 0 0;  width: 200px; float:left;  }
.firstpost-content-right p{ margin-bottom:10px; }

.home-readmore{float:right; background:url("images/readmore.png") no-repeat scroll left transparent;  padding-left: 8px;}
.home-readmore a  {color:#c82026;font-size:11px; font-family:arial}
.firstpost-postarea {margin-top:10px;}

.secondpost-holder {border-bottom:1px solid #e5e5e5}
.secondpost-heading h2 a {font-size:30px;}
.secondpost-holder p {font:color: #333;    font: 400 13px/21px "Droid Sans"; }
.secondpost-postarea  {margin-top:10px;margin-bottom:15px;}
.secondpost-image {float:left;width:auto;margin-right:10px;}
.secondpost-content {float:right;width: 530px; color: #000000;font-size: 14px;}
.secondpost-content p,.bottom-post-holder p {margin-bottom: 0px;}

.bottom-post-container {margin-top: 20px;}
.bottom-post-holder{float:left;width: 432px; margin-right: 10px;margin-bottom: 25px;}

.bottom-post-holder h2 {font-family: 'Droid Sans', sans-serif; font-weight:400;font-size:22px; line-height: 27px;}
.bottom-post-holder h2  a {color:#222;}
.bottom-post-holder p { color: #333;    font: 400 13px/21px "Droid Sans"; }

.small-img-left, .small-img-right,.big-img-center, .big-img-left, .big-img-right, .video-center, .no-img{border-bottom:1px solid #EFEFEF;margin-bottom: 15px;}
.bottom-post-holder .holder  {margin-bottom:12px;}
.heading{margin-bottom:6px;}

.image-type-1 {float:left;width:auto}
.contnet-type-1 {float:right;width:300px;}


.image-type-2 {float:right;width:auto}
.contnet-type-2 {float:left;width:300px;}

.image-type-4{float:left;width:auto}
.contnet-type-4 { float: right;width: 98px;}

.image-type-5{float:right;width:auto}
.contnet-type-5 { float: left;width: 98px;}

.image-type-6 img,video,object {
  max-width: 100%;height:auto;
}
.reviews-post-wrapper {float:right;width: 185px; }
.reviews-post-holder { text-align: center;font-family:georgia;} 
.reviews-post-holder .reviews-post-holder{margin-top:6px;}
.reviews-post-heading h2 {padding-bottom:10px;line-height: 22px; background:url("images/border.png") repeat-x scroll bottom transparent; font-style: italic;font-size:22px;}
.reviews-post-heading h2 a {color:#e88c00; }
.reviews-post-heading {margin-bottom:19px;}

.reviews-post {border-bottom:1px solid #efefef;margin-bottom:10px;}
.reviews-post-title {margin-bottom:10px;line-height:18px;}
.reviews-post-title h3 a {color:#000;font-size:13px;}

/*------------- Sidebar.php   --------------------------------------------*/
/* sidebar.php */

/* Widgets &gt; Search widget */
/*Search*/
 

#sidebar{
float:right;
width:311px;
margin-right:9px;
}
.sidebar-single {
margin-top:10px
}
#sidebar ul{
margin:0;
padding: 15px 0 1px;
background:#fff;
}

#sidebar a{color:#3A3A3A}
 
ul.flickr-photos{
padding-bottom: 10px !important;
    padding-left: 14px !important;
    padding-top: 4px !important;
}
li.flickr-photo {
background-image:none !important;
display:inline-block;
border:1px solid #D7D7D7;
height:75px;
margin:9px 0px 2px 6px !important;
padding:5px !important;
width:auto!important;
}
li.flickr-photo img{max-width:70px; max-height:70px}

p.tag_cloud {
margin-top:6px
}

#___plus_0 {width:290px !important}

.tweets {
width:300px;
clear:both
}

.tweet {
background:url("images/twit.png") no-repeat scroll 1px 50% transparent !important;
 padding-bottom: 5px;
  padding-top: 5px;
padding-left:21px !important;
line-height:18px !important;
margin-left: 0 !important;
}

.tweet:hover {
background:url(images/twit.png) no-repeat scroll 1px 50% transparent !important
}

p.follow-message {
text-align:center;
font-size:12px;
font-weight:700;
width:300px;
margin-top:2px !important

}

p.follow-message a {
color:#29c !important
} 

#footerwrapper a { font-size:13px} 
#footerwrapper1{   }
#footerwrapper1 ul.pane li a { }
#footerwrapper1 .widget-title{padding:0 12px 7px 2px}
#footerwrapper .block-item-small{ width:240px !important}

#footerwrapper .block-item-small .block-image-r {width:176px}

#footerwrapper .multiplesocialwidget-id {width: 235px;}
#footerwrapper .email-news-subscribe .email-box input.email{ width: 107px !important;}
#footerwrapper span.twitter-text {width: 235px;}
#footerwrapper ul.tabs li a{font-size:12px}
#footerwrapper .tabs_container {width: 237px;}
#footerwrapper .block-item-small-view ol {width: 240px;}
#footerwrapper .block-image-viewed-l {width:180px}


.widget_mostpopular h3 {
border-bottom:0 solid #DDD !important;
text-align:center
}

.mostpopular {
padding-left:6px !important;
list-style:none;
margin:.3em 0;
display: inline-block;
padding:0
}
ul.mostpopular li{

margin:0px !important; 
}

 
.mostpopular_li {
-webkit-transition-property:background; 
-webkit-transition-duration: 0.2s, 0.1s; 
-webkit-transition-timing-function: linear, ease-in;


-moz-transition-property:background; 
-moz-transition-duration:0.2s, 0.1s; 
-moz-transition-timing-function: linear, ease-in;


transition-property:background; 
transition-duration: 0.2s, 0.1s;  
transition-timing-function: linear, ease-in;

background-image:none !important;
border:0;
list-style:none !important;
line-height:20px !important; 
position:relative;
width:100%;
margin:0 0 -7px;
padding:11px 0 3px 8px !important
}

.mostpopular_li.color0 {

background-color:#ee5826 !important;
width:95%
}
.mostpopular_li.color0:hover { background:#FF7040 !important;}

.mostpopular_li.color1 {
background-color:#27b6e2 !important;
width:93%
}
.mostpopular_li.color1:hover { background:#49D4FF !important;}


.mostpopular_li.color2 {
background-color:#c5e627 !important;
width:89%
}
.mostpopular_li.color2:hover { background:#D8EB80 !important;}


.mostpopular_li.color3 {
background-color:#ff6f51 !important;
width:84%
}
.mostpopular_li.color3:hover { background:#FF8A71 !important;}

.mostpopular_li.color4 {
background-color:#d59b8e !important;
width:80%
}
.mostpopular_li.color4:hover { background:#E7B5AA !important;}

.mostpopular_li.color5:hover,.mostpopular_li.color6:hover,.mostpopular_li.color7:hover,.mostpopular_li.color8:hover,.mostpopular_li.color9:hover,.mostpopular_li.color10:hover,.mostpopular_li.color11:hover,.mostpopular_li.color12:hover,.mostpopular_li.color13:hover,.mostpopular_li.color14:hover,.mostpopular_li.color15:hover { background-color:#999 !important; }


.mostpopular_li.color5,.mostpopular_li.color6,.mostpopular_li.color7,.mostpopular_li.color8,.mostpopular_li.color9,.mostpopular_li.color10,.mostpopular_li.color11,.mostpopular_li.color12,.mostpopular_li.color13,.mostpopular_li.color14,.mostpopular_li.color15 {
background-color:#888 !important;
width:74%
}
ul.mostpopular li{border-bottom:0px solid #ddd !important;margin-left:0px !important;}

a.barlinko {
background:none;
display:block;
font-family: 'Droid Sans',sans-serif !important;
font-size:14px !important;
text-decoration:none !important;
margin:0 8px 0 0;
padding:0;
color:#222222 !important; }
.barco  a {color:#000 !important;font-size:12px !important}
.barco {
display:block;
right:0
}

.block-image-viewed-l {
display:inline-block;
width:220px
}
.block-image-viewed-r,#comment-textarea {
float:right
}

.block-image-viewed-r img {
width:48px;
height:48px
}

.block-item-small ol {
list-style:decimal !important;
background:#fff !important
}

.block-item-small ol li {
list-style:decimal !important;
min-height:40px;
font-size:14px !important;
font-family:'Droid sans', arial,sans-serif;
font-weight:700;
padding:5px 0 !important
}

.block-item-small ol li:hover {
background:none !important
}

.block-item-small ol li a {
font-size:12px;
font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif !important;
font-weight:400
}

span.block-image-viewed-views {
font-size:11px !important;
font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif !important;
font-weight:400
}

/* m3 twitter widget */
.twitter-widget ul li {margin: 0 4px 8px !important; }
.m3-fbwidget{text-align:center}

/* m3 Google plus widget */
.m3-gpluswidget {text-align:center} 

/* TWeet */
span.twitter-text {
     border-bottom: 1px dotted #ddd;
    display: block;
    padding-bottom: 9px;  color: #666666;
}

 span.twitter-text a{ color: #000 !important; }


 /* tabs area */
.tab-content {
overflow:hidden;
padding:16px 16px 0
}


.tabs-wrapper {
 
overflow:hidden;
width:100%
}

.tabs-wrapper .tab-content {
border:1px solid #d7d7d7;
border-width:0 1px 1px
}

ul.tabs {
padding-top:1px !important;
border:1px solid #dedede;
margin-top:15px !important;
background:url(images/tabbg.png) repeat-x;
float:left;
height:41px;
width:288px;
padding-left:0 !important;
margin-bottom:0 !important
}

ul.tabs li {
background:none !important;
float:left;
border:1px solid #d6d6d6;
overflow:hidden;
position:relative;
bottom:-3px;
-moz-border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0;
border-radius:3px 3px 0 0;
margin:2px 0 0 8px !important;
padding:0 !important;
width:auto !important;
}

ul.tabs li a {
font-family:'Droid Sans',sans-serif !important; 
border-radius: 5px 5px 0 0;
    color: #666 !important;
    display: block;
     font-size: 13px !important;
    font-weight: bold;
    height: 36px;
    line-height: 31px;
    outline: medium none;
	padding: 0 6px;
    text-decoration: none; 
   -moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
}
ul.tabs li.active a{color:#111 !important}
ul.tabs li a:hover {
background:#FFF !important
}

html ul.tabs li.active,html ul.tabs li.active a:hover {
background:#fff !important;
border-bottom:1px solid #fff !important
}

.tabs_container {
border-top:none;
overflow:hidden;
float:left;
width:290px;
background:#fff;
clear:both
}

.tab_content {
border-color:#D6D6D6;
border-style:solid;
border-width:0 1px 1px;
padding:10px 8px 4px
}
.block-item-small-tabs {
border-bottom: 1px dashed #EEEEEE;
    clear: both;
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
   padding: 6px 5px 6px 0;
    width: 275px;
} 
.block-item-small-tabs img{
margin-right: 4px !important;
background:none repeat scroll 0 0 #FFF;
border:1px solid #CACACA;
border-radius:3px 3px 3px 3px;
padding:3px;
box-shadow:0 0 2px #eee;
-moz-border-radius:3px;
-webkit-border-radius:3px 3px 3px 3px;
} 

.block-item-small-tabs .block-image {
position:relative;
display:inline-block;
margin-left:0px;
float:left
}

.block-item-small-tabs .block-image-r {
float: right;
    font-size: 12px;
    padding-right: 7px;
    width:205px;
    }
    

.block-item-small {
border-bottom: 1px dashed #EEEEEE;
    clear: both;
    height: auto;
    margin-bottom: 0;
    overflow: hidden; background:#fff;
    padding: 6px 2px 6px 7px;
 width: 285px;
}

.block-item-small-view ol {
list-style:decimal outside none !important;  margin-bottom: 0;
     width:290px;
}

.block-item-small-view ol li {
list-style-type:none;
min-height:50px;
font-family:'verdana', arial, sans-serif;
font-size:14px !important;
font-weight:700;
 overflow:visible;
clear:both;
padding:6px 6px 4px 8px !important;
-webkit-transition-property:background; 
-webkit-transition-duration: 0.2s, 0.1s; 
-webkit-transition-timing-function: linear, ease-in;


-moz-transition-property:background; 
-moz-transition-duration:0.2s, 0.1s; 
-moz-transition-timing-function: linear, ease-in;


transition-property:background; 
transition-duration: 0.2s, 0.1s; 
transition-timing-function: linear, ease-in;
}

.block-item-small-view ol li:hover {






background:#fff !important
}

.block-item-small-view ol li a {
font-family:'Droid Sans',sans-serif !important;
font-size: 13px;
    font-weight: 600;
color:#444;
}

.block-item-small-view ol li:hover a{ 
color:#000 !important;
}

 ul.recent-comments-list li{
background-image: none !important;
    min-height: 50px;
    padding-left: 0 !important; 
}
    .recent-comments-list li a{ font-size:13px;
    font-weight:bold; }

/* m3 twitter widget */
.twitter-widget ul li {margin: 0 4px 8px !important; }
.m3-fbwidget{text-align:center}

/* m3 Google plus widget */
.m3-gpluswidget {text-align:center}

/* The widget image on left  */
.block-item-small .avatar {
width:45px;
height:45px;
box-shadow:none !important;
margin-right:4px
}

.block-item-small h2,.block-item-small h2 a {
color:#333;
font-family:'Droid Sans', sans-serif;
font-size:13px;
font-weight:normal;
font-weight: 600;
line-height:16px
}

.block-item-small img {
border:1px solid #D7D7D7;
padding:2px
}

.block-item-small .block-image {
position:relative;
display:inline-block; 
margin-left:3px;
float:left
}

.block-item-small .block-image-r {
float: right;
padding-right: 9px;
    width: 210px;
}

.block-meta {
color:#888;
display:block;
font-size:11px;
margin-top:4px
}

.block-meta a {
color:#888 !important
}

.block-meta a:hover {
color:#333 !important;
text-decoration:none
}

/* views widget */
.popularviewbg {
background:#F3F3F3;  
margin-top: -9px;
padding-top: 4px; 
}
.popularviewbg ol li:hover {
background:#fff !important;
}
/* more sidebar */
#calendar_wrap {
background:#fff;
padding: 7px;
}
#wp-calendar {
	color: #555;
	width: 279px;
	font-size: 13px;
	text-align: center;
	clear: both
}
#wp-calendar td a {
	color: #fff;
	font-weight: bold;
	padding: 0 7px;
	background-color: #999;
}
#wp-calendar caption {
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	padding: 5px 0 3px
}
#wp-calendar th {
	background: #f4f4f4;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: 700
}
#wp-calendar tbody tr td {
padding: 5px 0;
	text-align: center
}
#wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc
}


.widget  ul, .widget ol { margin:0px;}
 .widget ul li {list-style:none;line-height:16px;width:280px;  font-size:13px;margin: 0 4px 17px;  padding-left: 8px;}

.widget ul  li  a {font-size:13px; color:#474747 }

/* Ad widget */
.adspace-widget { padding-bottom: 5px;    padding-left: 5px;    padding-top: 5px; text-align:center;}
/* Social widget */ 

/* Social */

ul.socialwidget {
	position: relative;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
ul.socialwidget li {
	background: none !important;
	float: left;
	margin: 0 13px 15px !important; 
	padding: 0px;
	width: 16px;
	height: 16px;
	display: block;
	border: none;
	width: 32px  !important;
	height: 32px;
}
ul.socialwidget li a {
	width: 32px  !important;
	height: 32px;
	display: block;
	padding: 0px;
	background: url(images/icon-social.png) 0px 0px no-repeat
}
ul.socialwidget li a.twitter {
	background-position: 0px 0px
}
ul.socialwidget li a.facebook {
	background-position: -40px 0px
}
ul.socialwidget li a.in {
	background-position: -80px 0px
}
ul.socialwidget li a.gplus {
	background-position: -120px 0px
}
ul.socialwidget li a.dribble {
	background-position: -160px 0px
}
ul.socialwidget li a.forrst {
	background-position: -200px 0px
}
ul.socialwidget li a.flickr {
	background-position: -240px 0px
}
ul.socialwidget li a.deviant {
	background-position: -280px 0px
}
ul.socialwidget li a.behance {
	background-position: -320px 0px
}
ul.socialwidget li a.vimeo {
	background-position: -360px 0px
}
ul.socialwidget li a.utube {
	background-position: -400px 0px
}
ul.socialwidget li a.rss {
	background-position: -440px 0px
}

.multiplesocialwidget-id {
width: 300px;
margin-left: 8px !important; 
-moz-box-shadow:1px 1px 1px #EEE;
-webkit-box-shadow:1px 1px 1px #EEE;
box-shadow:1px 1px 1px #EEE;
border-radius:2px 2px 2px 2px;
border:1px solid #DDD;
}

.fb-likebox {
border-bottom:1px solid #DDE1EE;
background:#fff;
padding:10px 10px 0
}

.googleplus {
background:#F5FCFE;
font-size:.90em;
font-family:"Arial","Helvetica",sans-serif;
color:#000;
line-height:1px;
padding:9px 11px
}

.googleplus span {
color:#000;
font-size:11px;
position:absolute;
display:inline-block;
margin:9px 70px
}

.twitterbg {
background:#EEF9FD;
padding:10px
}

.multiplesocialwidget-id-widget {
background:#EBEBEB;
text-align:right;
border-image:initial;
padding:2px 8px 2px 3px
}

.multiplesocialwidget-id-widget .author-credit a {
font-size:10px;
font-weight:700;
text-shadow:1px 1px #FFF;
color:#1E598E;
text-decoration:none
}

.email-news-subscribe .email-box {
font-family:"Arial","Helvetica",sans-serif;
border-image:initial;
padding:10px
}

.email-news-subscribe .email-box input.email {
background:#FFF;
color:#999;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-o-border-radius:3px;
-ms-border-radius:3px;
-khtml-border-radius:3px;
border-radius:3px;
border-image:initial;
font-family:"Arial","Helvetica",sans-serif;
padding:7px 10px 8px
}

.email-news-subscribe .email-box input.subscribe {
background-image:0;     background-color:  #D1E5F6;
color:#186487;
border:1px solid #A4CCE5;
font-size:11px;
font-weight:700;
padding:6px
}

.email-news-subscribe .email-box input.subscribe:hover {
background-color:#cfe5f3;
background-image:0;
border:1px solid #307ba9;
color:#186487
}

.email-news-subscribe .email-box input.subscribe:active {
background-color:#cfe5f3;
background-image:0;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
border:1px solid #307ba9;
color:#186487
}

#other-social-bar {
overflow:hidden;
padding:0
}

#other-social-bar .other-follow {
color:#1E598E;
padding-bottom:7px
}




/* Comment style */
#comments-content {
margin-left: 24px;
    width: 610px;
}

ol.commentlist {
margin-bottom:30px;
list-style-type:none 
}

.the-comment {
margin-bottom:24px
}

.avatar {
float:left;
margin-right:14px;
background:none repeat scroll 0 0 #FFF;
padding:4px
}

.comment-arrow {
background:url(images/comment-arrow.png) no-repeat;
width:8px;
height:15px;
float:left;
margin-top:16px;
margin-right:-1px
}

.comment-box {
border:1px solid #E5E5E5;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
overflow:hidden;
padding:14px
}

.comment-author {
margin-bottom:10px;
color:#EEE;
padding-bottom:3px;
border-bottom:1px solid #eee
}

.comment-author strong{  
color: #111111;
    font-family: 'Droid Serif',serif !important;
    font-size: 16px;
    font-weight: normal;
}

.comment-author small {
font-size:10px;
margin-top: 6px;
color:#384f79;
float:right
}

.comment-text {
line-height:20px
}

.comment-text p {
margin-top:15px;
    font-size: 14px;
    line-height: 25px;
}

.children {
margin:20px 0 0 83px
}

.children li.comment {
list-style-type:none;
margin:0 0 20px
}

.cancel-comment-reply {
margin-bottom:10px
}

.no-comments {
color:#888
}

.comment-text-side {
color:#888;
line-height:20px
}

a.comment-reply-link {
background: #EEEEEE;
    color: #333333;
    font-size: 12px;
    padding: 2px 7px;
}


#respond {
margin-left:7px;
width:615px;
padding-top:45px
}

#respond h3 {font-family: Helvetica,Arial,"Trebuchet MS",sans-serif;font-size:15px; 
font-weight:bold;
margin-bottom:0 !important
}

#respond-content {
width:610px
}

#comment-input {
float:left;
margin-right:8px
}

#comment-input input {
width: 190px;
margin-bottom:17px;
background-color:#EEE;
border:1px solid rgba(174, 173, 173, 0.5);
border-radius:1px 1px 1px 1px;
box-shadow:0 0 4px rgba(147, 147, 147, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
color:#676A6B;
display:inline-block;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.65);
padding:9px 13px 
}

#comment-input input:focus,textarea:focus {
outline:none
}

#comment-input label {
font-size:12px;
display:block;
margin-bottom:2px
}

#comment-input label .req {
color:#999
}

.textarea-comment {
background:#E9E9E9;
width:355px;
height:153px;
font-family:arial;
background-color:#EEE;
border:1px solid rgba(174, 173, 173, 0.5);
border-radius:3px 3px 3px 3px;
box-shadow:0 0 4px rgba(147, 147, 147, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
color:#676A6B;
display:inline-block;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.65);
padding:6px 10px
}

#comment-textarea label {
font-size:12px;
display:block;
margin-bottom:3px
}

#comment-textarea-admin {
float:none;
margin-bottom:16px
}

#comment-textarea-admin label {
display:block;
margin:10px 0 5px
}

 

#comment-submit {
clear:both;
width:600px;
text-align:center;
margin-bottom:10px
}

#comment-submit-admin {
clear:both;
margin-bottom:10px
}

#comments-content ol {
margin:18px 5px 18px 0
}

.respond {
padding:5px
}

.comment-submit {
cursor:pointer;
font-family:"Segoe UI",helvetica,Arial,sans-serif;
 width: 100%;
border:1px solid #3C3C3E;
font-size:16px;
font-weight:700;
box-shadow:0 1px 0 #212122, 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;
color:#FFF;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.8);
padding:9px 242px !important
}

.comment-submit:hover {
border:1px solid #3C3C3E;
 box-shadow:0 1px 0 #ddd, 0 1px 0 0 rgba(255, 255, 255, 0.4) inset
}

.comment-submit:active {
border:1px solid #3C3C3E;
 box-shadow:0 1px 0 #ddd, 0 1px 0 0 rgba(255, 255, 255, 0.4) inset
}
h3.numberofcomments {text-align:center !important; 
background:url("images/asideline.png") repeat-x scroll center center transparent;
color:#01649E;
display:block;
font-size:14px !important;
font-weight:700;
margin:30px 0 15px;
padding:0 8px
}

h3.numberofcomments span {
background:#fff;font-family:Helvetica,Arial,sans-serif;
padding:1px 4px
} 


 /* Tags */
.tagcloud{padding-left:5px;}
.tagcloud a,.almeros_tags a{display:inline-block;float:none;margin:2px 1px;padding:6px 3px;font-style:normal;font-weight:bold;text-decoration:none;background-color:#ec745c;color:#fff !important;-webkit-text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;-moz-text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;-o-text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;-webkit-box-shadow:0 0 1px #999999;-moz-box-shadow:0 0 1px #999999;-o-box-shadow:0 0 1px #999999;box-shadow:0 0 1px #999999;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform 0.1s ease-in;-moz-transition:-moz-transform 0.1s ease-in;-o-transition:-o-transform 0.1s ease-in;transition:transform 0.1s ease-in;}
.tagcloud a:hover,.almeros_tags a:hover{color:#fff;background-color:#0c92da;-webkit-box-shadow:0 0 20px rgb(0,0,50);-moz-box-shadow:0 0 20px rgb(0,0,50);-o-box-shadow:0 0 20px rgb(0,0,50);box-shadow:0 0 10px rgb(0,0,50);-webkit-transform:rotate(3deg) scale(1.2);-moz-transform:rotate(3deg) scale(1.2);-o-transform:rotate(3deg) scale(1.2);transform:rotate(3deg) scale(1.2);}
.tagcloud a:nth-child(2n),.almeros_tags a:nth-child(2n){background-color:#ff9f51;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
.tagcloud a:nth-child(2n):hover,.almeros_tags a:nth-child(2n):hover{-webkit-transform:rotate(-3deg) scale(1.2);-moz-transform:rotate(-3deg) scale(1.2);-o-transform:rotate(-3deg) scale(1.2);background-color:#0c92da;transform:rotate(-3deg) scale(1.2);}
.tagcloud a:nth-child(4n),.almeros_tags a:nth-child(4n){background-color:#9ab9e4;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
.tagcloud a:nth-child(4n):hover,.almeros_tags a:nth-child(4n):hover{-webkit-transform:rotate(3deg) scale(1.2);-moz-transform:rotate(3deg) scale(1.2);transform:rotate(3deg) scale(1.2);background-color:#0c92da;}
.tagcloud a:nth-child(5n),.almeros_tags a:nth-child(5n){background-color:#9ab9d4;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
.tagcloud a:nth-child(5n):hover,.almeros_tags a:nth-child(5n):hover{-webkit-transform:rotate(2deg) scale(1.2);-moz-transform:rotate(2deg) scale(1.2);background-color:#0c92da;-o-transform:rotate(2deg) scale(1.2);transform:rotate(2deg) scale(1.2);} 

/* Category widget with numbers */
ul.pane li{background:none!important;background-origin:padding-box;background-position:50% 100%;background-repeat:repeat-x;background-size:auto;color:#787878;font-size:12px;font-style:italic;font-weight:700;line-height:21px;margin-bottom:7px;padding:5px 12px 5px 1px !important }
ul.pane li a{color:#333;display:inline-block;font-size:13px;font-style:normal;font-weight:700;padding-left:12px;width:238px}
.pane ul li a:hover{color:#777}
/* TWeet */
.tweets {
width:300px;
clear:both
}

.tweet {
font-size:13px;
background:url("images/twit.png") no-repeat scroll 1px 50% transparent !important;
 padding-bottom: 5px;
  padding-top: 5px;
padding-left:26px !important;
line-height:18px !important
}

.tweet:hover {
background:url(images/twit.png) no-repeat scroll 1px 50% transparent !important
}

p.follow-message {
text-align:center;
font-weight:700;
width:300px;
margin-top:2px !important

}

p.follow-message a {
color:#29c !important
}
/* SIDEBAR ENDS */


/* footer.php */
#footer{
}

.footer1-wrapper {background:#f35f5f}
.footer2-wrapper {background:#f1f1f3}
.footer3-wrapper {background:#1d1d1d}
.footer1, .footer2, .footer3{width:998px;margin:0 auto;}

.footer1 .logo { margin-top: 10px; min-height: 95px;} 
.footer3 {color:#fff;font-family:tahoma; font-size:13px;padding-bottom: 10px;     padding-top: 10px;}
.footer3 a  {color:#fff}
.footer3 a:hover {text-decoration:underline}
.site-footer {float:left; width:960px; color:#fff; font-size:13px;}
.site-footer a{color:#fff; }
  
 
 .footer-right{
width:395px;
float:right
}
#bottomfooter {
margin-left: auto;
    margin-right: auto;
 
    width: 960px;
} 
.footer-logo {
	float: right;
}
.footer-logo div{
    display: inline-block;
    text-indent: -99999px;
 
}
 
 
 
#fotnav { 
text-align:center;
margin-bottom: 15px;
width:100%;
margin-top:1px;
}
#fnav ul{margin-bottom:10px}
#fnav li.current-menu-item a{color:#fff}
#fnav li 
{
	display:inline;
 	font-size:15px;
	font-weight:400;
	list-style:none outside none;
}

#fnav li ul
{
	-moz-box-shadow:1px 1px 6px rgba(0,0,0,0.5),8px 10px 10px rgba(255,255,255,0.75) inset;
	background:none repeat scroll 0 0 #FFF;
	border-color:#-moz-use-text-color #92B8C6 #92B8C6;
	border-right:2px solid #92B8C6;
	border-style:none solid solid;
	border-width:medium 2px 2px;
	height:auto;
	left:-999em;
	margin:-47px 0 0 85px;
	padding:2px 70px 2px 3px;
	position:absolute;
	z-index:9999;
}

#fnav li ul a
{
	color:#666 !important;
}

#fnav li a
{
	color:#888;
	margin:0 0 0 11px;
	text-decoration:none;
}

#fnav li a:hover
{
	color:#fff;
	text-decoration:none;
}

 
/*Footer-widgets*/
.recent-comments-list li {
	display: inline-block;
	margin: 5px 0px;
}
#footerwrapper1 #calendar_wrap{
background:none !important;
}
#footerwrapper1 ul.tabs li a {
height: 35px;
    line-height: 31px;
}
#fsidebar1,  #fsidebar2, #fsidebar3 {float: left;width: 316px;}

#fsidebar1 .widget, #fsidebar2 .widget, #fsidebar3 .widget {
	line-height: 19px;
	font-size: 12px;
	margin-bottom: 13px;
	margin-left: 10px;
	padding:12px 2px 0 5px;
	background:none;
}
#footerwrapper1 .widget ul, #footerwrapper2 .widget ul, #footerwrapper3 .widget ul {
	margin-left: 0;
	list-style: none;
}
#footerwrapper1 .widget ul li, #footerwrapper2 .widget ul li, #footerwrapper3 .widget ul li {
	list-style: none; 
	color: #666
}
#footerwrapper1 .widget h3, #footerwrapper2 .widget h3, #footerwrapper3 .widget h3 {
	width: 290px;
	color: #000;
	line-height: 22px;
	font-family: "Segoe UI", helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: bold;
	padding: 5px 12px 4px 0;
	margin-bottom: 5px;
}
#fsidebar1 .widget a, #fsidebar2 .widget a, #fsidebar3 .widget a {
	color: #000;
	font-family:"Segoe UI", helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	text-decoration:none;}
#fsidebar1 .widget a:hover, #fsidebar2 .widget a:hover, #fsidebar3 .widget a:hover{text-decoration:underline	}
 
 

/* SINGLE.PHP - START HERE */
/* Author box */
#authorarea-wrap{
min-height:100px; 
margin-bottom: 10px;
}
#authorarea {
padding-left:5px; 
margin:8px 0
}

.authorareah3 {
height:23px;
border-bottom:1px solid #B0B0B0;
color:#333;
font-family:georgia;
font-size:19px;
font-weight:400;
line-height:22px;
padding-left:8px;
margin:0 4px 5px
}

.authorareah3 a {
text-decoration:none;
color:#333;
font-weight:700
}

#authorarea img {
float:left;
border:1px solid #ddd;
margin:0 4px
}

#authorarea p {
color:#333; 
font-size:13px;
margin:0
}
.authorareah3-img {
float: right;  font-size: 12px !important; 
}

/* Related */
#relatednews {
border-bottom:2px solid #0292d6;
margin-bottom:8px
}

#relatednewsh2 {
background:#0292d6;
color:#f1f1f1;
float:left;
font-family:"Segoe UI",Tahoma,Helvetica,Arial,sans-serif;
font-size:17px;
font-weight:700;
padding:2px 12px
}

#related {
background:#fff;
float:left;
margin-bottom:15px;
margin-top:15px;
padding-left:0;
width:620px
}

#related h1 {
background:#762652;
color:#fff;

font-size:16px;
font-weight:400;
padding:3px 10px 4px
}

.relatedpost h3 {
display:inline;
font-size:14px;
font-weight:400
}

.relatedpost h3 a {
color:#0060A6;
font-size:13px;
font-weight:normal
}

.relatedpost {
float:left;
font-size:12px;
padding:6px
}


.relatedpost:hover a {
color:#59B9FF;
text-decoration:underline;
}

 

.relatedpost img {
float:left;
padding-right:6px
}

/* post navigatior in single [Next and previous] */
.single-pagi {
	background: #eef8fb;
	border: 1px solid #c7d1d4;
	margin-top: 10px;
}
.prev-nav,  .next-nav {
	width: 280px;
	font-size:12px;
	margin: 10px;
	color: #adadad;
}
.prev-nav {
	float: left;
	margin-right: 0px
}
.next-nav {
	float: right;
	text-align: right;
	margin-left: 0px
}
.prev-nav a, .next-nav a {
	margin-top: 8px;
	color: #363636;
	font-size: 14px;
}

 
/* Sharebox */
#sharebox {
	float: left;
	margin-left: 20px;
	background: #DBDBDB;
	position: fixed;
	top: 145px;
	left: 0;
	padding: 5px 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CDCDCD
}
#sharebox:hover {
	background: #eee;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}
#sharebox .wdt {
	text-align: center;
	clear: left;
	padding: 2px 4px
}
.ltt-quote.large .ltt-quotemark {top:32px;}
/* SINGLE.PHP - START HERE */

.full-width{width:97% !important}
.alignleft,img.alignleft {
display:inline;
float:left;
margin-right:1.5em
}

.alignright,img.alignright {
display:inline;
float:right;
margin-left:1.5em
}

.aligncenter,img.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto
}

/* Author.php */
.author-info{   font-size:14px;  float: right;  width: 430px;}



li.authorstuff{list-style:circle;}
 
 

/**/
.cn-slideshow{
    width: 820px;
    height: 410px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    border-top: 5px solid #d0ab47;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.cn-loading{
    position: absolute;
    z-index:999;
    text-indent: -9000px;
    opacity:0.6;
    top:50%;
    left:50%;
    margin:-25px 0 0 -25px;
    width:50px;
    height:50px;
    background:#000 url(../images/ajax-loader.gif) no-repeat center center;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.cn-images{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.cn-images img{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.cn-bar{
    background: transparent url(../images/bar.png) repeat top left;
    height: 74px;
    position: absolute;
    bottom: 0px;
    right: 50px;
    left: 50px;
    color: #f8f8f8;
	z-index: 999;
}
.cn-nav-content{
    position: absolute;
    top: 0px;
    height: 100%;
    right: 70px;
    left: 70px;
    overflow: hidden;
    text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}
.cn-nav-content div{
    float: left;
    width: 130px;
    color:#aaa;
}
.cn-nav-content span{
    color:#777;
}
.cn-nav-content div.cn-nav-content-current{
    text-align: center;
    width: 280px;
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-140px;
}
.cn-nav-content h2,
.cn-nav-content h3{
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height:24px;
    font-family:Georgia, serif;
    font-style:italic;
}
.cn-nav-content h2{
    font-size:18px;
    color:#fff;
}
.cn-nav-content-current span{
    color:#d0ab47;
}
.cn-nav-content div.cn-nav-content-prev{
    margin-left: 20px;
}
.cn-nav-content div.cn-nav-content-next{
    text-align: right;
    margin-right: 20px;
    float:right;
}
.cn-nav-content div span{
    display: block;
    padding-top: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.cn-nav &gt; a{
    position: absolute;
    top: 0px;
    height: 70px;
    width: 70px;
}
a.cn-nav-prev{
    left: 0px;
}
a.cn-nav-next{
    right: 0px;
}
.cn-nav a span{
    width: 46px;
    height: 46px;
    display: block;
    text-indent: -9000px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    cursor: pointer;
    opacity: 0.9;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: 17px 25px;
    margin: -23px 0 0 -23px;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cn-nav a.cn-nav-prev span{
    background: #666 url(../images/prev.png) no-repeat center center;
}
.cn-nav a.cn-nav-next span{
    background: #666 url(../images/next.png) no-repeat center center;
}
.cn-nav a div{
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.cn-nav a:hover span{
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    opacity: 0.6;
    margin: -50px 0 0 -50px;
    background-size: 22px 32px;
    background-color:#a8872d;
}
.cn-nav a:hover div{
    width: 90px;
    height: 90px;
    background-size: 120% 120%;
    margin: -45px 0 0 -45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px; 
}
















/* SINGLE.PHP - START HERE */
.single-wrapper{   }
#single-heading-content { display:block }
.postedby{  font-style: italic;  padding: 4px 2px 3px; font-style: italic;color:#000;   border-bottom: 1px solid #F5F0E9;}
.postedby a{  color:#000 }

.postedby-1{    padding: 3px 2px 2px; color:#000;  }
.postedby-1 a{  color:#000;display:block }

.single-left {float:left;   padding-right: 6px;    border-right:1px solid #F5F0E9;  width: 104px; font-size:12px;}
.postedby a{font-weight:bold;}
.single-right {float:right;    width: 525px;}
.cat-links-holder-single{   padding-top: 3px; font-weight:bold;font-size:13px;}
.cat-links-padding{ padding-bottom:6px;}
.cat-links-padding-social{ padding-bottom:6px; padding-top:6px;}
.addthis_toolbox a{padding-bottom:5px !important}

/* Author box */

.single-entry-title{text-align:left;} 
.entry-header-single {border-bottom:3px solid #F5F0E9; }
.entry-meta-single{float:left; width:50%;color:#BF8221; }
 
.cat-links-holder, .entry-meta-single, .entry-meta-single a  {font-weight:normal;}
.entry-meta-single a {font-size:12px;font-weight:bold;}
.single-wrapper .entry-content p {  font-size:14px;color:#0a0a0a;}
  .entry-content  {line-height: 22px;margin-top: 4px;  font-size:14px;color:#0a0a0a;}
  .entry-content p {    font-size:14px;color:#0a0a0a;}

.single-wrapper .entry-content {       padding-top: 5px;border-bottom:0px;}
.single-entry-title   {   font-family: 'Droid Sans',sans-serif; color: #111;font-size: 30px;font-weight:600;line-height:40px;margin:9px 0 6px 0;text-decoration: none;}

.ptags  a{ 
	background: none repeat scroll 0 0 #666666;  
    color: #FFFFFF;
    font-size: 12px;
    margin: 0 3px;
    padding: 3px;} 
.ptags 	{font-size: 12px;} 
.authorarea-wrap{min-height:110px;}
#authorarea {
padding-left:5px;
margin:8px 0
}

.authorareah3 {
height:23px;
border-bottom:1px solid #B0B0B0;
color:#333;
font-family:georgia;
font-size:19px;
font-weight:400;
line-height:22px;
padding-left:8px;
margin:0 4px 5px
}

.authorareah3 a {
text-decoration:none;
color:#333;
font-weight:700
}

#authorarea img {
float:left;
border:1px solid #ddd;
margin:0 4px
}

#authorarea p {
color:#333; 
font-size:13px;
margin:0
}
.authorareah3-img {
float: right;  font-size: 12px !important; 
}

/* Related */
#relatednews {
border-bottom:2px solid #0292d6;
margin-bottom:8px
}

#relatednewsh2 {
background:#0292d6;
color:#f1f1f1;
float:left;
font-family:"Segoe UI",Tahoma,Helvetica,Arial,sans-serif;
font-size:17px;
font-weight:700;
padding:2px 12px
}

#related {
background:#fff;
float:left;
margin-bottom:15px;
margin-top:15px;
padding-left:0;
}
 
#related h1 {
background:#762652;
color:#fff;
font-size:16px;
font-weight:400;
padding:3px 10px 4px
}

.relatedpost h3 {
font-size:12px;
font-weight:400
}

.relatedpost h3 a {
color:#333;
 
}

.relatedpost {
  float: left;
    font-size: 12px; 
    padding: 4px 0;
    width: 103px;
}



.relatedpost:hover a {
color:#000
}

.related {
float:left; 
margin:0 
}

.relatedpost img {
float:left;
padding-right:6px
}


/*Post meta*/
.counter {
 background:url('images/views.png') no-repeat;
	  color: #323232;
    margin: 5px 0 0 2px;
    padding: 0 0 0 17px;
    background-position: 0; 
}
.post-metadata-left {
	background: #fff;
	float: right;
	margin-bottom: 0px;
	margin-top: -2px;
	padding-left: 35px;
}
.st-twitter-counter {
	width: 18px !important;
	height: 16px !important
}
.st-facebook-counter {
	width: 18px !important;
	height: 16px !important
}
.single-heading-comment {font-size:14px;
	line-height: 20px !important
}
.single-heading-comment a {
	color: #fff;
	padding: 2px 5px;
	font-weight: bold;
}
.single-heading-comment a:hover {
	text-decoration: none;
}
.post-metadata-left-cat a {
	padding: 0 4px;
	color: #000 !important;

	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
}


/* post navigatior in single [Next and previous] */
.single-pagi {
	background: #eef8fb;
	border: 1px solid #c7d1d4;
	margin-top: 10px; 
}
.prev-nav,  .next-nav {
	width: 47%;
	font-size:12px;
	margin: 10px;
	color: #adadad;
}
.prev-nav {
	float: left;
	margin-right: 0px
}
.next-nav {
	float: right;
	text-align: right;
	margin-left: 0px
}
.prev-nav a, .next-nav a {
	margin-top: 8px;
	color: #363636;
	font-size: 14px; font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;

}


 
/* Sharebox */
#sharebox {
	z-index:100;
	float: left;
	margin-left: 20px;
	background: #DBDBDB;
	position: fixed;
	top: 275px;
	left: 0;
	padding: 5px 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CDCDCD
}
#sharebox:hover {
	background: #eee;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}
#sharebox .wdt {
	text-align: center;
	clear: left;
	padding: 2px 4px
}








/* FlexSlider Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides &gt; li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {  display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides &gt; li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { 
    margin: 5px 0 60px 15px;
    position: relative;
    width: 970px;  }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;   -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -46px !important; }
.flex-direction-nav .flex-prev {left: -47px !important;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {display:none;width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


/* pagination */
#pagination{padding-bottom:16px;padding-top:5px;font-weight: 600;clear:both;position:relative; font-family:'Droid Sans',sans-serif;    text-align:center;  font-size: 13px; line-height:13px; }
#pagination span,#pagination a{background:none;  padding:9px 7px;text-decoration:none;width:auto;color:#111;}
#pagination a:hover{background:#D7D7D7}
#pagination .current{ background:#D7D7D7}

/* meta for normal posts */
.meta_author-area { font-size:13px; }
.metainfoleft{float:left;margin-top: 2px;}
.socialcount {float:right; height:23px;width: 290px; }
.cat-links-padding-social span{width:78px !important}


/*Pagination*/
.navigation {height:37px; border:1px solid #cbcbcb;text-align: center; font-family:"Segoe UI", helvetica, Arial, sans-serif; font-size:18px; font-weight:bold; width: 490px;float: right;   margin: 20px 18px 10px 0; display:inline-block}
.navigation a {text-decoration:none;color:#6a6a6a;  line-height: 34px;}
.navigation a:hover{background:#666; color:#fff;}
.page-numbers { padding: 5px 8px 8px;}
.current {background:#C60303;color:#fff;}



/*Archives*/
#pag {text-align:center} 
#pag  .navigation {float:none; width: 650px; }
.post-wrapper-archive{padding-left:6px}
.recentpost-image-0, .bottom-recentpost-image-0 {float:left;font-size:12px}
.bottom-recentpost-wrapper-cat{    width: 645px;  }
.bottom-recentpost-wrapper-cat .post-content p {font-size: 14px}
.related-post-wrapper-block {      width: 645px; }

.content-heading h2 a, .bottom-content-heading-0 h2 a, .bottom-content-heading h2 a {color: #222222;
    font: bold 18px 'Droid Sans',sans-serif;}
 
 .bottom-recentpost-image-0 img {    background: none repeat scroll 0 0 #FFFFFF; 
    border: 1px solid #e5e3e1;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #E5E5E5;
    float: left;
    margin: 0 9px 2px 0; 
    padding: 6px;}
.recentpost-cont-holder {float:right;     width: 255px;margin-right:4px}
.post-content-holder {float:right;width: 425px;} 
.readmore-b0  {float:right;}
.readmore-b0 a { background: #e5e3e1;
    color: #333;
    float: right;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    padding: 0 9px 1px;
    text-decoration: none;}
.readmore-b0 a:hover { background: #f0efee; }	
.post-content-big p {margin-bottom:5px;line-height:17px}
.post-content-big, .post-content {font-family:Helvetica,Arial,sans-serif}
.content-heading {margin: 19px 0 7px;}
  .post-content-big {font-size:13px}
.post-content {font-size:14px;margin-bottom:2px;margin-top:4px}
.post-content  p {margin-bottom:2px}
.bottom-archive, .bottom-recentpost {clear: both;margin-top: 4px;padding-bottom: 10px;padding-top: 10px;border-bottom:1px dashed #e5e3e1;font-size:14px}
.no-img-bottom-archive {width:640px}
.post-content-holder .comments-link, .bottom-recentpost .comments-link    {float:right;margin-right: 10px;margin-top:2px;}
.post-content-holder .comments-link a , .bottom-recentpost .comments-link  a {color:#333}
.content-heading .comments-link a  {color:#333}
.content-heading .comments-link  {margin-right:10px}

  
.bottom-recentpost .bottom-content-heading-0 h2  {width:640px}
.cat-title-b0-1 {margin-top:2px; margin-bottom: 20px; padding: 4px 0; background:#C60303 }
.cat-title-b0-1 h1 span,  .page-title {
	font-size: 20px;
	color: #fff;
	padding: 4px 5px;
	font-family: "Segoe UI", helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;}
.page-title {text-align:center}
.page-title span {font-weight:bold}
.page-title {	color: #333; border:1px   solid #333; border-left:0px ; border-right:0px ;margin: 10px 15px;}



/* Attachment */
span.nav-previous {float:left;font-size: 14px;}
span.nav-next {float:right;font-size: 14px;}
.attachment-content{text-align:center;    padding: 8px 28px;}


/*Pagination*/
.navigation {height:37px; border:1px solid #cbcbcb;text-align: center; font-family:"Segoe UI", helvetica, Arial, sans-serif; font-size:18px; font-weight:bold; width: 490px;float: right;   margin: 20px 18px 10px 0; display:inline-block}
.navigation a {text-decoration:none;color:#6a6a6a;  line-height: 34px;}
.navigation a:hover{background:#666; color:#fff;}
.page-numbers { padding: 5px 8px 8px;}
.current {background:#C60303;color:#fff;}

/* Ads */
.ad-1{padding-top:4px;background:#eee;text-align:center;}  
.ad-2{margin-bottom: 0px;    margin-top: 0px;} 
.ad-3{margin-bottom: 1px;    text-align:center} 
.ad-4 { margin-top:5px;margin-bottom:5px;}
.ad-5 { } 
.ad-6 {margin-bottom: 1px;     margin-top: -12px;}
.ad-7 {}
.ad-6-archive, .ad-7-archive{margin:4px 0}

.select-menu {display:none}
.select-menu {
   
 
    margin-bottom: 8px;
    margin-left: 29px;
    margin-top: 10px;
    padding:5px;
background:#f1f1f1;
border:1px solid #ccc;
 color: #666666;    
    font-size: 12px;
   }

#wysija-2 {
border: #F25E5E solid 1px;
font-size: 13px;
}

.widget_wysija_bottom {
border: #F25E5E solid 1px;
font-size: 17px;
padding: 10px;
}

.wysija-submit-field {
	-moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
	-webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
	box-shadow:inset 0px 39px 0px -24px #e67a73;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #eb675e));
	background:-moz-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:-webkit-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:-o-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:-ms-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#eb675e',GradientType=0);
	background-color:#e4685d;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #787878;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}
.wysija-submit-field:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eb675e), color-stop(1, #e4685d));
	background:-moz-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:-webkit-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:-o-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:-ms-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb675e', endColorstr='#e4685d',GradientType=0);
	background-color:#eb675e;
}
.wysija-submit-field:active {
	position:relative;
	top:1px;
}


.erpProContainer img {
padding-bottom: 10px;
}

.slingpicWidgetSlingpicText{
visibility: hidden;
}

.slingpicWidgetSlingpicLink{
visibility: hidden;
}

.tm-powered-by {
visibility: hidden;
}

#linkArea {
display:none !important;
}

.linkArea {
display:none !important;
}

@media (max-width: 991px) {
.erpProContainer {
display: none !important;
}

}


</pre></body></html>