/*
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.
*/
.lang {
	text-align: center;
}

.lang img {
/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0.0);
	vertical-align: text-top;
}

.lang2 {
	text-align: left;
}

.lang2 img {
/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0.0);
	vertical-align: text-top;
}

blockquote,
q {
	background-color: #f1f1f1;
}

.site-header h2 {
	font-weight: normal;
	font-style: normal;
	color: #c40;
}

.site-header h1 a,
.site-header h2 a {
	color: #c40;
	display: inline-block;
	text-decoration: none;
}

.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #c40;
	text-decoration: underline;
}

.main-navigation {
	background-color: #fff;
}

.main-navigation li a {
	padding: 0 8px;
}

.main-navigation img {
/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0.0);
	vertical-align: middle;
}

.main-navigation a:hover,
.main-navigation li a:hover,
.main-navigation a:focus {
	background-color: #cc4400;
	color: white;
	padding: 0 8px;
}

.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
	color: #fff;
	font-weight: bold;
	background-color: #a0a57e;
	padding: 0 8px;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	font-weight: normal;
}

/* change link colors */
.widget-area .widget a {
	color: #c40;
}

.widget-area .widget a:hover {
	color: #990000;
}

.widget-area .widget a:visited {
	color: #990000;
}

body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

a {
	outline: none;
	color: #c40;
}

a:hover {
	color: #990000;
}

a:visited {
	color: #990000;
}

.entry-content a:visited,
.comment-content a:visited {
	color: #990000;
}

/*-- move sidebar to the left --*/
/* @media screen and (min-width: 600px) {
	.site-content {
		float: right;
	}
	
	.widget-area {
		float: right;
	}
} */
/* for IE8 and IE7 ----------------*/
/* .ie .site-content {
	float: right;
}

.ie .widget-area {
	float: left;
}

.widget-area {
	margin: 24px 0 0;
	margin: .714285714rem 0 0;
} 


*/
/* -- Start of Flickr Badge -- */
/* Images
are wrapped in divs classed &quot;flickr_badge_image&quot; with
ids &quot;flickr_badge_imageX&quot; where &quot;X&quot; is an
integer specifying ordinal position. Below are some styles to
get you started! */
#flickr_badge_uber_wrapper {
	text-align: center;
}

#flickr_badge_wrapper {
	padding: 0;
}

.flickr_badge_image {
	margin: 0;
}

.flickr_badge_image img {
	border: 1px solid black !important;
}

.flickr_badge_image a {
	target: _blank !important;
}

#flickr_badge_source {
	text-align: left;
	margin: 0;
}

#flickr_badge_icon {
	float: left;
	margin-right: 5px;
}

#flickr_www {
	display: block;
	padding: 0 !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #3993ff !important;
}

#flickr_badge_uber_wrapper a:hover, 
#flickr_badge_uber_wrapper a:link, 
#flickr_badge_uber_wrapper a:active, 
#flickr_badge_uber_wrapper a:visited {
	text-decoration: none !important;
	background: inherit !important;
	color: #3993ff;
}

#flickr_badge_wrapper {
}

#flickr_badge_source {
	padding: 0 !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #666666 !important;
}