/*
	Theme Name: Bruvik Time
	Theme URI: http://bruviktime.com/
	Description: Theme for Bruvik Fine Timepieces
	Version: 1.0
	
	Author: Magnus Hauge Bakke
	Author URI: http://www.carbon14.no/
*/

/* Typography & Colors */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 21px;
	color: #b1b2b3;
	
	background: url(images/body_background.png) #000 top center no-repeat;
}

h2, h3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

hr {
	border: 0;
	
	color: #1b1b1b;
	background-color: #1b1b1b;
	height: 1px;
}

a {
	text-decoration: none;
	color: #b6161a;
}

	a:hover {
		color: #b1b2b3;
	}
	
	a img {
		border-style: none;
		border: 0;
	}

strong {
	color: #FFF;
}

#nav {
	background: url(images/nav_background.png)	top center no-repeat;
}

	#nav a {
		text-decoration: none;
		display: block;
		color: #FFFFFF;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}

#sidebar a {
	text-decoration: none;
	color: #b1b2b3;
}

	#sidebar a:hover {
		color: #b6161a;
	}

#news {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}

	#news h3 {
		margin: 10px 0 0 0;
		padding: 0;
		font-weight: bold;
	}
	
	#news p {
		margin: 0;
		padding: 0;
	}
	
	#news a.read_more {
		font-size: 10px;
		float: right;
		margin-top: 5px;
	}

#entry a.read_more {
	float: right;
}

#footer {
	font-size: 10px;
	color: #333;
	text-align: right;
}

	#footer a {
		color: #b1b2b3;
	}

/* Structure */

body {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#nav {
	height: 30px;
	padding: 0 20px 0 20px;
}

	#nav li:hover, #nav .current_page_item, #nav .current_page_parent, #nav .current_page_ancestor {
		border-bottom: 1px solid #b6161a;	
	}
	
	#nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: right;
	}
	
	#nav li {
		width: auto;
		height: 29px;
		float: left;
		text-align: right;
		margin-left: 40px;
		line-height: 30px;
	}

#header {
	height: 120px;
}

	#header img.logo {
		width: 365px;
		height: 120px;
		float: left;
		margin-left: 20px;
	}
	
	#header img.slogan {
		width: 459px;
		height: 120px;
		float: right;
		margin-right: 20px;
	}

#content {
	min-height: 400px;
	background: url(images/content_background.png) top center no-repeat;
	
	padding: 20px;
	margin-bottom: 20px;
}

	#entry {
		margin-bottom: 50px;
	}

	#fix {
		width: 100%;
		clear: both;
	}

	#text {
		width: 600px;
		float: left;
		margin-right: 20px;	
	}

#sidebar {
	width: 299px;
	float: right;
	padding-left: 20px;
	border-left: 1px solid #1b1b1b;
}

#content img, #news img {
	border: 1px solid #333;
}

#content img.noboarder, #content img.noboarder {
	border: 1px solid #000;
}

#news {
	min-height: 200px;
	background: url(images/news_background.png) top center no-repeat;
	margin-bottom: 20px;
}

	.news_preview {
		width: 172px;
		margin: 20px 0 0 20px;
		float: left;
	}
	
#footer {
	padding: 20px;
	clear: both;
	position: relative;
	top: 30px;
}
	
/* Alignment */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.alignleft { float: left; }
.alignright { float: right; }