/*
Theme Name: Bedow.se
Version: 0.1
Author: Christian Bach

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/


/*
#menu {
      font-family: "Lucida Grande", Tahoma;
      font-size: 10px;
      font-weight: lighter;
      font-variant: normal;
      text-transform: uppercase;
      color: #666;
      letter-spacing: 0.3em;
}
 */


* { font-family: "Lucida Grande", Tahoma; color: #666; margin:0; padding:0; font-size: 10px;}

img.png { behavior: url(/wordpress/wp-content/themes/bedow.se/iepngfix.htc) }

body {
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a, a:visited {
	font-size: 10px;
	text-decoration: none;
	outline: none;
}
a.active, a:hover {
	color: #333333 !important;
}
a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}


cite {
	font-size: 90%;
	font-style: normal;
}

h1, h2, h3, #footer {
	border:0;
	font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* */ 
#wrap {
	margin-left: 80px;
	
}
#header {
	border-bottom:1px solid #ecebeb;
	height: 100px;
	width: 800px;
}
#header img {
	padding-top:52px;
	float: left;
}
#header ul {
	padding-top:68px;
	list-style: none;
	float: right;
}
#header ul li {
	display: block;
	float: left;
	margin-left: 74px;
}
#header ul li.first { margin-left: 0; }
#header ul li.current_page_item a { color: #000 !important; }
#header ul li a { 
	font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#page {
	clear: both;
	float: left;
	padding-bottom: 50px;
}
#content {
		float: left;
		width: 800px;
}


/* Perma view */
#video {
	height: auto;
	/*background: #fafafa;*/
	background: #000;
	margin-top: 20px;
	margin-bottom: 18px;
	padding-top: 120px;
	padding-bottom: 120px;	
	text-align: center;
}
#flash-player {
	display: inline;
}	
#gallery {
	height: auto;
	background: #fafafa;
	margin-top: 20px;
	margin-bottom: 18px;
}
#gallery #slideshow {
	width: auto;
}
/*#gallery #slideshow img {  display: block; } */
#gallery #controlls {
	position: relative;
	z-index: 2000;
	width: auto;
	height: 100%;
}
#gallery #controlls #prev, #gallery #controlls #next {
	height: 100%;
	width: 320px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('blank.gif');
}
#gallery #controlls #prev:hover img , #gallery #controlls #next:hover img { display: block; }
#gallery #controlls #prev img, #gallery #controlls #next img {
	left: 21px;
	position: absolute;
	top: 50%;
	margin-top: -38px;
	display: none;
}
#gallery #controlls #next {	
	left: 460px;
}
#gallery #controlls #next img {	
	left: 281px;
}
#gallery #controlls #pager {
	position: absolute;
	top: 100%;
	width: 780px;
	margin-top: -30px;
	text-align: right;
}
#gallery #controlls #pager a {
	margin-left: 5px;
	margin-right: 5px;
}
#gallery #controlls #pager a.activeSlide { color: #000; }

#information {
	border-top: 1px solid #ecebeb;
	border-bottom: 1px solid #ecebeb;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(images/information_bg.gif) repeat-y;
	float: left;
	width: 800px;
}
#information div.left {
	width: 539px;
	float: left;
}	
#information div.right {
	width: 240px;
	margin-left: 21px;
	float: right;
}
#information div.right ul { list-style: none; }
#information a { text-decoration: underline; } 

#information h1, #information h2 {
	margin-bottom: 8px;
	color: #000 !important;
	font-weight: lighter !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-family: "Lucida Grande", Tahoma !important;
  font-size: 10px !important;
}
#information div.right *, #information div.left * { 
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	font-weight: lighter;	
}
#navigation {
	clear: both;
	border-bottom: 1px solid #ecebeb;
	height: 45px;
}
#navigation ul { 
	display: block;
	width: 800px;
	position: relative;
}
#navigation ul li {
	width: 400px;
	position: absolute;
	display: block;
	color: #000;
	left: 0px;
	top: 14px;
	
}
#navigation ul li h3 { color: #000; }
#navigation ul li h3 a { color: #666; }
#navigation ul li.right {
	text-align: right;
	left: 400px;
}		


/* grid view */
body.grid #page {
	float: left;
	padding-bottom: 50px;
}
body.grid #page #content {
	float: left;
	background: url(images/grid_bg.gif) repeat-y;
	width: 840px;
}
body.grid #page #content div.post {
	width: 279px;
	height: 260px;
	float: left;
}
body.grid #page #content div.post div.thumb {
	padding-top: 20px;
	padding-bottom: 8px;
}	
body.grid #page #content div.post h3 {
	width: 240px;
}	


/* static view */
#image {
	margin-top: 20px;
	margin-bottom: 20px;
}

#information.contact {
	background: none;
	text-align: center;
}
#information.contact h1 { margin: 0;}
#information.contact h1 a { color: #333;}


#footer {
	text-align: center;
	top: 30px;
	position: relative;
	clear: both;
color: #000;
	
}