/*
Theme Name:     polarrally catch box child
Description:    polarrally theme
Author:         TTV
Template:       catch-box

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../catch-box/style.css");


#content {
/*	margin: 0 38.6% 0 3%; */
/*	width: 78.4%; */
	width: 100%;
}
#secondary {
	float: right;
	margin-right: 3%;
	width: 12.5%;
}


/* =Menu
-------------------------------------------------------------- */

#branding #access,
#colophon #access-footer {
	background: #3d3d3d; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#585858, #3d3d3d);
	background: -o-linear-gradient(#585858, #3d3d3d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); /* older webkit syntax */
	background: -webkit-linear-gradient(#585858, #3d3d3d);
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 2px;
	width: 100%;
}
#branding ul.menu, 
#colophon #access-footer ul.menu {
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#branding ul.menu li {
	border-left: 1px solid #444;
	float: left;
	position: relative;
}
#branding ul.menu a,
#colophon #access-footer ul.menu a {
	color: #eee;
	line-height: 3em;
	padding: 0 0.8em;
/* default = padding: 0 1.2125em;*/
	text-decoration: none;
}
#branding ul.menu a {
	display: block;
}
#branding ul.menu ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3em;
	left: 0;
	list-style: none;
	width: 188px;
	z-index: 99999;
}
#branding ul.menu ul ul {
	left: 100%;
	top: 0;
}
#branding ul.menu ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ccc;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px;
	width: 168px;
}
#branding ul.menu li:first-child, 
#branding ul.menu ul li {
	border:none;
} 
#branding ul.menu li:hover > a,
#branding ul.menu ul :hover > a,
#branding ul.menu a:focus {
	background: #efefef;
}
#branding ul.menu li:hover > a,
#branding ul.menu a:focus,
#colophon #access-footer ul.menu a:hover,
#colophon #access-footer ul.menu a:focus {
	background: #e5e5e5; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e5e5e5'); /* for IE */
	color: #373737;
}
#branding ul.menu li:hover > ul {
	display: block;
}
#branding .menu .current-menu-item > a,
#branding .menu .current-menu-ancestor > a,
#branding .menu .current_page_item > a,
#branding .menu .current_page_ancestor > a,
#colophon .menu .current-menu-item a {
	font-weight: bold;
}
#access-secondary { 
	background-color: #e6e6e6;
	clear: both;
    display: block;
    float: left;
    margin: 0 auto 2px;
    width: 100%;
}
#branding #access-secondary ul.menu {
	font-size: 13px;
}
#branding #access-secondary ul.menu li {
    border-left: 1px solid #dedede;
}
#branding #access-secondary ul.menu a {
	color: #373737;
	line-height: 2.5em;
}
#branding #access-secondary ul.menu ul {
    list-style: none;
    top: 2.5em;
}
#branding #access-secondary ul.menu ul a {
    line-height: 1.5em;
}
#branding #access-secondary ul.menu ul ul { 
	top: 0;
}
#colophon #access-footer {
	margin-bottom: 0;
}
#colophon #access-footer ul.menu li {
	border-left: 1px solid #444;
	float: left;
}
#colophon #access-footer ul.menu ul {
	border-left: 1px solid #444;
    display: inline;
    float: left;
    list-style: none outside none;
    margin: 0;
}
#colophon #access-footer ul.menu a {
    display: inline;
    float: left;
}
#branding #access-secondary ul.menu li:first-child,
#colophon #access-footer ul.menu li:first-child {
    border: none;
}


/* =kontakt radioknappar vertikalt
-------------------------------------------------------------- */
span.wpcf7-list-item { display: block; }


/* =headerbildens position
-------------------------------------------------------------- */

.logo-wrap {
    clear: none;
    display: inline-block;
    float: left;
    max-width: 100%;
}


#site-logo {
position: absolute;
left: 350px;
bottom: 1px;
margin: auto;
float: left;
}


/* =no sidebar
-------------------------------------------------------------- */
.one-column .site {
	width: 1000px;
}