/*----------------------------
Typography
---------------------------*/
body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: "Open sans", sans-serif;
	line-height: 1.5;
}

body {
	font-size: 0.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 20px;
	color: #333333;
	font-family: "Open Sans";
	font-weight: normal;
}

.site-title {
	margin-bottom: 10px;
	font-size: 3.8em;
	line-height: 1.1;
	font-weight: 500;
	color: #003366;
	text-transform: uppercase;
}

.site-description {
	color: #999999;
	font-family: "Open Sans";
	font-size: 1.0em;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
}

::selection {
	background: #cccccc;
	color: white;
}

::-moz-selection {
	background: #cccccc;
	color: white;
}

/*--------------
Navigation
--------------*/
/* Links */
a {
	color: #0066cc;
	text-decoration:none;
}

/*--------------------------
Menu
--------------------------*/
.main-navigation {
	clear: both;
	display: block;
	font-size: 1.1em;
	line-height: 2.3;
	font-weight: 500;
	text-transform: uppercase;
}

.main-navigation ul li a {
	display: block;
	padding-bottom: 7px;
	color: #333333;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.main-navigation ul li a:hover, .main-navigation ul li a:focus, .main-navigation ul li a:active {
	color: #0066cc;
}

.main-navigation ul .current_page_item > a,
.main-navigation ul .current-menu-item > a {
	color: #0066cc;
}

/*Media Screen Menu #e06d5e zu #0066cc*/
.main-navigation ul .genericon {
	position: absolute;
	top: -1px;
	right: 0;
	z-index: 9999;
	width: 40px;
	height: 40px;
	background: white;
	border: 1px solid #f1f2f3;
	color: #003366;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}

.main-navigation.toggled .menu-toggle {
	background: #003366;
	color: white;
}

/*Seitentitel, Headline*/
.page-title,
.entry-title {
	margin: 0;
	font-size: 1.3em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.page-title a,
.entry-title a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.page-title a:hover, .page-title a:focus, .page-title a:active,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #e06d5e;
}
/*Widgets*/

.widget-title a:hover, .widget-title a:focus, .widget-title a:active,
.widgettitle a:hover,
.widgettitle a:focus,
.widgettitle a:active {
	color: #0066cc;
	text-decoration:none;

}
.widgets-area a:hover, .widgets-area a:focus, .widgets-area a:active {
	color: #ffffff;
}

.widgets-area button:hover, .widgets-area button:focus, .widgets-area button:active,
.widgets-area input[type="button"]:hover,
.widgets-area input[type="button"]:focus,
.widgets-area input[type="button"]:active,
.widgets-area input[type="reset"]:hover,
.widgets-area input[type="reset"]:focus,
.widgets-area input[type="reset"]:active,
.widgets-area input[type="submit"]:hover,
.widgets-area input[type="submit"]:focus,
.widgets-area input[type="submit"]:active {
	color: #0066cc;
}

#secondary.hover:after {
	border-bottom-color: #003366;
}

/* Portfolio thumbnail */
.portfolio-thumbnail a, a:before {
	background: #0066cc;
}
.site-main .portfolio-entry-title a:hover, .site-main .portfolio-entry-title a:focus, .site-main .portfolio-entry-title a:active {
	color: #0066cc;
}

.gallery-icon a {
	background: #0066cc;
}
.gallery-icon a:before {
	background: #0066cc;
}