/*
Theme Name: Against Dubbing
Theme URI: http://wordpress.org/
Description: 
Author: ag
Version: 3
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



/* real styles start here */

body {
	margin: 0; 
	padding: 0;
	background-color: #457E9C;
	background-image: url('/wp-content/themes/against-dubbing/img/background.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
a, a:link, a:visited {
	color: #e8641f;
	text-decoration: none;
}
a:hover, a:focus {
	color: #525A4B;
}
a:active {
	color: #44a5bc;
}
.clear {
	clear: both;
}
#container {
	width: 1000px;
	margin: 40px auto 0 auto;
	background: #fff;
	-moz-box-shadow: 0 0 5px #557089;
	-webkit-box-shadow: 0 0 5px #557089;
	box-shadow: 0 0 5px #557089;
	background: #fff url('/wp-content/themes/against-dubbing/img/sidebar.jpg') repeat-y top left;
}

#header {
	width: 100%;
	height: 180px;
	background: url('/wp-content/themes/against-dubbing/img/header.jpg') no-repeat top left;
}
	#header h1 a, #header h1 a:link {
		position: absolute;
		margin: 20px 0 0 20px;
		line-height: 0;
		height: 140px;
		width: 360px;
		font-size: 0;
		text-indent: -9999px;
	}
	#header #quotebox {
		position: absolute;
		margin: 20px 0 0 620px;
		width: 340px;
		height: 140px;
		display: table;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-style: italic;
		color: #3aa0b9;
	}
		#header #quotebox #quotecell {
			display: table-cell; 
			vertical-align: middle;
			text-align: center;
		}
			#header #quotebox #quotecell .saidby, #header #quotebox #quotecell .inmovie {
				font-size: 10px;
				opacity: .6;
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
			}




#sidebar {
	width: 240px;
	padding: 40px 20px 20px 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	float: left;
	color: #778689;
}
	#sidebar .widget-container, #sidebar .menu {
		margin: 0 0 40px 0;
	}
		#sidebar h3 {
			font-size: 19px;
			font-weight: bold;
			color: #aec746;
			text-shadow: 2px 2px 2px #fff;
		}
			#sidebar .widget-container h3 a {
				color: #aec746;
			}
		#sidebar .widget-container ul, #sidebar .menu {
			padding: 5px 0 0 0 !important;
		}
		#sidebar .widget-container li, #sidebar .menu li {
			background: url('/wp-content/themes/against-dubbing/img/li.gif') no-repeat 0 6px;
			padding: 0 0 0 20px;
			line-height: 24px;
		}
		#sidebar .menu li.menu-item-167, #sidebar .menu li.menu-item-168 {
			font-size: 12px;
			opacity: .7;
		}
		
		#sidebar .widget-container a, #sidebar .menu a:link {
			color: #525A4B;
		}
		#sidebar .widget-container a:hover, #sidebar .menu a:focus {
			color: #e8641f;
		}
		#sidebar .widget-container a:active, #sidebar .menu a:active {
			color: #44a5bc;
		}
			#sidebar .widget-container.widget_twitter li, #sidebar .ov-about {
				font-size: 12px;
				line-height: 18px;
			}
			#sidebar .widget-container.widget_twitter .timesince {
				display: block;
				font-style: italic;
				font-size: 11px;
			}
			#sidebar .menu {
				font-weight: bold;
			}
				#sidebar .menu a, #sidebar .menu a:link {
					color: #e8641f;
				}
				#sidebar .menu a:hover, #sidebar .menu a:focus {
					color: #525A4B;
				}
				#sidebar .menu a:active {
					color: #44a5bc;
				}
				#sidebar .amazon {
					float: left;
					margin: 10px 10px 0 0;
					border: 1px solid #D6D6D6;
					background: #fff url('img/amazonde.jpg') no-repeat top left;
					padding: 12px 0 2px 0;
					width: 100px;
					font-size: 10px;
					font-family: Arial, Helvetica, sans-serif;
					overflow: hidden;
					text-align: center;
					line-height: 10px;
				}
					#sidebar .amazon .amazon_title {
						padding: 0 0 3px 0;
					}
					#sidebar .amazon .amazon_dvd {
						display: inline;
					}
					#sidebar .amazon .amazon_br {
						display: inline;
					}
				#sidebar .spreadshirt {
					float: left;
					margin: 10px 0 0 0;
					border: 1px solid #D6D6D6;
					background: #fff url('img/spreadshirt.jpg') no-repeat top left;
					padding: 12px 0 2px 0;
					width: 100px;
					font-size: 10px;
					font-family: Arial, Helvetica, sans-serif;
					overflow: hidden;
					text-align: center;
					line-height: 10px;
				}
					#sidebar .spreadshirt .spreadshirt_title {
						padding: 0 0 4px 0;
					}
					#sidebar .spreadshirt .spreadshirt_link {
						display: inline;
					}
					
				#sidebar #searchform {
					
				}
					#sidebar #searchform label.screen-reader-text {
						display: none;
					}

#content {
	float: left;
	width: 620px;
	padding: 40px 40px 40px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #546062;
}
	#content h1, #content h2, #content h3, #content h4, .linklistcatname {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		color: #3aa0b9;
		font-weight: bold;
	}
		#content h3 {
			font-size: 17px;
			margin: 0 0 10px 0;
		}
		#content h4, .linklistcatname {
			font-size: 16px;
		}
		#content h1 a, #content h2 a, , #content h3 a {
			color: #3aa0b9;
		}
		#content .post, #content .page {
			padding: 0 0 40px 0;
			margin: 0 0 30px 0;
			background: url('img/divider.jpg') no-repeat bottom center;
		}
		#content .post p, #content .page p {
			margin: 0 0 10px 0;
		}
		#content li {
			background: url('/wp-content/themes/against-dubbing/img/li.gif') no-repeat 0 6px;
			padding: 0 0 0 20px;
			line-height: 24px;
		}
		#content .entry-meta {
			font-size: 12px !important;
			margin: 0 0 10px 0;
			opacity: .7;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
			-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		}
			#content .entry-date {
				background: url('/wp-content/themes/against-dubbing/img/icons/time.png') no-repeat 0 0;
				padding: 0 0 0 20px;
			}
			#content .entry-meta .author {
				background: url('/wp-content/themes/against-dubbing/img/icons/user.png') no-repeat 0 0;
				padding: 0 0 0 17px;
				margin: 0 0 0 5px;
			}
		#content .entry-utility {
			font-size: 12px !important;
			opacity: .7;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
			-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		}
			#content .entry-utility .cat-links {
				background: url('/wp-content/themes/against-dubbing/img/icons/folder.png') no-repeat 0 0;
				padding: 0 0 0 17px;
			}
			#content .entry-utility .tag-links {
				background: url('/wp-content/themes/against-dubbing/img/icons/tag.png') no-repeat 0 0;
				padding: 0 0 0 20px;
				margin: 0 0 0 5px;
			}
		#content .comments-link {
			float: right;
			background: url('/wp-content/themes/against-dubbing/img/icons/comments.png') no-repeat 0 5px;
			padding: 0 0 0 20px;
		}
		#content .entry-meta:hover, #content .entry-utility:hover {
			opacity: 1;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
			-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		}
		#content .addthis_toolbox {
			margin: 20px 0 0 0;
			padding: 10px 0 0 0;
			border-top: 1px dotted #D7E0E5;
		}
		.divider {
			padding: 0 0 30px 0;
			margin: 0 0 30px 0;
			background: url('img/divider.png') no-repeat bottom center;
		}
		
		#content #entry-author-info {
			border: 1px solid #D7E0E5;
			padding: 10px;
			margin: 20px 0 0 0;
		}
			#content #entry-author-info #author-avatar {
				float: right;
				width: 50px;
				margin: 0 0 0 10px;
			}
			#content #entry-author-info #author-description {
				float: left;
			}
		
		#content #nav-below {
			margin: 0 0 40px 0;
		}
			#content #nav-below .nav-previous {
				float: left;
			}
			#content #nav-below .nav-next {
				float: right;
			}
		#content #comments li {
			background: 0;
			margin: 0;
			padding: 0;
		}
		#content #comments .comment, #content #comments #respond {
			padding: 10px;
			margin: 0 0 5px 0;
		}
		#content #comments .comment.even {
			background-color: #FBFEF7;
		}
		#content #comments .comment.odd {
			background-color: #f7fcff;
		}
		#content #comments .comment.byuser, #content #comments #respond {
			border: 1px solid #a1dfee;
		}
		#content #comments li .comment-author .avatar {
			float: right;
		}
		#content #comments .comment-meta .datum {
			background: url('/wp-content/themes/against-dubbing/img/icons/date.png') no-repeat 0 0;
			padding: 0 0 0 20px;
		}
		#content #comments .comment-meta .uhrzeit {
			background: url('/wp-content/themes/against-dubbing/img/icons/time.png') no-repeat 0 0;
			padding: 0 0 0 20px;
			margin: 0 0 0 5px;
		}
		#content #comments .comment-meta .bearbeiten {
			background: url('/wp-content/themes/against-dubbing/img/icons/reply.png') no-repeat 0 0;
			padding: 0 0 0 17px;
			margin: 0 0 0 5px;
		}
		
		#content #comments .reply {
			background: url('/wp-content/themes/against-dubbing/img/icons/comment_add.png') no-repeat 0 4px;
			padding: 0 0 0 20px;
			float: right;
		}
		#content #comments #cancel-comment-reply-link {
			background: url('/wp-content/themes/against-dubbing/img/icons/comment_delete.png') no-repeat 0 3px;
			padding: 0 0 0 20px;
			float: right;
		}
		#content #comments #respond {
			background-color: #fff;
		}
		#content #comments #respond code {
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
		}
		#content input, #content textarea {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #546062;
			margin: 7px;
			padding: 5px;
			-moz-box-shadow: 0 0 5px #a1dfee;
			-webkit-box-shadow: 0 0 5px #a1dfee;
			box-shadow: 0 0 5px #a1dfee;
			border: 1px solid #546062;
		}
		#content input[type=submit] {
			background-color: #F7FCFF;
			font-weight: bold;
			color: #546062 !important;
			border: 1px solid #546062;
		}
		
	
	
#footer {
	background: url('/wp-content/themes/against-dubbing/img/footer.jpg') no-repeat top left;
	height: 40px;
	text-align: center;
	font-size: 11px;
	opacity: .8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	color: #546062;
}
	#footer ul {
		padding: 13px 0 0 0;
	}
	#footer .top {
		float: right;
		margin: 13px 10px 0 0;
	}

