/*   
Theme Name: embrea.ch
Theme URI: http://embreach.net/
Description: Theme for embreach.net / embrea.ch. Not for re-use.
Author: Jari Aarniala
Author URI: http://embreach.net/
Version: 2008-08-08
.
*/

body {
	margin: 0px;
	background: #000 url(images/background.jpg) no-repeat;
	font-family: Garamond, Georgia, serif;
	color: #ddd;
}

a {
	color: #fff;
}

#menu {
	width: 960px;
	margin-top: 21px;
	padding-top: 18px;
	padding-left: 40px;
	background-color: #000;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	float: left;
	display: block;
	margin-right: 20px;
	font-size: 1.5em;
	text-transform: lowercase;
}

#menu li.page_item {
	border-top: 8px solid #000;
	margin-bottom: 12px;
	padding-top: 2px;
}

#menu li.page_item a {
	color: #a7a7a7;
	text-decoration: none;
}

#menu li.current_page_item, #menu li.page_item:hover {
	border-top: 8px solid #54432e;
}

#menu li.current_page_item a, #menu li.page_item:hover a {
	color: #fff;
}

#menu li.logo {
	padding: 1px 0px 0px 0px;
	margin-right: 25px;
}

#menu .logo img {
	border: 0px;
}

#theme {
	width: 1000px;
	height: 180px;
	margin-top: 18px;
	margin-bottom: 10px;
	padding-top: 140px;
}

.banner {
	margin-top: 100px;
	padding: 8px 10px 8px 40px;
	font-size: 1.4em;
}

.attention {
	background-color: #de4333;
	color: #fff;
}

/* lol */
.attention span {
	font-weight: bold;
	color: #fff;
}

.attention em {
	font-style: normal;
}

.attention a {
	color: #111;
	font-weight: bold;
}

#content {
	margin-left: 40px;
	width: 720px;
	float: left;
}

.post .title a {
	color: #fff;
	text-decoration: none;
}

.post .title {
	color: #fff;
	font-size: 1.7em;
	margin-bottom: 0px;
}

.post h2 .timestamp {
	font-size: 0.6em;
	color: #dd5353;
}

.post .postmetadata .timestamp {
	font-size: 0.8em;
	color: #ccc;
}

.post .entry {
	margin-top: -10px;
}

#sidebar {
	float: left;
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 20px;
	width: 220px;
}

#sidebar img {
	float: right;
	border: 0px;
}

.buff {
	padding: 10px;
	background-color: #de4333;
	font-size: 1.0em;
	color: #111;
}

#footer {
	clear: both;
	width: 900px;
	padding: 0px 50px 0px 50px;
	text-align: center;
	font-size: 0.8em;
	color: #999;
}

.dude {
	clear: both;
	margin-top: 30px;
}

.dude h3 {
	color: #fff;
}

.dude h4 {
	color: #fff;
	margin: 0px;
}

.dude img.leftish {
	float:left;
	margin: 0px 15px 15px 0px;
}
.dude img.rightish {
	float:right;
	margin: 0px 0px 15px 15px;
}
.album {
line-height: 1.5em;
}

.album a {
font-size:1.2em;
}

/* gallery stuff */

#photo-set-links, #photo-sets {
  font-family: arial, helvetica;
  font-size: 0.9em;
}

#photo-set-links {
  margin: 20px 0px 20px 0px;
}

.photo-set-link {
  float: left;
  padding: 5px;
  margin: 5px 10px 5px 0px;
  background-color: #333;
}

.photo-set-link a {
  text-decoration: none;
}

.active-set-link {
  background-color: #666;
}

#photo-sets {
  clear: both;
}

.photo-set {
  display: none;
}

.photo-set .title {
  display: none;
}

.photo-set .details {
  padding-top: 15px;
  margin-bottom: 30px;
}

.photo-set .details .credits {
  font-weight: bold;
}

.photo-set .photo-link {
  margin-top: -15px;
  font-weight: bold;
  font-size: 1.2em;
}

/* shop */

.products .product {
  float: left;
  width: 170px;
  padding: 10px;
  margin-right: 20px;
  background: #f2f2f2;
  font-size: 0.9em;
  color: #777777;
}

.product .picture img {
  border: 3px solid #ccc;
}

.product .details {
  margin: 10px 0px 5px 0px;
}

.product .name {
  font-size: 1.3em;
  color: #3A89C9; 
  font-weight: bold;
}

.product .price {
  font-size: 1.4em;
  font-weight: bold;
}

.product .description {
  background: #e4e4e4;
  color: #444;
  font-size: 1.1em;
}

.product .sizes {
  font-size: 0.9em;
  color: #555;
}

.product .fine-print span {
  color: #000;
}

.product .fine-print a {
  color: #3A89C9;
}

.product .fine-print .sizes {
  border: 0px;
  border-collapse: collapse;
}

.product .fine-print .sizes td {
  border-bottom: 1px solid #ccc;
  padding: 0px;
  margin: 0px;
}

.product .fine-print .sizes .fit {
  font-weight: bold;
}

.product .fine-print .sizes .sold-out {
  text-decoration: line-through;
  color: #ccc;
}

.order-form {
  margin-top: 20px;
  clear: both;
}

