@charset "utf-8";
/*   
Theme Name: Robert Kern v2 (Honduras)
Theme URI: http://honduras.robertkern.com
Description: Theme designed by Jarred Bishop and converted to html by Robert Kern for the robertkern.com website.
Author: Robert Kern
Author URI: http://www.robertkern.com
Version: 1.0
.
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
.
*/
html {
	
}

body {
	background-color: #110E0E;
	margin: 0px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

a {
	color: #F5FE00;
	text-decoration: underline;
}

img {
	margin: 0px;
	padding: 0px;
}

/* Hack for transparent png's in IE6 */
.transparent {
	behavior: url(/wp-content/themes/robertkern-honduras/scripts/iepngfix.htc);	
}

h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
	clear: both;
}

h1 {
	color: #F5FE00;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 26px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h2 {
	color: #F5FE00;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	color: #F5FE00;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	color: #F5FE00;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

/* Paragraphs */
p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}

/* Lists */
li {
padding-bottom: 10px;
}

/* Columns */
#sidebar-left {
	width: 220px;
	float: left;
	background-color: #8C0000;
	
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;
}

#sidebar-left h3 {
	color: #FFFFFF;
}

#sidebar-menu {
	width: 130px;
	float: left;
	background-color: #290D0D;
	
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;	
	
}

#sidebar-content {
	width: 600px;
	float: left;
	padding-left: 10px;
	
	text-align: justify;
}

/* Left column logo */
#left-info-logo {
	margin-top: 50px;
	margin-left: 20px;
}


/* Left column blurb */
#left-info-blurb {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A33333;
	border-bottom-color: #A33333;
	width: 160px;
	font-size: 11px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-top: 20px;	
}

#left-info-blurb a {
	color: #F5FE00;
	font-weight: bold;
	text-decoration: none;
}

#left-info-blurb a:hover {
	color: #F5FE00;
	font-weight: bold;
	text-decoration: underline;
}

/* Left column search */
#left-info-search {
	padding-left: 20px;
	padding-top: 20px;
}

#left-info-extras {
	padding-left: 20px;
	padding-top: 20px;	
}

#left-info-extras ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#left-info-extras li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}


/* Menu */
#menu-container {
	margin-top: 140px;
	margin-left: 10px;
}

#menu-container a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#menu-container a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #F5FE00;
}

#menu-container ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu-container li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

/* Actual content */
#content-container {
	padding-top: 50px;
	padding-left: 20px;
}

#content-container img {
	border: 2px solid #000000;
	
}

/* Footer */
#footer-container {
	font-size: 11px;
	padding-left: 20px;
	padding-top: 20px;
	color: #DDDDDD;
	
	clear: both;
}

#footer-container a {
	color: #DDDDDD;
	text-decoration: underline;
}

/* Posts */
.post {
	padding-bottom: 20px;
}

.postmetadata {
	font-size: 11px;
	color: #DDDDDD;
	background-color: #312828;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4A3E3E;
	border-bottom-color: #4A3E3E;
	clear: left;
}

/* Code */
.wp_syntax {
      color: #100;
      background-color: #f9f9f9;
      border: 1px solid silver;
      margin: 0 0 1.5em 0;
      overflow: auto;
    }

    /* IE FIX */
    .wp_syntax {
      overflow-x: auto;
      overflow-y: hidden;
      padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
      width: 100%;
    }

    .wp_syntax table {
      border-collapse: collapse;
    }

    .wp_syntax div, .wp_syntax td {
      vertical-align: top;
      padding: 2px 4px;
    }

    .wp_syntax .line_numbers {
      text-align: right;
      background-color: #def;
      color: gray;
      overflow: visible;
    }

    /* potential overrides for other styles */
    .wp_syntax pre {
      margin: 0;
      width: auto;
      float: none;
      clear: none;
      overflow: visible;
    }


/* Quotes */
quote {
padding-left: 20px;
padding-right: 20px;
font-size: 11px;
display: block;
font-style: italic;
}

/* Breadcrumbs */
.breadcrumb {
padding-bottom: 10px;
font-size: 10px;
}

/* WP Contact form */
#wpcf label {
display:block;
}

/* Image caption */
.wp-caption {

}

.alignleft {
float: left;
}

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.alignright {
float: right;
}

.wp-caption {
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
background-color: #312828;
border:1px solid #4A3E3E;
margin:10px;
padding-top:4px;
text-align:center;
}

.wp-caption img {
border: 0 !important;
padding-bottom: 5px;
}