/*
Theme Name: Boozurk
Theme URI: http: //www.twobeers.net/annunci/tema-per-wordpress-boozurk
Description: Clear theme with a lot of features. Boozurk supports the latest WP innovations like custom menus, post formats and featured images. It has 2 sidebars (the right one is fixed), up to 7 widget areas, a ton of new widgets, a new default avatar, cool tooltips, some useful javascript features, mobile support (with a touchscreen-friendly dedicated style) and many customization options!
Version: 1.01
Tags: translation-ready, threaded-comments, custom-menu, theme-options, flexible-width, three-columns, right-sidebar, left-sidebar, white, light, sticky-post, editor-style, custom-colors, post-formats
Author: TwoBeers Crew
Author URI: http: //www.twobeers.net/

License: GNU General Public License, version 2
License URI: http: //www.gnu.org/licenses/gpl-2.0.html
*/


/* Reset
----------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

/* Standard tags
----------------------------------------------------------*/
body {
	font-family: monospace;
	background: transparent url('images/bg.png') 256px 0px repeat-y;
	font-size: 15px;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #21759b;
}
a:hover {
	color: #404040;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: .5em 0;
}
ul {
	list-style: none outside none;
	margin-left: 15px;
}
ol {
	list-style: decimal inside none;
}
ol ul, ol ol, ul ul, ul ol {
	margin: 0 0 0 15px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 .5em 40px;
}
fieldset {
	border: 1px solid #ddd;
	padding: 8px;
}
legend {
	color: #999;
}
blockquote {
	border-left: 5px solid #ddd;
	margin-left: 15px;
	padding-left: 15px;
	font-style: italic;
}
pre,
code,
tt,
kbd {
	font: 1.1em "Courier New", monospace;
	letter-spacing: 1px;
	padding: 0 8px;
	background-color: #eee;
}
pre {
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
	overflow: auto;
	white-space: pre;
	max-width: 100%;
	margin: 5px auto;
	padding: 5px;
}
input {
	font-size: 1.1em;
}
select {
	max-width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
}
object,
embed {
	max-width: 100%;
}
textarea,
input[type=text],
input[type=password] {
	border: 1px solid #404040;
}
input[type=password] {
	background: #fff url('images/details.png') 3px -298px no-repeat;
	min-height: 20px;
}
input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #404040;
    border: 1px solid #ddd;
    border-radius: 2px 2px 2px 2px;
    color: #eee;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 27px;
    margin: 10px 4px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
textarea:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus {
	border: 1px solid #21759b;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus {
	cursor: pointer;
    background-color: #F5F5F5;
    color: #666;
}
input[type=password]:focus {
	background: #fff;
}
.storycontent p {
	line-height: 1.3em;
	margin: 0 0 1em 0;
}
.storycontent ul li,
.widget ul li,
.comment-body ul li {
	list-style: square outside none;
}
.storycontent table,
.comment-body table {
	border-collapse: collapse;
	text-align: left;
	max-width: 100%;
	border: 1px solid #ddd;
}
.storycontent td,
.comment-body td {
	padding: 3px;
}
.storycontent th,
.comment-body th {
	border-bottom: 4px solid #ddd;
	padding: 3px;
}
.widget img,
.storycontent img {
	max-width: 100%;
	height: auto;
	margin: 0;
}

/* Utils
----------------------------------------------------------*/
.fixfloat {
	clear: both;
}
.hide_if_no_print {
	display: none;
}
.js .hide-if-js,
.no-js .hide-if-no-js {
	display:none;
}
.screen-reader-text {
	display:none;
}
/* Header
----------------------------------------------------------*/
#head {
	padding: 0 10px 20px;
	text-align: center;
}
#head h1 {
	font-size: 3.5em;
	margin:0;
}

/* Fixed sidebar
----------------------------------------------------------*/
#pages {
    right: 0;
    position: fixed;
    width: 200px;
    padding: 0 10px 0;
	height:80%;
	overflow: hidden;
}
#pages:hover {
	overflow-y: auto;
}
#pages_c {
	width: 190px;
}
.bz-description {
	margin-bottom: 10px;
}
.bz-logo {
	max-width: 200px;
	height: auto;
}

/* Main content
----------------------------------------------------------*/
#main {
	position: relative;
	margin-top: 20px;
}
#content {
    margin-left: 310px;
    margin-right: 220px;
}

/* Left sidebar
----------------------------------------------------------*/
#sidebarsx {
    width: 250px;
    left: 0;
    position: absolute;
    top: 0;
    padding: 10px;
}

/* Footer
----------------------------------------------------------*/
#footer {
    clear: both;
}
#bz-credits {
    text-align:center;
	padding: 50px 5px;
	font-size: .8em;
}

/* Some browsing links
----------------------------------------------------------*/
.img-navi,
.nav-single {
	padding: 0 10px;
}
.img-navi-prev,
.nav-previous {
	margin: 10px 0;
	float: left;
}
.img-navi-next,
.nav-next {
	margin: 10px 0;
	float: right;
}
.img-navi-prev {
	background: url('images/bc-sep.png') no-repeat left center;
	padding-left: 15px;
}
.img-navi-next {
	background: url('images/bc-sep.png') no-repeat right center;
	padding-right: 15px;
}
.img-navi img {
    border: 1px solid #ddd;
	vertical-align: middle;
	padding: 5px;
}
.img-navi img:hover {
    border: 1px solid #777;
}
.nav-previous ,
.nav-next {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 200px;
	width: 37%;
	position: relative;
	line-height: 32px;
}
.nav-next {
	padding: 0 55px 0 0;
	background: url('images/bc-sep.png') no-repeat right center;
	text-align: right;
}
.nav-previous {
	padding: 0 0 0 55px;
	background: url('images/bc-sep.png') no-repeat left center;
}
.nav-next img {
	position: absolute;
	top: 0;
	right: 15px;
}
.nav-previous img {
	position: absolute;
	top: 0;
	left: 15px;
}

#bz-page-nav {
    padding-bottom: 10px;
    text-align: center;
    margin: 20px 0;
	min-height: 20px;
	line-height: 20px;
}
#bz-page-nav.ajaxed {
	min-height: 74px;
    margin: 20px 0 0;
}
.ajaxed #bz-page-nav-msg {
    padding-top: 15px;
	height: 20px;
}
.ajaxed #bz-page-nav-msg.loading {
	background: url('images/loading.gif') no-repeat center top transparent;
	opacity: 0;
	filter: alpha(opacity=0);
}
#bz-page-nav.ajaxed #bz-page-nav-subcont {
	display: none;
}
#bz-page-nav a {
    margin: 0 10px;
}
#bz-next-posts-button {
	display: none;
    margin-bottom: 0;
}
.paged-separator {
    border-bottom:1px solid #ddd;
    font-weight:bold;
    margin:35px 0 50px;
    text-align:center;
	height: 20px;
}
/* Posts/Pages/Attachments
----------------------------------------------------------*/
#posts_content .post, #posts_content .page, #posts_content .attachment {
    border: 1px solid #ddd;
    border-left: 40px solid #555;
    margin-left: -40px;
    padding: 0 10px 10px 11px;
    clear: both;
    margin-top: 20px;
	position: relative;
	min-height: 80px;
}
#posts_content .post {
    border-left: 40px solid #87CEEB;
}
#posts_content .page {
    border-left: 40px solid #87CEEB;
}
#posts_content .attachment {
    border-left: 40px solid #87CEEB;
}
.att_content {
	text-align: center;
}
.pmb_comm {
	background-color: #fff;
	color: #000;
	display: block;
	line-height: 20px;
	text-align: center;
	width: 40px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.pmb_format {
	background-color: #fff;
	display: block;
	width: 32px;
	height:32px;
	margin: 4px 0;
	padding: 0 4px;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.pmb_comm:hover,
.pmb_format:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.bz-plusone-wrap {
	width: 38px;
	margin: 4px 1px;
	z-index: 300;
}
.post_meta_container {
    left: -40px;
    position: absolute;
    top: 2px;
}
.storytitle {
	line-height: 40px;
	margin: 0;
}
.storycontent {
    padding-top : 10px;
}
.bz-featured-title {
    margin: 0 -10px;
    overflow: hidden;
    padding: 0;
	position: relative;
}
.bz-featured-title .storytitle {
	background-color: #fff;
	line-height: 34px;
	margin: 0;
	min-height: 54px;
	position: absolute;
	top: 2px;
	width: 100%;
	left: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.bz-featured-title .storytitle a {
	padding-left: 10px;
}
.bz-featured-title img {
	width: 100%;
}
.format-status .avatar,
.category-status .avatar {
	position: absolute;
	left:10px;
	top:10px;
}
.format-status .storycontent,
.category-status .storycontent {
	padding-left: 60px;
}
.gallery-thumb {
	float: left;
    margin: 0 10px 10px 0;
}
.bz-no-post {
	padding: 10px;
	font-weight: bold;
}
.more-link.ajaxed {
	padding-left: 20px;
	background: url('images/loading.gif') no-repeat scroll left center transparent;
}
.comment_tools {
	border-top: 1px solid #ddd;
	text-align: center;
	margin-top: 20px;
	padding:5px 0;
}
.post-edit-link {
	background:url("images/details.png") no-repeat center -700px transparent;
	border:1px solid #ddd;
	border-radius:3px;
	display:none;
	height:16px;
	overflow:hidden;
	position:absolute;
	right:1px;
	text-indent:-1000px;
	top:3px;
	width:16px;
	z-index:100;
}
#posts_content .post:hover .post-edit-link {
	display: block;
}
.bz-post-top-date {
	color:#aaa;
	font-size:11px;
	margin:20px 0 -20px;
	text-align:right;
}
/* Audio player
----------------------------------------------------------*/
.bz-player-container {
	margin-bottom: 20px;
	width: 300px;
	padding: 5px;
	background: #F5F5F5;
	border: 1px solid #ddd;
}
.bz-player-container:hover {
	border: 1px solid #777;
}
.bz-player-content {
	margin-top: 10px;
}
.bz-player-notice {
    color:#aaa;
    font-size:.8em;
}
/* Last comments on post (last-cop)
----------------------------------------------------------*/
.bz-last-cop {
	margin: 0 10px;
}
.bz-last-cop img {
	border: 1px solid #ddd;
	margin: 4px;
	padding: 4px;
	display:block;
}
.bz-last-cop .item {
	float: left;
}
.bz-last-cop .item-label {
	float: left;
	line-height: 40px;
	font-size: 11px;
	padding: 5px;
}
.bz-last-cop .bz-tooltip {
	position: absolute;
	display: none;
	padding: 5px 0;
	width: 200px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 300;
	background: transparent url(images/cooltips.gif) 0 top no-repeat;
	font-size: 11px;
	margin-left : 25px;
}
.bz-tooltip.bz-300 {
	width: 300px;
}
.item:hover .bz-tooltip {
	display: block;
}
.item .bz-tooltip:hover {
	display: none;
}
.bz-last-cop .bz-tooltip-inner {
	background: #000;
	color: #fff;
	border-radius: 3px;
	padding: 5px;
	box-shadow:0 0 3px #000;
}

/* Widgets
----------------------------------------------------------*/
#footer-widget-area{
    border-bottom:1px solid #ddd;
}
#first_fwa, #second_fwa, #third_fwa {
	float: left;
	width: 33%;
	min-height: 1px;
}
.widget {
    margin-bottom: 20px;
	overflow: hidden;
}
#footer-widget-area .widget {
	padding: 10px;
}
#header-widget-area {
}
#header-widget-area .bz-widget {
	float: left;
	width: 33%;
}
#header-widget-area .widget {
	padding: 10px;
}
.w_title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
div.bz_widget_latest_commentators ul {
	margin: 0;
}
div.bz_widget_latest_commentators ul li {
	list-style: none outside none;
	float: left;
}
div.bz_widget_latest_commentators img {
	border:1px solid #ddd;
	margin:4px;
	padding:4px;
}
div.bz_widget_latest_commentators a img {
	border: 1px solid #21759b;
}
div.bz_Widget_post_details ul li,
div.bz_widget_post_formats ul li {
	list-style: none outside none;
}
.bz-post-details-cats,
.bz-post-details-tags,
.bz-post-details-date {
	background-repeat: no-repeat;
	background-image: url('images/details.png');
	line-height: 25px;
	padding: 1px 0 5px 25px;
}
.bz-post-details-cats {
	background-position: left -200px;
}
.bz-post-details-tags {
	background-position: left -100px;
}
.bz-post-details-date {
	background-position: left 0;
}
.bz-post-details-thumb {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0 0 5px;
	text-align: center;
}
div.bz_widget_post_formats ul li.compact {
	float: left;
	margin: 0 10px 5px 0;
}
div.bz_widget_post_formats ul,
div.bz_Widget_post_details ul {
	margin: 0;
}
#single-widgets-area {
    margin-top: 20px;
}
#single-widgets-area .bz-widget {
	float: left;
}
#single-widgets-area .widget {
	padding: 10px;
}
.bz-article-share {
    margin-top: 10px;
}
.widget .cat-item , #posts_content .cat-item  {
	margin-top: 5px;
}
.widget .cat-item  a, #posts_content .cat-item a {
	padding-left: 5px;
}
.bz-social-icon {
	display: inline-block;
}
.bz-social-icon img{
	max-width: 128px;
}
.widget img.bz-thumb-format {
	max-width: 32px;
}
.bz_widget_recent_entries .bz-cat-descr {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 0 5px;
	margin: 0;
	font-size: .8em;
}
/* Post Format icons
----------------------------------------------------------*/
.bz-thumb-format,
img.bz-thumb-format {
	background-repeat: no-repeat;
	background-image: url('images/formats.png');
	vertical-align: middle;
    margin: 0 0 2px;
}
.bz-thumb-format.aside,
.format-aside .pmb_format,
.category-aside .pmb_format {
	background-position: center 0;
}
.bz-thumb-format.audio,
.format-audio .pmb_format,
.category-audio .pmb_format {
	background-position: center -32px;
}
.bz-thumb-format.chat,
.format-chat .pmb_format,
.category-chat .pmb_format {
	background-position: center -64px;
}
.bz-thumb-format.gallery,
.format-gallery .pmb_format,
.category-gallery .pmb_format {
	background-position: center -96px;
}
.bz-thumb-format.image,
.format-image .pmb_format,
.category-image .pmb_format {
	background-position: center -128px;
}
.bz-thumb-format.link,
.format-link .pmb_format,
.category-link  .pmb_format{
	background-position: center -160px;
}
.bz-thumb-format.quote,
.format-quote .pmb_format,
.category-quote .pmb_format {
	background-position: center -192px;
}
.bz-thumb-format.standard,
.page .pmb_format,
.format-standard .pmb_format,
.category-standard .pmb_format{
	background-position: center -224px;
}
.bz-thumb-format.status,
.format-status .pmb_format,
.category-status .pmb_format {
	background-position: center -256px;
}
.bz-thumb-format.video,
.format-video .pmb_format,
.category-video .pmb_format {
	background-position: center -288px;
}
.attachment .pmb_format {
	background-position: center -320px;
}
.post-password-required .pmb_format {
	background-position: center -352px;
}
.sticky .pmb_format {
	background-position: center -384px;
}
/* Main menu 
----------------------------------------------------------*/
#mainmenu_container {
    margin-bottom: 20px;
	max-width: 100%;
}
#mainmenu {
	margin: 0;
	padding: 0 10px;
}
#mainmenu > li {
	float: left;
	margin-right: 25px;
	padding: 2px;
}
#mainmenu > li > a {
	display: block;
}
#mainmenu > li > ul {
	position: absolute;
	display: none;
	z-index: 30;
	max-width: 300px;
	min-width: 150px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	margin: 0;
	padding: 5px 10px 10px;
	box-shadow: 0 0 8px #fff;
}
#mainmenu > li:hover > ul {
	display: block;
}
.bz-menu-thumb {
	vertical-align: middle;
    margin-right: 5px;
	border: 1px solid #fff;
}
.bz-menu-thumb.default {
	border: 1px solid #ddd;
}
.hiraquo {
	padding-left :5px;
}
/* secondary menus
----------------------------------------------------------*/
#secondary1 {
	background: #fff;
	border-bottom: 5px solid #424242;
	box-shadow: 0 0 4px #000;
	text-align: center;
	line-height: 30px;
}
#secondary1 li {
	display: inline;
	margin: 0 10px;
}
#secondary2 {
	border: 1px solid #ddd;
	border-left: none;
	text-align: center;
	line-height: 20px;
}
#secondary2 li {
	display: inline;
	margin: 10px;
}

/* author bio
----------------------------------------------------------*/
.bz-author-bio {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0 0 5px;
}
.bz-author-bio li {
    margin: 0;
    padding: 0;
}
.bz-author-bio .author-avatar img {
    border-radius: 5px;
    margin-right: 10px;
}
.bz-author-bio .author-avatar {
    display: inline-block;
    float: left;
}
.bz-author-bio .author-name {
    font-size: 1.5em;
    margin-bottom: 10px;
}
.bz-author-bio .author-description {
    font-size: .8em;
}
.bz-author-bio .author-social {
	border-top:1px solid #ddd;
	margin-top:5px;
	padding-top:5px;
	text-align:center;
	clear: both;
}
.bz-author-bio .author-description a {
	text-decoration: underline;
}

/* cooltips
----------------------------------------------------------*/
.cooltips {
	padding: 5px 0;
	font-size: 11px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background: transparent url(images/cooltips.gif) 0 bottom no-repeat;
	width: 200px;
}
.cooltips.to_left {
	background-position : right bottom;
	margin-left: -200px;
}
.cooltips-inner {
	padding: 5px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
	box-shadow: 0 0 3px #000;
	border-radius: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Navigation buttons
----------------------------------------------------------*/
#navbuttons.fixed {
	position: fixed;
	bottom: 5px;
	right: 0;
	width:215px;
}
.minib_img {
	display: block;
	text-align: center;
	height: 32px;
	width: 32px;
	background-color: #fff;
	background-image: url('images/minibuttons.png');
	background-repeat: no-repeat;
	cursor: pointer;
	border-radius: 5px;
	border:1px solid #ddd;
}
.minibutton {
	float:left;
	margin:3px;
	position: relative;
}
.minib_print{
	background-position: left 0;
}
.minib_comment{
	background-position: left -32px;
}
.minib_rss{
	background-position: left -64px;
}
.minib_track{
	background-position: left -96px;
}
.minib_home{
	background-position: left -128px;
}
.minib_ppage{
	background-position: left -192px;
}
.minib_npage{
	background-position: left -160px;
}
.minib_ppages{
	background-position: left -160px;
}
.minib_npages{
	background-position: left -192px;
}
.minib_top{
	background-position: left -224px;
}
.minib_bottom{
	background-position: left -256px;
}
.minib_backtopost{
	background-position: left -160px;
}
.minib_edit {
	background-position: left -288px;
}
.minib_print:hover {
	background-position: right 0;
}
.minib_comment:hover {
	background-position: right -32px;
}
.minib_rss:hover {
	background-position: right -64px;
}
.minib_track:hover {
	background-position: right -96px;
}
.minib_home:hover {
	background-position: right -128px;
}
.minib_ppage:hover {
	background-position: right -192px;
}
.minib_npage:hover {
	background-position: right -160px;
}
.minib_ppages:hover {
	background-position: right -160px;
}
.minib_npages:hover {
	background-position: right -192px;
}
.minib_top:hover {
	background-position: right -224px;
}
.minib_bottom:hover {
	background-position: right -256px;
}
.minib_backtopost:hover {
	background-position: right -160px;
}
.minib_edit:hover {
	background-position: right -288px;
}

/* BreadCrumb 
----------------------------------------------------------*/
#bz-breadcrumb {
	margin: 0;
	display: block;
	border:solid 1px #ddd;
	line-height: 30px;
	overflow: hidden;
	margin-bottom:20px;
	padding: 0 5px;
}
#bz-breadcrumb span,
#bz-breadcrumb a {
    float:left;
}

.bz-breadcrumb-sep {
	background: url('images/bc-sep.png') no-repeat right center;
	padding: 0 5px;
}
.bz-breadcrumb-childs {
	padding: 5px 10px;
	background: url('images/bc-sep.png') no-repeat center;
	margin-left:4px;
}
.bz-breadcrumb-home
{
	background:url('images/details.png') no-repeat center -500px;
    float:left;
    height:16px;
    margin:0.5em;
    width:16px;
}
.bz-breadcrumb-home:hover
{
	background-position: center -516px;
}
.bz-breadcrumb-reminder {
	border-top: solid 1px #ddd;	
}

/* Comments 
----------------------------------------------------------*/
#commentlist, #commentlist .children {
	list-style: none inside none;
	margin: 0;
	padding: 0;
}
.children .comment-body {
	padding-left: 50px;
}
.children .children .comment-body {
	padding-left: 100px;
}
.children .children .children .comment-body {
	padding-left: 150px;
}
.children .children .children .children .comment-body {
	padding-left: 200px;
}
.children .children .children .children .children .comment-body {
	padding-left: 250px;
}
.children .children .children .children .children .children .comment-body {
	padding-left: 300px;
}
.children .children .children .children .children .children .children .comment-body {
	padding-left: 350px;
}
.children .children .children .children .children .children .children .children .comment-body {
	padding-left: 400px;
}
.children .children .children .children .children .children .children .children .children .comment-body {
	padding-left: 450px;
}
.children .children .children .children .children .children .children .children .children .children .comment-body {
	padding-left: 500px;
}
.comment-body {
	border-top: 1px solid #ddd;
	position: relative;
    padding: 10px;
}
.bypostauthor > .comment-body {
	border: 1px solid #ddd;
	border-bottom: none;
    background: #eee;
	margin-left: 4px;
}
.comment-body .avatar {
    position: absolute;
    left: -36px;
}
.bypostauthor > .comment-body .avatar {
    left: -40px;
}
.comment .reply {
	font-size: 10px;
	text-align: right;
}
.navigate_comments {
	border-top: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}
#respond {
	border: 1px solid #ddd;
	margin: 20px;
	padding: 10px;
	position: relative;
}
.form-allowed-tags {
	color: #999;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
	margin: 5px auto;
}
#author,
#email,
#url {
	margin-right: 10px;
	margin-left: -1px;
}
.comment-edit-link {
    display: none;
	font-size: 10px;
}
.comment-body:hover .comment-edit-link {
    display: inline;
}
#cancel-comment-reply-link {
    display: block;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 10px;
	top: 10px;
    text-indent: -1000px;
    width: 13px;
	background: url('images/details.png') no-repeat left -600px;
}
#cancel-comment-reply-link:hover {
	background-position: left -612px;
}
.comment {
	position: relative;
}

/* Gallery
----------------------------------------------------------*/
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
}
.gallery img {
	border: 1px solid #ddd;
    padding: 5px;
	max-width: 80%;
	background: #F5F5F5;
}
.gallery img:hover {
	border: 1px solid #777;
}

.gallery-caption {
	margin-left: 0;
	font-size: .8em;
}
.gallery-columns-1 .gallery-item {
	width: 99%;
}
.gallery-columns-2 .gallery-item {
	width: 49%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 24%;
}
.gallery-columns-5 .gallery-item {
	width: 19%;
}
.gallery-columns-6 .gallery-item {
	width: 16%;
}
.gallery-columns-7 .gallery-item {
	width: 14%;
}
.bzg-slider {
	margin: 20px 0;
	padding: 10px;
    border: 1px solid #ddd;
	text-align: center;
}
.bzg-slider .loading {
	display: block;
	background: url('images/loading.gif') no-repeat scroll center center transparent;
	height: 30px;
}
.bzg-preview-link {
	background: url('images/details.png') no-repeat 3px -396px transparent;
	padding: 5px 5px 5px 25px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.bzg-slideshow {
	margin: 20px 0;
}
img.thumbsel {
	box-shadow: 0 0 2px #404040;
    border: 1px solid #777;
}

/* =calendar
----------------------------------------------------------*/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: .8em;
	margin-top: 10px;
	margin-bottom: 15px;
}
#wp-calendar thead {
	font-size: .8em;
}
#wp-calendar thead th {
	padding-bottom: 10px;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding:2px 0;
}
#wp-calendar tbody td:hover {
	background: #fff;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: .8em;
	text-transform: uppercase;
	padding-top: 10px;
	text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: .8em;
	text-transform: uppercase;
	padding-top: 10px;
}

/* Captions
----------------------------------------------------------*/
.wp-caption {
	border: 1px solid #ddd;
	padding: 5px;
	text-align: center;
	margin: 10px;
	max-width: 94%;
	background: #F5F5F5;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption .wp-caption-inside {
	position: relative;
}
.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	width: 100%;
	padding: 0 0 5px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.wp-caption:hover .wp-caption-text {
	display: none;
}

/* Aligments
----------------------------------------------------------*/
.aligncenter,
div.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
}
img.alignright,
.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/* Thickbox
----------------------------------------------------------*/

#TB_closeWindow a,
#TB_next a,
#TB_prev a {
	display: block;
	width: 42px;
	height: 42px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#TB_next a:hover,
#TB_prev a:hover,
#TB_closeWindow a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#TB_next a,
#TB_prev a {
	position: fixed;
	top: 50%;
	text-indent: -1000px;
	overflow: hidden;
	margin-top: -24px;
}
#TB_closeWindow a {
	background: url('images/thickbox-navi.png') no-repeat -84px top transparent;
}
#TB_next a {
	right: 20px;
	background: url('images/thickbox-navi.png') no-repeat -42px top transparent;
}
#TB_prev a {
	left: 20px;
	background: url('images/thickbox-navi.png') no-repeat left top transparent;
}
#TB_window img#TB_Image {
	border: 1px solid #ddd;
}
#TB_closeWindow {
	float: none;
	width: 42px;
	height: 42px;
	position: fixed;
	top: 35px;
	right: 20px;
	padding: 0;
}
#TB_closeWindow a img {
	display: none;
}
.TB_overlayBG {
	opacity: 0.90;
	filter: alpha(opacity=90);
}
#TB_window {
	background: #000;
	background: rgba(0,0,0,0.7);
	color: #fff;
	border: 1px solid #333;
}