/*
Theme Name: FoodBlog Codebase
Theme URI: http://magazine3.com/foodblog/
Author: Magazine3
Author URI: http://magazine3.com/
Description: <a href="http://magazine3.com/foodblog/">Food Blogging Theme</a> by Magazine3.com
Version: 2.2
*/


/* =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.625 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
----------------------------------------------- */

body,
button,
input,
select,
textarea {
 
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
   color: #000000;
    font-weight: bold;
    margin: 0 0 0.8125em;
}

.post-container small {
font-size:11px
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
li{
margin-bottom:3px;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
	 border-left: 5px solid #999999;
	 padding-left:11px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	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 {
color:#1982d1;
text-decoration:none
}

a:focus,a:active,a:hover {
text-decoration:underline
}

.entry-content img {
margin:0 0 .4em
}

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

img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
    margin-bottom: 1.625em;
    border: 1px solid #DDDDDD;
    padding: 6px;
}

.wp-caption {
text-align:center;
margin-bottom:1.5em
}

.wp-caption img {
border:0 none;
margin:0;
padding:0
}

.wp-smiley {
max-height:1em;
margin:0 !important
}

.gallery-caption {
margin:-1.5em 0 0
}


/* 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;
}
.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,
.comment-content img{
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header 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,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.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%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1% auto 0;
	max-width: 98%;
}
.wp-caption-text {
 
	text-align: center;
}
.wp-caption .wp-caption-text {
font-size:12px !important;
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
font-size:12px;
font-weight:normal;
	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%;
}

/* 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:#75AD3E;

}

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


/* =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
----------------------------------------------- */

.submit-tip{text-align:center;}
.submit-tip a{color:orange !important;}
.widget {
	margin: 0 0 1.5em;
}

/* 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
}
.header-container{
width:1002px;
margin:0 auto;
}
#header-container{
}

.hgroup-none{display:none }

/* 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: #111;
	display: block;
	font-family: "Segoe UI", helvetica, Arial, sans-serif;
	font-size: 16px;

	padding: 17px 8px;
	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: #121212;
}
#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: 60px;
	 padding: 0px;
	width: 1002px;
}

#menu-22.ddsmoothmenu ul ul li a:hover {
 
}
#menu-22.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	height: 57px !important;margin-top:1px;
}
#menu-22.ddsmoothmenu ul li a:hover {
	color: #121212
}
#menu-22.ddsmoothmenu ul li:hover {
	background: #fff;
	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 {
	height: 40px !important; background: #faf7f7;
}
#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: #fff;
	 
}
#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: #121212 !important
}
#menu-22.ddsmoothmenu ul li.current-menu-item a {
	color: #121212;
}
* 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: #fff;
	height: auto;
	border-top: 0px;
	margin-left: 0px;
	border-radius: 0 0 3px 3px;
	margin-top: 19px;
	padding-left: 0px;	
	border:1px solid #d3cfcf;
	border-top:0px
}
#menu-22.ddsmoothmenu ul li ul li {
	float: none;
	display: list-item;
	background: #fff;margin-top:1px;
	padding: 0;
	width: auto;	height: 40px !important;
}
#menu-22.ddsmoothmenu ul li ul li:hover {
 
}
#menu-22.ddsmoothmenu ul li ul li ul {
	background:  #fff;   
	top: 0px !important
}
#menu-22.ddsmoothmenu ul li ul li a {
	text-align: left;
	margin: 0;
	line-height: 100%;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	color: #121212;
	background:  none;
	font-family: "Segoe UI", helvetica, Arial, sans-serif;
	text-shadow: NONE;
	padding-top: 13px;
	height: 22px  !important;
}
#menu-22.ddsmoothmenu ul li ul li a:hover {
 
	color: #000 !important; background: #faf7f7;
}
 
#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; }

/* HEADER.PHP > SLIDER.PHP */
/*Slider*/
 .gallery-wrapper {border-right:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0;padding-bottom:5px;}
 .featured-holder {margin-top:20px;overflow: hidden;}
#featuredcontent { overflow: hidden; }
#featured{width:550px;position:relative;height:380px;}
.gallery-holder {  box-shadow: 0 0 5px #999999;margin-top:5px;margin-left:5px; position: relative;}

#featured ul.ui-tabs-nav{position:absolute;top:4px;left:550px;outline:none;list-style:none;padding:4px 3px;margin:0;background:#FFF9F4; border-left:0px solid #ffe2c9;  border:1px solid #ffefe0; }
#featured ul.ui-tabs-nav li{margin:0px;padding:0px 0px 0px 0px;font-size:12px;color:#666;outline:none;background:none;}
#featured ul.ui-tabs-nav li img{float:left;margin:3px;background:#ffcc9b;outline:none;padding: 1px;border:0px solid #eee;}
#featured ul.ui-tabs-nav li span{font-size:14px;font-family:Arial,Helvetica,sans-serif;font-weight:bold;outline:none;}

#featured ul.ui-tabs-nav li.ui-tabs-selected img {background:#000; padding:1px}
#featured ul.ui-tabs-nav li img:hover {background:#000; padding:1px}
#featured li.ui-tabs-nav-item a:hover{background:#000;color:#333;text-decoration:none;outline:none;}
#featured li.ui-tabs-selected{padding:0px;outline:none;}
.ui-tabs-panel {height:370px;width:550px}

#featured .ui-tabs-panel .info{position:absolute; 	width:520px;left:0px;height:auto;background:none repeat scroll 0 0 rgba(255, 255, 255, 0.75); padding:5px 15px 10px;margin:0px;margin-top: 2px;bottom:0px}
#featured .info h2{font-size:28px;;margin-top:3px;overflow:hidden;font-family:  "Segoe UI", helvetica, Arial, sans-serif; font-weight:bold;line-height:32px;}
#featured .info p{margin-top:-5px;font-size:12px;color:#fff;display:none}
#featured .info a{text-decoration:none;color:#121212}
#featured .info a:hover{text-decoration:underline;}
#featured .ui-tabs-hide{display:none;}
/*
#featured .info  {	-webkit-transition-duration: 200ms;
	-webkit-transition-property: top, height, background;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-duration: 200ms;
	-moz-transition-property: top,height, background;
	-moz-transition-timing-function: ease-out;
	-o-transition-duration: 200ms;
	-o-transition-property: top, height, background;
	-o-transition-timing-function: ease-out;  }
	

#featured .ui-tabs-panel:hover .info{top:340px;  height:auto;}*/
 .info{ overflow: hidden; }
 
.cat-links-featured {position:absolute;top:-35px;right:0px;background:#75ad3e; font-family: "Segoe UI", helvetica, Arial, sans-serif;padding:0px 5px;}
.cat-links-featured a {color:#fff;padding:0px 4px;text-decoration:none; font-weight: bold;line-height: 30px;}
.cat-links-featured p {color:#fff;}
 #featured .ui-tabs-panel:hover .cat-links-featured {top:0px;}
 
 #featured .cat-links-featured   {	-webkit-transition-duration: 100ms;
	-webkit-transition-property: bottom, top, background;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-duration: 100ms;
	-moz-transition-property: bottom,top, background;
	-moz-transition-timing-function: ease-out;
	-o-transition-duration: 100ms;
	-o-transition-property: bottom, top, background;
	-o-transition-timing-function: ease-out;  }
 


/* index.php */
#main{
clear:both;
}
#content-wrapper{
background:#fff;
width:1002px;
margin:0 auto;
}
.holder {width: 694px; }
#content{
float:left;
width: 694px; 
padding-right: 2px; 
}
.page-wrapper {  border-top: 2px solid #E0E0E0; margin-top: 3px;}
.post-wrapper{
    border-left: 1px solid #E0E0E0;    border-right: 1px solid #E0E0E0;  
    display: inline-block;
    float: right;
    padding-left: 3px;
      padding-right: 3px;
    width: 513px;}
.entry-title {  margin-top: 20px; display:inline-block}

.entry-title a {    color: #000; font-family: 'Droid Serif',serif;font-size: 29px;font-weight: bold;line-height: 36px;margin: 0 0 8px;text-decoration: none;}
.entry-title a:hover {    color: #6b6b6b;text-decoration:underline;}

.entry-title a, .entry-title a:hover {
    -moz-transition: all 0.6s ease 0s;
	-webkit-transition:  all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;}

.cat-links, .cat-links a, .entry-meta a { color: #BF8221;font-family: "Segoe UI", helvetica, Arial, sans-serif;font-size: 15px; text-decoration: none;}
.post-meta a, .meta-author,.meta-author  a, .read-more{display: inline-block;color:#383838;text-decoration:none;font-family:"Segoe UI", helvetica, Arial, sans-serif; font-size:12px;font-weight: 700}
.comments-link a {background: url("images/comment.png") no-repeat scroll left center transparent;padding-left: 14px;padding-bottom:1px;margin-left:10px}
.read-more {float:right;}
.read-more  a {background:#95c06b;border-radius:10px;padding:3px 15px;}
.read-more:hover  a{color: #fff;background:#84b652;border-radius:10px;padding:3px 15px;}
.edit-link {margin-left:20px}
.entry-content {   border-bottom: 1px dashed #000000; margin:5px;padding-bottom: 15px;}
.entry-header{text-align:center;}
.entry-content-centerimg{text-align:center}
.entry-content p {font-family:Helvetica, Arial, "Trebuchet MS", sans-serif;font-size:14px ;color: #000000; margin-bottom:15px}

/*Pagination*/
.navigation {height:37px;background:url(images/pagination-bg.png) repeat-x;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:#82b74e;color:#fff;}

/*Small Sidebar*/
.small-sidebar {width:170px; float: left;display: inline-block;}
.small-sidebar h3 {font-family:"Segoe UI", helvetica, Arial, sans-serif;color:#2f2f2f; border-bottom:1px dashed #e2e2e2; margin-bottom: 10px;font-size:17px;font-weight:normal} 
.small-sidebar  ul {margin:0px}
.small-sidebar .sidebar {padding:5px}
.small-sidebar  .sectioncont  a {font-size:13px;color:#2f2f2f;text-decoration:none}
.small-sidebar  li {  list-style-type:none;  font-size: 12px;
    padding: 1px 1px 1px 5px;}
.small-sidebar  li:hover{background:#f0f0f0}

/*  */

/* sidebar.php */
.popularviewbg li {
  border-bottom: 1px solid #F2F2F2;
    line-height: 17px;
    list-style: none outside none;
    margin: 0;
    min-height: 48px;
    padding: 5px 3px 5px 10px !important;
    vertical-align: middle;
}

#sidebar{
float:right;
width:300px;margin-top:10px;
}
#sidebar a{color:#333}
#sidebar ul{
margin:0;
padding:0
}
.widget-title {font-size:18px;color:#333;font-weight:600;  background:url(images/sidebar-arrow.png) no-repeat right bottom;padding-bottom:10px;font-family: 'Open Sans', "Segoe UI", helvetica, Arial, sans-serif; padding-left:10px;   }
#sidebar li {list-style-type:none;padding-left:15px;margin-bottom:5px;font-size:13px;}
#sidebar li a  { color: #1F1F1F; text-decoration: none; font-size:13px }
#sidebar li a:hover{text-decoration:underline; }
#sidebar .widget{background:#fafafa;border:1px solid #ededed;padding:5px;padding-left:0px;}
.pyre_tabs{padding-right:0px !important;padding-top:0px !important}

.adspace-widget {background:none  !important;border: 0px !important;    margin: 0px 0 -4px;}
.sidebartitlewrapper h3  {background:url(images/sidebar-arrow.png) no-repeat right bottom;padding-bottom:10px;font-size:18px;color:#333;font-weight:600;font-family: 'Open Sans' ;padding-left:10px;  }


.adspace-widget h3 {
 color: #999999;
    font-family: arial;
    font-size: 8px;
    font-weight: 600;
    padding-bottom: 0;
    padding-left: 10px;
    text-align: right;
    text-transform: uppercase;
   }
 
li.flickr-photo {
display:inline-block;
border:1px solid #D7D7D7;
height:75px;
margin:9px 1px 2px 6px !important;
padding:5px !important
}
li.flickr-photo:hover {border:1px solid #999;}
p.tag_cloud {
margin-top:6px
}

.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 {
border-bottom:1px solid #DDD;
background:url(images/tabbg.png) repeat-x;
float:left;
height:41px;
width:100%;
padding-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;
text-decoration:none;
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:293px;
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:#fff
}



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

.mostpopular {
list-style:none;
margin:.3em 0;
display: inline-block; margin-top: 5px !important;
padding:0
}

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

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

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

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

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

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:225px
}
.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;
width:290px;
padding:6px 0
}

.block-item-small-view ol {
background:none repeat scroll 0 0 #FAFAFA !important;
list-style:decimal outside none !important;  margin-bottom: 0;
}

.block-item-small-view ol li {
min-height:50px;
font-family:'verdana', arial, sans-serif;
font-size:14px !important;
font-weight:700;
list-style:decimal outside none !important;
overflow:visible;
clear:both;
padding:6px 3px 4px 4px !important
}

.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:12px;
font-weight:400
}

.widget_pluswidget{
margin-bottom:1px;
    background: none !important;
    border: none !important;
}
.widget_pluswidget h1{
    background: none;
}

/* 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 {
font-family: "Segoe UI", helvetica, Arial, sans-serif; 
font-size:13px;
line-height:18px;    font-weight: normal;text-decoration:none;
}
.block-item-small h2 a:hover{text-decoration:underline;}
.block-item-small img {
border:1px solid #D7D7D7;
padding:2px
}
.block-item-small img:hover{border:1px solid #fdf8d4;}

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

.block-item-small .block-image-r {
float:right; font-size:12px;
width:225px
}

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

 

.block-meta a:hover {
 
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;
width:300px;
margin:0 auto
}

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

.googleplus {
background:#FFFFFF;
font-size:.90em;
font-family:"Arial","Helvetica",sans-serif;
color:#000;
line-height:1px;
padding:9px 11px
}
.email-news-subscribe{    background: #FDEAD2;}
.googleplus span {
color:#000;
font-size:11px;
position:absolute;
display:inline-block;
margin:9px 70px
}

.twitter {
background:#DBECF4;
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:690px
}

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;
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;
margin-top:30px
}

#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:20px 0 15px;
padding:0 8px
}

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

.small-sidebar .textwidget{  padding: 4px 4px 4px 3px;     font-size: 13px;}
.textwidget{  padding: 4px 4px 4px 10px;     font-size: 12px;}
/* Tags */
.tagcloud{padding-left:5px;}
.tagcloud a,.almeros_tags a{line-height:100%;display:inline-block;float:none;margin:1px 0px;padding:6px 12px;font-family:"Trebuchet MS","Arial","Helvetica",sans-serif;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;padding:5px 12px 5px 1px !important }
ul.pane li a{color:#333;display:inline-block;font-size:13px;font-style:normal;font-weight:normal;padding-left:12px;width:238px}
.pane ul li a:hover{color:#777}
/* TWeet */
.tweets {
width:300px;
clear:both
}

.tweet {    margin-left: 10px;
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
}

#recentcomments{font-size:13px;}
#recentcomments li, .widget_recent_entries ul li{     border-bottom: 1px solid #EEEEEE;
    line-height: 19px;
    padding: 4px 13px !important;}
/* SIDEBAR ENDS */


/* footer.php */

/*Footer Slider*/
.image_carousel {
	padding: 5px 0 15px 20px;
}
.image_carousel img {
	border: 1px solid #ccc;
	background: #f3f3f3;
	padding: 2px;
	margin: 7px;
	display: block;
	float: left;
}
.image_carousel a {
	display: block;
	float: left;
}
.image_carousel img:hover{background:#ddd38c} 

.clearfix {
	float: none;
	clear: both;
}
.featured-inner {
    padding-bottom: 18px;
overflow:hidden;
background-color: #fdf8d4; border-top:1px solid #ddd38c; 
	-moz-box-shadow:   0 8px 17px -6px #333;
	-webkit-box-shadow:0 8px 17px -6px #333;
	box-shadow:       0 8px 17px -6px #333; 
		position: relative;
}
#foo1_next {float:right;}
#foo1_prev {float:left;}
#foo1_prev , #foo1_next{outline:none}
.slider-arrow { margin:0px auto;width:1002px; padding-top:10px;}
.small-slider-title { text-align: center;width: auto; font-size:15px; font-weight:bold;  font-family: "Segoe UI", helvetica, Arial, sans-serif;}

ul.carousel_container li{ 

 
  display: inline-block;
     }

ul.carousel_container li a img  {

	border: 1px solid #ccc;
	background: #f3f3f3;
	padding: 2px;
	margin: 7px;
	display: block; 
}

ul.carousel_container li a img:hover{background:#ddd38c} 

/** *  Horizontal Buttons */
.jcarousel-prev {
  left: 320px;
	position: absolute;
	top: 0px;
	right: 50%;
margin-top: -20px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(images/pre.png) no-repeat 0 0;
}
.jcarousel-next {
 
	right: auto;
	background-image: url(images/next.png);
}
.jcarousel-next {
    margin-left: 455px;
	position: absolute;
	top: 0px;
	left: 50%;
margin-top: -19px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(images/next.png) no-repeat 0 0;
}
.jcarousel-prev {
 
	background-image: url(images/pre.png);
}


/*Footer-widgets*/
.recent-comments-list li {
	display: inline-block;
	margin: 5px 0px;
}
ul.recent-comments-list li{    
    width: 300px;}
#fsidebar1 .widget, #fsidebar2 .widget, #fsidebar3 .widget {
	width: 316px;
	float: left;
	color: #F0F0F0;
	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;
	list-style: none;
}
#footerwrapper1 .widget ul li, #footerwrapper2 .widget ul li, #footerwrapper3 .widget ul li {
	list-style: none;
	margin-left: 10px;
	color: #fff
}
#footerwrapper1 .widget h3, #footerwrapper2 .widget h3, #footerwrapper3 .widget h3 {
	width: 290px;
	float: left; background-image:none;
	color: #ffffff;
	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: #fdf8d4;
	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	}
 
#footerwrapper1 #wp-calendar {
	color: #888888
}
/*Footer*/
.ad-8 {padding-top:10px}
.footer-holder {
	background: #b23524;
	margin-top: 25px;margin: 0 auto;
    width: 1002px;
}

#fsidebar1, #fsidebar2, #fsidebar3 {
	width: 326px;
	float: left;
}
.bottom-footer {
	background: #982c1d;
	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;
} 
.copyright_btt {
	padding: 0px 12px; width: 760px;  margin-top: 10px; margin-bottom: 6px;
}
.copytext {
width:640px;
	float: left;
	 font-size:15px;
}
 .btt {     margin-top: 8px;
width: 100px;float: right;}
 
  
  .btt a {
    background: url("images/btt.png") no-repeat scroll 0 6px transparent;
    color: #FFA7A7;
    display: block;
    font-weight: normal;
    font-size: 13px;
    height: 15px;
    padding-left: 16px;
}
.btt a:hover {
    background: url("images/btt.png") no-repeat scroll 0 -9px transparent;
    color: #FFFFFF;
    display: block;
    height: 15px;
}
#footer{padding-top:5px;
}
#footer-wrapper{
width:980px;
margin:0 auto;
}

/* SINGLE.PHP - START HERE */
/* Author box */

.single-entry-title{text-align:left;margin-top:2px} 
.entry-header-single {border-bottom: 1px solid #cecece; }
.entry-meta-single{float:left; width:50%;color:#BF8221; }
 
.cat-links-holder, .cat-links-holder .cat-links  a, .entry-meta-single {color:#387100;font-weight:bold; font-size:11px;}
.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}
.single-wrapper .entry-content {padding-top:0px;border-bottom:0px;}
.single-entry-title   {color: #000; font-family: 'Droid Serif',serif;font-size: 30px;font-weight: bold;line-height: 36px;margin: 0 0 6px;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:680px;
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:680px
}

#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 {
display:inline;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif !important;
font-size:14px;
font-weight:400
}

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

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

.relatedpost:hover {
background:#333;
color:#fff
}

.relatedpost:hover a {
color:#59B9FF
}

.related {
width: 679px;
float:left; 
margin:0 9px 0 2px
}

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


/*Post meta*/
.counter {
	text-align: right;
	color: #323232;font-family:13px;
	font-weight: 700;
	display: inline;
	float: right;
	padding: 0 0px 5px 5px
}
.post-metadata-left {
	background: #fff;
	float: right;
	margin-bottom: 0px;
	margin-top: -2px;
	padding-left: 35px;
}
.st-twitter-counter {
	background: url('images/twitter-chicklet.png') !important;
	width: 18px !important;
	height: 16px !important
}
.st-facebook-counter {
	background: url('images/facebook-chicklet.png') !important;
	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;
}
.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 */

.full-width{width:100% !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{     float: right;  width: 490px; font-size:13px}


/*Header area*/
.header-search{display:inline-block; float:left;margin-top:20px}
.logo{display:inline-block; float:left;line-height:0px; margin:0px 8px;}
.social-icons {display:inline-block; float:right; margin-top:30px;}
.header-holder {background-color:#faf7f7}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height:60px;
	background:url("images/menubg.png") repeat-x scroll 0 0 transparent;
}
 
 
 
/*Search*/
.search-form{
background:url(images/search.png) no-repeat;
height:36px;
width:322px;
}

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

.shead {
background:none repeat scroll 0 0 transparent;
border:0 none !important;
color:#606060 !important;
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;
}

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


/*side bar recent comemt widget style*/
.recent-comments{font-size:13px}
.recent-comments-list {margin:0px}
.recent-comments-list li {display:inline-block; margin: 5px 0;}

/*Archives*/
#pag {text-align:center}
#pag  .navigation {float:none; width: 650px; }
.recentpost-image, .bottom-recentpost-image {float:left}
.recentpost-image img {      border: 1px solid #e5e3e1;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #E5E5E5;
    float: left;
    margin: 0 5px 2px 0;
    padding: 4px;}
 .bottom-recentpost-image 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: 476px;} 
.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;}
.content-heading h2 a {   color: #124F88; font-family: georgia; font-size: 24px; font-weight: normal;line-height: 28px;}
.bottom-content-heading h2 a {color: #124F88;font-family: georgia;font-size: 20px;font-weight: normal;line-height: 24px;}
.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-nothumb {width: 690px; } 
.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}
.content-heading h2 {float:left;width:640px;margin-bottom:5px;}
.bottom-content-heading h2 {float:left;width:418px} 
.bottom-recentpost .bottom-content-heading h2  {width:640px}
.cat-title-b0 {margin-top: 15px;padding: 2px 0 3px;}
.cat-title-b0 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-top: 15px;}


/* Attachment */
span.nav-previous {float:left}
span.nav-next {float:right}
.attachment{text-align:center}

/* ad-7 ad-8 */
.ad-7, .ad-8{text-align:center}
 
  .twitter-text{
background:url("images/twit.png") no-repeat scroll 1px 50% transparent !important;
    margin-left: -10px;
padding-left:24px !important; 
line-height:18px !important
}
 
#mobile-menu{display:none}
