/*
Theme Name: Blank HTML B
Theme URI: http://www.dieter.no
Description: Blank HTML B, 2 Columns, 1 Right Sidebar
Version: 0.1
Author: Dieter
*/

* {margin:0; padding: 0;}

img {border: 0; float: left;}

p {margin-top: 15px; margin-bottom: 15px;}

a:link {
	color: #5b7da6;
}

a:visited {
	color: #5b7da6;
}
a:active {
	color: #3366CC;
}
a:hover {
	color: #3366FF;
}

/*general alignment*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

/*the main div containers*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
	background-color: #000;
	background-image: url(images/body0.jpg);
	background-repeat: repeat-x;
	border-top: 7px solid red;
}
#wrapper {
	width: 868px;
	margin: 20px auto;
	padding: 0px;
	background-color: #FFFFFF;
	background: url(images/content_tile.jpg) repeat-y;
}

#header {
	height: 287px;
	width: 868px;
	margin: 0px;
	background-image: url(images/header_ny.jpg);
}

#header_right {
	float: right;
	width: 300px;
	padding-top: 14px;
	position: relative;
}

#top_right {position: absolute; top: 20px; right: 40px;}

.phone_ul {
	list-style-image: url(images/phone.png);
	font-weight: bold;
}

#main {
	width: 821px;
	padding: 30px 27px 0px 27px;
}

#content {
	width: 515px!important;
	width: 500px;
	padding: ;
	float: left;
	line-height: 1.3em;
	background: transparent;
}

#content_video_page {
	width: 515px!important;
	width: 600px;
	padding: ;
	float: left;
	line-height: 1.3em;
	background: transparent;
	border: 1px slid silver;
}

#sidebar {
	width: 235px;
	float: right;
	background-color: #f1f1f1;
	background-image: url(images/sidebar_top.jpg);
	background-repeat: no-repeat;
	padding: 50px 10px 20px 10px!important;
	padding: 50px 0px 20px 10px;
	margin-top: 10px;
	margin-right: 5px;
}
#footer {
	height: 58px;
	width: 868px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 30px 0 0 0;
	background: url(images/footer.jpg) no-repeat;
}

/*some general classes */
.description {
	clear: left;
	padding: 5px 0 5px 35px;
	display: none;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
  font-size: 10px;
  width: 520px;
  height: 20px;
}

/*style the header h1 - the main heading*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
	display: none;
}
#header h1 a:hover {
	text-decoration: underline;
}

/*style for menu and submenu, pages and sub-pages in the header*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 0 0 0 0;
	width: 834px;
	height: 33px;
	padding: 10px 0 0 34px;
	background: url(images/navbar_ny.jpg);
	margin: auto;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
	font-weight: bold;
	font-size: 12px;
}

#menu li a{
	color: #000000;
	text-decoration: none;
}

#menu li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/*style the headings*/
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 12px;
	color: #666666;
	width: 235px;
	height: 16px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.post h2 {
	font-size: 1.2em;
	margin: 0px 0 5px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.4em;
  margin: 0;
  padding: 0;
}

#content h3 {
	font-size: 14px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-bottom: 15px;
}

/*style the post date*/
.entry-date {
	height: 47px;
	width: 45px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	background: url(images/date.gif) no-repeat;
}
.entry-month {
	font-size: 10px;
	margin-top: 18px;
	line-height: 3px;
}
.entry-day {
	font-size: 14px;
	font-weight: bold;
}

/*style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}

#content ul li {
	margin-left: 30px;
	list-style-type: none;
	list-style-image: url(images/ul_content.png);
}

/*style sidebar links*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	background: url(images/sidebar_link_a.ppng) no-repeat;
	width: 205px;
	height: 17px;
	padding: 6px;
	color: #333333;
	margin-bottom: -1px;
	border-bottom: 1px dotted gray;
}
#sidebar li a:hover {
	text-decoration: none;
	background: url(images/sidebar_link_hover.ppng) repeat-x;
	color: #009900;
}
#sidebar ul ul {
  margin-left: 0px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}

/*underpost is exactly what you think, under the post on single.php*/
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}

/*if you insert image and give it a class of the below.*/
img.centered{
	display: block;
	margin: 0 auto 0 auto;
}
img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}


/*oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}



/*time to fancy up the commenting form and stuff*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}

/*below styles admin authors comments on single.php*/
li.author {
	padding: 5px;
}
/*start to style comments, they're an ordered list, hence the ol..*/
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}

/*these are some preventative measures for image hovers, haven't tested it much*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}




.entry-meta {font-size: 10px;}

/* VOSS HELIKOPTER */

#voss_header {
	height: 287px;
	width: 868px;
	margin: 0px;
	background-image: url(images/voss_header.jpg);
}

#voss_header h1 {display: none;}

#voss_menu{
	padding: 0;
	white-space: nowrap;
	margin: 0 0 0 0;
	width: 834px;
	height: 33px;
	padding: 10px 0 0 34px;
	background: url(images/voss_navbar.jpg);
	margin: auto;
}

