/*  
Theme Name: BeersAndIdeas
Theme URI: http://www.beersandideas.com
Description: Wordpress-Theme for BeersAndIdeas
Version: 1.0
Author: Torsten Evers

***********************************************************************************/


/**-----------------------------------------------------------------------------
/* PFLICHTPROGRAMM */
/*******************/

body {
	font: normal 12px Arial, sans-serif;
	color: #000000;
	background-color: #FFF;	
	margin: 0px;
}

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

a:visited {
	color: #262626;
}

a:focus, a:hover, a:active {
	color: #F95120;
	background: transparent url(images/arrow.gif) no-repeat scroll 0 -16px;
}

a img, img {
	border: 0px;
}

h1, h2 {
	font: 1.7em "Verdana", "Arial", "Helvetica", sans-serif;
	font-weight:bold;	
	margin: 0px;
	padding: 0px;
}

h2 a, h1 a {
	text-decoration: none;
	color: #000000;
}

h1 a:hover, h2 a:hover {
	color: #F95120;
}


/**-----------------------------------------------------------------------------
/* MASTER-LAYOUT */
/*******************/

.wallpaper {
	font: normal 12px Arial, sans-serif;
	background-image: url(images/wallpaper.jpg);
	margin: 0px;
}

.contentTable {
	width: 1020px;
	height: 729px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse; 
	border-spacing: 0;	
}

.contentTable td, .contentTable th { 
	padding: 0;
	background-color: #FFF;
}

.headline {
	font: 1.7em "Verdana", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px:
}
	

div.theLoop {
	width: 640px;
	height: 491px;
	overflow:auto;
	background-color: #FFF;
}

div.thePage {
	width: 613px;
	height: 519px;
	overflow:auto;
	background-color: #FFF;
}

div.theCategoryList {
	position:absolute; 
	left:500px; 
	top:180px; 
	width:180px; 
	height:30px;
}

.navigation {
	padding: 7px; 7px; 7px; 7px;
}

/**-----------------------------------------------------------------------------
/* FOOTER */
/**********/

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

/**-----------------------------------------------------------------------------
/* ENTRY */
/*********/

.entry {
	padding: 8px 3px 1px 4px;
	border-bottom: 1px #E0D3CD dotted;
}

.entry_head {
	padding-left: 8px;
}

.entry_content {
	clear: both;
	padding-bottom: 8px;
}

.entry_content_single {
	clear: both;
	padding-bottom: 8px;
	padding-left: 8px;
}

.entry p {
	padding: 1px;
	margin: 1px;
}

.meta {
	font-size: 0.85em;
	/*clear: both;*/
	color: #666;
	padding-bottom: 8px;
}

.meta a {
	text-decoration: none;
	color: #666;
}

.meta a:hover {
	color: #905;
}

.meta span {
	padding-left: 14px;
	background: #fff url(images/doc.png) no-repeat left center;
}

.meta span.tags {
	background-image: url(images/folder.png);
}

.meta span.comments {
	background-image: url(images/comment.png);
}

.meta span.author {
	background-image: url(images/author.png);
}

.meta span.trackback {
	background-image: url(images/trackback.png);
}

.meta span.delicious {
	background-image: url(images/delicious.png);
}

.back {
	float: left;
}

.back a {
	padding-left: 16px;	
	background: #fff url(images/back.png) no-repeat left center;
}

.next {
	float: right;
	text-align: right;
}

.next a {
	padding-right: 16px;
	background: #fff url(images/next.png) no-repeat right center;	
}

#theLoop h1 img, #theLoop h2 img, #theLoop h3 img {
	padding: 0;
	border: none;
}

/**-----------------------------------------------------------------------------
/* POSTIT DATE */
/***************/

.post_cal {
	border: 1px solid #A6A6A6;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

.post_cal .dayname {
	background-color: #724133;
	border-bottom: 1px solid #A6A6A6;
	color: #FFFFFF;
	font-size: smaller;
	font-weight: bolder;
	width: 100%;
}

.post_cal .daynum {
	border-bottom: 1px solid #A6A6A6;
	font-size: xx-large;
	font-weight: bold;
	width: 100%;
}

.post_cal .month, .post_cal .year {
	font-size: smaller;
	width: 100%;
}

/**-----------------------------------------------------------------------------
/* COMMENTS */
/************/

.nocomments {
}

.commentlist {
}

h3 {
	font: 1.7em "Verdana", "Arial", "Helvetica", sans-serif;
	font-weight:bold;	
	padding-left: 8px;
	border-top: 1px #E0D3CD dotted;
}

.commentodd {
	background-color: #ECE8DD;
}

.commenteven {
	background-color: #FAEECD;
}

.comment {
	font-size: 0.85em;
	color: #666;
}

.commenteven p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 2px;
}

.commentodd p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 2px;
}

.comment a {
	text-decoration: none;
	color: #666;
}

.comment a:hover {
	color: #905;
}

.comment span {
	padding-left: 14px;
	background: url(images/doc.png) no-repeat left center;
}

.comment span.author {
	background-image: url(images/author.png);
}

.comment span.waiting {
	text-decoration: italic;
}

.comment div.text {
	font-size: 10px;
}

#response {
	padding-left: 8px;
}


#response textarea {
	width: 450px;
	height: 200px;
}

#response input, #response textarea, #searchform input {
	font: normal 12px Arial, sans-serif;
	background-color: #F6E37C;
	border: 1px solid #000;
}
