@CHARSET "UTF-8";

/**
 * @project Lotterliebe.de
 * @media	Screen
 * @author 	Marcel Eichner // Ephigenia <love@ephigenia.de>
 * @since 	2010-05-07
 */
body {
	font: normal normal normal 1em/1.4em Arial, Geneva, Verdana, Helvetica, sans-serif;
	background: #00FF80;
	background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#00FF80), to(#00C580));
	background: -moz-linear-gradient(center bottom, #00FF80 85%, #00C580 100%);
}

strong { font-weight: bold; }
em { font-style: italic; }
a {
	color: #000000;
}

/** quoting **/
blockquote p:before, q:before { content: '„'; }
blockquote p:after, q:after { content: '“'; }
blockquote p {
	background-color: #f3f3f3;;
	padding: 10px 8px 10px 8px;
}
blockquote cite {
	text-align: right;
	font-size: 0.8em;
	display: block;
	color: #656565;
	content: close-quote " (zitat von " attr(cite) ")";
	border-top: 1px solid #cbcbcb;
	padding-top: 0.25em;
}


#app {
	border-left: 2px solid #0FD3B8;
	border-right: 2px solid #0FD3B8;
	background-color: #ffffff;
	padding: 30px;
	width: 700px;
	margin: 0px auto 0px auto;
}

strong { font-weight: bold; }
em { font-style: italic; }

h1, h2, h3 {

}
h1 {
	clear: both;
	font-size: 1.6em;
	line-height: 1.25em;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 0.35em;
	border-bottom: 2px solid #00A333;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0.15em;
}

/**
 * 	Header styles
 */
#header {
	background: transparent url(../img/lotterliebeLogo.gif) no-repeat 0px 0px;
	height: 74px;
	margin-bottom: 1em;
}
#header a span {
	display: none;
}

/** Main menu **/
#mainMenu {
	display: block;
	padding-bottom: 2.4em;
}
#mainMenu a {
	display: block;
	text-decoration: none;
	height: 22px;
	border-bottom: 3px solid #ffffff;
}
#mainMenu a:hover {
	border-bottom: 3px solid #000000;
}
#mainMenu li {
	display: table;
	float: left;
	background-image: url('../img/lotterliebeMenu.gif');
	background-repeat: no-repeat;
	background-position: 0px;
	height: 22px;
	width: 100px;
	margin-right: 10px;
}
#mainMenu li span {
	display: none;
}
#mainMenu li.home {
	width: 57px;
	background-position: 0px 0px;
}
#mainMenu li.about {
	background-position: -64px 0px;
	width: 60px;
}
#mainMenu li.projekte {
	background-position: -132px 0px;
	width: 87px;
}
#mainMenu li.impressum {
	width: 113px;
	background-position: -228px 0px;
}

.sidebar {
	width: 200px;
	float: right;
}
.sidebar .teaser {
	padding: 0.5em 0.5em;
	background-color: #CBEAFD;
	margin: 0em 0em 1em 0em;
	font-size: 0.9em;
	line-height: 1.5em;
}


/**
 *	Hint & Error Styles
 */
/** Error, Hint, Flashmessages styles **/
p.error, p.hint, p.success, #flashMessage {
	display: inline-block;
	padding: 0.5em 0.75em;
	margin: 1em 0.5em 1em 0em;
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
p.error, #flashMessage.error {
	background-color: #F1B7B7;
	color: #561E17;
	border-color: #A7160C;
}
p.hint, #flashMessage.hint {
	border-color: #e6db55;
	background-color: #ffffe0;
	color: #000000;
}
p.success, #flashMessage.success {
	background-color: #dcffdc;
	border-color: #b5f782;
}
#flashMessage .close {
	font-size: 0.75em;
	float: right;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

/**
 * pagination style
 */
ul.pagination {
	padding: 10px 0px 10px 0px;
}
ul.pagination li {
	display: inline;
	margin: 10px 1px 0px 0px;
}
ul.pagination li a {
	padding: 2px 4px;
	border: 2px solid #C4DCF9;
	text-decoration: none;
}
ul.pagination li a:hover {
	border: 2px solid #5D95F2;
}
ul.pagination a.current {
	border: 2px solid #C4DCF9;
	background-color: #C4DCF9;
	color: #000;
}


.gravatar {
	padding: 1px;
	vertical-align: text-bottom;
	border: 1px solid #CCC;
	margin: 0px 5px 0px 0px;
}

