/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
blockquote {
	font-size: initial;
}

title h1 {
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .cols2 .content .box_cols .col_1_2 h3, .topSlider li, .post_carousel li, .breadcrumbs, .content .widget-container, .sidebar .widget-container, a.link-add-comment, .postSlider .slide_image {
	color: #110d09;
	font-family: 'Yanone Kaffeesatz', Verdana, Geneva, sans-serif;
	line-height: 1em;
}

.header_container, .header_full, .header_left {
	vertical-align: middle;
	height: 90px;
	padding: 5px;
}

.header_right {
	height: 50px;
}

.topsearch .stext {
	-webkit-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
	margin-right: -2px;
	padding: 10px 10px 5px;
	margin-top: 0;
	height: 19px;
	-webkit-box-shadow: inset 0 -1px 3px 0 #676767;
	box-shadow: inset 0 -1px 3px 0 #676767;
}

.url, .link-author, a.link-author,
.link-reply, .isauthor {
	color: #ffd800;
	text-transform: uppercase;
	padding: 0 10px;
	background: #ffffff;
	margin-right: 2px;
}

.tribe-events-meta-group, .tribe-events-meta-group-details, .tribe-events-meta-group-venue, .tribe-events-meta-group-gmap {
	width: 549.5937px;
}

.abh_tab_content .abh_text .abh_description {
	position: static !important;
	padding-top: 30px !important;
	padding-left: 10px !important;
	font-size: 14px !important;
	width: 100% !important;
}

.score_box {
	display: none;
}

.ngg-imagebrowser img {
	border: 1px solid #A9A9A9;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block !important;
	padding: 5px;
}

.caroufredsel_wrapper, .postSlider {
	height: 370px;
}

.wp-caption {
	margin: 15px;
	width: 100%;
}

.table {
	border: 1px, solid;
}

@media only screen and (min-width: 480px)
.logo img {
	
}

.post-item.title-over.odd {
	width: 300px;
}