/*  
Theme Name: BeanWalker Theme
Theme URI: http://www.thebeanwalker.com/
Description: A custom layout for Wordpress with multiple functionalities
Version: 1
Author: Rene Folsom
Author URI: http://www.phycel.com/

/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html { min-height:101%; }
	
body {
	background: #fff;
	color: #000;
	padding: 15px;
	}

body, select, input, textarea {
	font: 14px "Courier New", Courier, monospace;
	line-height:1em;
	}
	
p {	margin: 15px 0;	}


hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.7em;
	padding:3px 6px;
	display:block;
	}


/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited { 
	color:#000;
	text-decoration: underline; 
	} 
a:hover	{ 
	color:#000;
	text-decoration: underline; 
	}

/* 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 in the footer */
#footer a {text-decoration: underline;} 
#footer a:hover	{text-decoration: underline;}



/******************************************
*   Images                         
******************************************/

/*** default image behaviour ***/
img { border: none; padding:3px; }

/* Thumbnail images */
img.thumbnail { float: left; width: 125px; height: 125px; margin: 10px 10px 0 0; }

/* Medium images */
img.medium { margin: 10px 10px 5px 0; }

/* Ads */
img.ad, .ad img { padding: 15px 0 0 0; }

/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 4px 15px 5px 0;
}

.alignright {
float: right;
}

.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:#666;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
}


		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:98%;
	margin:0 auto;
	font-size:1em;
	}

#homepage {
	}
	
#homepage li {
	list-style: none;
	text-indent: 0;
	list-style-type:none;
	}

#homepage .widget_title {
	display: none;
	visibility: hidden;
	}

#beanlogo {/*where the logo sits*/
	margin: 0 auto;
	border: none;
	padding: 5px;
	background:url(images/beanlogo.jpg) center no-repeat;
	width: 600px;
	height: 160px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

/* Featured Posts */

#smallfeat {
	}
#smallfeat img {
	border: none;
	}
#smallfeat a:link, #smallfeat a:active, #smallfeat a:visited, #smallfeat a:hover { 
	text-decoration: underline;
	font-weight:bold;
	}
#smallfeat img.medium { 
	max-width: 300px;
	max-height: 200px;
	}
	
#largefeat {
	margin: 3px 0;
	text-align: center;
	}
#largefeat img {
	border: none;
	}
#largefeat a:link, #largefeat a:active, #largefeat a:visited, #largefeat a:hover {
	font: 36px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px;
	text-decoration: underline;
	font-weight:bold;
	}
#largefeat img.medium { 
	max-width: 500px;
	max-height: 400px;
	}
	
	
/* Homepage columns */

#homepage-columns {
	position: relative;
	top: 0;
	left: 0;
	}

#homepage-columns li {
	padding: 0;
	}

#leftcol, #midcol, #rightcol {
	padding: 0 10px;
	border-right: 1px solid #999;
	}

#leftcol li a, #midcol li a, #rightcol li a {
	list-style:none;
	list-style-type:none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	}

/*#leftcol {
	position: relative;
	top: 0px;
	left: 0px;
	width: 25%;
	margin-top:10px;
	}

#midcol {
	position: absolute;
	top: 0px;
	left: 27%;
	width: 25%;
	}

#rightcol {
	position: absolute;
	top: 0px;
	left: 54%;
	width: 25%;
	}

#leftcol .clearfloat, #midcol .clearfloat, #rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
	}
	
#adcol {
	position: absolute;
	top: 0px;
	left: 81%;
	width: 18%;
	padding: 0 0 0 10px;
	} */

.widgettitle {
	display: none;
	visibility: hidden;
	}

.textwidget p {
	padding:0;
	}

.wpcf7-response-output {
	padding:0;
	}


/******************************************
*   Sidebar                         
******************************************/

#sidebar {
	width: 20%;
	float:right;
	}

.subnav li {
	list-style:none;
	}

#sidelist li {
	list-style:none;
	}
	
.bullets li {
	margin:0 0 5px 10px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:15px;
	}

#sidelist .children {
	}

#sidelist .children li {
	list-style: none;
	margin-left:10px;
	padding-left:10px;
	border-bottom:1px solid #fff;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 0;
	}
	
h2 {
	font: 1.5em;
	padding-bottom:4px;
	border-bottom:1px solid #000;
	margin: 10px 0;
	}

h3 {
	font: 1.2em;
	text-transform:uppercase;
	margin:4px 0;
	font-weight:bold;
	}

#sidebar h2, #sidebar h2 a {
	font: 1.2em;
	text-transform:uppercase;
	margin:4px 0;
	font-weight:bold;
	}

#sidebar h3, #sidebar h3 a {
	font: 1.2em;
	border-bottom:1px solid #999;
	margin:15px 0 5px 0;
	font-weight:bold;
	}

h4 {
	font-size:1.2em;
	margin:10px 0;
	}
	
	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:78%;
	float:left;
	}
	
.read-on a { /* This can be used to format the "[...]" link in the lead story */
	color:#333!important;
	text-decoration:none;
	}
	
.read-on a:hover {
	text-decoration:underline;
	}


/* Post Formatting */

.entry {
	padding-bottom:15px;
	}

.post blockquote {
	color:#666;
	background:#eee;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-left:42px;
	}

.post ol li {
	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:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { 	padding:16px 5px 0 0; 	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* 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;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#333;
	position: relative;
	}

#footer a {
	color:#333;
	}
