/*  
Theme Name: PRiNZ BranfordMagazine 3.0
Theme URI: http://www.der-prinz.com/wordpress-theme-im-magazin-stil-branfordmagazine-wordpress-magazine-style-theme-branfordmagazine-63
Description: A premium magazine-style layout for Wordpress with multiple functionalities inspired by the great themes of Brian Gardner and Darren Hoyt
Version: 3.0 (released 2009-06.29)
Author: Michael Oeser
Author URI: http://www.der-prinz.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html { min-height:101%; }
	
body {
	background: #4f362c;
	color: #333;
	padding: 15px 0 25px 0;
	background:url(images/backgrounds/craftazaar_bgr.png) repeat-x #4f362c;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {	margin: 15px 0;	}


hr {
	display: block;
	height:1px;
	background:#cdc8b1;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:0px 6px;
	color:#8b8878;
	}


/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited { 
	color:#006f8a;
	text-decoration: none; 
	} 
a:hover	{ 
	color:#dc143c;
	text-decoration: underline; 
	}

.blogtitle a { text-decoration: none; }

/* Title area links */
.title:link, .title:active, .title:visited { 
	color: #dc143c; 
	text-decoration: none;
	} 
.title:hover { 
	color: #dc143c; 
	text-decoration: underline;
	} 
	
/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}
h3 a:hover {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  {color:#dc143c; text-decoration:none;}
h4 a:hover {text-decoration:underline;}


/* Links in the sidebar */
.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	height:1.4em;
	border-bottom: 1px solid #CDC8B1;
	color:#006f8a;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #f4f4ec;
	text-decoration:none!important;
	}

#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none;}
#sidelist a:hover {text-decoration:underline;}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#000;
	text-decoration:none!important;
	}

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */
.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}



/******************************************
*   Images                         
******************************************/

/*** default image behaviour ***/
img { border:1px solid #8b8878; padding:1px; }


/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 10px 15px 5px 0;
}

.alignright {
float: right;
margin-top:10px;
}

.wp-caption {
   text-align: center;
   background-color: #fff;
   margin-top:5px;
   margin-right: 15px;
   margin-bottom:0px;
}

.wp-caption img{
   padding:2px;
   border:1px solid #999;
}

.wp-caption img:hover{
   border:1px solid #333;
}

.wp-caption p.wp-caption-text {
   color:#775242;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
}


		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:880px;
	margin:0 auto;
	font-size:1em;
	background:#FFF;
	padding: 0px 25px 35px 25px;
	border:3px double #4f362c;
	}

#branding {/*where the logo sits*/
	width:653px;
	height:121px;
	background:url(images/backgrounds/craftazaar_logo.png) no-repeat;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: it´s the sidebar container*/
	width: 258px;
	float:right;
	}
	
/*** IE6 Fix ***/
* html #sidebar {
  margin-right:-5px;
}	

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
	border-right:1px solid #CDC8B1;
	padding-right:16px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:275px;
	padding-left:16px;
	margin-top: -2px;
	text-align:justify;
	}


		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

#sidelist li {
	list-style:none;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	color:#006f8a;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	color:#006f8a;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/RSSButton.png) no-repeat;
	}
	
.postendfeed {
	height:16px;
	padding-left:20px;
	padding-bottom:1px;
	background:url(images/rssSmall.jpg) no-repeat;
}

#sidelist .emailsub {
	width:245px;
	padding-top:8px;
	border:1px dashed #4dc5d6;
	background-color:#f4feff;
	text-align:center;
	}
	
.emailsub span { text-align:center; font-weight:bold; color:#4f362c;}
.emailsub li { padding-bottom:8px; }

/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #dc143c;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #dc143c;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom:6px;
	border-bottom:1px solid #cdc8b1;
	margin:20px 0px 0px;
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.29em;
	margin-bottom:4px;
	font-weight:bold;
	color:#ff809a;
	}

#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#dc143c;
	}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	border-top:3px double #CDC8B1;
	border-bottom:1px solid #CDC8B1;
	padding:5px 0 5px 2px;
	margin:20px 0 12px 0;
	color:#dc143c;
	}
	
#sidebar img {border:0px; padding:1px;}

h3#respond {
	font-size:1em;
	border-top:1px solid #CDC8B1;
	margin-top:10px;
	padding-top:20px;
	}

h3#comments {
	margin-top:10px;
	border-top:1px solid #CDC8B1;
	padding-top:20px;
	}

h3 a:link, h3 a:visited {
	color:#0086a6;
	}

h4 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	margin-bottom:6px;
	}
	
.pagetitle {
	font: 1.2em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-bottom:20px;
	font-weight:bold;
	color:#0086a6;
	}	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:600px;
	float:left;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:14px;
	border: 1px solid #CDC8B1;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	border:1px solid #8b8878;
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #8b8878;
	}

.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #eb5082;
	letter-spacing:normal;
	}
		
#lead p {
	margin-bottom:10px;
	}

.read-on a { /* This can be used to format the "[...]" link in the lead story */
	color:#dc143c!important;
	text-decoration:none;
	}
.read-on small { font-size:0.9em; padding-left:0;}
.read-on a:hover { text-decoration:underline;}

/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block;
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #cdc8b1;
	padding:12px 0;
	}	
	

/* Post Formatting */

.entry {
	padding-bottom:28px;
	text-align:justify;
	}
	
.entry hr {
	display: block;
	height:1px;
	background:#cdc8b1;
	border:1px;
	margin-top:10px;
	margin-bottom:25px;
	}	

.post blockquote {
	color:#4f362c;
	background:#fff7f9;
	padding:6px 14px;
	margin:18px 35px;
	border:1px dashed #ff809a;
	text-align:center;
	}	
	
.post blockquote strong { font-size:1.5em; color:#dc143c; padding-left:5px; padding-right:5px;}		

.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:2px 6px;
	background:#F4F4EC;
	border-top:1px solid #e8e2c8;	
	border-bottom:1px solid #e8e2c8;
	}
				

/* Form Elements */

select {
	background:#F4F4EC;
	border:1px solid #CDC8B1;
	width:100%
	}
	
#searchform { 	padding:80px 5px 0 0; 	}

.button {
	padding: 1px;
	background:#4dc5d6;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#ff809a;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	border:1px solid #CDC8B1;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	border:1px solid #CDC8B1;
	}

/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border:1px solid #E6E3D3;
	}	

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	color:#0086a6;
	}
	
.commentlist span a {
	color:#9f9b89;
	}	

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#aa8879;
	}

#footer a {
	color:#aa8879;
	}

/******************************************
*   Ads                        
******************************************/
#wp125adwrap_2c { width:100%; height:250px;}
#wp125adwrap_2c .wp125ad { width:125px; float:left; padding:0px 0px 0px 2px;}

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

.dateposted {
	padding-left:6px;
	}
	
.tweetmeme_button {
	float: right;
	margin-left:10px;
	margin-top:5px;
	}
	
.sharelinks  li {
	list-style:none;
	margin-top:21px;
	}	

#blogroll ul {
    width: 100%;
    padding: 0;
    margin-left: 10px;
	}
		  
#blogroll li {
    list-style-type: none;
	}
		  
#blogroll ul li {
	width: 50%;
	display: inline;
	float: left;
	margin-bottom:0.5em;
	}
		  
#blogroll span {
	color:#aa8879;
	}	

.post .date {
	height: 48px;
	width: 48px;
	background: url(images/datestamp.png) no-repeat;
	font: normal 22px Georgia, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	float: left;
	margin-top:22px;
	}
	
.post .date span {
	height: 20px;
	display: block;
	font: normal 18px Georgia, Helvetica, sans-serif;
	color: #775242;
	text-align: center;
	padding-top: 1px;
}
	
.postdata {
	float:left;
	font-size: 0.9em;
	color:#8b8878;
	padding-bottom:15px;
	}	
	  
.post .titlex {
	float: left;
	width:542px;
	margin-left:10px;
	}
	 
.post h4 {
	padding-bottom:6px;
	margin:20px 0px 0px;
	}	 
	
.relatedposts {
	border-top:1px dashed #CDC8B1;
	margin-top:50px;
	padding-top:10px;
	color:#775242;
	}
	
.relatedposts h3 {
	color:#775242;
	}

/* SUBSCRIPTION MANAGER STYLE */

.subscription-manager {
	padding-top: 10px;;
}

div.wrap {
	background: #fff;
}

div.wrap fieldset {
	border: 1px solid #cdc8b1;
	margin: 1em 0;
	padding: 5px 10px;
}

div.wrap fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	color:#775242;
	text-transform:uppercase;
	letter-spacing:0.3em;
}

div.wrap p.submit {
	text-align: right;
}

.updated {
	background: #f4feff;
	border: 1px dashed #4dc5d6;
	margin: 20px 5% 20px;
	padding: 0 1em;
}

.updated-error {
	background-color: #f4feff;
	border: 1px dashed #4dc5d6;
}

div.wrap form {
	margin: 0;
	padding: 0;
}

div.warp li {
	margin-bottom: 6px;
	line-height: 130%;
	}

div.wrap ul {
	list-style:none;
	}
div.wrap ol {
	padding-left:17px;
	}	
	
#breadcrumbs {
	color:#775242;
	font-size:0.9em;
	padding-top:8px;
	}	
	
.wwsgd {
	border:thin dotted #775242;
	padding:10px;
	color:#775242;
	}	
	
.headdate { 
	color:#775242;
	font-size:0.9em;
	}
.featured_links { margin-left: 48px; }

#leadarticle li {list-style: none;}

/* wpdir styles */

#tabel_wpdir_content
{
  border-collapse: collapse;
  width: 100%;
}

#tabel_wpdir_content .caption
{
  font: 0.95em Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:0.29em;
  font-weight: bold;
  /*font-size: 14px;*/
  height: 40px;
  color: #775242;
}

.block_link_list
{
  margin: 10px 0 10px 0px;
  width: 100%;
  border-width:1px;
  border-style: solid;
}

.block_link_list .thumbshot
{
  width: 130px;
  padding: 5px 5px 0 5px;
}

.block_link_list .img_thumbshot
{
  float: left;
}

.block_link_list .title
{
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  padding-top: 2px;
}

.block_link_list .description
{
  padding: 3px 3px 3px 0;
  font-size: 12px;
  color: #4f362c;
  font-weight: normal;
}

.block_link_list .url
{
}

.block_link_list .pagerank
{
  padding: 5px 0 5px 0;
  font-size: 11px;
}
.img_pagerank {
  border: 0px;
}
.block_list_category
{
  text-align:left;
  float: left;
  text-decoration: none;
  margin: 10px 5px 5px 5px;
  /*font: 1.1em Arial, Helvetica, sans-serif;
  color: #0086a6;*/
  font-size:13px;
}

.block_list_category .parent
{
  font-weight: bold;
}

.block_list_category .child
{
  font-size: 11px;
}

#tabel_detail_link
{
  border-collapse: collapse;
  width: 100%;
  background-color: #f4f4ec;
  border-width:1px;
  border-style: solid;
  border-color: #cdc8b1;
}

#tabel_detail_link .left
{
  text-align: right;
  width: 100px;
  height: 30px;
  color: #775242;
  font-size: 11px;
}

#tabel_detail_link .right
{
  text-align: left;
  width: 460px;
  padding-right: 10px;

}
.detailTitle
{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:1.4em;
  font-weight:bold;
  color: #dc143c;
  letter-spacing:normal;
}
.detailKeyword, .detailKeyword a:link
{
  font-style: italic;
  color: #000000;
}
.detailRating
{
  font-size: 12px;
}
#tabel_process_link
{
  border-collapse: collapse;
}

#tabel_process_link .left
{
  text-align: right;
  width: 140px;
  height: 25px;
  padding-right: 5px;
  color: #775242;
}

#tabel_process_link .right
{
  text-align: left;
}

#tabel_process_link .right .input
{
  width: 300px;
}

#tabel_process_link .right .textarea
{
  width: 300px;
}

#tabel_process_link .right .select
{
  width: 300px;
}

#tabel_process_link .error
{
  color:red;
  text-align: center;
  background-color: #FFFFCC;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: red;
  font-weight: bold;
}

#tabel_process_link .success
{
  color:green;
  text-align: center;
  background-color: #FFFFCC;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: green;
  font-weight: bold;
}

#tabel_serach_result
{
  width: 100%;
  border-collapse: collapse;
}

#tabel_serach_result .caption
{
  text-align: left;
  font-weight: bold;
  padding-bottom: 10px;
  border: 0;
}

#tabel_serach_result .top
{
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  background-color: #EFEFEF;
}

#tabel_serach_result td
{
  height: 25px;
  text-align: center;
  border: 1px solid #DDDDDD;
}

.sidebar_widget ul {
  list-style: none;
  }
  
.sidebar_widget li a:link, .sidebar_widget li a:visited { 
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	height:1.4em;
	border-bottom: 1px solid #CDC8B1;
	color:#006f8a;
	}
.dir_stats li {
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	color:#775242;
}
.submissionGuidelines ul, .submissionGuidelines li {
	list-style: square;
	margin-left: 20px;
	font-size:11px;
}
/* wpdir styles END */