/*

MOVIE-SHACK.DE CSS

*/

/* GENEREAL */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 62.5%;
	line-height:1.7em;
	background: #45474a;
	color: #3a3a3a;
	text-align: center;
	}
	
.left {
	width: 50%;
	float: left;
	}

.right {
	width: 50%;
	float: left;
	text-align: right;
	}

.clear {
	clear: both;
	}
	
td, th, textarea {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 100%;
	}
	

/* IMAGES */
	
img {
	border: none;
	}

img.block {
	display: block;
	}


/* TEXT */


a {
	color: #58899d;
	text-decoration: none;
	}
	
a:hover {
	color: #2e6b85;
	}
	
#top_menu a, #menu ul li a, #footer .top a {
	color: #fff;
	}

#top_menu a:hover, #footer .top a:hover {
	color: #fff;
	text-decoration: underline;
	}

#footer .bottom a {
	color: #9e9997;
	}

#footer .bottom a:hover {
	color: #9e9997;
	text-decoration: underline;
	}
	
h1, h1 a{
	font-size: 1.3em;
	margin-bottom: 10px;
	font-weight:bold;
	color: #2e6b85;
	}

h1.big {
	text-transform: uppercase;
	font-size: 2.4em;
	line-height: 1.2em;
	font-weight:bold;
	color: #3a3a3a;
	}
		
h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight:bold;;
	}
	
h3, h4 {
	font-size: 1.1em;
	margin-bottom: 20px;
	font-weight:bold;
	}
	
 h4 {
	font-size: 0.9em;
	font-weight: normal;
	padding: 2px 10px;
	background: #eaeaea url(img/layout/bg_head.gif) repeat-x bottom;
	height: 18px;
	color: #3a3a3a;
	text-align: center;
	}
	

/* GENERAL LAYOUT */

#wrapper {
	width: 970px;
	margin: 10px auto;
	font-size: 1.2em;
	text-align: left;
	}


#header {
	margin-top: 20px;
	}

#top_menu {
	color: #fff;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 30px;
	}

#top_menu img {
	vertical-align: middle;
	}



#logo img {
	display: block;
	}

#menu {
	background: url(img/layout/bg_menu.gif) no-repeat;
	width: 950px;
	height: 40px;
	margin: 0 10px; 	
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 625px;
	float: left;
	}

#menu ul li {
	vertical-align: middle;
	float: left;
	}
	

#menu  ul li a, #menu  ul li a.normal {
	float: left;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	display: block;
	padding: 6px 20px 0 20px;
	height: 29px;
	}

#menu ul li a:hover, #menu ul li a.active {
	text-decoration: none;
	background: url(img/layout/bg_hover.gif) repeat-x;
	}

#main {
	background: url(img/layout/bg_main.gif) repeat-y;
	overflow: auto;
	padding: 20px;
	width: 950px;
	margin: 0 10px;
	}
	
#content {
	width: 560px;
	float: left;
	padding-right: 45px;
	}

#sidebar {
	width: 305px;
	float: left;
	}
	
#footer {
	background: #2f343a url(img/layout/bg_footer.gif) no-repeat top;
	color: #9e9997;
	width: 950px;
	margin: 0 10px;
	font-size: 0.9em;
	}

#footer .top {
	color: #fff;
	padding: 10px 0 5px 0;
	margin: 0 20px;
	border-bottom: 1px solid #464a50;
	}
	
#footer .bottom {
	margin: 0 20px;
	padding: 5px 0 10px 0;
	}

#footer .bottom img {
	margin-top: 3px;
	}


/* POST */

.post {
	margin-bottom: 20px;
	}

.post p {
	margin-bottom: 1em;
	}
	
.post em {
	font-style:italic;
	}
	
.post .top, .post .bottom {
	border-top: 1px solid #d9dcdf;
	text-transform: uppercase;
	padding-top: 3px;
	width: 100%;
	font-size: 0.9em;
	color: #8c8c8c;
	}

.post .top {
	margin: 10px 0;
	}

.post .bottom {
	margin: 10px 0 30px 0;
	}

.post .more {
	margin-bottom: 0;
	text-align: right;
	}

.post a.more-link {
	background: url(img/icons/btn_mehr.gif) no-repeat;
	height: 17px;
	width: 40px;
	display: block;
	float: right;
	font-size: 0;
	cursor: pointer;
	text-indent: -9999px;
	letter-spacing: -9999px; 
	}

.post a.more-link:hover {
	background-position: 0 -17px;
	text-decoration: none;
	}

.post .alignright {
	float:right;
	margin: 5px 0 5px 10px;
	}
	
.post .alignleft {
	float: left;
	margin: 5px 10px 5px 0;
	}
	
.post .aligncenter {
	margin:0 auto;
	display:block;
	}
	
.post abbr {
	font-weight:normal;
	}
	
.post ul{
	list-style:circle;
	margin:0 0 0 25px;
	}
	
.post ol{
	list-style:decimal;
	margin:0 0 0 30px;
	}
	
.post .wp-caption {
	background:#f7f7f7;
	border:1px solid #ccc;
	margin:10px;
	text-align:center;
	padding:5px 0 0;
	}
	
.post .wp-caption-text {
	margin:0;
	}
	
.post .wp-caption a, .post .wp-caption a:hover {
	border-bottom:0;
	}
	
.post blockquote {
	border-left: 3px solid #eaeaea;
	margin:15px 0 0 10px;
	padding-left:10px;
	}
	
.post pre {
	font-family:courier;
	font-size:12px;
	letter-spacing:-1px;
	margin:14px 0 14px 0;
	}
	
.post .message ul {
	margin:12px 0 0;
	}
	
.post .message {
	display:none;
	background:#0F67A1;
	margin-top:10px;
	padding:20px;
	color:#fff;
	}


/* COMMENTS */

#comments {
	background: #fff;
	border: 1px solid #d9dcdf;
	padding: 20px;
	}
	
#comments cite{ 
	border-bottom:1px dotted #ccc;
	font-weight: bold;
	}
	
#comments em {
	font-style:italic;
	}
	
#comments ol.commentlist li {
	border-bottom: 1px dotted #ccc;
	padding:10px 5px 20px 10px;
	margin-bottom: 20px;
	}

#comments span {
	display:block;
	color:#eee;
	font-size:120px;
	font-weight:normal;
	float:right;
	padding-top:25px;
	}
	
#comments ul.formlist {
	width:375px;
	margin-bottom: 20px;
	}
	
#comments ul.formlist li {
	display:block;
	margin:10px 0 0;
	}
	
#comments ul.formlist p {
	margin:10px 0 0;
	}
	
#comments input {
	width:370px;
	}
	
#comments textarea {
	width:370px;
	}

#comments li.submitbutton input {
	color: #fff;
	background: #2e6b85;
	padding: 2px;
	width: auto;
	font-weight: bold;
	border: none;
	}

#comments li.submitbutton input:hover {
	color: #fff;
	background: #45474a;
	}

#comments .footer {
	border-top: 1px solid #d9dcdf;
	padding-top: 3px;
	width: 100%;
	}


/* SUCHE */	

#searchform {
	text-align: right;
	float: right;
	color: #fff;
	margin: 6px 20px 0 0;
	font-weight: bold;
	}

#searchform label {
	float: left;
	margin-right: 5px;
	}

#searchform input {
	float: left;
	border: none;
	font-weight: bold;
	}

#searchform #s {
	color: #fff;
	background: #6d6f72;
	padding: 2px;	
	border: none;
	width: 160px;
	}
	
#searchform #searchsubmit {
	color: #fff;
	background: #2e6b85;
	padding: 2px;
	margin-left: 5px;
	cursor: pointer;
	}

#searchform #searchsubmit:hover {
	color: #fff;
	background: #45474a;
	}
	

/* SIDEBAR */

#sidebar .block {
	margin-bottom: 20px;
	}

#sidebar .block ul {
border-bottom:1px dotted #ccc;
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li {
border-top:1px dotted #ccc;
}
#sidebar .block li a {
background:transparent url(img/icons/bullet_black.gif) no-repeat scroll 6px 52%;
font-size:13px;
font-weight:normal;
padding:2px 0 2px 15px;
display:block;
border-bottom:none;
}
#sidebar .block li a:hover {
background:#f7f7f7 url(img/icons/bullet_red.gif) no-repeat scroll 6px 52%;
}
#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
border-bottom:1px dotted #ccc;
margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
background:transparent url(img/icons/bullet_black.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
border-bottom:1px dotted #000;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#e12000;
border-bottom:1px dashed #e12000;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
border-bottom:1px dotted #ccc;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
border-bottom:1px dotted #ccc;
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
#sidebar #wp-calendar tfoot td{
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
