/*
Theme Name:David Immerz custom
Theme URI:http://www.davidimmerz.com/
Description:David Immerz custom
Version:1.0
Author:David Immerz
Author URI:http://www.davidimmerz.com/
*/
@import url("css/reset.css");
@import url("css/text.css");
@import url("css/960.css");

body {
	background:#fff;
	border-top:solid 3px #aa2020;
	color:#555;
	font-size:12px;
}


/* anchors
----------------------------------------------- */
a {
	color:#aa2020;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#444;
}

/* dividing line
----------------------------------------------- */
.line {
	background:#fff url(img/dotted-ccc.gif) repeat-x 0 0;
	clear:both;
	height:1px;
	margin:1em 0;
}

/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* header
----------------------------------------------- */
div#header {
	margin-top:30px;
}


/* logo
----------------------------------------------- */
div#logo {
	display:block;
	float:left;
	height:80px;
	width:80px;
}
div#logo a:link, div#logo a:visited {
	background-image:url(img/logo.png);
	background-position:0px -80px;
	background-repeat:no-repeat;
	border-bottom:none;
	display:block;
	height:80px;
	margin:0;
	padding:0;
	width:80px;
}
div#logo a:hover, div#logo a:focus, div#logo a:active {
	background-image:url(img/logo.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	border-bottom:none;
}
.replace {
	display:block;
	font-size:1%;
	line-height:0;
	text-align:left;
	text-indent:-10000px;
}

/* nav
----------------------------------------------- */
#nav {
	margin-top:25px;
}
#nav ul, #nav ul * {
	margin:0;
	padding:0;
}
#nav ul {
	background:url(img/dotted-ccc.gif) repeat-x left bottom;
	display:block;
	float:left;
	max-width:100%;
	position:relative;
	width:100%;
}
#nav ul li {
	float:left;
	font-size:1.8em;
	font-weight:normal;
	list-style-type:none;
	margin:0 1.5em 0 0;
	padding:0;
	text-align:left;
	text-transform:uppercase;
}
#nav ul li a:link, #nav ul li a:visited {
	background:transparent;
	color:#aa2020;
	display:block;
	float:left;
	height:2.4em;
	line-height:2.5em;
	margin:0;
	padding:0;
	text-decoration:none;
}
#nav ul li a:hover, #nav ul li a:focus, #nav ul li a:active {
	color:#999;
}


ul.nav, ul.nav * {
	margin:0;
	padding:0;
}
ul.nav {
	background:url(img/dotted-ccc.gif) repeat-x left bottom;
	display:block;
	float:left;
	max-width:100%;
	position:relative;
	width:100%;
}
ul.nav li {
	float:left;
	font-size:1.8em;
	font-weight:normal;
	list-style-type:none;
	margin:0 1.5em 0 0;
	padding:0;
	text-align:left;
	text-transform:uppercase;
}
ul.nav li a:link, ul.nav li a:visited {
	background:transparent;
	color:#aa2020;
	display:block;
	float:left;
	height:2.4em;
	line-height:2.5em;
	margin:0;
	padding:0;
	text-decoration:none;
}
ul.nav li a:hover, ul.nav li a:focus, ul.nav li a:active {
	color:#999;
}
.pagenav {
} /* the outermost list item; contains whole list */
.page-item-2 {
} /* item for Page ID 2 */
.page_item {
} /* any Page item */
.current_page_item {
} /* the current Page */
.current_page_parent {
} /* parent of the current Page */
.current_page_ancestor {
} /* any ancestor of the current Page */

/* content
----------------------------------------------- */
#content {
	padding-bottom:3em;
}

/* social
----------------------------------------------- */
ul#social {
	list-style:none;
	margin-left:0;
}
ul#social li {
	display:block;
	float:left;
	height:30px;
	line-height:2.5em;
	margin:0 0 0.3em;
	padding:0;
	text-indent:3.5em;
	width:100%;
}
ul#social li.facebook {
	background:url(img/social.png) no-repeat 0px 0px;
}
ul#social li.flickr {
	background:url(img/social.png) no-repeat 0px -30px;
}
ul#social li.gmail {
	background:url(img/social.png) no-repeat 0px -60px;
}
ul#social li.rss {
	background:url(img/social.png) no-repeat 0px -90px;
}
ul#social li.twitter {
	background:url(img/social.png) no-repeat 0px -120px;
}

/* page heading
----------------------------------------------- */
h2.univers {
	color:#999;
	font-size:3em;
	text-transform:uppercase;
}
h2.univers a:link, h2.univers a:visited {
	color:#aa2020;
}
h2.univers a:hover, h2.univers a:focus, h2.univers a:active {
	color:#ccc;
}

/* boxes
----------------------------------------------- */
.box {
	background:#ddd;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position:97% 50%;
}
.grid_5 .box h2 a {
	background-position:98% 50%;
}
.grid_12 .box h2 a {
	background-position:99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image:url("img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family:Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}

/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	padding-top:3em;
}
.blog .hide img.ngg-singlepic {
	display:none;
}
.blog img.ngg-singlepic {
	float:right;
	margin:10px 0 10px 10px;
}
.trikots img.ngg-singlepic {
	display:block;
	float:right;
	margin:0 0 1em;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	color:#999;
	margin-bottom:.2em;
	font-size:2em;
	font-weight:normal;
	text-transform:uppercase;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	clear:none;
	float:left; 
	margin:0 15px 5px 0; 
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #eee;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	background:transparent url(img/dotted-ccc.gif) repeat-x bottom;
	color:#666;
	padding:0 0 .2em;
	margin-bottom:.8em;
}
.fca-nut {
	background:transparent url(img/fca-nut.png) no-repeat 0 0;
	text-indent:.65em;
}

/* fca-trikots page
----------------------------------------------- */

#saison ul {
	display:block;
	list-style:none;
	margin:1em 0 0;
	padding:0;
}
#saison li.page_item {
	clear:none;
	display:block;
	float:left;
	font-size:2em;
	font-weight:normal;
	margin:0 10px 10px 0;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	width:163px;
}
#saison li.page_item a:link, #saison li.page_item a:visited {
	background:transparent;
	border:dotted 1px #ccc;
	clear:none;
	display:block;
	margin:0;
	padding:.1em .2em;
}
#saison li.page_item a:hover, #saison li.page_item a:focus, #saison li.page_item a:active {
	background:#f1f1f1;
	border:dotted 1px #ccc;
}

/* table
----------------------------------------------- */

table {
	border:1px solid #ccc;
	margin-bottom:10px;
	margin-top:10px;
	width:100%;
}
th, td {
	padding:.2em 1em;
	text-align:left;
	vertical-align:middle;
}
th.centre, td.centre {
	text-align:center;
}
th.right, td.right {
	text-align:right;
}
td.red {
	color:#aa2020;
	font-weight:bold;
}
thead th {
	background:#ccc;
	padding:.4em 1em .2em;
}
tbody th, tbody td {
	background:#f1f1f1;
}
tbody tr.odd th, tbody tr.odd td {
	background:#fff;
}
tfoot th, tfoot td {
	background:#ccc;
}


/* footer
----------------------------------------------- */
/* Sticky footer */
html, body, #wrap {
	height:100%;
}
body > #wrap {
	height:auto;
	min-height:100%;
}
#main {
	padding-bottom:50px; /* must be same height as the footer */
}
#footer {
	position:relative;
	margin-top:-50px; /* negative value of footer height */
	height:50px;
	clear:both;
	font-size:0.9em;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac */
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */
.foot {
	background:transparent url(img/dotted-ccc.gif) repeat-x top;
	padding-top:10px;
}
#foot p {
	display:block;
	float:left;
	padding:0;
}
#footer a {
	color:#aa2020;
}
#footer a:hover {
	color:#999;
}
#footer ul {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#footer li {
	display:inline;
	padding:0;
	margin:0;
}
#footer li a:link, #footer li a:visited {
	margin:0 1.5em 0 0;
	padding:0;
	text-decoration:none;
}
#footer li a:hover, #footer li a:focus, #footer li a:active {
	text-decoration:none;
}
#footer ul li.current-menu-item a {
	color:#000;
}