/*
Theme Name: Tapame
Theme URI: http://www.
Description:  
Version: 1.0
Tags: white, transparent, light, two-columns, right-sidebar, fixed-width, photoblogging
Author: Tapame
Author URI: http://www.tapame.de
License: All Rights Reserved
*/

html, body { margin:0; padding:0; }
html {
	font-family:Georgia,'Times New Roman',Times,serif; 
	color:#675454;
	font-size: 0.9em;
}
body {
	background:url(images/bgtexture2.gif);
	text-align: center;
	line-height: 1.3em;
	margin: 0 auto;
	padding:20px 0;
}

img { border: 0; }
a:link, a:visited { color: #853423; text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 10px 0;}
h1,h2,h3,h4,h5 { margin:0;padding:0;}
h1 { font-size: 1.6em; color: #853423; }
h2 { font-size: 1.4em; color: #853423; }
h3 { font-size: 1.2em; font-weight: bold; color: #853423; }
h4 { font-size: 1.0em; font-weight: bold; color: #853423; }
h5 { font-size: 0.9em; font-weight: bold; color: #853423; }

.center { text-align: center; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.padding10 { padding: 10px; }

/* One simple border definition */
#content {
	margin: 0 auto;
	padding:6px; /* ==cornersize */
	width:780px;
	min-height:250px;
	background: transparent;
}
#content .sb-inner { background: transparent; }

/* header logo */
#logo { text-align: center; padding: 10px; }

/* primary navigation */
#nav-primary {
	margin:0;
	padding:0;
	font-size: 1em;
	text-align: center;
	width:780px;
	height:36px;
	background:#ffcc00 url(images/nav_primary_bg.gif); 
}
#nav-primary ul {
  display: inline;
  margin: 0;
  padding: 0 0 0 9px;
}
#nav-primary li {
	display: inline;
	list-style: none;
	margin:0;
	padding: 0px 15px 0 0px;
	top:9px;
}
#nav-primary a { font-weight: bold;	text-decoration: none; }
#nav-primary a:hover { text-decoration: underline; }
#nav-primary .current_page_item a { color: white;	text-decoration: none; }

/* pagecontent */
#pagecontent {
	margin:20px 10px 10px 20px;
	padding:0;
	padding-bottom:10px;
	width:740px;
	text-align: left;
	min-height:250px;
}
/* pagecontent home */
#pagecontent-home {
	display:inline;
	float:left;
	margin:20px 10px 10px 20px;
	padding:0;
	padding-bottom:10px;
	width:460px;
	text-align: left;
	min-height:250px;
}

#sidebar-right {
	display:inline;
	float:left;
	width:240px;
	min-height:200px;
	text-align: center;
	margin-bottom:15px;
}
#sidebar-right li { list-style:none; }
/* widget */
.widget {
	margin:15px;
	width:240px;
	background: transparent;
}

#text-4 {
  	text-align:left;
	border:1px solid Silver;
}

#text-4, #text-4 .sb-inner { 
	background: transparent;
}
#text-4 p { 
	margin:10px;
	font-size:12px;
}

/* footer */
#footer { margin: 5px auto; width: 780px; font-size: 0.75em; }

/* secondary nav */
#nav-secondary { margin:0 15px; }
#nav-secondary ul {
  display: inline;
  float:right;
  margin: 0;
  padding: 0 0 0 9px;
}
#nav-secondary li {
	display: inline;
	list-style: none;
	margin:0;
	padding: 0px 10px 0 0px;
	top:9px;
}
#nav-secondary a { color: #663300; }

.table table { border-collapse: collapse; width: 100%; }
.table table tbody { width: 100%; }
.table th {	padding: 6px;text-align: left;  background-color:#ebebd8; }
.table td { border-bottom: 1px dotted #CCC; padding: 6px;  background-color:#ebebd8; }
.table td+td { border-left: 1px dotted #CCC; }
