/* @override http://timon-royer.com/de/wp-content/themes/trm-de/style.css */

/*  
Theme Name: Timon Royer Mediendesign Deutsch
Theme URI: http://timon-royer.com/de/
Description: Timon Royer Mediendesign Theme Deutsch
Version: 0.2
Author: Timon Royer
Author URI: http://timon-royer.com/de/
*/

/* @group basic setup */

/* Reset */

*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Begin Typography & Colors */
body {
	color: #333;
	background: #fff url(images/bg_shadow.gif) repeat-y;
	font: normal 62.5%/1.6em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a:link, a:visited {
	color: #397498;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group element positioning */

/* element positioning */

#page {
	/*left empty, wraps everything visible*/
}

#header {
	top: 0;
	left: 90px;
	position: relative;
	width: 811px;
}

#menu {
	top: 0;
	left: 90px;
	position: relative;
	width: 791px;
}

#content {
	top: 0;
	left: 113px;
	position: relative;
	width: 772px;
}

#cntLeft {
	width: 521px;
	float: left;
}

#sidebar {
	width: 206px;
	float: right;
}

/* @end */

/* @group logo layout */
/* logo layout */
#logo {
	background: url(images/logo.jpg) no-repeat;
	height: 127px;
}

#logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* @end */

/* @group menu layout */
/* menu layout */
#menu {
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 1.5em;
	padding-top: 1.5em;
	padding-left: 2.0em;
}

#menu li {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	display: inline;
	padding-right: 1.66em;
	color: #7d7f80;
	position: relative;
	bottom: 0em;
	top: 0.277em;
	list-style: none;
}

#menu a:link {
	color: #7d7f80;
	text-decoration: none;
}

#menu a:visited {
	color: #7d7f80;
	text-decoration: none;
}

#menu a:hover {
	color: #397498;
	text-decoration: none;
}


/* @end */

/* @group cntLeft layout */
/* cntLeft layout */
#cntLeft li {
	font-size: 1.2em;
}

#cntLeft p {
	font-size: 1.2em;
	clear: both;
	line-height: 1.5em;
	margin: 1em 0 1.5em;
}

#cntLeft h1 {
	color: #7f7f7f;
	font-size: 6.0em;
	line-height: 1em;
}

#cntLeft h1:first-letter {
	color: #397498;
}

#cntLeft h2 {
	font-size: 1.8em;
	color: #397498;
	margin-top: 2em;
	margin-bottom: 0.2em;
}

h2 a:link, h2 a:visited {
	color: #397498;
	text-decoration: none;
}

h2 a:hover {
	color: #397498;
	text-decoration: underline;
}

#cntLeft .line01 {
	/*defined as div because hr doesn't work with IE*/
	border-bottom: 1px solid #7f7f7f;
	width: 264px;
	position: relative;
	top: -8px;
	left: 15px;
	/*z-index: -1; FF Bug, lines dissappear*/
	line-height: 0; /*IE 6 and 7 bug fix*/
	font-size: 0; /*IE 6 and 7 bug fix*/
}

#cntLeft .line02 {
	/*defined as div because hr doesn't work with IE*/
	border-bottom: 1px solid #7f7f7f;
	width: 264px;
	position: relative;
	top: -4px;
	left: 30px;
	/*z-index: -1; FF Bug, lines dissappear*/
	line-height: 0; /*IE 6 and 7 bug fix*/
	font-size: 0; /*IE 6 and 7 bug fix*/
}

/* @end */

/* @group sidebar layout */
/* sidebar layout */

#sidebar p {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0.5em 0;
	clear: both;
}

#sidebar h2 {
	font: 1.7em Georgia, "Times New Roman", Times, serif;
	color: #b3b3b3;
	padding-top: 1em;
}

#sidebar .line01 {
	/*defined as div because hr doesn't work with IE*/
	border-bottom: 1px solid #d4d4d4;
	width: 169px;
	position: relative;
	top: -3px;
	left: 0px;
	/*z-index: -1;*/ /*FF Bug, lines dissappear*/
	font-size: 0; /*IE 6 and 7 bug fix*/
	line-height: 0; /*IE 6 and 7 bug fix*/
}

#sidebar .line02 {
	/*defined as div because hr doesn't work with IE*/
	border-bottom: 1px solid #d4d4d4;
	width: 169px;
	position: relative;
	top: -2px;
	left: 10px;
	/*z-index: -1;*/ /*FF Bug, lines dissappear*/
	font-size: 0; /*IE 6 and 7 bug fix*/
	line-height: 0; /*IE 6 and 7 bug fix*/
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar img {
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar form {
	margin: 0;
	}

/* @end */

/* @group footer layout */

#footer {
	border-top: 1px solid #cfcfcf;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #cfcfcf;
	padding-top: 0.3em;
	clear: both;
}

#footer p {
}

/* @end */

form input, form textarea {
		border: 1px solid #c9c9c9;
}

.post p{
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0.3em 0;
	clear: both;
	}

.post h2 {
	font-size: 1.8em;
	color: #397498;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

.post hr {
	display: block;
	}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
	line-height: 1.2em;
}

small img {
	margin-right: 0.4em;
	vertical-align: bottom;
}

h2.pagetitle {
	font-size: 1.6em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
.wp_quotes_quote {
	font-size: 1.1em;
	margin-top: 0.5em;
}

.wp_quotes_author {
	font-size: 1.1em;
	font-style: italic;
	margin-top: 0.5em;
}

/* End Typography & Colors */



.postmetadata {
	clear: left;
}


/* End Structure */



/*	Begin Headers */
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
#respond {
	line-height: 1.6em;
	font-style: normal;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 1em 10px;
	list-style: none;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 5px 0 5px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry form input {
	border: 1px solid #c9c9c9;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	border: 1px solid #c9c9c9;
}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding-top: 2.0em;
	padding-bottom: 3.0em;
	clear: both;
	}
/* End Various Tags & Classes*/

/* NGGallery customization */

.ngg-gallery-thumbnail-box {
	height: 92px;
}
/* End NGGallery customization */

