/*  
Theme Name: The Savage Rose
Theme URI: http://thesavagerose.net
Description: Custom made theme for The Savage Rose
Version: 1.0
Author: Mikkel Bech for BechBox
Author URI: http://www.bechbox.dk



*/

body {
	background: #955000 url(./images/body_bg.jpg) top left repeat-y;
	height: 100%;
	width: 100%;
	margin:0;
  	padding:0;
	font-family: verdana, lucida grande, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 3px;
}

a {
	color: #000;
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
}

small {
	color: #555;
}

cite {
	font-style:italic;
}

.clear_div {
	clear: both;
	height: 1px;
	overflow:hidden;
}

#page {
	height: 100%;
	width: 100%;
  	position:absolute;
  	left:0;
  	top:0px;
}

#sitemap {
	display: none;
	visibility: hidden;
}

#header {
	height: 22px;
	width: 100%;
	background-color: #000;
	color: #aaa;
}

#header .inner {
	padding: 3px 0 0 10px;
}

#wrapper {
	width: 938px;
	height: 100%;
  	position:absolute;
  	left:0;
  	top:0px;
}

#logo {
	width: 469px;
	height: 359px;
	float: left;
  	position:absolute;
  	left:0;
  	top:22px;
}

#logo_right {
	width: 469px;
	height: 359px;
	float: left;
  	position:absolute;
  	left:469px;
  	top:22px;
}

#content {
  	position:absolute;
  	left:0;
  	top:381px;
	float: left;
	background: url(./images/content_bg.jpg);
	width: 469px;
	min-height: 100%;
}

#content .inner {
	margin: 20px 15px 0 25px;
}

#content_right {
  	position:absolute;
  	left:469px;
  	top:381px;
	float: left;
	background: url(./images/content_right_bg.jpg);
	width: 469px;
	min-height: 100%;
}

#content_right .left {
	width: 273px;
	float: left;
}

#content_right .right {
	width: 195px;
	float: left;
}

#menu {
	float: left;
	width: 265px;
	height: 248px;
}

#spot {
	float: left;
	margin: 10px 18px 0 25px;
	width: 230px;
	
}

#flickr {
	float: left;
	width: 100%;
	margin: 18px 0 0 0;
}

#menu {
	float: left;
	width: 100%;
}

.entry {
	margin: 8px 0 0 0;
}

.postmetadata {
	color: #555;
}

.postmetadata a {
	color: #555;
}

#flickr_link {
	position: absolute;
	width: 170px;
	height: 300px;
	z-index: 99;
	background-color: transparent;
	top: 15;
	left: 5;
	cursor: hand;
}

#flickr {
	position: absolute;
	top: 15;
	left: 5;
	width: 240px;
	height: 260px;
	z-index: 2;
}

#flickr img {
	float: left;
	margin: 0 15px 15px 0;
	border: none;
}

.flickrinner {
	margin: 0px -5px 30px 15px;
	height: 280px;
}

#gallery_link {
	position: absolute;
	width: 270px;
	height: 270px;
	z-index: 98;
	background-color: transparent;
	margin-top: 2px;
	margin-left: 0px;
	cursor: hand;
}

#gallery_frame {
	width: 550px;
	height: 450px;
}

#content_right {
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
}

#footer {
	color: #000;
	margin-top: 40px;
	font-size: 10px;
	border-top: 1px solid #333;
}

#footer a {
	color: #000;
}