/*   
Theme Name: BrightPlanet
Theme URI: http://www.brightplanet.com
Description: A custom Wordpress theme developed for BrightPlanet by Flying Horse Communication
Author: Flying Horse Communication
Author URI: http://www.fhcommunication.com
Version: 1.0
Tags: 
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url('styles/wp-default.css');

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#ProximaNovaLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaNovaSemi';
    src: url('fonts/proximanova-semibold-webfont.eot');
    src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-semibold-webfont.svg#ProximaNovaSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html {
	background: url(images/main-bg.jpg) #111111;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	min-width: 1040px;
}
p, .hentry li {
	line-height: 1.5;
}
.hentry li {
	margin-bottom: 5px;
}
a {
	color: #86C440;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
img {
	border: none;
	border: 0;
}
#primary-nav, h1, h2, h3, h4, h5, h6, .nova, blockquote {
	font-family: "ProximaNova","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
 h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 0.75em;
}
h1, h2 {
	color: #FFFFFF;
}
h2, h3, h5 {
	text-transform: uppercase;
}
h3, h4, h5, h6 {
	color: #86C440;
}
h1 {
	font-size: 48px;
	margin-bottom: 15px;
}
h2 {
	font-size: 28px;
	background: url(images/dotborder-horizontal.png) bottom left repeat-x;
	padding-bottom: 5px;
}
h2 a { color: white; }
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
blockquote {
	margin: 10px 40px;
	padding: 5px 20px;
	background: #333333;
	color: #86C440;
	font-size: 14px; 
}
hr {
	border: none;
	margin: 10px auto;
	background: url(images/dotborder-horizontal.png) top left repeat-x;
	height: 2px;
}
.checkbox, .radio {
	width: 22px;
	height: 22px;
	padding: 0 5px 0 0;
	display: block;
	clear: left;
	float: left;
}
.checkbox {
	background: url(images/forms/checks.png) no-repeat;
}
.radio {
	background: url(images/forms/radios.png) no-repeat;
}
.select {
	position: absolute;
	width: 100%;
	height: 18px;
	padding: 3px;
	border: none;
	font-size: 16px;
	color: #808080;
	background-color: #F2F2F2 !important;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	background: url(images/forms/select-arrow.png) no-repeat center right;
	display: block;
}
.clear {
	clear: both;
}
.green {
	color: #86C440;
}
a.big-button, .wpcf7-submit {
	display: block;
	background: #86C440;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1;
	padding: 0.5em 0;
	text-align: center;
	border: none;
}
.wpcf7-submit {
	display: inline;
	margin-top: 10px;
	padding: 0.5em 4em;
}
a.big-button:hover, .wpcf7-submit:hover {
	background: #333333;
	color: #86C440;
	cursor: pointer;
}
.rounded {
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	moz-border-radius: 10px;
}
.rounded5, span.select {
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	moz-border-radius: 5px;
}

/*OVERALL LAYOUT STYLING*/
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto -125px;
	position: relative;
}
#main {
	width: 1041px;
	float: left;
	position: relative;
}
#left-side-outer, #right-side-outer {
	width: 50%;
}
#left-side-outer, #right-side-outer, #left-side, #right-side {
	height: 200px;
}
#left-side-outer {
	float:left;
	margin-right:-520px;
}
#left-side{
	margin-right:520px;
}
#right-side-outer {
	float:right;
	margin-left:-521px;
}
#right-side {
	margin-left:520px;
}
.extender {
	height: 36px;
	display: block;
	background: #86C440;
	position: relative;
	z-index: 1000;
	margin: 100px 0 0 0;
}
#container {
	clear: both;
	padding-bottom: 40px;
}
#content {
	float: right;
	padding-right: 20px;
	width: 765px;
}
#sidebar {
	width: 210px;
	float: left;
	padding-left: 20px;
	margin-right: 25px;
}
#right-sidebar {
	width: 200px;
	float: right;
	margin-left: 20px;
	padding-right: 20px;
}
.callbox {
	background: url(images/box-corner.jpg) top right no-repeat #333333;
	padding: 15px 20px;
	color: #FFFFFF;
}
#right-sidebar .callbox {
	margin-bottom: 20px;
}
.callbox h3, .callbox h2 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(images/dotborder-horizontal.png) bottom left repeat-x;
}
.callbox ul {
	font-size: 12px;
	padding: 0 1.7em !important;
}
.callbox ul ul {
	margin-top: 0;
}
.why-box li {
	font-size: 14px;
	text-transform: uppercase;
	color: #86C440;
}
#footer, #push {
	height: 125px;
	clear: both;
}
#footer {
	/*background: url(images/footer-background.png) repeat-x top center;*/
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/*GALLERY STYLING*/
.gallery-item {
	background: #333333;
	padding: 15px 15px 10px 15px !important;
	margin: 15px !important;
	width: 320px !important;
}
.gallery-icon {
	background: #FFFFFF;
	padding: 0;
}
.gallery-icon img {
	border: none !important;
	max-width: none !important;
	width: 100%;
	height: 100%;
	padding: 0 !important;
}
.gallery-caption {
	padding: 10px 0 0 0;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	text-align: left;
}

/* HEADER STYLING */
#header {
	margin-bottom: 25px;
}
#masthead {
	padding-top: 44px;
	width: 740px;
	float: right;
}
#branding {
	padding-left: 20px;
}
#primary-nav {
	clear: both;
	background: #86C440;
	height: 36px;
}
#primary-nav ul {
   list-style: none;
   margin: 0;
   padding: 0;
   text-align: center;
   background: #86C440;
}
#primary-nav ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#primary-nav ul li a {
   display: block;
   padding: 0 15px;
   background: #86C440;
   color: #FFFFFF;
   text-decoration: none;
   line-height: 36px;
   font-size: 18px;
}
#primary-nav ul li a:hover, #primary-nav ul li.current-menu-item a:hover, #primary-nav ul li:hover > a, #primary-nav ul li.current-menu-item a:hover, #primary-nav ul li.current-page-ancestor a:hover, #primary-nav ul li.current-menu-item:hover > a, #primary-nav ul li.current-page-ancestor:hover > a {
   background: #333333;
   color: #fff;
}
#primary-nav ul li.current-menu-item a, #primary-nav ul li.current-page-ancestor a {
   color: #fff;
   background: #5E9C18;
}
#primary-nav ul li.cut {
	width: 20px;
	height: 36px;
}
#primary-nav ul li.cut {
	width: 20px;
	height: 36px;
}
#primary-nav ul li.left {
	background: url(images/nav-cut.png) no-repeat top left;
}
#primary-nav ul li.right {
	background: url(images/nav-cut.png) no-repeat top right;
}
.home #primary-nav ul li#search {
	line-height: 36px;
	color: #FFFFFF;
	padding: 0 20px;
	margin: 0;
	background: #86C440;
}

/* Submenu items */
#primary-nav ul ul {
	display: none;  /*Sub menus are hiden by default */
	position: absolute !important;
	top: 36px;
	left: 0;
	right: auto !important; /*resets the right:50% on the parent ul */
	width: 200px; /* width of the drop-down menus */
	padding: 10px 0 0 0;
	font-size: 12px !important;  
	text-align: left;
	background: #333333 !important;
	border-bottom: 5px solid #86C440;
	clear: none !important;
	float: none !important;	
	z-index: 2000;
}
#primary-nav ul ul ul {
	top: 0;
	left: 200px;
	padding: 0;
}
#primary-nav ul ul li {
   left: auto !important;  /*resets the left:50% on the parent li */
   margin: 0; /* Reset the 1px margin from the top menu */
   clear: left;   
}
#primary-nav ul ul li a,
#primary-nav ul li.active li a,
#primary-nav ul li:hover ul li a,
#primary-nav ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-weight: normal; /* resets the bold set for the top level menu items */
   color: #FFFFFF;
   line-height: 1em; /* overwrite line-height value from top menu */
   border-bottom: 1px solid #666666; /* sub menu item horizontal lines */
   font-size: 12px;
   width: 180px;
   padding: 5px 10px;
   background: none;
}
#primary-nav ul ul li a:hover,
#primary-nav ul li.active ul li a:hover,
#primary-nav ul li:hover ul li a:hover,
#primary-nav ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background: #444444; /* Sub menu items background colour */
   color: #86C440;
}

/* Flip the last submenu so it stays within the page */
#primary-nav ul ul.last {
   left: auto; /* reset left:0; value */
   right: 0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#primary-nav ul li:hover ul,
#primary-nav ul li.hover ul { /* This line is required for IE 6 and below */
   display: block; /* Show the sub menus */
}

#primary-nav ul ul ul {
	display: none !important;
}

#primary-nav ul li:hover ul li:hover ul {
	display: block !important;
}

#access {
	margin: 0;
	overflow: auto;
}
.skip-link {
	position:absolute;
	left:-9000px;
}
#search-box {
	float: right;
	padding-right: 20px;
}
#search {
	text-align: right;
	width: 700px;
	margin-bottom: 10px;
}
#search form {
	background: url(images/search-bg.png) center right no-repeat;
}
#content #search {
	text-align: left;
}
#content #search form {
	width: 200px;
	text-align: right;
}
#search label {
	display: none;
}
#search #s {
	border: none;
	margin: 0;
	padding: 0;
	height: 18px;
	border: none;
	line-height: 20px;
	width: 160px;
}
#search #searchsubmit {
	width: 27px;
	height: 20px;
	border: none;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background: url(images/search-button.png) top left no-repeat;
	text-indent: -9999px;
}
#news-ticker {
	text-align: right;
	height: 16px;
	line-height: 1;
	overflow: hidden;
	margin-bottom: 10px;
	float: right;
	width: 660px;
}
#news-ticker div {
	position: absolute;
	right: 0;
}
#news-ticker a {
	color: #999999;
}
#news-ticker a:hover {
	text-decoration: underline;
}
.jshowoff-controls {
	float: right;
	padding-left: 10px;
}
.no-posts .jshowoff-controls {
	float: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.jshowoff-controls .jshowoff-next, .jshowoff-controls .jshowoff-prev  {
	display: inline-block;
	padding: 0 3px;
}
#branding {
	float: left;
	width: 255px;
}
#branding .header-logo {
	margin-top: 28px;
}
.page-header {
	margin: 0 0 25px 0;
}


/*HOME PAGE STYLING*/
body.home {
	min-width: 850px;
	font-size: 18px;
	height: 100%;
	overflow: hidden;
}
.home {
	text-align: center;
}
.home #wrapper {
	/*width: 900px;
	margin: 0 auto -90px !important;*/
	float: none;
	position: relative;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.home #wrapper2 {
	float: none;
	position: absolute;
	top: 0px;	
	right: 0px;	
	bottom: 90px;
	left: 0px;
	overflow: hidden;
}
.home #content {
	width: 850px !important;
	margin: 0 auto;
	float: none;
}
.home #primary-nav {
	clear: none;
	float: left;
	width: 100%;
	position: relative;
	/*margin-bottom: 8%;*/
	background: transparent !important;
}
.home #primary-nav ul {
	clear:left;
	float:right;
	position:relative;
	right:50%;
	margin: 0;
}
.home #primary-nav ul.header-menu {
	background: transparent;
}
.home #primary-nav ul li {
	position:relative;
	left:50%;
}
.home #search {
	width: 200px;
}
.home #search #searchsubmit {
	background: url(images/search-button-home.png) top left no-repeat;
}
.home #main {
	float: none;
	/*margin: 0 auto;*/
	position: absolute;
	height: auto;
	width: auto;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	/*width: 900px;*/
}
.home #container {
	/*padding-top: 20px;
	height: 400px;*/
	position: absolute;
	width: 100%;
	height: 80%;
	top: 20%;
	bottom: 0px;
	overflow: auto;
}
.home img {
	margin: 0;
}
.home #slideshow-interior {
	position: relative;
}
.home #home-buttons {
	clear: none;
	float: left;
	width: 100%;
	/*height: 180px;*/
	position: relative;
	background: transparent !important;
}
.home #home-buttons ul {
	clear: left;
	float: right;
	position: relative;
	right: 50%;
	margin: 0;
	padding: 0;
	background: transparent !important;
}
.home #home-buttons ul li {
	position: relative;
	left: 50%;
	width: 180px;
	height: 180px;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.home #home-buttons .menu-item a {
	display: block;
	width: 180px;
	height: 180px;
	text-indent: -9999px;
}
	
.home .link0 {
	/*display: none !important;
	width: 0 !important;
	height: 0 !important;*/
}
.home #home-buttons .gov a, .home .link0 a {
	background: url(images/button-inactive-gov.png) no-repeat top left;
}
.home #home-buttons .ent a, .home .link1 a {
	background: url(images/button-inactive-bus.png) no-repeat top left;
}
.home #home-buttons .su a, .home .link2 a {
	background: url(images/button-inactive-su.png) no-repeat top left;
}
.home #home-buttons .menu-item .rollover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 180px;
	z-index: 1000;
}
.home #home-buttons .gov .rollover, .home .link0 .rollover {
	background: url(images/button-active-gov.png) no-repeat top left;
}
.home #home-buttons .ent .rollover, .home .link1 .rollover {
	background: url(images/button-active-bus.png) no-repeat top left;
}
.home #home-buttons .su .rollover, .home .link2 .rollover {
	background: url(images/button-active-su.png) no-repeat top left;
}
.home .slide {
	position: absolute;
	text-align: center;
	width: 850px;
	margin: 10px 0 0 0;
}
	
.home #footer, .home #push {
	/*height: 90px !important;*/
}

.home #footer {
	height: 90px !important;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.home #footer #colophon {
	width: 100%;
}

/*BRIGHTPLANET FOR X PAGE STYLING*/
.forx #content {
	width: 715px;
}
.forx #sidebar {
	width: 260px;
}
.forx #sidebar #forx-list {
	font-size: 20px;
}
.forx #sidebar #forx-list li {
	margin: 0;
	position: relative;
}
.forx #sidebar #forx-list li a {
	color: #666666;
	height: 46px;
	padding: 23px 100px 23px 0;
	display: block;
	text-align: right;
}
.forx #sidebar #forx-list li a:hover, .forx #sidebar #forx-list li.current-menu-item a, .forx #sidebar #forx-list li.current-page-ancestor a {
	color: #86C440;
}
.forx #sidebar #forx-list li.link0 {
	background: url(images/button-sml-inactive-gov.png) no-repeat top right;
}
.forx #sidebar #forx-list li.link1 {
	background: url(images/button-sml-inactive-bus.png) no-repeat top right;
}
.forx #sidebar #forx-list li.link2 {
	background: url(images/button-sml-inactive-su.png) no-repeat top right;
}
.forx #sidebar #forx-list li .rollover {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 90px;
	z-index: 1000;
}
.forx #sidebar #forx-list li.link0 .rollover, .forx #sidebar #forx-list li.link0.current-menu-item, .forx #sidebar #forx-list li.link0.current-page-ancestor {
	background: url(images/button-sml-active-gov.png) no-repeat top right;
}
.forx #sidebar #forx-list li.link1 .rollover, .forx #sidebar #forx-list li.link1.current-menu-item, .forx #sidebar #forx-list li.link1.current-page-ancestor {
	background: url(images/button-sml-active-bus.png) no-repeat top right;
}
.forx #sidebar #forx-list li.link2 .rollover, .forx #sidebar #forx-list li.link2.current-menu-item, .forx #sidebar #forx-list li.link2.current-page-ancestor {
	background: url(images/button-sml-active-su.png) no-repeat top right;
}
.forx #sidebar .callbox ul li {
	list-style: disc;
}
.forx .forx-title {
	margin: 0;
}
ul.related-products {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.related-products li {
	display: block;
	min-height: 125px;
	margin-bottom: 20px;
}
ul.related-products li .product-thumb-sml {
	float: left;
	margin: 0 15px 0 0;
}
ul.related-products .description-wrapper {
	width: 571px;
	float: left;
}
ul.related-products h4.product-name {
	margin-bottom: 5px;
	font-size: 22px;
}
ul.related-products h4.product-name a {
	text-decoration: none;
}
ul.related-products .product-description {
	color: #FFFFFF;
}

/*PRODUCT PAGE STYLING*/
#product-header {
	display: table-row;
	width: 100%;
}
#product-header #product-image {
	width: 125px;
	display: table-cell;
	padding-right: 20px;
}
#product-header #product-meta {
	display: table-cell;
	vertical-align: middle;
	height: 125px;
}
#product-header #product-meta.has-thumb {
	width: 615px;
}
#product-header h1.product-title {
	margin-bottom: 10px;
}
#product-header .product-description {
	color: #86C440;
	font-size: 26px;
}
#product-benefits {
	margin: 20px 0;
}
#product-benefits.double .callbox {
	width: 44%;
	padding: 2%;
}
#product-benefits.double .benefits-box {
	margin-right: 2%;
	float: left;
}
#product-benefits.double .works-well-box {
	margin-left: 2%;
	float: right;
}

/*INDIVIDUAL PAGE STYLING*/
h1.entry-title {
	text-transform: uppercase;
}
.page-header {
	border-bottom: 5px solid #86C440;
}
.partner-table img.size-full {
	padding-right: 20px;
}

/*SEARCH PAGE STYLING*/
.search h2.entry-title {
	margin: 0 0 5px 0;
	font-size: 24px;
}
.search h2.entry-title a:hover {
	color: #FFFFFF;
	text-decoration: none !important;
}
.search .entry-meta {
	font-size: 10px;
}
.search .hentry {
	margin: 0 0 20px 0;
}

/*CONTACT PAGE STYLING */
.contact #content {
	float: left;
	width: 520px;
}
.contact #right-sidebar {
	margin-top: 70px;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
	background: #333333;
	color: #666666;
	padding: 5px;
	font-size: 18px;
	border: none;
	width: 100%;
}
.contact form .label {
	font-size: 16px;
	color: #C9C9C9;
	text-transform: uppercase;
}
.contact form .right {
	text-align: right;
}
.contact form img {
	margin: 0;
}
.contact form .checkboxes {
	margin: 10px 10px 0;
	padding: 0;
	font-size: 14px;
}
.contact form .checkboxes input {
	width: auto !important;
	height: auto !important;
}
.contact form .wpcf7-list-item {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	clear: left;
}
.contact form .wpcf7-list-item input {
	float: left;
}
.contact form .wpcf7-list-item .checkbox {
	clear: both;
}
.contact form .wpcf7-list-item .wpcf7-list-item-label {
	line-height: 18px;
	text-transform: none;
}

/*SIDEBAR STYLING*/
#sidebar {
	background: url(images/dotborder-vertical.png) top right repeat-y;
}
#sidebar ul, #sidebar li {
	font-family: "ProximaNova","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	list-style: none;
}
#sidebar ul {
	margin: auto 0;
	padding: 0;
	font-size: 18px;
}
#sidebar ul li {
	margin: 10px 0;
}
#sidebar ul li a, #sidebar ul li.current-item li a, #sidebar ul li.current-item li.current-item li a {
	color: #FFFFFF;
}
#sidebar ul li a:hover, #sidebar ul li.current-item a, #sidebar ul li.current-item li.current-item a, #sidebar ul li.current-item li a:hover, #sidebar ul li.current-item li.current-item li a:hover, #sidebar ul li.current-item li.current-item li.current-item a {
	color: #86C440;
}
#sidebar ul ul {
	list-style: none;
	font-size: 14px;
	margin: 0 20px 0 10px;
	padding: 0 0 2px 15px;
	background: url(images/dotborder-vertical.png) top left repeat-y;
}
#sidebar ul ul ul {
	font-size: 12px;
}
#sidebar ul ul li.current-item ul li a {
	color: #FFFFFF;
}

#sidebar h3 {
	margin-bottom: 0.5em;
}
#sidebar .widget-area {
	margin: 0 20px 30px 0;
}
#sidebar .widget-container {
	margin: 0 0 20px 0;
}

#sidebar .get-started ul {
	font-size: 12px;
	background: url(images/dotborder-horizontal.png) top left repeat-x;
}
#sidebar .get-started ul li {
	background: url(images/dotborder-horizontal.png) bottom left repeat-x;
	margin: 0;
}
#sidebar .get-started ul li a {
	padding: 12px 0 13px 45px;
	display: block;
	height: 33px;
}
#sidebar .get-started ul li.chat a {
	background: url(images/startedicon-chat.png) 0 12px no-repeat;
}
#sidebar .get-started ul li.email a {
	background: url(images/startedicon-email.png) 0 10px no-repeat;
}
#sidebar .get-started ul li.skype a {
	background: url(images/startedicon-skype.png) 0 10px no-repeat;
}
#sidebar .get-started ul li.video a {
	background: url(images/startedicon-video.png) 0 10px no-repeat;
}

#footer {
	position: relative;
	z-index: 1000;
}
/*FOOTER STYLING*/
#footer #colophon {
	bottom: 0;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
#footer #colophon {
	font-size: 11px;
}
#footer #colophon a {
	color: #999999;
}
#footer #colophon a:hover {
	color: #86C440;
}
#footer #colophon #site-info {
	padding-top: 10px;
}
#footer #colophon #copyright {
	padding-left: 50px;
}
#footer #colophon img.social {
	margin: 0 2px;
	padding-top: 45px;
}

/* POST STYLING */
.post {
	margin-bottom: 2em;
}
.entry-meta {
	margin: 1em 0;
}

/* Tag Cloud */
.tagcloud a {
	color: white;
}
.tagcloud a:hover {
	color: #86C440;
}

/* BRYAN'S CHANGES */
.feature-image {
	float: right;
	padding: 0 0 1em 1em;
}
.entry-title {
	clear: both;
}