/*
Theme Name: McSeven
Description: McSeven's Blog Theme, based upon birdie by Solbergs. Clean, search engine optimized theme. Search engine optimization that really works! 1st. position in search engines. Just remember to fill out meta-tags in header.php. WordPress theme designed by <a href="http://lorem-ipsum-dolor-sit-amet.com" target="_blank">Lorem Ipsum</a>.
Author: Christoph Söllner
Author URI: http://www.mcseven.me
Version: 1.0
Tags: 1st position in search engines, birdie, puffin, puffins, solbergs, white, fixed width, two columns, widgets, clean, minimalistic, lorem ipsum, search engine optimized,
The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php	
*/

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url(images/background.gif) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.2;
	font-size: 10pt;
	color: #000000;
}

#wrap { 
	width:910px;
	text-align:left;
	margin-top:15px;
}

#navigation {
	background: url(images/background_navigation.jpg);
	padding: 2px 10px 2px 10px;
	font-size: 11pt;
	font-weight: bold;
}

#title {
	background: url(images/background_title.jpg) no-repeat;
	height: 140px;
	padding-left: 25px;
	clear: both;
}

#main {
	line-height:1.2;
	background:url(images/background_main.gif) no-repeat;
	padding: 10px;
}

#sidebar {
	float: right;
	margin: 0px 10px 15px 10px;
	width: 160px;
	min-height:200px;
	padding: 10px 10px 10px 10px;
	color: #666666;
}

#content {
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.2;
	min-height:460px; 
	margin: 0px 200px 15px 10px;
	padding: 0px 10px 10px 10px;
	color: #333333;
}

#footer {
	color:#999999;
	clear: both;
	padding: 0px;
	text-align:center;
}

#comments { margin-top: 10px; }

/* text */
h1 {
	font-size:14pt;
	font-weight: normal;
	padding-bottom:8px;
}

.entry h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bold;
}


#sidebar h2 {
	font-size: 12pt;
	color: #666666;
	padding-bottom:3px;
	font-weight:bold;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:normal;
	padding-bottom:5px;
}

.entry h2 {
	font-weight:bold;
	color:#666;
}

.entry h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	padding-bottom:5px;
}

.entry h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	font-style:italic;
	color:#333;
	padding-bottom:5px;
}


.entry a {
	color:#06C;
	font-weight:normal;
	text-decoration:underline;
}

#sidebar a {
	color: #666666;
	text-decoration: none;
}

.entry a:hover,
#sidebar a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: #000000;
}

p, .entry ol, .entry ul { padding-bottom: 8px; }

blockquote, cite {
	display:block;
	background:url(images/quote.png) no-repeat;
	font-style:italic;
	padding:0px 10px 10px 70px;
	color: #000000;
}

/* Table-Layout */
.articleTable {
	width: 600px;
	font-size: 8pt;
	margin-bottom:10px;
	/*border: 1px solid #ddd;*/
}
.articleTable thead tr td {
	text-align: center;
	background-color: #ddd;
	font-weight:bold;
	font-size:9pt;
}
.articleTable tbody tr td {
	vertical-align:top;
	border-bottom:1px dotted #ddd;
}
.articleTable .section {
	text-align:center;
	background-color:#eee;
	font-weight:bold;
}
.articleTable .lineLabel {
	background-color: #ffe;
	text-align: right;
	padding:1px 5px 1px 0px;
}


.navigation {
	padding: 10px 0px;
	color: #666666;
}

.navigation a {
	color: #666666;
	text-decoration: none;
}

.alignleft { float: left; }
.alignright { float: right; }

.post {
	line-height:1.4;
	padding-bottom: 10px;
	display:block;
}

.postmetadata {
	color: #666666;
	padding: 2px 2px 2px 4px;
	border: 1px solid #e1e1e1;
	background-color: #f7f7f7; 
	font-size:8pt;
	display:block;
}

#date {
	padding-bottom: 5px;
}

a {
	color: #006;
	text-decoration:none;
}

a:hover {
	color: #009;
	text-decoration:underline;
}


.comment {
	padding: 0px;
}

/* form */
#author, #email, #url, #comment, #captcha_code, .s {
	border: 1px solid #000000; 
	padding: 5px;
	font-size: 8pt;
	background-color: #ffffff;
}

#submit, .searchsubmit {
	background-color: #000000;
	color: #ffffff;
	border: 0px;
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
}
#commentform a {
	color: #474404;	
	text-decoration: none;
}
#commentform a:hover {
	color: #474404;	
	text-decoration: underline;
}

.noCommentsFooter {
	font-style:italic;
	color:#999;
	font-size:8pt;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 4px 10px 5px 0px;
	line-height: normal;
}

.wp-caption p {
	margin: 2px 0px 2px 0px;
	padding: 0;
	border: 0 none;
	line-height:normal;
	font-size:8pt;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.sideBarHeader {
	margin-top:0px;
	margin-bottom:10px;
	padding: 0px;
}

.commentEven{
	border-left:3px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
}

.commentEvenLeftTd {
	background:#EEEEEE;
	text-align:center;
	color:#000;
}

.commentOdd{
	border-left:3px solid #CCC;
	border-bottom:1px solid #CCC;
}

.commentOddLeftTd {
	background:#CCC;
	text-align:center;
	color:#FFF;
}

.pagelink {
	font-size: 8pt;
	font-weight: bold;
	line-height: normal;
	padding:2px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
}

.pagelink a {
	font-weight:normal;
}


.entry h1 {
	color:#333333;
	font-weight:normal;
}

.readMore {
	margin-bottom:10px;
}

/* Sidebar Styles */
#sidebar ul {
	padding:0;
	margin:0;
	list-style:none;
}

#sidebar ul li {
	margin-left:10px;
	margin-top:4px;
}

#sidebar ul li a {
	margin:0;
	padding:0;
	border-bottom: 1px dotted #ebebeb;
}
#sidebar ul li ul li { 
	font-size: 8pt;
	margin-top: 5px;
}
#sidebar ul li ul li ul li { font-style:italic; }
#sidebar .current_page_item a { color:#990000; }
#sidebar .current_page_item ul li a { color:#666666; }

#sidebar .current-cat a { color:#990000; }
#sidebar .current-cat ul li a { color:#666666; }

/* Images */

a .alignleft {
	border:0pt none;
	margin-top:4px;
	margin-right:4px;
}

a .alignright {
	border:0pt none;
	margin-top:4px;
	margin-left:4px;
}

a .aligncenter {
	border:0pt none;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
}

/* PAGES Allgemein */
.page_item a { display:inline; }
.page_item ul { list-style:none; }
.page_item ul li { list-style:none; }

/* CSS::Aufklappen Ebene 1 */
.page_item ul { display:none; }

/* CSS::Aufklappen Ebene 2 */
.page_item ul li img { display:inline; }

/* CSS::Aufklappen Ebene 3 */
.page_item ul li ul { display:none; }

/* CSS::Erhalten Ebene 1:: Ebene 2 aufklappen */
.current_page_item ul { display:block; }
.current_page_item img { display:none; }


/* CSS::Erhalten Ebene 2:: Ebene 3 aufklappen */
.current_page_ancestor ul { display:block; }
.current_page_ancestor img { display:none; }

/* CSS::Erhalten Ebene 3:: */
.current_page_ancestor ul li.current_page_item ul { display:block; }
.current_page_ancestor ul li.current_page_item img { display:none; }

/* CSS::Erhalten Ebene 3 */
.current_page_ancestor ul li.current_page_ancestor ul { display:block; }
.current_page_ancestor ul li.current_page_ancestor img { display:none; }

/* CATS Allgemein */
/* PAGES Allgemein */
.cat-item a { display:inline; }
.cat-item ul { list-style:none; }
.cat-item ul li { list-style:none; }

/* CSS::Aufklappen Ebene 1 */
.cat-item ul { display:none; }

/* CSS::Aufklappen Ebene 2 */
.cat-item ul li img { display:inline; }

/* CSS::Aufklappen Ebene 3 */
.cat-item ul li ul { display:none; }

/* CSS::Erhalten Ebene 1:: Ebene 2 aufklappen */
.current-cat ul { display:block; }
.current-cat img { display:none; }


/* CSS::Erhalten Ebene 2:: Ebene 3 aufklappen */
.current-cat-parent ul { display:block; }
.current-cat-parent img { display:none; }

/* CSS::Erhalten Ebene 3:: */
.current-cat-parent ul li.current-cat ul { display:block; }
.current-cat-parent ul li.current-cat img { display:none; }

/* CSS::Erhalten Ebene 3 */
.current-cat-ancestor ul li.current-cat-parent ul { display:block; }
.current-cat-ancestor ul li.current-cat-parent img { display:none; }

/* GESHI Styles */
/* CSS */
.css .re1, .re2 { color:#FF00FF;  }
.css .re3 { color:#3366FF; }
.css .re0 { color:#96F; }
.css .de1 { color:#FF00FF; }
.css .sy0 { color:#FF0000; }
.css .br0 { color:#CC0000; }
.css .kw1 { color:#000099; }
.css .kw2 { color:#0000FF; }
.css .st0 { color:#009900; }
.css .de2 { color:#F00; }

/* PHP */
.php .kw1 { color:#060; }
.php .kw2, .sy1 { color:#F00; font-weight:bold }
.php .sy0 { color:#00F; }
.php .br0 { color:#009; }
.php .st0 { color:#F0F; }

/* TOC */
.tinytoc_level_1 {
	font-weight:bold;
	margin-top: 8px;
}
.tinytoc_level_1 a {
	font-weight:bold;
	
}

.tinytoc_level_2 {
	margin-left:20px !important;
	list-style:circle;
	font-size:10pt;
}

.tinytoc_level_3 {
	margin-left:40px !important;
	list-style:square;
	font-size:8pt;
}

.tinytoc_level_4 {
	margin-left:60px !important;
	list-style:armenian;
	font-size:6pt;
}


.first_in_block {
	margin-top:2px;
}

.last_in_block {
	margin-bottom:2px;
}

.entry ul li,
.entry ol li,
#content ul li,
#content ol li {
	margin-left: 25px;
}

img {
	margin-top:6px;
	margin-right:5px;
}
