/*
Theme Name: Per.spectives
Theme URI: http://per.spectives.com
Description: Custom theme for the blog of Spectives.com
Author: Rutger van Waveren
Author URI: http://www.van-waveren.nl
version: 0.1
Tags: two-columns, sticky-post, light, custom
*/


body {
	text-align: center; 
  margin: 0px;
  padding: 0px; 
  font-family: Arial, Helvetica, sans-serif; 
  color: #000000; 
  font-size: 0.8em;
  background-color:#fff;
	}

body, a {
  color:#9f7e63; /* dark brown */
}

a { 
  outline:none;
}

a:hover, body .entry {
  color:#000;
}

a img {
  border:none;
}
ul {
	clear:both;
}

h1, h2, h3, h2 a, .collectionof {
  font-family: Tahoma, Helvetica, Arial, sans-serif; 
  font-weight: lighter; 
  font-size: 19px; 
  clear:both; 
  color: #000000;
	text-decoration:none;
}

h1, h2 {
  background-image:url(images/h2bg.png);
  background-repeat: no-repeat; 
  background-position: center bottom; 
  padding-bottom: 9px; 
  padding-right: 5px; 
  padding-left: 5px; 
  float: left; 
  margin: 15px 5px 5px 0px; 
  padding-top: 0px; 
  clear: none;
}

abbr {
  text-decoration:none;
  border:none;
}

fieldset {
  border:none;
  margin:0;
  padding:0;
}

legend {
  display:none;
}



#container {
	text-align: left; 
  padding: 0px;
  width: 1004px; 
  margin-right: auto; 
  margin-left: auto;
	}
	
#header {
	  width: 1002px; 
	}
	
#content {
	margin: 0px; 
  padding: 0px; 
  width: 877px; 
  float: left; 
  clear: left;
  margin-top: 10px;
	}
	
#footer {
	clear: both;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #9f7e63;
  margin-top: 40px;
  text-align: right;
  padding-bottom: 50px;
  padding-top: 4px;
  display: block;
	}
	
#top {
  width:100%;
  height:52px;
  background-color:#e7dac7; /* light brown */
  overflow:hidden;
}

#login-or-register {
  float:right;
  padding-top:17px;
  padding-right:11px;
}

#search {
  border: 1px solid #cbaa89;
  height: 26px;
  width: 300px;
  padding:1px;
  float:left;
  margin-top: 11px;
  background-color:#FFF;
  overflow:hidden;
}
#search input[type="text"] {
  border:none;
  height:24px;
  float:left;
  width:260px;
  font-size:16px;
  color: #cbaa89;
  font-style:italic;
  padding-left: 4px;
}
#search input[type="text"].active {
  font-style:normal;
  color:#000;
}
#search input[type="submit"] {
  float:right;
  background-image:url(images/search-button.png);
  border:none;
  width: 26px;
  height:26px;
}

#favorites {
  clear:both;
	width:100%;
  border-bottom: 1px solid #cbaa89;
  padding-top:10px;
  padding-left:5px;
  padding-bottom:0;
  height:20px;
  float:left;
}

#favorites ul {
  margin:0;
  padding:0;
}
#favorites li {
  display:block;
  padding:5px;
  padding-top: 2px;
  margin-right:3px;
  border:1px solid #cbaa89;
  height: 12px;
  float:left;
}
#favorites li a {
  text-decoration:none;
}
#favorites li a:hover, #favorites li.currenttab a {
  color: #25140d;
}

#favorites li.current_page_item {
  background-color:#FFF;
  border-bottom-color:#FFF;
  padding-right:4px;
}

#favorites li.mine {
  background-image:url(images/mine.png);
  background-position:left top;
  background-repeat:no-repeat;
}

#logo {
  float:left;
  margin-right: 11px;
}
.hide, .disabled {
  display: none
}
#favorites li.backtospectives {
	border:none;
	font-weight:bold;
}

.post-container {
	}
	
.entry h1 {
	}

.sidebar {
	margin: 0px;
  padding: 24px 0 0 0;
  width: 125px !important;
  float: right;
  overflow:hidden;
	}
.sidebar img { 
	float:left;
	margin-right: 5px;
}

small {
	font-size:100%;
}

.sidebarrssfeed {
  margin-top: 30px;
  background-image:url(images/rss_icon.gif);
  background-position: 0px;
  background-repeat:no-repeat;
  padding-left: 18px;
}
.postedby {
	font-style:italic;
}
