/** 
* CSS reset
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}fieldset,img,abbr{border:0;}address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:400;}caption,th{text-align:left;}q:before,q:after{content:'';}a{text-decoration:none;}

/**
* General styles
*/
body {
	font-size: 88%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	line-height: 23px;
	background: #F7F7F1 url(../images/bg.png) 0 0 repeat;
	color: #516064;
}

a,
a:link, 
a:visited {
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
	color: #999999;
	outline: none;
}

a:hover, 
a:active {
	color: #252525;
	text-decoration: none;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: bold;
	margin: 5px 0;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input.text, textarea {
	border: 1px solid #cccccc;
	border-top-color: #888888;
}

.aligncenter {
	margin: 0 auto; 	
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/**
* Layout
*/
#wrapper {
	text-align: center;
}

#header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: #f7f7f7;
	text-align: left;
	overflow: hidden;
}

#footer {
	width: 960px;
	margin: 20px auto 10px auto;
	padding: 10px 0 10px 0;
	border-top: 1px solid #724106;
	text-align: left;
	overflow: hidden;
}

#content {  
  	display: inline;
	float: left;
	position: relative;
	width: 680px;
	padding: 0 0 10px 0;
	background: #ffffff;
}

.four04 #content {  
	width: 960px;
	height: 400px;
}

#sidebar {
	display: inline;
	float: right;
	position: relative;
	width: 280px;
	padding: 10px 0 0 0;
	background: #f7f7f7;
}

/**
* Logo
*/
#blog-title {
	width: 270px;
	position: absolute;
	top: 20px;
	z-index: 599;
}
#blog-title a {
	display: block;
	width: 270px;
	height: 50px;
	text-indent: -9999px;
	background: transparent url(../images/sprite.png) 0 0 no-repeat;
}

/**
* Top links
*/
#header-top-links {
	width: 960px;
	position: absolute;
	top: 0;
	z-index: 596;
	text-align: right;
	font-size: .8em;
	line-height: 1em;
}
#header-top-links a {
	text-decoration: none;
	margin: 0 0 0 20px;
	color: #007FB0;
}
#header-top-links a:hover {
	text-decoration: underline;
	color: #0088CC;
}

/**
* Navigation 
*/
#navigation-top {
	width: 650px;
	height: 50px;
	position: relative;
	top: 30px;
	left: 310px;
	z-index: 597;
	background: #513017 url(../images/sprite.png) 360px -90px no-repeat;
}
#navigation-top .main_menu {
	width: 400px;
	margin: 0 0 0 10px;
	float: left;
	position: absolute;
} 

.main_menu ul, 
.main_menu ul li, 
.main_menu ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main_menu ul {
	position: relative;
	z-index: 597;
	float: left;
}

.main_menu li {
	float: left;
	vertical-align: middle;
	zoom: 1;
}

.main_menu li.hover, 
.main_menu li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

.main_menu li ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
}

.main_menu li li {
	float: none;
}

.main_menu li li ul {
	top: 1px;
	left: 99%;
}

.main_menu li:hover > ul {
	visibility: visible;
}

.main_menu li a, 
.main_menu li a:link, 
.main_menu li a:visited {
	display: block;
	padding: 0 10px 0 10px;
	line-height: 50px;
	text-decoration: none;
	text-shadow: -1px 1px 1px #333;
	font-size: 15px;
	color: #ffffff;
}

.main_menu li a:hover, 
.main_menu li a:active, 
.current_page_item a {
	text-decoration: underline;
	text-shadow: none;
	color: #ffc;
	background: #724106;
}

.main_menu li li a, 
.main_menu li li a:link, 
.main_menu li li a:visited {
	display: block;
	width: 200px;
	line-height: 30px;
	text-shadow: none;
	background: #724106;
	border: none;
	border-right: 1px solid #513017;
	border-bottom: 1px solid #513017;
}

.main_menu li li a:hover, 
.main_menu li li a:active {
	background: #513017;
}

/**
* Top search box
*/
#search-box-top {
	float: right;
	width: 220px;
	height: 50px;
}
#search-box-top .text {
	display: block;
	float: left;
	width: 165px;
	height: 27px;
	padding: 0;
	margin: 10px 0 0 0;
	outline: 0;
	border: 0;
	background: transparent;
}
#search-box-top .searchsubmit-top {
	width: 33px;
	height: 27px;
	margin: 10px 0 0 0;
	border: 0;
	background: transparent url(../images/sprite.png) -234px -100px no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

/**
* Entries
*/
.entry {
	margin: 20px;
	zoom: 1;
	display: block;
	overflow: hidden;
}

.entry-meta-top {
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #f1f1f1;
	color: #979797;
	font-size: 0.9em;
	font-style: italic;
}

.entry-meta-top a,
.entry-meta-top a:link,
.entry-meta-top a:visited {
	color: #676767;
	text-decoration: none;	
}

.entry-meta-top a:hover,
.entry-meta-top a:active {
	color: #979797;
	text-decoration: underline;	
}

.entry-meta-top .comments-link {
	float: right;
}

.entry-meta-top .comments-link a {
	padding-left: 20px;
	background: transparent url(../images/sprite.png) -5px -535px no-repeat;
}

.entry-title
{
	font-size: 2em;
	text-shadow: -1px 1px 1px #ccc;
}

.entry-title, 
.entry-title a {
	color: #555555;
	line-height: 110%;
	text-decoration: none;
}

.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
}

.entry-content a {
	color: #007FB0;
}

.entry-content a:hover {
	color: #0088CC;
}

.entry-content h1 {
	font-size: 1.5em;
}

.entry-content h2 {
	font-size: 1.4em;
}

.entry-content h3 {
	font-size: 1.3em;
}

.entry-content h4 {
	font-size: 1.2em;
}

.entry-content h5 {
	font-size: 1.1em;
}

.entry-content h6 {
	font-size: 1.15em;
}

.entry-content p, 
.entry-content ul, 
.entry-content ol {
	padding: 0 0 1.1em;
}

.entry-content ul ul, 
.entry-content ul ol, 
.entry-content ol ul, 
.entry-content ol ol {
	padding: 0;
}

.entry-content ul {
	margin-left: 1.3em;
	list-style: square;
}

.entry-content dt {
	font-weight: 500;
}

.entry-content dd {
	margin-left: 1.3em;
}

.entry-content ol {
	margin-left: 1.8em;
	list-style: roman;
}

.entry-content em {
	font-style: italic;
}

.entry-content code {
	font-family: "Courier New", Courier, monospace;
	overflow: hidden;
}

.entry-content pre code {
	display: block;
	clear: both;
	padding: 10px;
	color: #333333;
	font-size: 1.2em;
	overflow: auto;
	margin: 5px 0 15px 0;
	white-space: pre;
	width: 640px;
}

.entry-content blockquote code, 
.entry-content li pre code {
	width: 600px;
}

.entry-content blockquote {
	font-size: 1em;
	line-height: 1.6em;
	padding: 0 0 0 30px;
	margin: 10px 40px 10px 10px;
	color: #666666;
}

.entry-content acronym, 
.entry-content abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
}

.entry-content table {
	border-collapse: collapse;
	width: 100%;
	border: 1px dotted #d7d7d7;
}

.entry-content th {
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	border-bottom: 2px solid #d7d7d7;
	padding: 5px 3px;
}

.entry-content td {
	padding: 3px;
}
.entry-content .aligncenter, 
.entry-content .video embed, 
.entry-content .youtube embed {
	display: block;
	margin: 5px auto;
}

.aligncenter embed {
	margin: 5px auto;
}

.entry-content .alignright {
	margin: 5px 0 5px 5px;
	float: right;
}

.entry-content .alignleft {
	margin: 5px 5px 5px 0;
	float: left;
}

.entry-content .wp-caption {
	text-align: center;
	background-color: #f1f1f1;
	padding-top: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
}

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

.wp-caption-text {
	font-size: .75em;
	line-height: 1.5em;
	padding: 0 4px 5px;
	margin: 0;
}

.entry-content .nota, 
.entry-content .note {
	display: block;
	margin: 5px;
	padding: 0 5px;
	border: 1px solid;
	background: #BDE5F8;
	color: #00529B;
}

/* Gallery */
.gallery .gallery-caption {
	font-size: .8em;
}
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;			}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-caption {
	margin-left: 0;
}
.gallery br {
	clear: both;
}

/* Attachment */
.entry-attachment {
	text-align: center;
}

.entry-caption {
	font-size: .9em;
}

#nav-images {
	overflow: hidden;
}

#nav-images .nav-previous {
	float: left;
}

#nav-images .nav-next {
	float: right;
}

/* Archive, Home & Search */
.home .entry,
.archive .entry,
.search-results .entry {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
	zoom: 1;
	display: block;
	overflow: hidden;
}

a.thumbnail_link {
	display: block;
	float: left;
	min-height: 150px;
	margin: 3px 18px 0 0;
}

.home img.thumbnail,
.archive img.thumbnail,
.search-results img.thumbnail {
	border: 1px solid #e7e7e7;
}

.entry-title-archive {
	margin: 5px 0;
	text-shadow: -1px 1px 1px #ccc;
}

.entry-title-archive a {
	font-size: .9em;
	text-decoration: none;
	color: #555555;
}

.entry-meta-archive,
.entry-tags-archive {
	color: #979797;
	font-size: .85em;
}

.share-entry-top {
	float: right;
}

.share-entry-top .share_twitter {
	float: left;
	display: block;
	width: 60px;
	height: 16px;
	text-indent: -9999px;
	background: transparent url(../images/sprite.png) -400px -750px no-repeat;
}

.share-entry-top .share_facebook {
	float: left;
	display: block;
	width: 73px;
	height: 16px;
	margin: 0 10px;
	text-indent: -9999px;
	background: transparent url(../images/sprite.png) -400px -770px no-repeat;
}

.share-entry-top .share_buzz {
	float: left;
	display: block;
	width: 47px;
	height: 16px;
	text-indent: -9999px;
	background: transparent url(../images/sprite.png) -400px -790px no-repeat;
}

.entry-content-archive {
	font-size: .9em;
}

.entry-meta-bottom-archive {
	margin: 10px 0;
	zoom: 1;
	display: block;
	overflow: hidden;
}

.comments-link-archive {
	float: right;
	width: 300px;
	text-align: right;
}

.comments-link-archive a {
	font-size: .9em;
	padding-left: 20px;
	background: transparent url(../images/sprite.png) -5px -535px no-repeat;
}

.facebook-like-archive {
	float: left;
	width: 100px;
}

.facebook-like-archive iframe {
	vertical-align: middle;
	border: medium none;
	overflow: hidden;
	width: 100px;
	height: 21px;
}

.entry-tags-archive a {
	background: none repeat scroll 0 0 #EEEEEE;
	text-decoration: none;
	color: #555555;
	padding: 2px 4px;
	line-height: inherit;
	outline: 0 none;
}

.between_posts {
	margin: 10px 20px;
	clear: both;
	zoom: 1;
	display: block;
	overflow: hidden;
}

.between_posts .ads_home {
	float: left;
	margin: 10px 5px 10px 0;
}

.between_posts .blockright {
	float: right;
	padding: 10px 0 10px 10px;
	border-left: 1px solid #e7e7e7;
}

/* Entry meta */
.entry-meta {
	background: #f7f7f7;
	font-size: .85em;
	overflow: hidden;
}

.entry-meta a {
	color: #516064;
}

.entry-meta a:hover {
	color: #454545;
}

.entry-meta span {
	padding: 5px 0;
}
.entry-meta .entry-categories {
	margin: 0 0 0 10px;
}

.entry-meta .comments-respond {
	margin: 0 0 0 10px;
	padding-left: 20px;
	background: transparent url(../images/sprite.png) -5px -500px no-repeat;
}

.entry-tags {
	display: block;
	margin: 0 0 0 10px;
	clear: both;
}

.entry-tags a {
	padding: 1px 4px;
}

.entry-tags a:hover {
	background: #e1e1e1;
	text-decoration: none;
}

.share-entry {
	clear: both;
	padding: 4px 0 5px 10px;
	overflow: hidden;
}

.share-entry ul {
	float: left;
}

.share-entry ul, 
.share-entry li {
	list-style-type: none;
	display: inline;
}

.share-entry a {
	float: left;
	margin-right: 10px;
	padding-left: 20px;
	background: transparent url(../images/sprite.png) 0 0 no-repeat;
}

.share_twitter a {
	background-position: -5px -370px;
}

.share_twitter a:hover {
	background-position: -325px -370px;
}

.share_facebook a {
	background-position: -5px -396px;
}

.share_facebook a:hover {
	background-position: -325px -396px;
}

.share_buzz a {
	background-position: -5px -422px;
}

.share_buzz a:hover {
	background-position: -325px -422px;
}

.share_rss a {
	background-position: -5px -447px;
}

.share_rss a:hover {
	background-position: -325px -447px;
}

.share_email a {
	background-position: -5px -473px;
}

.share_email a:hover {
	background-position: -325px -473px;
}

/* Previous and next post */
#nav-posts {
	margin: 0 20px 20px 20px;
	overflow: hidden;
}

#nav-posts .previous-post{
	float: left;
}

#nav-posts .next-post{
	float: right;
}

/* Featured posts */
.featured-slider-wrapper {
	clear: both;
	overflow: auto;
	margin: 20px;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #EEEEEE;
	background: #513017 url(../images/sprite.png) -500px -790px no-repeat;
	color: #ffffff;
}

.featured-slider {
	float: left;
	overflow: hidden;
	position: relative;
	width: 640px;
}

.featured-slider-no-js .featured-slider {
	height: 300px;
	overflow: auto !important;
	padding-right: 20px;
}
	
.featured-slider .panel {
	display: block;
	float: left;
	width: 640px;
}

.featured-slider .panel-wrapper {
	padding: 20px;
}

.featured-slider .panel-container {
	position: relative;
}

.featured-slider p.loading {
	padding: 20px; text-align: center;
}

.featured-slider a {
	color: #fff;
}

.featured_title a {
	text-decoration: none;
	text-shadow: -1px 1px 1px #333;
}

.featured-slider a.thumbnail_link {
	float: left;
	min-height: 150px;
	margin: 3px 18px 0 0;
}

.featured_continue {
	margin: 20px 0 0 0;
}

.featured_continue a {
	display: block;
	float: right;
	width: 220px;
	height: 22px;
	padding: 0 15px 0 0;
	text-align: right;
	text-decoration: none;
	text-shadow: -1px 1px 1px #333;
	font-weight: 400;
	background: transparent url(../images/sprite.png) right -690px no-repeat;
}

.featured_continue a:hover {
	border-bottom: 1px solid #513017;
}

.featured-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
}
.featured-nav li {
	display: inline;
}
.featured-nav li a {
	display: block;
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 15px;
	text-indent: -9999px;
	background: transparent url(../images/sprite.png) -550px -750px no-repeat;
}
.featured-nav a.current {
	background: transparent url(../images/sprite.png) -600px -750px no-repeat;
}

/* Search page */
.entry #searchformcontent {
	margin: 10px auto;
	padding: 10px 0;
	background: #e7e7e7;
}

.entry #searchformcontent .text {
	width: 80%;
	height: 17px;
	padding: 4px 5px 2px 5px;
	margin: 5px 5px 5px 10px;
	outline: 0;
}

.entry #searchformcontent .button {
	width: 10%;
	height: 23px;
	margin: 5px;
	cursor: pointer;
	border: none;
	background: url("../images/sprite.png") no-repeat scroll 0 -689px #525252;
	color: #FFFFFF;
}

/* Ads */
#header-ads-home,
#header-ads-archive,
#header-ads-search {
	width: 960px;
	margin: 0 auto 10px auto;
	text-align: center;
	background: #dbecf4;
}

#header-ads-post {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: center;
	background: #fff;
	border-bottom: 2px solid #f7f7f7;
}

.ads_home,
.ads_archive,
.ads_search {
	margin: 10px 20px;
	zoom: 1;
	display: block;
	overflow: hidden;
}

#ads-home2,
#ads-home3 {
	text-align: center;
}

.ads_post {
	margin: 10px 0;
}

#ads-post3 {
	margin: 10px 20px;
}

/* Pagination */
#pagination-below, 
.paginated-comments-links {
	margin: 40px 10px 20px 10px;
	text-align: center;
}

#pagination-below a, 
#pagination-below a:link, 
#pagination-below a:visited,
.paginated-comments-links a,
.paginated-comments-links a:link,
.paginated-comments-links a:visited {
	padding: 2px 8px 2px 8px; 
	margin: 2px 4px;
	font-size: 1.1em;
	text-decoration: none;
	background: #F6F6F2;
	border: none;	
}

#pagination-below a:hover, 
#pagination-below a:active,
.paginated-comments-links a:hover, 
.paginated-comments-links a:active {
	text-decoration: none;
	background-color: #dddddd;
}

#pagination-below span.pages, 
#pagination-below span.current, 
.paginated-comments-links span.current {
	padding: 2px 8px 2px 8px; 
	margin: 2px 4px;	
	font-size: 1.1em;
	color: #cccccc;
	background: #F6F6F2;
	border: none;	
}

/* Comments */
#comments {
	margin: 30px 20px;
}

#comments h4 {
	clear: both;
	font-size: 1.5em;
	margin: 10px 0;
}

#comments-list .top-links {
	text-align: right;
	font-size: .8em;
}

#comments-list ol li {
	list-style: none;
	clear: both;
}

#comments-list ol ul li {
	list-style: none;
	margin: 0 0 0 20px;
}

.comment-author {
	overflow: hidden;
	margin: 20px 0 0 0;
	font-weight: bold;
}

.comment-author img {
	float: left;
	margin: 0 10px 0 0;
	border: 4px solid #ffffff;
}

.comment-meta {
	font-size: 11px;
	color: #cccccc;
	background: transparent url(../images/sprite.png) 0px -561px no-repeat;
	padding: 0 0 10px;
}

.comment-content {
	background: #f7f7f7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	overflow: auto;
	zoom: 1;
	display: block;
}

.comment-content p {
	margin: 10px;
}

.comment-content blockquote {
	padding: 0 0 0 30px;
}

.comment-content code {
	font-family: "Courier New", Courier, monospace;
	white-space: nowrap;
	padding: 0 2px;
}

.reply-comment-link {
	text-align: right;
}

.reply-comment-link a {
	padding: 3px 5px 3px 25px;
	background: transparent url(../images/sprite.png) 0 -610px no-repeat;
	text-decoration: none;
}

.reply-comment-link a:hover {
	background: transparent url(../images/sprite.png) -306px -610px no-repeat;
	color: #454545;
}

#comments-list .unapproved {
	display: block;
	background: #FEFCCA;
	padding: 5px 10px;
}

#trackbacks-list ol,
#trackbacks-list li {
	list-style: none;
}

#trackbacks-list .comment-author {

}

#trackbacks-list .comment-meta {
	font-size: .85em;
	font-style: italic;
}

#trackbacks-list .comment-content {
	margin: 0 10px 20px 10px;
	border: none;
	background: none;
}

/* Respond */
#respond {
	padding: 10px;
	margin: 10px 0;
	background: #f7f7f7;
	border: 1px solid #e7e7e7;
}

#respond #cancel-comment-reply {
	text-align: right;
	margin: 0 10px;
}

#cancel-comment-reply a {
	padding: 0 30px 0 0;
	background: #F6F6F2 url(../images/sprite.png) right -650px no-repeat;
	color: #454545;
}


#respond h4 {
	margin: 10px 0;
}

#comment-notes {
	font-size: .9em;
	font-style: italic;
	margin: 10px 0 0 0;
}

#respond span.required {
	color: #888888;
	font-size: .8em;
	font-style: italic;
}

.form-input .text {
	width: 300px;
	height: 17px;
	padding: 5px 5px 4px 6px;
	margin: 0 15px 0 0;
	vertical-align: middle;
	outline: 0;
}

.form-textarea .text {
	height: 150px;
	width: 605px;
	padding: 5px 5px 4px 6px;
}

.form-submit {
	margin: 10px 0;
	text-align: right;
}

.form-submit .button {
	position: relative;
	top: 5px;
	right: 0;
	height: 27px;
	width: 170px;
	cursor: pointer;
	border: none;
	font-size: 13px;
	background: #525252 url(../images/sprite.png) 0 -687px no-repeat;
	color: #ffffff;
	text-decoration: none;
}

/* Sidebar */
.widgets {
	list-style: none;
	margin: 0 10px;
	overflow: hidden;
}

.widgets .widgettitle {
	color: #666;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	line-height: 30px;
	border-bottom: 2px solid #d1d1d1;
}

.widgets li ul {
	overflow: hidden;
	margin: 0 0 20px 0;
}

.widgets li li ul {
	overflow: hidden;
	margin: 0;
}

.widgets li p {
	line-height: 1.5em;
	padding-top: 0.5em;
}

.widgets a {
	color: #999999;
	text-decoration: none;
}

.widgets a:hover {
	text-decoration: underline;
}

.widgets li li {
	list-style: none;
	line-height: 1.5em;
	padding: 4px 0;
	padding-left: 25px;
	background: transparent url(../images/sprite.png) -1px -795px no-repeat;
	border-bottom: 1px dashed #e7e7e7;
}

.widgets li li li {
	background: transparent url(../images/sprite.png) -1px -795px no-repeat;
	border: none
}

.widgets li.widget {
	zoom: 1;
	display: block;
	overflow: hidden;
}

/* Widget calendar */
.widget_calendar table {
	width: 100%;
	border-collapse:collapse;
}
.widget_calendar caption {
	font-size: 1.1em;
	color: #656565;
	text-align: center;
}
.widget_calendar th {
	width: 14%;
	text-align: center;
	background: #eee;
	color: #555;
}
.widget_calendar tbody {
	background: #f5f5f5;
}
.widget_calendar tfoot {
	background: #eee;
}
.widget_calendar td {
	text-align: center;
}
.widget_calendar .pad {
	border: none;
}
.widget_calendar #prev {
	width: 40%;
	text-align: left;
}
.widget_calendar #next {
	width: 40%;
	text-align: right;
}

.widget_calendar a {
	text-decoration: underline;
}

/* Tag cloud widget */
.widget_tag_cloud div {
	text-align: center;
}
.widget_tag_cloud a {
	text-transform: lowercase;
	text-decoration: none;
	margin: .3em;
	padding: .1em;
	font-size: .3em;
}
.widget_tag_cloud a:hover {
	color: #666050;
	background: #FFF7DA;
	text-decoration: none;
}

li.widget_wptonix_search .text {
	display: block;
	float: left;
	width: 65%;
	height: 17px;
	padding: 4px 5px 2px 5px;
	margin: 5px 5px 5px 10px;
	outline: 0;
}

li.widget_wptonix_search .button {
	display: block;
	float: left;
	width: 20%;
	height: 23px;
	margin: 5px;
	cursor: pointer;
	border: none;
	background-color: #ABABAB;
	color: #FFFFFF;
}

.widgets .advertisment {
	width: 200px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
 }

.widgets .wix {
	margin: 10px 0;
 }

.entry .advertisment {
	margin: 0 0 10px 0;
	border: 1px solid #f1f1f1;
 }

/* Follow us widget */
li.widget_wptonix_followus {
	height: 220px;
	margin: 30px 0 10px 0;
	background: url(../images/sprite.png) -480px -140px no-repeat;
}

li.widget_wptonix_followus .subscribers, 
li.widget_wptonix_followus .rsstoemail, 
li.widget_wptonix_followus .fanspage, 
li.widget_wptonix_followus .followers {
	display: block;
	float: right;
	width: 140px;
	margin: 10px 0;
	text-decoration: none;
}

li.widget_wptonix_followus a .icon {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: url(../images/sprite.png) -619px -370px no-repeat;
	text-indent: -9999px;
}

li.widget_wptonix_followus .followers .icon {
	background-position: -619px -434px;
}

li.widget_wptonix_followus .fanspage .icon {
	background-position: -619px -466px;
}

li.widget_wptonix_followus a .service {
	display: block;
	width: 100px;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	color: #656565;
}

li.widget_wptonix_followus a .tagline {
	display: block;
	width: 100px;
	float: right;
	font-size: .8em;
	text-decoration: none;
	color: #3A2518;
}

/* Feedburner newsletter widget */
.widget_wptonix_newsletter p {
	font-size: .85em;
}

.widget_wptonix_newsletter form {
	background: transparent url(../images/sprite.png) -390px 0 no-repeat;
}

.newsletter_text {
	display: block;
	float: left;
	width: 180px;
	height: 27px;
	padding: 0;
	margin: 10px 0 0 5px;
	outline: 0;
	border: 0;
	background: transparent;
}
.newsletter_button {
	width: 75px;
	height: 27px;
	margin: 10px 0 0 0;
	border: 0;
	background: transparent url(../images/sprite.png) -575px -10px no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

/* Recent comments widget */
.recentcomments a {
	display: inline;
	padding: 0;
	margin: 0;
}

/**
* Footer
*/
#footer a#footer_logo {
	display: block;	
	float: right;
	height: 66px;
	width: 170px;
	border-left: 1px solid #724106;
	background: transparent url(../images/sprite.png) 10px -190px no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#footer a#footer_rss {
	display: block;
	float: left;
	height: 66px;
	width: 48px;
	margin: 0 18px 0 0;
	border-right: 1px solid #724106;
	background: transparent url(../images/sprite.png) -250px -190px no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#footer p {
	color: #724106;
	font-size: 12px;
	line-height: 21px;
	margin-top: 4px;
}
#footer span {
	font-style: italic;
	font-family: Georgia,Times New Roman,serif;
}
#footer a {
	text-decoration: none;
	color: #007FB0;
}
#footer a:hover {
	text-decoration: underline;
	color: #0088CC;
}
/* About page */
.about_authors li {
	list-style: none;
}
.about_name {
	border-bottom: 1px solid #ddd;
}
.about_name span {
	font-size: .8em;
	color: #aaa;
	margin-left: 0.5em;
}
.about_networks li {
	list-style: circle;
}
/* PLUGINS */
/* questions */
#related_questions {
	margin: 20px 10px 40px 10px;
}

#related_questions h4 {
	clear: both;
	font-size: 1.3em;
	margin: 10px auto;
}

#related_questions ul {
	list-style: disc;
}

#related_questions li {
	margin: 0 0 0 15px;
}

#related_questions p a {
	font-size: .9em;
	background: none repeat scroll 0 0 #EEEEEE;
	text-decoration: none;
	color: #555555;
	padding: 2px 4px;
	line-height: inherit;
	outline: 0 none;
}
/* Questions home */
#qna_form_big {
	margin: 20px 20px;
	background: #513017;
	color: #fff;
	overflow: hidden;
}
#qna_messages {
	margin: 20px 20px;
	padding: 30px 0;
	text-align: center;
	font-size: 1.3em;
	background: #513017;
	color: #fff;
	overflow: hidden;
	display: none;
}
#qna_intro, #qna_ask {
	margin: 0 20px;
}
#qna_ask {
	list-style: none;
}
#qna_ask li {
	margin: 10px 0;
}
#qna_ask li label {
	font-weight: 500;
}
#qna_ask li label .qna_optional {
	font-weight: 300;
}
#qna_form_title textarea {
	width: 96%;
	padding: 10px;
	font-size: 22px;
	line-height: 26px;
	background: #FFFFFF;
	color: #aaaaaa;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
}
#qna_form_title textarea.focus {
	color: #000000;
}
#qna_form_title p  {
	text-align: right;
	font-size: .8em;
}
#qna_form_description {
	display: none;
}
#qna_form_description textarea {
	width: 96%;
	height: 100px;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
}
#qna_form_category {
	display: none;
}
#qna_form_category select {
	font-size: 1.1em;
	line-height: 1.5em;
	width: 50%;
}
#qna_form_anonymous {
	width: 47%;
	float: left;
	display: none;
}
#qna_form_credentials {
	width: 47%;
	float: right;
	display: none;
}
#qna_form_credentials ul {
	list-style: none;
}
#qna_form_credentials ul .qna_input_credentials {
	font-size: .95em;
	line-height: 1.1em;
	padding: 2px 0;
	width: 98%;
}
#qna_form_credentials ul p {
	font-size: .8em;
}
#qna_form_submit {
	clear: both;
	overflow: hidden;
}
#qna_form_submit p {
	float: left;
	font-size: .85em;
	text-align: left;
}
#qna_form_submit a {
	color: #fff;
}
#qna_form_submit div {
	text-align: right;
}
#qna_form_submit .qna_button_submit {
	padding: 10px 20px;
	border: 0;
	cursor: pointer;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	color: #ffffff;
	background: #333333;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
}
#qna_form_submit .qna_disabled {
	border: 1px solid #bbbbbb;
	text-shadow: 1px 1px 0 #FFFFFF;
	color: #333333;
	background: #DDDDDD;
}
#qna_form_submit .qna_button_cancell {
	padding: 10px 20px;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	display: none;
}
/* Questions navigation */
#qna_navigation {
	padding: 20px 0 0 0;
	list-style: none;
	zoom: 1;
	display: block;
	overflow: hidden;
	background: #f7f7f7;
}
#qna_navigation li {
	display: inline;
}
#qna_navigation a {
	display: block;
	width: 110px;
	float: left;
	margin: 0 0 0 20px;
	border-left: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	background: #e7e7e7;
}
#qna_navigation a.current_tab,
#qna_navigation a:hover {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
}
/* Questions list */
.qna_page_title {
	font-size: 1.5em;
	margin: 10px 20px;
}
#qna_questions_list {
	margin: 20px 20px 0 20px;
	list-style: none;
}
#qna_questions_list li {
	padding: 20px 0;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
}
.qna_answers_count {
	display: block;
	float: left;
	width: 60px;
	height: 45px;
	border: 1px solid #e7e7e7;
	margin: 10px 10px 10px 0;
	padding-top: 10px;
	text-align: center;
	text-decoration: none !important;
	font-size: 16pt;
	color: #000000;
	background: #f7f7f7;
}
.qna_answers_count span {
	color: #999999;
	display: block;
	font-size: .5em;
	left: 1px;
	line-height: 1em;
	position: relative;
}
.qna_question_title {
	font-size: 1.3em;
	margin: 10px 0 0 0;
}
.qna_question_title a {
	color: #513017;
	text-decoration: none;
}
.qna_question_meta  {
	color: #999;
	font-size: .85em;
}
/* Question */
.qna_question_answer_link {
	margin: 20px 0;
	padding: 20px 0;
	text-align: center;
}
a.qna_answer_button {
	font-size: 1.6em;
	color: #007FB0;
	font-weight: 500;
	display: block;
}
a.qna_ask_button {
	display: block;
	width: 260px;
	height: 41px;
	text-decoration: none;
	text-align: center;
	font: bold 1.2em/41px Helvetica, Arial, sans-serif;
	background: transparent url(../images/sprite.png) 0 -730px no-repeat;
	color: #fff;
}
a.qna_ask_button:hover {
	text-decoration: none;
}
#qna-related-content {
	margin: 10px 20px;
}
h4.qna_related_content {
	clear: both;
	font-size: 1.3em;
	margin: 10px 0;
}
#qna-related-content ol {
	list-style: none;
}
#qna-related-content li {
	display: block;
	border: none;
	margin: 10px 0;
	padding-bottom: 10px;
	overflow: hidden;
}
.entry-title-qna a {
	font-size: 0.85em;
	text-decoration: none;
}
.entry-content-qna  {
	font-size:0.9em;
}
.entry-tags-qna  {
	color: #979797;
	font-size:0.9em;
}
.entry-tags-qna a {
	background: #EEEEEE;
	color: #555555;
	padding: 2px 4px;
	text-decoration: none;
}
#answer {
	padding: 10px;
	margin: 40px 20px;
	background: #f7f7f7;
	border: 1px solid #e7e7e7;
}

