/*
Theme Name: cm_pro
Theme URI: http://wp-content/themes/cm/cm
Description:
Version: 1.0
Author: Sasan Seyfi
Author URI: http://seyfcom.de

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/******************************************
*   HTML Elemente
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}

body {
	color: #333;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	background-image: url(images/backgrounds/page_bg.gif);
	background-repeat: repeat-x;	
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}

p {
	margin: 15px 0;
	}

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

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}



img a:hover {
	text-decoration:none;
	}

a:link img, a:visited img,
a:focus img, a:active img {
	border-top-width: 0;
	border-bottom-width: thin;
	border-left-width: 0;
	border-bottom-style: none;
	border-bottom-color: #999999;
	margin-right: 18px;
	border-right-style: none;
}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}




img {
	float:left;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0;
}



/******************************************
*   Structure
******************************************/

#container1 {
	height: 25%;
	width: 100%;
	background-image: url(images/backgrounds/top_bg.gif);
	background-repeat: repeat-x;
	position: absolute;
}

#container2 {
	height: 80%;
	width: 100%;
	background-image: url(images/backgrounds/page_bg.gif);
	background-repeat: repeat-x;
	position: absolute;
}
	

#wrapper {
	width:891px;
	min-height:600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E1EDF5;
	border-top-color: #FFFFFF;
	border-left-width: 0.65px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-style: solid;
	border-right-color: #666666;
	border-right-width: 0.65px;
	border-top-width: 0.65px;
	border-top-style: solid;
	border-bottom-width: 0.65px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}

#page {
	width:890px;
	font-size:1em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 2px;
	
	}

#branding {
	width:890px;
	height:150px;
	padding-bottom: 0px;
	background-image: url(images/backgrounds/branding_bg.gif);
	background-repeat: repeat-x;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 200px;
	min-height:600px;
	float:right;
	
	}

#leftcol {
	width:287px;
	border-right:1px solid #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}

#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	text-align:justify;
	}



/******************************************
*   Sidebar
******************************************/

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-left:3px double #999;
	border-bottom: 1px solid #999;
	}

.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none;
	border-left:3px solid #999;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none

	}

#sidelist ul {
	padding: 10px;
	width: 160px;
	background-color: #FFFFFF;
	}

#sidelist li {
	list-style:none;
	clear: both;
	}

#sidelist a {
	color: #333333;
        display: block;
}

#sidelist a:hover {
	color: #fff;
	background-color: #257FBB;
	display: block;
}



.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;

	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}

#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#000;
	}



/******************************************
*   Headlines
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

h1 {
	color: #000000;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

h2 {
	color: #666666;
	padding-bottom:8px;
	border-bottom:1px dotted #666;
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#fe9b03;
	}

#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #04568C;
	width: 168px;
	padding-left: 10px;
		}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	color:#FFFFFF;
	clear: both;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	}

h3#respond {
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #666;;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}



/******************************************
*   Content
******************************************/

#content {
	width:650px;
	float:left;
	padding-left: 10px;

	}

#content p a, #content li a {
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}

.description {
	font-size: 1.3em;
	font-weight: bold;
	color:#999;
	}

.feature {
	background: url(images/backgrounds/bg_featured.png) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #ccc;
	}

.feature:hover { background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC; }

.feature p, #rightcol p { margin:0;	}


#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-size:1.1em;
	font-weight:bold;
	color: #FE9B03;
	margin-bottom:15px;
	}

.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color: #FE9B3A;
	}

#leftcol .feature {	margin-bottom: 15px; }


#rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
	}



/*Post Formatting*/

.entry {
	padding-bottom:28px;

	text-align:justify;
	}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}

.post ul li {
	list-style:square;
	margin-bottom:5px;

	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;

	margin-left:48px;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}

.postmetadata {
	margin: 30px 0;
	}


/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}


#searchform {
	margin-bottom: 20px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

.button {
	padding: 1px;
	color:#fff;
	border:none;
	background-color: #044A7C;
	}

.button:hover {
	background:#666;
	color:#FFF;
	text-decoration:none
	}

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

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}

.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}

.commentlist cite { font-weight:bold; }


/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block;
	}


/******************************************
*   Footer
******************************************/

#banner {
	width: 900px;
	color:#FFF;
	height: 90px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
	padding-top: 5px;
	}

#footer {
	width: 890px;
	font-size:0.75em;
	text-align:center;
	padding-top:5px;
	color:#E2E2E2;
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	background-color: #FFFFFF;
	}

#footer a {
	color:#DFDFDF;
	}

#footer a:hover {
	color:#fff;
	text-decoration: underline;
	}

#slide {
	float: left;
	height: 150px;
	width: 210px;
	background-image: url(images/logos/cmlogoklein.jpg);
	background-repeat: no-repeat;
}

#flash {
	float: right;
	height: 150px;
	width: 600px;
	
}

/* For Link Indication plugin */
a.liexternal { padding-left: 10px; background: url(images/link-icon_external_16.gif) no-repeat left; }
a.liwikipedia { padding-right: 14px; background: url(images/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/link-icon_imdb.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-left: 18px; background: url(images/link-icon_mail_03.gif) no-repeat left; }
a.lipdf { padding-left: 18px; background: url(images/link-icon_pdf_05.png) no-repeat left; }
a.lidoc { padding-left: 18px; background: url(images/doc.png) no-repeat left; }
a.zip { padding-right: 18px; background: url(images/link-icon_zip_02.png) no-repeat right; }
a.intern {
	padding-right: 0.4em;
	background: url(images/link-icon_external_16.gif) no-repeat right;

}








/*................
*	TABELLEN
.............................................*/



table {
	border-collapse: collapse;
	color: #555;
	background: #fff;
	margin-left: 55px;
}

th {
	border: 1px dotted #bbb;
	padding: .5em;
	color: #BF004D;
	background-color: #EFEFEF;
}


td {border: 1px dotted #bbb;
padding: .5em;}

caption {padding: 0 0 .5em 0;
text-align: left;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
color: #333;
background: transparent;}

/* =links
----------------------------------------------- */

table a {padding: 1px;
text-decoration: none;
font-weight: bold;
background: transparent;}

table a:link {border-bottom: 1px dashed #ddd;
color: #000;}

table a:visited {border-bottom: 1px dashed #ccc;

color: #808080;}

table a:hover {border-bottom: 1px dashed #bbb;
color: #666;}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th {border: 2px solid #000;
text-align: left;
font-size: 1.2em;
font-weight: bold;
color: #333;
background: transparent;}

tfoot td {border: 2px solid #000;}

/* =body
----------------------------------------------- */

tbody th, tbody td {vertical-align: top;
text-align: left;}

tbody th {white-space: nowrap;}

.odd {background: #fcfcfc;}

tbody tr:hover {background: #fafafa;}
