/*
Theme Name: B.T.T.P.
Theme URI: http://bttp.brynasbloggen.se/
Description: 
Version: 0.3
Author: Hans-Eric Grönlund
Author URI: http://www.hans-eric.com
Tags: fixed width, three columns
*/

/*////////// GENERAL //////////*/
body {
  margin: 0px;
}
#container {
  margin: 1em auto;
	width: 989px;
	border: 1px solid #666666;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#container2 {
}

#container3 {
	width: 758px;
	float: left;
}

div.push-down {
  clear: both;
}

/*////////// TYPEOGRAPHY //////////*/
h1 {
	font-size: 32px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

p {}
a {}
a:hover {}
a:visited {}

/*////////// HEADERS //////////*/

#header {
	height: 98px;
	color: #404040;
	padding-top: 1em;
	padding-left: 1em;
	background: white url('header.png') scroll;
	margin-bottom: 40px;
  font-family: "Book Antiqua", Palatino, serif;
	border-bottom: 1px solid #666666;
}

#header h1 {
  margin-top: 0;
	margin-bottom: 10px;
}

#header div {
	margin-left: 2em;
	font-style: italic;
}

#header a {
  text-decoration: none;
}

#header a:link, a:visited {
  color: black;
}

#header h4 a:link {
  color: #404040;
	font-weight: bold;
}
#header h4 a:visited {
  color: #404040;
	font-weight: bold;
}

/*////////// CONTENT //////////*/

#content {
	width: 458px;
	float: right;
	padding: 1em;
}

/*////////// SIDEBARS //////////*/
#sidebar-left {
  padding-left: 1em;
  padding-bottom: 1em;
  width: 200px;
	background-color: white;
}

#sidebar-left h3 {
  display: none;
}

#sidebar-right {
	width: 200px;
	float: right;
	color: #404040;
}

.page-menu {
  margin-left: 0;
	padding: 0;
	border-right: 1px solid #404040;
}

.page-menu li {
	padding: 0;
  list-style: none;
}

#page-menu li.current-page-item {
	padding: 0;
}

#page-menu li a:link {
  color: #404040;
}

#page-menu li a:visited {
  color: #404040;
}

#page-menu li a:hover {
  color: black;
	font-weight: bold;
}

.page-menu li a {
  text-decoration: none;
	font-size: 16px;
  font-weight: normal;
	color: black;
	line-height: 20px;
  //margin: 0;
}

.page-menu li.up-link a {
	line-height: 40px;
	border-bottom: 1px solid black;
}

.page-menu li.current_page_item a {
  color: black;
	font-weight: bold;
}

#page-menu li ul {
	padding-left: 0;
	margin-left: 1em;
  font-weight: normal;
}

#page-menu li ul li a {
  font-size: 12px;
  font-weight: normal;
}


/*////////// NAVIGATION //////////*/

#navigation-top h2 {
  display: none;
}

#navlist
{
  padding: 3px 0;
  margin-left: 0;
  border-bottom: 1px solid #778;
  font: bold 16px Verdana, sans-serif;
}

#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a
{
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #778;
  background: #f7c35a;
  text-decoration: none;
}

#navlist li a:link { color: black; }
#navlist li a:visited { color: black; }

#navlist li a:hover
{
color: white;
background: black;
}

#navlist li.current_page_item a
{
background: white;
color: black;
border-bottom: 1px solid white;
}

#navigation-breadcrumb {
  position: absolute;
	top: 123px;
  width: 989px;
	color: #404040;
	text-align: left;
}

#navigation-breadcrumb a {
  text-decoration: none;
	color: #404040;
	padding: 0.25em;
}

#navigation-search {
  position: absolute;
	top: 96px;
	width: 989px;
	height: 20px;
	font-size: 12px;
	text-align: right;
	color: #404040;
	display: none;
}

.breadcrumb a {
  font-weight: bold;
}

/*////////// BLOG ELEMENTS //////////*/

/*////////// FORMS //////////*/

/*////////// FOOTER //////////*/

#footer {
  border-top: 1px solid black;
	background-color: #f7c35a;
	color: #404040;
	padding: 1em;
	text-align: center;
}

#footer h2 {
  display: none;
}

/*////////// FUN CLASSES //////////*/

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.padded-div {
  margin: 1em;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
