/**
 * Theme Name: ForrestBurris.com
 * Theme URI: n/a 
 * Description: onlie the liveliest of awfulness
 * Author: Forrest Burris
 * Author URI: http://forrestburris.com
 * Version: 0.1
 * Tags: apes, fractals, strangeness
 * Template: hybrid
 *
 * 
 */

/**
* Import pre-made styles from Hybrid
************************************************/

/* 18px, 20px, 21px, 22px, 24px or 25px margins and line-height (don't use reset.css with these) */
	@import url('../hybrid/library/css/18px.css');

/* Layout */
	@import url('../hybrid/library/css/2c-l-fixed.css');

/* Plugins CSS */
	@import url('../hybrid/library/css/plugins.css');

/* Drop-downs CSS */
	@import url('../hybrid/library/css/drop-downs.css');

/* Hybrid's default CSS */
	@import url('../hybrid/library/css/screen.css'); 

/**
* Body
************************************************/

/* Contains everything */
body {
	background-attachment: fixed;
	background-color: #78a127;
	background-image: url("http://www.forrestburris.com/pix/background2.png");
	background-repeat: repeat-x;
	color: #fff;
	font: normal normal normal 15px/18px "lucida grande", "lucida sans unicode", sans-serif;
	position: relative;
	z-index: 1;
	}

	#dark-background {
		background-color: DarkGreen;
		border-bottom: solid #78a127 1px;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 160px;
		position: absolute;
		top: -18px;
		left: 0;
		z-index: 2;
		}

	/* Wrapper for everything inside of the body */
	#body-container {
		margin-top: 18px;
		position: relative;
		z-index: 4;
		}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link, a:visited {
	color: #7cfc00;
	font-weight: bold;
	text-decoration: none;
	}
a:hover, a:active {
	color: #fff ! important;
	text-decoration: none ! important;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #fff ! important;
	font-style: italic ! important;
	font-weight: bold ! important;
	font-family: georgia, serif ! important;
	text-shadow: -2px 2px #000 ! important;
	filter:dropshadow(color=#000000,offX=-2,offY=2);
	text-transform: lowercase ! important;
	padding-left: 0.3em ! important;
	} 

h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 19px;}
h5 {font-size: 18px;}
h6 {font-size: 17px;}

/* Text elements */
strong {font-weight: bold;}
em {font-style: italic;}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {
	text-align: justify;
	}

/* Unordered lists */
ul, #randomtext-4 ul {
	color: #fff;
	list-style-type: disc;
	}
	ul li {margin-bottom: 4px;}

/* Ordered lists */
ol {}
	ol li {margin-bottom: 4px;}

/* Defition lists */
dl {}
	dt {}
	dt.gallery-icon img {background-color: #fff ! important;}
	dd {}

hr {
	background-color: #fff;
	color: #fff;
	height: 1px;
	width: 100%;
	position: relative;
	margin: 4px auto;
	}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {
	background-color: #78a127;
	color: DarkGreen;
	font: normal normal normal 14px/18px monaco, "lucida console", monotype;
	}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {
		color: DarkGreen;
		font: normal normal normal 15px/18px "lucida grande", "lucida sans unicode", sans-serif;
		}
	input {
		color: DarkGreen;
		font: normal normal normal 15px/18px "lucida grande", "lucida sans unicode", sans-serif;
		}
	label {}
	option {
		color: DarkGreen;
		font: normal normal normal 15px/18px "lucida grande", "lucida sans unicode", sans-serif;
		}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {
	background: transparent;
	border: dotted #fff 2px;
	padding: 8px;
	}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {
	text-align: left;
	}
.right, .alignright {
	text-align: right;
	}
.center, .aligncenter {
	text-align: center;
	}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {border: solid #fff 1px;}
a img {
	border: solid #fff 1px;
	}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {
	border: none;
	color: #fff;
	}
	.wp-caption img {
		border: solid #fff 1px;
		color: #fff;
		}
	.wp-caption p {color: #fff ! important;}

/* Gallery [gallery] */
.gallery {}
	.gallery img {
		border: solid #fff 1px;
		}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {}

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title {
			color: #fff;
			font: normal normal normal 60px georgia, serif ! important;
			margin-bottom: 0;
			text-transform: none ! important;
			padding-left: 0 ! important;
			}
			#site-title-2 {
				font-size: 30px;
				}

		/* Site description/tagline */
		#site-description {
			color: #fff;
			font: italic 18px georgia, serif;
			padding-top: 8px;
			border-top: solid #fff 4px;
			text-shadow: -2px 2px #000;
			filter:dropshadow(color=#000000,offX=-2,offY=2);
			}
			#site-description span {
				width: 45%;
				}
			#contact-info {
				float: right;
				text-align: right;
				width: 45%;
				}
/**
* Primary Menu
************************************************/

/* Wrapper for entire menu area */
#primary-menu {}

	/* Wrapper for unordered list of menu items */
	#primary-menu div.menu {}

		/* Menu list. */
		#primary-menu ul {
			position: relative;
			top: -22px;
			}
			#primary-menu li {
				border: solid #fff 4px;
					}
				#primary-menu li a {
					background-color: #060;
					border: none;
					color: #fff;
					font-family: georgia, serif;
					font-size: 15px;
					font-style: italic;
					font-weight: normal;
					line-height: 18px;
					text-align: center;
					text-shadow: -2px 2px #000;
					
					text-transform: lowercase ! important;
					height: 36px;
					width: 72px;
					}
				#primary-menu li.menu-item-4 a, #primary-menu li.menu-item-71 a {
					line-height: 36px;
					} 
				#primary-menu li a:hover {
					background-color: #0c0;
					text-decoration: none;
					font-size: 18px;
					font-weight: bold;
					line-height: 18px;
					}
				#primary-menu li.menu-item-4 a:hover, #primary-menu li.menu-item-71 a:hover {
					background-color: #0c0;
					line-height: 36px;
					} 
			#primary-menu li.current-menu-item a, #primary-menu li.current-menu-item a:hover {
					background-color: #0c0;
					background-image: url("http://www.forrestburris.com/pix/button-bg.png");
					font-weight: bold; 
					font-size: 18px; 
					}
/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {position: relative; top: -22px;}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {}

		/* Breadcrumb trail */
		.breadcrumb {
			color: #fff;
			font-family: georgia, serif;
			font-style: italic;
			text-transform: lowercase ! important;
			}
			.breadcrumb-trail {}

		/* Archive and search <div> before posts are listed */
		.archive-info
		.author-info {}
		.term-info
		.category-info {}
		.tag-info {}
		.date-info {}
		.search-info {}

			/* Archive and search page titles. */
			.archive-title
			.author-title {}
			.term-title {}
			.category-title {}
			.tag-title {}
			.date-title {}
			.search-title {}

		/* Entry wrapper <div> */
		.home .hentry {
			position: relative; 
			top: 48px;
			}
		.hentry {}
		.post {}
		.page {}

			/* Post, page, and 404 page titles */
			.entry-title {}
				.entry-title a {color: #fff ! important;}
			.post-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}

			/* Author and date byline */
			.byline {color: #fff;}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.page-links a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Entry metadata */
			.entry-meta {color: #fff;}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {display: none;}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {
							background: transparent; 
							border: solid #fff 2px;
							color: #fff; 
							}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {overflow: hidden;}

							/* Comment metadata */
							#comments .comment-meta {color: #fff;}
								#comments .comment-meta cite {color: #b0e016;}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {color: DarkGreen;}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {color: DarkGreen;}
						#respond #submit {
							background: #5fa4dd;
							border: outset #fff 2px;
							color: DarkGreen;
							font: normal normal normal 15px "lucida grande", "lucida sans unicode", sans-serif;
							}
							#respond #submit:hover {
								background: DarkGreen;
								color: #fff;
								}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {
		position: relative;
		left: 36px;
		top: 48px;
		}
		#primary .widget {
			color: #fff;
			}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {
					list-style-type: none;
					}
					#primary .widget ul li {
						margin-bottom: 4px;
						}
	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {border-top: solid #fff 4px;}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {
			color: #fff;
			font: italic normal normal 14px georgia, serif;
			}

			.footer-insert {
				width: 45%;
				}
			#seo {
				float: right;
				text-align: right;
				width: 45%;
				position: relative;
				top: -32px;
				}

/* facebook like box, social media */

#text-3 {
	background-color: #b0e016;
	border: solid #fff 1px;
	width: 195px;
	margin-bottom: 24px;
	}

.sharing {font-size: 13px ! important;}

/* random apes widget */

#bg1, #bg2, #bg3, #bg4, #bg5, #bg6 {
	border: none ! important;
	display: none;
	position: absolute;
	z-index: 3;
	}

/* "what i do" page" */

#line1 {font-size: 13px;}
#line2 {font-size: 15px;}
#line3 {font-size: 20px;}

/* Powell's books */

#text-5 {
	width: 182px;
	height: 300px;
	}

#text-5 img {
	border: solid #b0e016 1px;
	}

/* happy customers */
#hybrid-bookmarks-3 li {
	position: relative;
	left: -36px;
	}

#text-8 {
	width: 260px;
	background-color: DarkGreen;
	border: solid #fff 4px;
	position: relative;
	left: -4px;
	}