/*  

Theme Name: Spansk film
Author: Mikkel Herold
Author URI: http://www.mzh.dk/
Description: Tema udviklet til Spansk Filmforum (http://www.spanskfilmforum.dk/)

*/
@import url('/wp-includes/css/admin-bar.css');

body {
	font-family: Verdana, Sans-Serif;
	font-size: 90%;
	color: #000;
	background: #383bb4;
	background-image: url('images/page_background.jpg');
	background-position: top left;
	background-repeat: no-repeat;
    padding: 15px;
    margin: 0;
	}	

a:link, a:visited {
	color: #383bb4;
	text-decoration: underline;
	font-weight: bold;
	}	

a:hover, a:active {
	color: #000;
	text-decoration: underline;
	}

h1 {
    font-family: Trebuchet MS, Sans-Serif;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 8px 0 0px 0;
	padding: 0;
	color: #db7300;
	}

h1 a:link, h1 a:visited {
    color: #db7300;
    text-decoration: none;
}

h1 a:hover, h1 a:active {
    text-decoration: underline;
}

h2 {
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px 0 2px 0;
	padding: 0;
	color: #333;
font-variant: small-caps;
	}

h2 a:link, h2 a:visited {
        color: #333;
        text-decoration: none;
        font-weight: bold;
font-variant: small-caps;
}

h2 a:hover, h2 a:active {
        text-decoration: underline;
        background: none;
        color: #000;
font-variant: small-caps;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0 8px 0px;
	padding: 0;
	color: #333333;
	}
	
h3.comments {
	font-size: 110
	font-weight: bold;
	margin: 10px 0 8px 0px;
	padding: 0;
	color: #000;
	}
	
h4 {
	font-weight: bold;
	font-size: 105%;
	line-height: 11px;
	margin: 0;
	padding: 0;
	color: #335555;
	}	

#container {
	width: 100%;
	margin: 50px 0 0 0;
}

#header {
	margin: 0;
	background-color: #fcd708;
	background-image: url('images/header_background.png');
	background-repeat: repeat;
	height: 100px;
	border: 1px #98AAB1 solid;
	padding: 0; 
}

#main { 
	margin: 0 0 1em 0;
	background-color: #FFFFFF; 
	background-image: url('images/sidenav_background.jpg');
	background-position: 1em 1em;
	background-repeat: repeat-y;
	border: 1px #98AAB1 solid;
	padding: 20px 215px 40px 20px; 
        min-height: 100%;
}

#sidenav {
	font-size: smaller;
	padding: 0.5em 0 1em 0;
	margin: 0 2em 0 0;
	width: 230px;
	float: left;
	clear: none;
}

#sidenav h3 {
	font-size: 120%;
	font-variant: small-caps;
	text-decoration: underline;
}

#sidenav_content {
	padding-top: 0.5em;
	width: 220px;
	margin: 0 auto 0 auto;
}	

#mailingliste  {
	text-align: right;
	margin-bottom: 1em;
	clear: right;
}

#mailingliste  form, #mailingliste h2 {
	display: inline;
	font-size: smaller;
}
	
#content {
	margin-left: 270px;
        min-height: 100%;
}

#footer {
	margin: 0px;
	padding: 0px 0 50px 0;
	color: white;
}

#logos {
	padding: 10px;
        margin: 5px 0 5px 0;
        height: 70px;
        color: white;
        border: 0px #98AAB1 solid;
        font-size: 85%;
        font-weight: bold;
}

#logos img {
	margin-right: 1em;
        margin-top: 2px;
        border: 1px solid white;
}

#footer ul {
	margin: 0px;
	padding: 15px 0 0 0px;
	font: 11px Verdana, Sans-Serif;
	letter-spacing: -1px;
	list-style: none;
	text-align: center;
}

#footer ul li {
	display: inline;
	margin: 0px;
	padding: 0 15px 0 0;
}

#footer a:link, #footer a:visited {
	color: white;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: white;
	text-decoration: underline;
}

#right_column {
	float: right;
	width: 180px;
	clear: none;
	min-height: 80%;
	position: absolute;
	top: 247px;
	right: 16px;
	background-color: #FFFFFF; 
	border-left: 1px #98AAB1 solid;
        padding-left: 20px;
        margin: 20px 0;
}

#right_column *, #right_column ul {
       font-size: 90%;
       margin-left: 0;
       padding-left: 0;
       list-style-type: none;
}

#right_column li {
       margin-bottom: 5px;
}

#right_column h3 {
font-size: 120%;
font-variant: small-caps;
text-decoration: underline;
}


.pagenav { list-style:none; }

.blog {
	margin: 0 0 30px 0;
	padding: 0px 0px 0 0px;
	}

.article {
	margin: 0px 0 0px 0;
	padding: 0px 0 10px 0;
	border-bottom: 1px solid #e7e7e7;
        text-align: justify;
	}

.article p {
	margin: 2px 0 10px 0;
	padding: 0;
	}

.postmetadata {
	font-family: verdana, arial, sans-serif; 
	font-size: smaller;
	margin: 0px 0 2em 0;
	padding: 0px 0 0px 0px;
	}

#loginbox {
	font-size: smaller;
	padding: 0px;
	margin: 0px 0 15px 0;
	border: 1px solid #CCCCCC;
	background: #f1f1f1;
	}

#searchform {
        margin-bottom: 15px;
	}

#logos img {
	margin-right: 5px;
}

#clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#footinfo {
        padding: 15px 0 0 40px;
        margin: 0px;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: left;
	}

.footer-bottom {
	height: 5px;
	margin: 0px;
	padding: 0px;
	background: url('images/footer_bottom.gif') no-repeat;
}

#commentcontainer {
	padding: 10px 40px 0px 40px;
	margin: 0 0 40px 0px;
	float: left;
}
	
#commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}

	

.commentlist li {
	font-weight: bold;
	border-bottom: 1px solid #C0C9CE;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#leavereply {
	text-align: left;
	padding: 20px 0 0 0;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

#archiveheader {

	padding: 0 0 20px 0;

	}

	

#google {

	font: 10px verdana, sans-serif;

}



.yahoo {

	width: 385px;

	height: 20px;

	font: 10px verdana, sans-serif;

}

a img {

	border: none;

	background: none;

	}


	

/* End Typography & Colors */

	

	

	





/* End Structure */





/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */

#sidenav ul {
	margin: 5px 0 15px 20px;
	list-style: none;
	padding: 0;
}

#sidenav ul li {
	line-height: 13px;
	list-style-image: url('images/arrow_C_ver2.gif');
	padding-bottom: 5px;
	margin: 0 0 0 15px;
	}
	
#loginbox ul {
	margin: 5px 0 15px 20px;
	list-style: none;
	padding: 0;
}

#loginbox ul li {
	line-height: 13px;
	list-style-image: url('images/arrow_C_ver2.gif');
	padding-bottom: 5px;
	margin: 0 0 0 15px;
	}
	
#credits {
       text-align: right;
       color: white;
       font-size: 85%;
}

#credits a {
       color: white;
}

.tabs {

	float: left;

	margin-right: 10px;

	line-height: 20px;

}



#navcontainer {

	width: 705px;

	height: 25px;

	padding: 0;

	margin: 0;

	}



#music {

	padding: 0px;

	margin: 10px 0 0 15px;

	line-height: 20px;

	}

	

#music li {

	list-style-image: url('images/arrow_A_ver2.gif');

	padding-bottom: 5px;

	margin: 0px;

	}



/* End Entry Lists */







/* Begin Form Elements */



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform textarea {

	width: 380px;

	padding: 2px;

	}



#commentform {

	margin: 0;

	float: left;

	}

	

#submit {

	float: left;

	}

	

.dropdown {

	margin: 0;

	font: 10px Verdana, Sans-Serif;

	background: #e7e7e7;

}

	

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 0px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 3px;

	padding: 5px 10px 3px;

	list-style: none;

	}



.commentlist p {

	margin: 10px 5px 10px 0;

	}



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */







/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}




hr {

	display: none;

	}



.navigation {

	display: block;

	margin-top: 10px;

	margin-bottom: 20px;

	}

/* End Various Tags & Classes*/















.img-shadow {

  float: right;

  background: url(images/shadowAlpha.png) no-repeat bottom right !important;

  background: url(images/shadow.gif) no-repeat bottom right;

  margin: 15px 0px 10px 20px;

  }



.img-shadow img {

  display: block;

  position: relative;

  background-color: #fff;

  border: 1px solid #a9a9a9;

  margin: -6px 6px 6px -6px;

  padding: 4px;

  }

  

  .corners {

  	margin: 0px;

	padding: 0px;

}

#wp-calendar {
	margin-left: 1em;
}
