/*
Theme Name: Blue Angel Films
Author: seka tokic
Description: Based on TwentyTen Five (Richard Shepherd), a HTML5 version of the TwentyTen default theme for WordPress.
Version: 1.0

*/

/* Grab the original TwentyTen styles */
/* This stylesheet merely overrides a few and brings HTML5 to the masses! */
@import url(css/twentyten-style.css); 

/* A message for users with JavaScript turned off */
noscript strong {display: block; font-size: 18px; line-height:1.5em; padding: 5px 0; background-color: #ccc; color: #a00; text-align: center; }

/* HTML5 elements need display: block */
header,nav,section,article,aside,figure,footer { display:block; }

/* Where we're reassigning div's to HTML5 elements we */
/* need to copy across their CSS styles like so... */
.header { padding:30px 0 0 0; height: 100px; }
footer { margin-bottom:20px; clear:both; width:100%; }
footer ul{list-style-type: none; float: right; padding: 5px;}
footer a, footer a:link, footer ul li a:hover, footer ul li a:active, footer ul li a:visited {
	color: #ffffff;

}

h2#site-description { font-size: 12px;}

#site-title a {
	width: 346px;
	height: 99px;
	display: block;
	background: url(images/doris-kirch-logo.png) no-repeat;
	text-indent: -99999999px;
}

#content figure { background:#f1f1f1; line-height:18px; margin-bottom:20px; padding:4px; text-align:center; }
#content figure img { margin:5px 5px 0; }
#content figure figcaption { color:#888; font-size:12px; margin:5px; font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; }

nav#access { 
	font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; 
	margin:20px 0 0 0; 
	width:260px;  
	display:block;
	 -webkit-text-size-adjust:120%; 
	 float: left;
}
nav .menu-header { font-size:13px; margin-left:12px;}
nav .menu-header ul { list-style:none; margin:0; }
nav .menu-header li { position:relative; background-color: #ffffff; margin: 0 0 5px 0; }
nav a:visited,nav a:link { color:#aaa; display:block; line-height:38px; padding:0 10px; text-decoration:none; }
nav ul ul { box-shadow:0 3px 3px rgba(0,0,0,0.2); -moz-box-shadow:0 3px 3px rgba(0,0,0,0.2); -webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2); display:none; position:absolute; top:38px; left:0; float:left; width:180px; z-index:99999; }
nav ul ul li { min-width:180px; }
nav ul ul ul { left:100%; top:0; }
nav ul ul a { background:#333; line-height:1em; padding:10px; width:160px; height:auto; }
nav li:hover > a,nav ul ul :hover > a { background:#333; color:#fff; }
nav ul li:hover > ul { display:block; }
nav ul li.current_page_item > a,nav ul li.current-menu-ancestor > a,nav ul li.current-menu-item > a,nav ul li.current-menu-parent > a { color:#000000; }

#content header p.entry-meta { margin-bottom: 0px; }

input[type="email"], 
input[type="url"] { background: #f9f9f9; border: 1px solid #ccc; box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); padding: 2px; }


.ie6 nav ul li.current_page_item a,.ie6 nav ul li.current-menu-ancestor a,.ie6 nav ul li.current-menu-item a,.ie6 nav ul li.current-menu-parent a,.ie6 nav ul li a:hover { color:#fff; }

.preview-pic{
	float: left;
	width: 230px;
	margin: 5px 0 0 0;



}




}