@charset 'utf-8';
/*
Theme Name: stARTcamp Dresden V2
Theme URI: http://startcamp-dresden.de/
Description: 
Author: Tobias Wolf www.augentier.eu
Version: 1.0
Tags: 
*/


@import url(css+js/reset.css);
@import url(css+js/header.css);
@import url(css+js/main.css);
@import url(css+js/aside.css);

/*
FARBEN
link pink		#ff007e rgba(255,0,126,1);
nav blau		#3cc8ff rgba(60,200,255,1);
nav dunkelblau	#0078be rgba(0,120,190,1);

RASTER	
1	2	3	4	5	6	7	8	9	10	11	12	13
80	160	240	320	400	480	560	640	720	800	880	960	1040	
				
*/

body {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.72em;
	color: #222;
	-webkit-font-smoothing: antialiased;
	background-color: #fcfcfc; 
/* 	background: url(css+js/img/raster2.png) center top; */
}
.center {
	position: relative;
	margin: 0 auto;
	width: 1040px;
}
a {
	padding: 3px 0 3px;
	color: #ff007e;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	-webkit-transition: border-color .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out, color .2s ease-in-out;
	-o-transition: border-color .2s ease-in-out, color .2s ease-in-out;
	transition: border-color .2s ease-in-out, color .2s ease-in-out;
}
a:focus, a:hover, a.active {
	padding-bottom: 0;
	border-color: currentcolor;
}
a:active {
	color: #ff007e;
	color: rgba(255,0,126,.6);
}




body > footer {
	margin-top: 80px;
	clear: both;
	padding: 30px 0 26px;
	background: url(css+js/img/header.png);
}
body > footer .center {
	text-align: center;
}
img#wpstats{display:none}

ul#fehlermeldung {
margin-bottom: 10px;
}

ul#fehlermeldung li {
border: 2px solid #EB0000;
padding: 2px;
margin: 2px 0;
background-color: #FFF364;
font-weight: bold;
list-style: none;
}

.category-linkssammlungen ul {
list-style: none;
}
.category-linkssammlungen ul li {
list-style: none;
margin-bottom: 10px;
border-bottom-color: #EEEEEE;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-bottom: 10px;
}
