/* - - - - - - - - - - - - - - - - - - - - -

Title : Berlinaleblog
Author : Silab Kamawall
URL : www.simplerules.de

Description : CSS For Berlinaleblog

Created : 06.02.2008 
Modified : -

- - - - - - - - - - - - - - - - - - - - - */
/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
html
{
	height: 100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}

fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
a{text-decoration:none;}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 19px;
}


#index a, #index a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	border: none;
}

#index a:hover {
	color: #ccc;
}

#pages a, #pages a:visited {
	color: #317B9E;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	border: none;
}

#pages a:hover {
	color: #104C68;
}

/* body */


 #pages
{
	background: #efefef url("images/pages_bg.gif") top left repeat-x;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #000;
	
}
 #index
{
	background: #111 url("images/layout.jpg") no-repeat top center;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #999;
	
}

.container
{
	margin: 0 auto;
	width: 825px;
	position: relative;
}

#index .logo a, #pages .logo a
{
	display: block;
	position: absolute;
	top: 40px;
	left: 280px;
	width: 270px;
	height: 50px;
	background: url("images/logo.gif") no-repeat;
}
#index .logo a span, #pages .logo a span
{
	display: none;
}

#index .berlinale
{
	position: absolute;
	top: 131px;
	left: 22px;
	width: 782px;
	height: 463px;
	background: url("images/palast.jpg") no-repeat;
}



#index a.moviereporter, #pages a.moviereporter
{
	display: block;
	width: 156px;
	height: 60px;
	background: transparent url("images/mr_off.gif") no-repeat;
	position: absolute;
	top: 63px;
	left: 670px;
}
#pages a.moviereporter
{
	top: 70px;
}
#index a.moviereporter:hover, #pages a.moviereporter:hover
{
	background: transparent url("images/mr_on.gif") no-repeat;
}

#pages .berlinale
{
	display: none;
}
/* content */
#index .content, #pages .content
{
	margin-top: 720px;
	width: 600px;
	float: left;
	margin-bottom: 20px;
}
#pages .content
{
	margin-top: 160px;
}
.post
{
	margin-bottom: 40px;
	text-align: justify;
}
.entry img
{
	padding: 1px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

#index #sidebar, #pages #sidebar
{
	margin-top: 720px;
	float: right;
	width: 180px;
	font-size: 11px;
}
#pages #sidebar
{
	margin-top: 160px;
}
#footer
{
	margin: 50px 0;
	border-top: 1px dotted #ccc;
	padding: 5px 0;
}
/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/

#index h1, #pages h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	position: relative;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color: #ccc;
	letter-spacing: -1px;
	text-decoration: none;}

#pages h1 a
{
	color: #474A51;
}
#index h1 a:hover, #pages h1 a:hover {
	color: #cc0000;
}

#pages h1
{
	color: #474A51;
}

#index h2, #pages h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
#pages h2
{
	color: #000;
}

#index h3, #pages h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	
	font-family: Geneva, Arial;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #ccc;
	letter-spacing: -1px;
}
#pages h3
{
	color: #999;
}
h3 a, h3 a:visited {
	color: #336699;
	text-decoration: none;
}

h3 a:hover {
	color: #cc0000;
}


/* comments */
ol
{
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
}
ol li
{
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}