/*  
Theme Name: Mimbo v2.2 - edited by Luis Cruz for LightChasers Photography
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

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: #222;
	color: #EEE;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link {
	color: #BBC;
	text-decoration:none
	}

a:visited {
	color: #889;
	text-decoration:none
	}

a:hover, a:active {
	color:#99A;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#222;
	padding:3px 6px;
	}
	
img, a:link img, a:visited img {
	border:0
	}
	
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }

.wp-caption {
  border: 1px solid #111;
  text-align: center;
  background-color: #444;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  font-size: 10px;
  line-height: 14px;
  padding: 5px;
  margin: 0;
  }

P.inline_ad {
  margin-left: auto;
  margin-right: auto;
  width: 470px;
  }
  
blockquote, ul, ol {
	margin: 10px 0 10px;
	padding: 0 20px 0 20px;
	border: none;
	}
	

/* Structure */

#page {
	width:880px;
	margin:0 auto;
	font-size:0.7em;
	line-height:160%;
	letter-spacing:0.05em;
	background:#222;
	padding: 10px 25px 25px 25px;
	}

#branding {
	width:625px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right
	}

#leftcol {
	width:282px;
	border-right:1px dotted #555;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:282px;
	padding-left:18px;
	}
		

/*	Headers */

h1 {
	font:2.95em;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}

h3, #sidebar h2 {
	font-size: 1em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#EEE;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #555;
	border-bottom:1px solid #555;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px dotted #555;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}
	
h4 {
	font-size: 1.2em;
	border-bottom:1px solid #333;
	color:#EEE;
	}

	
	
	
/* Content */

#content {
	width:605px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#AAA;
	margin-top:-4px;
	}

.column {
	background:#333;
	padding:15px;
	border-bottom:1px dotted #333;
	border-top:1px dotted #333;
	}
	
.column:hover {
	background:#444;
	}
	
.feature {
	background:#444;
	padding:15px;
	border-bottom:1px dotted #444;
	border-top:1px dotted #444;
	}
	
.feature:hover {
	background:#555;
	}	

.feature img, .column img, #rightcol img, #leftcol img {
	padding:1px;
	margin:4px;
	}
	
.entry img {
	padding:2px;
	margin:2px;
	border:1px solid #222;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	margin-bottom:-5px;
	}
	
.feature#lead .title {
	font:3.8em;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .column, #rightcol .column {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat, #leftcol .clearfloat {
	border-bottom:1px dotted #555;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
#sidelist li ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:2px;
	}
			
.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#333;
	margin:15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #888;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #888;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	
		

/* Form Elements */

select {
	background:#FFF;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#333;
	color:#e7e7e7;
	border:none
	}

.button:hover {
	background:#444;
	color:#FFF
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#333;
	border-top: 1px solid #555;
	}

#commentform small {
	background:#222;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#222
	}

.commentlist cite {
	font: 1.6em;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	
.avatar, avatar-32, photo {
	float: right; 
  margin-left: 10px; 
  margin-top: 10px; 
  border: none; 
  display:inline;
  height: 32px;
  width: 32px;
  }
	

/* 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.7em;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#d3d1d1;
	}
