/**
* WARNING: This is the stylesheet for the core Maven Framework.
* DO NOT edit this file under any circumstances.
*/


/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* HTML
* Body
* Wrapper
* Header
* Main Menu
* Main
* Primary
* Content Navigation
* Social
* Comments
* Secondary
* Widgets
* Footer
* Comments
* Shortcodes

*/




/* Defaults
------------------------------------------------------------ */

iframe {
	border: none;
	margin: 0 0 9px;
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
	margin: 3px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 3px 0 5px 10px;
}
.assistive-text {
	display: none;
}
.aligncenter, dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
strong, b {
	font-weight: bold;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}

/* HTML
------------------------------------------------------------ */

html {
	width: 100%;
	height: 100%;
}

/* Body
------------------------------------------------------------ */

body {
	width: 100%;
	height: 100%;
}

/* Wrapper
------------------------------------------------------------ */

#wrapper {
	width: 100%;
}

/* Header
------------------------------------------------------------ */

#siteHeader {
}
#logo {
	display: inline-block;
}
#tagline {
	margin-bottom: 20px;
}

/* Main Menu
------------------------------------------------------------ */

.main-menu-container {
}
.main-menu-container ul {
	list-style: none;
	margin: 0;
}
.main-menu-container > ul > li {
	position: relative;
	display: block;
	float: left;
}
.main-menu-container > ul > li > a {
	display: inline-block;
}
.main-menu-container a:hover {
	text-decoration: none;
}


/* Main
------------------------------------------------------------ */

#main {
}

/* Primary
------------------------------------------------------------ */

#primary {
	width: 620px;
}
.sidebar-left #primary {
	float: right;
}
.sidebar-right #primary {
	float: left;
}
.full-width #primary {
}

/* Content Navigation
------------------------------------------------------------ */

.content-nav .nav-previous {
	float: left;
}
.content-nav .nav-next {
	float: right;
}
.paginate-container ul {
	list-style: none;
	margin: 0;
}
.paginate-container li {
	display: inline-block;
}


/* Comments
------------------------------------------------------------ */

.comment-container {
	margin-bottom: 30px;
}
.comment-avatar {
	float: left;
	margin-bottom: 3px;
}
.comment-data {
	clear: both;
}
.comment-data p {
	margin-bottom: 8px;
}
#comments input[type="text"] {
	width: 300px;
}
#comments textarea {
	width: 400px;
}
.form-allowed-tags {
	width: 410px;
}
.form-allowed-tags code {
	display: block;
	margin-top: 5px;
}
#commentscontainer ol,
#commentscontainer ul {
	list-style: none;
}
.commentlist {
	margin-left: 0;
}
.comment-table td {
	vertical-align: top;
}
.comment-avatar {
	width: 50px;
}
.comment-author {
	margin-bottom: 0;	
}
.comment-date {
	margin-bottom: 0;	
}

/* Secondary
------------------------------------------------------------ */

#secondary {
	width: 300px;
}
.sidebar-left #secondary {
	float: left;
}
.sidebar-right #secondary {
	float: right;
}

.widget {
	margin-bottom: 20px;
}

.widget > ul {
	list-style: none;
	margin: 0;
}

/* Widgets
------------------------------------------------------------ */

/* Calendar */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 12px;
	font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}
#wp-calendar th {
	font-weight: bold;
	font-size: 12px;
  text-align: center;
  padding: 5px 0;
  width: 14.2%;
}
#wp-calendar td {
  text-align: center;
  font-size: 12px;
  padding: 0;
  width: 14.2%;
}
#wp-calendar td#today {
}
#wp-calendar td a {
	font-size: 12px;
	line-height: 12px;
}
#wp-calendar tfoot td {
	padding: 5px 0;
}

/* RSS */
.widget_rss li {
	margin-bottom: 10px;
}


/* Footer
------------------------------------------------------------ */

#footer-widgets {
	background: #FFF;
}
#footer-widgets .widget-area {
	float: left;
	padding: 10px;
}

.two-col .widget-area {
	width: 460px;
}

.three-col-1 .widget-area {
	width: 300px;
}

.three-col-2 .widget-area,
.three-col-3 .widget-area,
.three-col-4 .widget-area {
	width: 250px;
}
.three-col-2 #footer-widget-area-2,
.three-col-3 #footer-widget-area-1,
.three-col-4 #footer-widget-area-3 {
	width: 400px;
}
.four-col .widget-area {
	width: 220px;
}
#copyright p {
	margin: 0;
}

/* Shortcodes
------------------------------------------------------------ */

.maven-col {
	float: left;
	margin-right: 2%;
}
.maven-col.last {
	margin-right: -5px;
}
.maven-col.last + * {
	clear: both;
}
.maven-two-col {
	width: 49%;
}
.maven-three-col {
	width: 32%;
}
.maven-three-col-2 {
	width: 66%;
}
.maven-four-col {
	width: 23.5%;
}
.maven-four-col-2 {
	width: 49%;
}
.maven-four-col-3 {
	width: 74.5%;
}
.maven-five-col {
	width: 18.5%;
}
.maven-five-col-2 {
	width: 38.8%;
}
.maven-five-col-3 {
	width: 59.2%;
}
.maven-five-col-4 {
	width: 79.6%;
}
.maven-six-col {
	width: 15%;
}
.maven-six-col-2 {
	width: 32%;
}
.maven-six-col-3 {
	width: 49%;
}
.maven-six-col-4 {
	width: 66%;
}
.maven-six-col-5 {
	width: 83%;
}