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


*/
#header {
	position: relative;
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
	min-height: 110px;
	background-color: #ffffef;
	border-bottom: solid 1px #c2c2c2;
}

#logo a {
	font-family: Georgia, cursive !important;
	color: #d96319;
	text-decoration: none;
	text-align: left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	line-height: 1.05;
}

#logo a:hover {
	font-family: Georgia, cursive !important;
	color: #d96319;
	text-decoration: none;
	text-align: left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

#header .container .span3 {
	width: 50%;
}

#header .container .span9 {
	width: 45%;
}

section.bottom.bottom_widget.content {
	background-color: #ffffef;
}

#footer {
	background-color: #ffffef;
	border-top: solid 1px #ffffff;
	color: #d96319;
}

#sidebar h3.title {
	padding: 0;
	margin: 0 0 20px;
	position: relative;
	line-height: inherit;
	color: #d96319;
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title, h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, cursive !important;
	font-weight: 300 !important;
	word-wrap: break-word;
}

.pin-article h1, h2, h3 {
	color: #d96319 !important;
}

.pin-article.span8 h3.title a {
	color: #d96319 !important;
}

p, li, address, dd, blockquote, td, th, .textwidget {
	font-family: Georgia, cursive;
	color: #616161;
}

.pin-article h1.title {
	color: #d96319;
}

.textwidget {
	font-size: 14px;
	line-height: 1.8em;
	font-family: Georgia, cursive;
	font-weight: 300;
	word-wrap: break-word;
}

div.entry-standard {
	display: none !important;
}

span.sep {
	display: none !important;
}

.button {
	background: #d96319;
	border: none;
	outline: none;
	padding: 6px 15px;
	color: #fff;
	margin: 25px 0 -10px;
	border-radius: 25px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	font-family: Georgia, cursive;
	font-size: 16px;
	text-align: left;
	position: relative;
	display: inline-block;
}

body.home.page.page-id-7 h1.title {
	text-align: center;
}

body.page.page-id-18 h1.title {
	text-align: center;
}

nav#mainmenu ul li a {
	color: #eb984e;
}

#footer a, #footer p {
	color: #d96319;
	font-family: 'Oxygen', Verdana, Geneva, sans-serif;
	text-align: center;
}

.bottom_widget a, .bottom_widget h3, .bottom_widget label, .bottom_widget caption, .bottom_widget p, .bottom_widget li, .bottom_widget address, .bottom_widget dd, .bottom_widget blockquote, .bottom_widget td, .bottom_widget th, .bottom_widget .textwidget {
	color: #d96319;
}