/*
Theme Name: Traveller
Theme URI: http://magazine3.com/traveller/ 
Author: Magazine3
Author URI: http://magazine3.com/
Description: Traveller WordPress Theme
Version: 2.1
*/ 

body {    padding-bottom: 40px; }
/* =Reset
-------------------------------------------------------------- */
 * {
    margin: 0;
    padding: 0;
}

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 */
	-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/ */
}
body { 	
  font: 15px/1.500 Helvetica,Arial,"Trebuchet MS",sans-serif;
	background: #fff;
}
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
----------------------------------------------- */

/* Links */
 

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
 
}

/* 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: 0 0 0.2125em 0;
font-weight:bold;
 
}

.post-container small {
font-size:11px
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.3em;
}
ul, ol {
	margin: 0 0 1.5em 2.5em;
}
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 {
	margin: 0 1.5em;
}
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 {
	background: #fff9c0;
	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"],
input[type="reset"],
input[type="submit"] {
	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,
input[type="reset"]:hover,
input[type="submit"]: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,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]: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:link {
 color: #0a84c1;
text-decoration : none;
}
a:visited	{
 color: #0a84c1;
text-decoration : none;
}
a:hover	{
color: #535353;
}

/* 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:0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


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

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}



#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,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */
.site-navigation{
clear:both
}
#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;
}

/* 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;
}

#page {
clear: both;
margin: 25px auto;
width: 990px;
box-shadow: 0 0 7px #AFAFAF;}


#header{
clear:both;
}

#header-wrapper{ 
}

.logo {float:left; width:255px}

.header-container{
background:#000;
min-height:120px;
}
#site-navigation {
background:#0d0d0d;
height: 49px;
border-bottom:1px solid #4c4c4c;
}
/* header.php > 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: normal;
	color: #d8f4ff;
	display: block;
	font-family:  'Yanone Kaffeesatz', "Segoe UI", helvetica, Arial, sans-serif;
	font-size: 22px;
	padding: 8px 14px;
	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 ul a, #menu-22 ul li  ul div {
	 

	padding: 12px 8px 5px  8px !important;
	 
}

#menu-22 ul li a:hover, #menu-22 ul li a.selected {
	text-decoration: none;
	color: #d8f4ff;
}
#menu-22.ddsmoothmenu {
	z-index: 100;
	padding-bottom: 5px;
}
#menu-22.ddsmoothmenu ul {
	top: 39px !important;
	z-index: 100;
	margin: 0px auto;
	list-style-type: none;
	height: 49px;
	 padding: 0px;
	width: 970px;
	float:left;
	margin-left:20px;
}

#menu-22.ddsmoothmenu ul ul li a:hover {
 
}
#menu-22.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	height: 49px !important; 
}
#menu-22.ddsmoothmenu ul li a:hover {
	color: #d8f4ff;
}
#menu-22.ddsmoothmenu ul li:hover {
	background: #0086bf;
	height: 60px;
}
#menu-22 li.arrow {background:url(images/smallmenuarrow.png) right no-repeat ;padding-right:5px;} 

#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 {
	background: #0086bf;
	 
}
#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: #d8f4ff !important
}
#menu-22.ddsmoothmenu ul li.current-menu-item a {
	color: #d8f4ff;
}
* html #menu-22.ddsmoothmenu ul li a {
	display: inline-block;
}
#menu-22.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	padding-bottom: 4px;
	width: 200px;
	background: #0086bf;
	height: auto;
	border-top: 0px;
	margin-left: 0px;
	border-radius: 0 0 3px 3px;
	margin-top: 10px;
	padding-left: 0px;	
	border:1px solid #4c4c4c;
	border-top:0px
}
#menu-22.ddsmoothmenu ul li ul li {
	float: none;
	display: list-item;	 
	padding: 0;
	width: auto;	
}
#menu-22.ddsmoothmenu ul li ul li:hover {
 
}
#menu-22.ddsmoothmenu ul li ul li ul {
	background:  #none;   
	top: 0px !important
}
#menu-22.ddsmoothmenu ul li ul li a {
	text-align: left;
	margin: 0;
	line-height: 100%;
	text-transform: none;
	font-size: 22px;
	font-weight: normal;
	color: #d8f4ff;
	background:  none;
	font-family:  'Yanone Kaffeesatz', "Segoe UI", helvetica, Arial, sans-serif;
	text-shadow: NONE;
	padding-top: 13px;
	height: 30px  !important;
}
#menu-22.ddsmoothmenu ul li ul li a:hover {
 
	color:  #d8f4ff !important; background: #414141;
}
 
#menu-22.ddsmoothmenu ul li ul li ul {
	 
	margin-top:  0px  !important;
	
}
#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;  }  
#nav .sub-menu li.arrow{background: url(images/arrowsubmenu.png) right no-repeat; }

.social-area {background: #c6dbeb; height: 34px;}
.social-icons{float:left; margin-left: 5px; margin-top: 5px;}
.social-icons ul {margin-left: 5px;margin-bottom: 0px; line-height: 0 !important;}
.social-icons li {display:inline-block;margin-left:-3px;}
.social-text {float:left;font-family:  'Yanone Kaffeesatz', "Segoe UI", helvetica, Arial, sans-serif;color:#32799d; font-size:22px; margin-left: 10px;margin-right: 5px;}
.icon img{margin:0px}
.header-search {float:right;}

 
/*Search*/
.search-form{
background:url(images/search.png) no-repeat;
height: 35px;
margin-right: -2px;
margin-top: -1px;
width:322px;
}

.search-form input {
float:left;
font-family:"verdana",helvetica,Tahoma,Arial,sans-serif;
font-size:12px;
line-height:25px;
border-radius: 0 0 0 0;
}

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

.searchsubmit {
background:none repeat scroll 0 0 transparent !important;
border:0 none;
cursor: pointer;
height: 34px;
margin-left: 0;
margin-top: 1px;
overflow: visible;
width: 42px;
}
.searchsubmit:active {
background:url(images/search-hover.png) no-repeat right;
background-position: 0px -2px;
}

#sidebar .search-form  {background:url(images/small-search.png) no-repeat;height: 38px;}
#sidebar .searchsubmit { margin-top: 2px}
#sidebar  #shead  { width: 235px;}


/* SLIDER */
.gallery-wrapper {width: 750px; float:right; height:520px; border:4px solid #505354;border-right:0px;border-left:0px; }

#featured {
	position: absolute;
	width: 750px;
	height:520px;
}
#featured ul.ui-tabs-nav {
	position: absolute;
	top: 472px;
	width: auto;
	left: 419px;
	outline: none;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index:1;
}
#featured li.ui-tabs-nav-item a {
	display: block;
	outline: none;
	color: #666;
	text-decoration: none;
}
#featured .ui-tabs-panel {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#featured .ui-tabs-panel .info {
	position: absolute;
	bottom: 65px;
	width: auto;
	width: 750px;
	left: 0px;
	margin: 0px;
}
#featured .info h2 a {
   color: #FFFFFF;
    font-size: 24px;
    line-height: 26px;
    margin-top: 0;
    overflow: hidden;
    text-decoration: none;
	font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif ;
	text-shadow: 1px 0px 2px #000000;
}
#featured .ui-tabs-hide {
	display: none;
}

#featuredcontent {
	height: 386px;
}
#featured li.ui-tabs-nav-item a {
	border: 3px solid #fff;
	height: 35px;
	width: 50px; 
	-moz-border-radius:3px 3px 3px 3px ;
	-webkit-border-radius:3px 3px 3px 3px ;
	border-radius:3px 3px 3px 3px ;
}
.ui-tabs-nav-item {
	height: 46px;     
	width: 62px; 
	display: inline-block;
}
#featured li.ui-tabs-nav-item a:hover {
	border: 3px solid #000;
	height: 35px;
	
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	border: 3px solid #000;
	height: 35px;}
	
.info h2 {background:url(images/slider-heading.png); padding: 5px 0 5px 10px;}


/* index.php */
#main{
 background:#fff;
}
.holder { }

#content{
float:left;
width: 680px;
padding-left: 0px; 
margin-top:0px;
}


/*Blocks*/

.cat-title-b2, .cat-title-b3, .cat-title-b4 , .cat-title-b5 , .cat-title-b6 {margin:5px 0px 5px 15px;}
.cat-title-b2 a, .cat-title-b3 a, .cat-title-b4 a, .cat-title-b5 a, .cat-title-b6 a{color:#08191c;font-size:16px;font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif;}


/*Block-1*/
.related-post-wrapper-block1 {float:left; width:228px;margin-left:7px}
.content-heading {margin-bottom:10px}
.bottom-content-heading {margin-bottom:20px}
.cat-title-b1 {border-bottom:3px solid #0086bf;margin-top: 5px;margin-bottom: 5px;}
.cat-title-b1 a {font-family: Segoe UI,helvetica,Tahoma,Arial,sans-serif;font-size:18px;color:#262626;}
.content-heading h2,.bottom-content-heading h2{line-height:18px;}
.content-heading h2 a, .bottom-content-heading h2 a {font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif;font-size:15px;color:#08191c;}

/*Block-2*/
.recentpost-wrapper-block2 {width:990px;margin-bottom:20px;border-top:3px solid #1a1a1a;}
.recentpost-block2-holder {background:url(images/block-bg.png) repeat-x; padding-top:25px;padding-bottom:15px;} 
.recentpost-block2 {float:left; width:220px;margin-left: 22px;}
.content-heading-block2 {background:#f2f2f0; line-height:15px; padding:5px;}
.content-heading-block2 h2 a {font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif;font-size:12px;color:#08191c;}
.recentpost-image-block2 { height: 170px;line-height: 0;width: 220px;background:#efefef}
.recentpost-block2 .comments-link {background:url(images/slider-heading.png);margin-top:-24px;display: inline-block;position: relative;float: right;} 
.recentpost-block2 .comments-link a {background: url("images/comment.png") no-repeat scroll left center transparent;padding-left: 14px;padding-bottom:1px;margin:5px;font-size:12px;font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif;color:#fff;}


/*Block-3*/
.block-34-holder {float:left}
.related-post-wrapper-block3{width:428px;border-top:3px solid #1a1a1a;border-right:1px solid #e6e8e8} 
.cat-title-b3 {margin-top: 5px;margin-bottom: 5px;}
.recentpost-block3-holder {padding-left: 14px; padding-top:25px;background:url(images/block-bg.png) repeat-x;}
.content-heading-block3 h2  {line-height:22px}
.content-heading-block3 h2 a{font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif;font-size:22px;color:#08191c;}
.recentpost-wrapper-block3 {margin-right: 14px;}
.recentpost-image-block3 { background:#efefef; width:400px; height:270px;margin-bottom: 10px;}
.content-content-block3 { font-size:12px;}
.content-content-block3 p {margin-bottom:10px}
.cat-links-holder {font-size:12px;font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif;color:#2c2d2d;text-align:center;}
.cat-links-holder  a {color:#2c2d2d;}
.bottom-content-heading-block3 {border-top:1px solid  #ebebeb; padding:5px 0px ;}
.bottom-content-heading-block3 a {font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif;font-size:15px;color:#000;}

/*Block-4*/
.recentpost-wrapper-block4 {width:428px;border-top:3px solid #1a1a1a;border-right:1px solid #e6e8e8}
.recentpost-block4-holder {padding-left: 14px; padding-top:25px;background:url(images/block-bg.png) repeat-x;}
.recentpost-block4 {display:inline-block;margin-bottom: 10px;}
.recentpost-image-block4 {float:left;line-height:0px; background:#efefef; width:140px; height:95px}
.content-heading-block4{float:right;width:250px;margin-left:10px;}
.content-heading-block4 h2 {line-height:19px;}
.content-heading-block4 h2  a{font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif;font-size:16px;color:#000;}
.block4-date a{color:#000;font-size:11px;}
.block4-date { height: 0px;left: 150px;position: relative;top: -40px;width: 250px;}
	
/*Block-5*/
.recentpost-wrapper-block5 {border-top:3px solid #1a1a1a;float:right;width:251px;}
.recentpost-block5-holder {padding-left: 14px; padding-top:25px;background:url(images/block-bg.png) repeat-x;}
.recentpost-block5 {  margin-bottom: 14px;} 
.recentpost-image-block5  {float:left;line-height:0px; background:#efefef; width:220px; height:165px;margin-bottom:5px;}
.content-heading-block5 h2 {line-height:19px;width:235px} 
.content-heading-block5 h2  a{font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif;font-size:16px;color:#000;}

/*Block-6*/
.recentpost-wrapper-block6 {width:680px;border-top:3px solid #1a1a1a;}
.recentpost-block6-holder {padding-left: 14px; padding-right: 14px; padding-top:25px;background:url(images/block-bg.png) repeat-x;}
.recentpost-block6 {display:inline-block;margin-bottom: 4px;padding-bottom: 10px;border-bottom:1px solid #a2a2a2;position: relative;}
.recentpost-image-block6 {float:right;line-height:0px; border:1px solid #eee;}
.content-heading-block6{float:right;width:496px;margin-left:10px;}
.content-heading-block6 h2 {line-height:19px;}
.content-heading-block6 h2  a{font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif;font-size:18px;color:#000;}
.content-content-block6 {float:right;width:496px;font-size:13px;line-height: 16px;margin:10px 0px 0px 0px;}
.content-content-block6 p {margin-bottom:5px}
.block6-img-comment-holder {width:140px;float:left;}
.recentpost-block6 .comments-link {margin-left:-1px; margin-top:-28px;display: inline-block;position: relative;float: left;line-height: 14px;  padding-bottom: 5px;} 
.recentpost-block6 .comments-link a {  padding: 3px 8px; background:url(images/comment-bg.png) repeat-x;   font-size:11px;font-family:Georgia,Arial,sans-serif;color:#fff;}
.recentpost-block6-nothumb   {display:inline-block;margin-bottom: 4px;padding-bottom: 10px;border-bottom:1px solid #a2a2a2;}
.recentpost-block6-nothumb .content-heading-block6  {width:651px;float:left; margin:0px}
.recentpost-block6-nothumb .content-content-block6   {width:651px;float:left}
.block6-read-more  {display:inline-block;position:absolute;line-height:15px;padding-bottom: 5px;right: 0;top: 95px;} 
.block6-read-more a  { background:url(images/comment-bg.png) repeat-x; padding:3px 8px;margin:10px;font-size:11px;font-family:Arial,sans-serif;color:#fff;}
 .block6-read-more a:hover{color:#ddd}
 .recentpost-block6 .comments-link a:hover {   color:#eee;}


/* sidebar.php */
.sidebar {min-height:1540px; background:#fcfcfc;}
#sidebar{
background:#FCFCFC;
float:right;
width:304px;
    padding-bottom: 10px;
padding-left: 4px; 
border:1px solid #e0e0e0;
margin-bottom:10px;
margin-top:0px;
}

#sidebar ul{
list-style:none;
margin:0 0 0 10px;
padding:0 
}
#sidebar li {
font-family: "Segoe UI",helvetica,Tahoma,Arial,sans-serif !important;
background: url("images/arrow.png") no-repeat scroll 3px 14px transparent;
 
    list-style: none outside none;
    margin: 0;
    padding: 4px 12px;

}
#sidebar  a {color:#1f1f1f;font-size:13px; font-family: "Segoe UI",helvetica,Tahoma,Arial,sans-serif !important;}
#aside li a { }
.widget-title {
margin-bottom:3px;
background:#EEF9FC;
font-size:20px;
font-family: Segoe UI, Arial,sans-serif;
color:#026583;
text-shadow: 1px 0px 3px #c5c5c5;
margin-left: -4px; 
padding: 5px 0px 7px 12px;
margin-top:5px;

}
.sidebartitlewrapper  h3{
background:#EEF9FC; 
font-size:20px;
font-family: Segoe UI, Arial,sans-serif;
color:#026583;
text-shadow: 1px 0px 3px #c5c5c5;
margin-left: -4px;
padding: 5px 0px 7px 12px;
margin-top:5px;
}

.adspace-widget {padding-right: 4px;}
li.flickr-photo {
background:none !important;
display:inline-block;
border:1px solid #D7D7D7;
height:75px;
margin:9px 4px 2px 0 !important;
padding:5px !important
}

p.tag_cloud {
margin-top:6px
}

.tab-content {
overflow:hidden;
padding:16px 16px 0
}

.tabs-wrapper {
overflow:hidden;
margin-bottom:10px;
width:100%
}

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

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

ul.tabs li {
font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif !important;
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
}

ul.tabs li a {
color:#666 !important;
height:35px;
font-weight:700;
line-height:31px;
font-size:15px;
display:block;
outline:none;
text-shadow:1px 1px 1px #FFF;
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
padding:0 10px
}

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:300px;
background:#fff;
clear:both
}

.tab_content {
border-color:#D6D6D6;
border-style:solid;
border-width:0 1px 1px;
padding:4px 8px
}

.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: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-size:12px;
font-weight:700;
width:300px;
margin-top:2px !important

}

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

#footerwrapper1 ul.pane li a {
color:#111
}



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

.mostpopular {
list-style:none;
margin:.3em 0;
display: inline-block;
padding:0
}

.mostpopular_li {
background-image:none !important;
border:0;
list-style:none !important;
position:relative;
width:100%;
margin:0 0 -7px;
padding:13px 0 8px 8px !important
}

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

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

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

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

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

.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;}

ul.recent-comments-list{padding-right:12px}
.recent-comments-list li {
    margin: 6px 0 7px;
font-size:13px;
 display: inline-block;
    margin-bottom: 10px;}
a.barlinko {
background:none;
display:block;
font:italic 13px georgia,serif;
text-decoration:none !important;
margin:0 6px 0 0;
padding:0;
color:#000 !important;
}
.barco  a {color:#000 !important;font-size:12px}
.barco {
display:block;
right:0
}

.block-image-viewed-l {
display:inline-block;
width:230px;
line-height: 18px;
}
.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:'Open 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
}

.popularviewbg {
}

.block-item-small {
clear:both;
border-bottom:1px dashed #eee;
height:auto;
margin-bottom:0;
overflow:hidden;
 
padding:6px 0
}

.block-item-small-view ol {

 margin: 0;
}

.block-item-small-view ol li {
min-height:50px;
font-family:'verdana', arial, sans-serif;
font-size:14px !important;
font-weight:700;
overflow:visible;
clear:both;
padding:6px 10px 4px !important;
border-bottom:1px solid #f2f2f2;
}

.block-item-small-view ol li:hover {
background:none repeat scroll 0 0 transparent !important
}

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

/* 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:#888;
font-family:'Arial';
font-size:13px;
font-weight:normal;
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:left;
 margin-left: 7px;
    width: 210px;

}

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

.block-meta a { font-size:11px !important;
color:#666 !important
}

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

/* Social widget */
.multiplesocialwidget-id {
-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;
margin:0 auto
}

.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
}

.twitter {
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 {
  width: 650px;
    margin-left: 8px;
}

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

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

.avatar {
float:left;
margin-right:5px;
background:none repeat scroll 0 0 #FFF;
border:1px solid #CACACA;
border-radius:3px 3px 3px 3px;
box-shadow:0 0 2px #C3C3C3;
-moz-border-radius:3px;
-webkit-border-radius:3px 3px 3px 3px;
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: #333333;
    font-size: 16px;
    font-weight: normal;}

.comment-author small {
color:#384f79;
float:right
}

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

.comment-text p {
margin-top:15px
}

.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:#ddd;
color:#333;
padding:2px 4px
}

#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 {
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:308px;
height:168px;
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:8px
}

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

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

#comment-submit {
clear:both;
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;
background:url("images/commentinputbg.png") repeat scroll 0 -45px transparent;
box-shadow:0 1px 0 #ddd, 0 1px 0 0 rgba(255, 255, 255, 0.4) inset
}

.comment-submit:active {
border:1px solid #3C3C3E;
background:url("images/commentinputbg.png") repeat scroll 0 -90px transparent;
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:50px 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-family:"Trebuchet MS","Arial","Helvetica",sans-serif;font-style:normal;font-weight:bold;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;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*/

#footer{margin-top:15px;
}
#footer-wrapper{
width:980px;
margin:0 auto;
}

.ad-8 {padding-top:10px}
.footer-holder {
	background: #fff;
	margin-top: 25px;margin: 0 auto;
    width: 990px;
	border-top:3px solid #E6E6E6;
}

#fsidebar1, #fsidebar2, #fsidebar3 {
	width: 326px;
	float: left;
}
.bottom-footer {
	background: #0D0D0D;
	border-top: 1px solid #292929;
	color: #fff;
	padding-bottom: 10px;
}
#fotnav {
	width: 980px;
	float: left;
	margin-bottom: 10px;
}
#fotnav ul {
	margin: 0px  0px  0px  15px;text-align:center;
}
#fnav {
	padding: 6px 0 0;
	margin: 0px;
	width: 100%;
}
#fnav li {
	display: inline;
	font-family: "Segoe UI", helvetica, Arial, sans-serif;
	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: 0 #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 li, #fnav li li li {
	border: none;
	margin: 0 0 0 -1px;
}
#fnav li ul a {
	color: #666;
}
#fnav li:hover, #fnav li.sfhover {
	position: static;
}
#fnav li a {
	color: #e8e8e8;
	margin: 0 0 0 13px;
	text-decoration: none;
	font-size: 14px;
}
#fnav li a:hover {
	color: #fdf8d4;
	text-decoration: none;
}
#fnav li.current_page_item a {
	color: #fdbfbf;
}
.footer-logo {
	float: right;
	margin: 10px 10px 0px 0px;
}

.footer-logo div{
    display: inline-block; 
 
}

.copyright_btt {
	padding: 0px 12px; width: 650px;  margin-top: 10px;
}
.copytext {
 
	   font-size: 12px;
    padding: 10px 2px;
}
 .btt {
width: 115px;float: right;     margin-top: 4px;}

.btt a { background: url("images/btt.png") no-repeat scroll 0 6px transparent;
    color: #eee;    line-height: 32px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    padding-left: 28px; }


#content-wrapper {clear:both }

/* SINGLE.PHP - START HERE */
.single-wrapper{   padding-left: 8px !important;     width: 665px !important;}
#single-heading-content { display:block }
.postedby{  font-style: italic;  padding: 4px 2px 3px; font-family:Arial,Helvetica,sans-serif; font-style: italic;color:#000;   border-bottom: 1px solid #F5F0E9;}
.postedby a{  color:#000 }

.postedby-1{    padding: 3px 2px 2px; font-family:Arial,Helvetica,sans-serif; color:#000;  }
.postedby-1 a{  color:#000;display:block }

.single-left {float:left;   padding-right: 6px;    border-right:1px solid #F5F0E9;  width: 109px; font-size:12px;}
.postedby a{font-weight:bold;}
.single-right {float:right;    width: 540px;}
.cat-links-holder-single{   padding-top: 3px; font-family:Arial,Helvetica,sans-serif; 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;font-family:Arial,Helvetica,sans-serif !important;}
  .entry-content  {margin-top: 4px;}
  .entry-content p {    font-size:14px;color:#0a0a0a;font-family:Arial,Helvetica,sans-serif !important;}

.single-wrapper .entry-content {     font: 300 15px/1.625 Helvetica,Arial,sans-serif;   padding-top: 5px;border-bottom:0px;}
.single-entry-title   {   font-family: Oswald,serif; color: #000;  font-size: 46px;font-weight:normal;line-height:55px;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;
width:650px;
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-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:400;
padding:3px 10px 4px
}

.relatedpost h3 {
 
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif !important;
font-size:12px;
font-weight:400
}

.relatedpost h3 a {
color:#333;
 
}

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



.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-family: Arial, sans-serif;
	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;
	    width: 662px;
}
.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
}
/* SINGLE.PHP - START HERE */

.entry-content li{ margin-bottom:3px}

.full-width{width: 960px; padding-left: 15px;}
.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: 12px;    width: 465px;   float: right;   }
.clear-block{     clear: both;
    margin-left: 24px; }


/*Advertisement*/
.ad-1, .ad-2 {margin-top:10px}
.ad-2 {float:right}
.ad-1 {background:#111}

/* Text widget */
.textwidget {     font-size: 13px;
    padding: 4px 16px 4px 8px; }

/*Footer-widgets*/
.recent-comments-list li {
	display: inline-block;
	margin: 5px 0px;
}
ul.recent-comments-list li{ 
  background: none !important;
    margin-left: -14px !important;
    width: 280px;
}
#footerwrapper1 li {
font-family: "Segoe UI",helvetica,Tahoma,Arial,sans-serif !important;
background: url("images/arrow.png") no-repeat scroll 3px 14px transparent;
 
    list-style: none outside none;
    margin: 0;
    padding: 4px 12px;

}

#fsidebar1 .widget, #fsidebar2 .widget, #fsidebar3 .widget {
	width: 316px;
	float: left;
	color: #333;
	line-height: 19px;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px 2px 0 5px;
}

#footerwrapper1 .widget ul, #footerwrapper2 .widget ul, #footerwrapper3 .widget ul {
	margin-left: 0;
	display: inline-block;
	list-style: none;
}
#footerwrapper1 .widget ul li, #footerwrapper2 .widget ul li, #footerwrapper3 .widget ul li {
	list-style: none;
	margin-left: 10px;
	color: #111
}
#footerwrapper1 .widget h3, #footerwrapper2 .widget h3, #footerwrapper3 .widget h3 {
	width: 290px;
	float: left; background:none !important;
	text-shadow: none !important;
	color: #333;
	line-height: 22px;
	font-family: "Segoe UI", helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: bold;
	padding: 5px 12px 2px 0;
	margin-bottom: 5px;
}
#fsidebar1 .widget a, #fsidebar2 .widget a, #fsidebar3 .widget a {
	color: #111;
	font-family:"Segoe UI", helvetica, Arial, sans-serif;
	font-size:14px;
 
	text-decoration:none;}
#fsidebar1 .widget a:hover, #fsidebar2 .widget a:hover, #fsidebar3 .widget a:hover{text-decoration:underline	}
 
#footerwrapper1 #wp-calendar {
	color: #888888
}

/* page.php */

.page-content{ padding-left: 15px !important;
    width: 650px !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
}
 



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

.content-heading h2 a, .bottom-content-heading-0 h2 a {font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif;font-size: 17px;
    line-height: 16px;color:#08191c;}
 
 .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}
.post-content-big, .post-content {font-family:"verdana",Helvetica,Arial,sans-serif}
.content-heading {margin-bottom: 6px;margin-top: 10px;}
  .post-content-big {font-size:13px}
.post-content {font-size:14px;margin-bottom:2px}
.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}
.bottom-archive-no-thumb {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: 15px;padding: 2px 0 3px; background:#0086BF }
.cat-title-b0-1 h1 span,  .page-title {
	font-size: 20px;
	color: #fff;
	padding: 0px 18px 3px 18px;
	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}
span.nav-next {float:right}
.attachment-content{text-align:center;    padding: 8px 28px;}

/* ad-7 ad-8 */
.ad-7, .ad-8{text-align:center}

 

/*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:#0086BF;color:#fff;}


/* Calendar Widget */

#calendar_wrap{   padding-left: 4px;}
#wp-calendar {
color:#555;
width:100%; font-size:13px;
text-align:center;
clear:both
}
#wp-calendar td a{
color:#fff;
font-weight:bold;
padding:0 7px;
background-color:#0086BF;

}

#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{text-align:center}
#wp-calendar tfoot td {
background:#f4f4f4;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc
}

/* .recentcomments widget */
.recentcomments { 
    font-size: 13px;
}
.recentcomments a.url, .recentcomments url {font-weight:bold}


/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}
.hgroup {display:none}
#mobile-menu { display: none;  }