/*
Theme Name: Benimini
Theme URI: http://wordpress.org/themes/benimini
Author: Benimation
Author URI: 
Description: Probably the most minimal WordPress theme so far. Warning: it doesn't support 'things'.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: green, black, white, light, one-column, responsive-layout

Since this theme is so minimal, you'll probably want to add your own stuff. Feel free to do so!
*/


/* created by Benimation */

html {
	height: 100%;
	
}

body {
	font-family: Helvetica, "Helvetica Neue", Ubuntu, Arial, sans-serif;
	height: 100%;
	
}

.container {
	height: 100%;
	
}

.nav-bar {
	background: #00FF66;
	
}

.main-nav ul, .main-nav li {
	display: inline;
	
}

.main-nav a {
	color: #fff;
	padding: 0 20px 0 20px;
	text-decoration: none;
	line-height: 50px;
	
}

header {
	height: 200px;
	
}



.main-nav a:hover {
	background: #000;
}

.main-nav ul ul a {
	width: 135px;
	line-height: 40px;
	padding: 0 20px;
	display: block;
}

.main-nav ul li {
	position: relative;
	float: left;
}

.main-nav ul ul {
	position: absolute;
	top: -99999px;
	left: 0;
	background: #00ff00;
	text-align: left;
}

.main-nav ul li:hover > ul {
	top: 100%;
	opacity: 1;
	z-index: 3;
}

.featured-post {
	list-style: none;
	top: 20px;
	margin: 20px;
	height: auto;
	
}

.featured-post:last-child {
	padding-bottom: 20px;
	
}

.featured-post a {
	color: #000;
	
}

a.post-edit-link {
	color: #00ee00;
	font-size: 10px;
	text-decoration: none;
	
}

a.read-post-link {
	color: #00ee00;
	
}

a.post-title {
	font-size: 2em;
	
}

h1 {
	margin-bottom: 20px;
	
}

#benlogo {
	margin-top: 10px;
	
}

.featured-post img {
	display: none;
	
}

#show-nav {
	display: none;
	background: #000;
	
}

#close-nav {
	display: none;
	background: #000;
	text-align: right;
	font-family: sans-serif;
	
}

em {
	font-style: italic;
	
}

strong {
	font-weight: bold;
	
}



#footer-bar {
	background: #000;
	height: 10px;
	position: fixed;
	bottom: 0;
	
}

p {
	margin-bottom: 20px;
	
}

/* Responisveness */

@media only screen and (max-device-width: 320px) {
	#benlogo {
		width: 600px;
		
	}
	
	.main-nav {
		height: 100px;
		
	}
	
	.main-nav a {
		font-size: 5em;
		line-height: 100px;
		
	}
	
	.featured-post h1 {
		font-size: 2em;
		
	}
	
	.featured-post p {
		font-size: 4em;
		
	}
	
	.featured-post a {
		font-size: 5em;
		
	}
	
}



/* required junk */
required-junk {
	display: none;
	
}


.wp-caption {
	
}
.wp-caption-text {
	
}
.sticky{
	
}
.gallery-caption {
	
}
.bypostauthor {
	
}
.alignright {
	
}
.alignleft {
	
}
.aligncenter {
	
}