/*
Theme Name: Colorful Content
Theme URI: http://wordpress.org/extend/themes/colorfulcontent
Author: Gabriel Serafini
Author URI: http://www.gabrielserafini.com/
Description: Colorful theme that focuses on featuring content front and center with a minimum of distractions.  Built using HTML5 and CSS transforms.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

body {
	background: #fff;
	color: #333;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	}

#background_container {
	width: 100%;
	height: 100%;
	overflow: clip;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	}

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(255,255,255,.8);
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	margin: 10px;
	padding: 10px;
	width: 97%;
	}

#header h1 {
	display: inline;
	background: rgba(255,255,255,.9);
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	font-size: 22px;
	padding: 20px 18px 16px 12px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

#header h1 img {
	margin: 0 6px 5px 0;
	}

#header h1 a {
	text-decoration: none;
	color: #333;
	display: inline;
	}

#header h1 a:hover {
	color: #000;
	}

.tagline {
	float: left;
	display: inline;
	font-family: georgia, serif;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
	padding: 2px;
	margin: 0 20px 0 0;
	background: rgba(0,0,0,.3);
	}

#mainbody {
	background: rgba(255,255,255,.9);
	-moz-border-radius: 1px;
	border-radius: 1px;
	box-shadow: 2px 3px 18px rgba(0,0,0,.3);
	margin: 64px 100px 600px 100px;
	padding: 60px 80px;
	position: relative;
	}

#mainbody h1 {
	font-size: 36px;
	margin: 0 0 18px 0;
	padding: 0;
	color: #555;
	font-family: georgia, serif;
	font-weight: normal;
	}

.post {
	clear: both;
	margin-bottom: 20px;
	}

.post-title a {
	color: #333;
	}

.postmetadata {
	clear: both;
	}

#bottom_boxes {
	margin: 0px 100px;
	position: relative;
	}

.bottom_box {
	background: rgba(255,255,255,.9);
	-moz-border-radius: 1px;
	border-radius: 1px;
	box-shadow: 2px 3px 12px rgba(0,0,0,.2);
	float: left;
	width: 300px;
	padding: 60px 100px;
	}

img {
     max-width: 100%;
     height: auto;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	position: relative;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#333;
	padding:2px 10px 0 10px;
	line-height:36px;
	margin: 0 1px 0 0;
}
#access ul ul {
	display:none;
	position:absolute;
	top:36px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background: rgba(255,255,255,0.9);
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#000;
	background: rgba(255,255,255,0.8);
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
	background: rgba(255,255,255,0.9);
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#000;
	background: rgba(255,255,255,0.5);
}
#access ul ul a:hover {
	background: rgba(255,255,255,.9);
}


.date {
	font-size: 14px;
	color: #999;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	}

.footer {
	clear: both;
	color: #999;
	}


.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width: 1100px !important;
}

.wp-caption-text, .caption {
	font-size: 11px;
	font-style: italic;
	color: #333;
	}

#comment {
	width: 90%;
	}

#comments {
	clear: both;
	}

#respond {
	clear: both;
	}

.subscribe-label {
	display: inline;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

hr {
	clear: both;
	}

#footer_widgets h3 {
	font-weight: normal;
	size: 14px;
	color: #333;
	}

#footer_widgets aside {
	width: 22%;
	margin: 0 18px 0 0;
	float: left;
	}