/*   
Theme Name: gans
*/

/* =Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; }

h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; }

ol, ul, li { list-style: none; }

blockquote { quotes: none; }

blockquote:before, blockquote:after { content: ''; content: none; }

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }

a img { border: none; }

/* =Generic fixes/styles
-------------------------------------------------------------- */
.navigation {
	margin: 30px 30px 50px 30px;
}
.navigation a {
    margin-right: 16px;
}
.gans {
	margin-right: 32px;
	vertical-align:baseline;
}
.content {
	margin-left: 194px;
	margin-bottom: 50px;
}
.content p {
	width: 720px;
}
body, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

p {
	margin-bottom: 16px;
}


a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
a:focus, a:hover, a:active {
	outline: none
}
.current {
	color: #ff3300;
}
.content a {
    text-decoration: none;
}

.artist {
	float:left;
	width: 200px;
}

.post-type-archive-kuenstlerinnen .content {
	width: 600px;
	overflow:hidden;
}
.page-template-form-php .content p {
	width: 400px;
}
/* text editieren
*/
strong {
	font-weight:normal;
	font-size:24px;
	line-height: 30px;
}

h1, strong {
	margin-bottom:16px;
	font-size:24px;
	line-height: 30px;
}
.footer  {
	margin-left: 194px;
	margin-bottom: 50px;
	text-decoration:none;
}
.footer a {
	text-decoration:none;
}

.footer div {
	float:left; 
	margin-right:16px;
}

form input[type="text"] {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    padding: 2px 0;
	width:200px;
}
input[type="text"]:focus {
	border: 1px solid #666666;
	outline: none;
}
form textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    padding: 2px 0;
	width:200px;
}
textarea:focus {
	border: 1px solid #666666;
	outline: none;
}
form input[type="submit"] {
    margin-top:18px;
}
label {
	display: block;
	margin-top: 18px;
}
.error {
	color: #ff0000;
}
.grau {
	color: #666666;
}
em, i {
	font-style:normal;
	font-weight:normal;
	font-size:18px;
	line-height: 24px;
}
del {
	font-weight:bold;
	font-size: 13px;
	line-height: 16px;
	text-decoration:none;
	}