/*
Theme Name: Avenger
Theme URI: http://www.themeweaver.net/
Description: WordPress Theme by Josh Stauffer
Author: Theme Weaver
Author URI: http://www.themeweaver.net/
Version: 1.0

License: GNU General Public License v2.0
License URI: http://www.opensource.org/licenses/gpl-license.php
*/


@import url(//fonts.googleapis.com/css?family=Droid+Sans&v2);

/* =CSS Reset, by Eric Meyer, v2.0, 20110126: http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* =Global
-------------------------------------------------------------- */

hr {
	background-color: #ddd;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 15px;
}
p {
	margin-bottom: 15px;
}
ul, ol {
	margin: 0 0 15px 25px;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin-bottom: 15px;
}
dt {
	font-weight: bold;
}
dd {
	font-style: italic;
	margin: 0 15px 5px;
}
table {
	margin-bottom: 15px;
}
th, td {
	border: 1px solid #ddd;
	padding: 2px 5px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	background: #f5f5f5;
	border-left: 1px solid #ddd;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 15px 15px 0 15px;
}
code, kbd {
	background: #eee;
	color: #555;
	font-family: "Courier New", Courier, monospace;
	padding: 0 3px;
}
pre {
	background: #f5f5f5;
	border: 1px solid #ddd;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 15px;
	overflow: auto;
	padding: 15px;
}
pre code {
	background: transparent;
	padding: 0;
}
address {
	font-style: italic;
	margin: 0 0 15px;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
acronym {
	text-transform: uppercase;
}
ins {
	border-bottom: 1px solid #666;
	font-style: italic;
	text-decoration: none;
}
big {
	font-size: 120%;
}
small,
sup,
sub {
	font-size: 80%;
}
sup,
sub {
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Form Elements */
input,
select,
textarea {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 4px;
}
input[type=text],
select,
textarea {
	background: #f9f9f9;
	border: 1px solid #ddd;
}
textarea {
	width: 97%;
}
input[type=submit] {
	background: #000 url(images/overlay-s.png);
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #eee;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	line-height: 16px;
	padding: 4px;
	text-transform: uppercase;
}
input[type=submit]:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
}

/* Links */
a {
	color: #e00000;
	outline: none;
	text-decoration: none;
}
a:active,
a:focus,
a:hover {
	color: #e00000;
	text-decoration: underline;
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	line-height: 2;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}


/* =Structure
-------------------------------------------------------------- */

body {
	background: #fff;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}


/* =Top Bar
-------------------------------------------------------------- */

#topbar {
	margin: 0 auto;
	width: 960px;
}
#topbar-left {
	float: left;
	width: 475px;
}
#site-description {
	color: #999;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	line-height: 40px;
}
#topbar-right {
	float: right;
	width: 475px;
}


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

#header {
	background: #ddd url(images/bg-stripe.png);
	clear: both;
	width: 100%;
}
#header .wrap {
	background: url("../../uploads/2016/12/logo_neu2.png") no-repeat scroll center top transparent;
  padding: 160px 0 40px;
}
#branding {
	margin: 0 auto;
	text-align: center;
	width: 920px;
}
#branding a img,
#branding a:hover img {
	opacity: 1;
}
#site-title {
	color: #fff;
	filter: glow(color=#666666,strength=3);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.65);
	text-transform: uppercase;
}
#site-title a,
#site-title a:hover {
	color: #fff;
	text-decoration: none;
}


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

.menu ul {
	margin: 0;
	padding: 0;
}
li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}
li:hover,
li.sfHover {
	position: static;
}
span.sf-sub-indicator {
	display: none;
}


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

#menu-header {
	color: #666;
	overflow: hidden;
	text-transform: uppercase;
}
#menu-header ul {
	float: right;
}
#menu-header li {
	float: left;
	list-style-type: none;
}
#menu-header li a {
	color: #666;
	display: block;
	font-size: 11px;
	line-height: 40px;
	padding: 0 5px;
	position: relative;
	text-decoration: none;
}
#menu-header li a:hover,
#menu-header li a:active,
#menu-header li:hover>a {
	background-color: #f9f9f9;
	color: #e00000;
}
#menu-header li li a,
#menu-header li li a:link,
#menu-header li li a:visited {
	background: #f9f9f9;
	border-bottom: 1px solid #ddd;
	color: #666;
	font-size: 11px;
	line-height: 25px;
	position: relative;
	text-transform: none;
	width: 140px;
}
#menu-header li li a:hover,
#menu-header li li a:active,
#menu-header li li:hover>a {
	background: #fff;
	color: #e00000;
}
#menu-header li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}
#menu-header li ul a {
	width: 140px;
}
#menu-header li ul ul {
	margin: -26px 0 0 150px;
}
#menu-header li:hover>ul,
#menu-header li.sfHover ul {
	left: auto;
}

/* Social Icons */
#menu-header .facebook a,
#menu-header .feedburner a,
#menu-header .flickr a,
#menu-header .google a,
#menu-header .linkedin a,
#menu-header .twitter a,
#menu-header .youtube a {
	background: #fff url(images/social.png) no-repeat;
	display: block;
	height: 28px;
	margin: 6px 3px;
	padding: 0;
	text-indent: -9999px;
	width: 28px;
}
#menu-header .facebook a {
	background-position: 0 0;
}
#menu-header .feedburner a {
	background-position: 0 -28px;
}
#menu-header .flickr a {
	background-position: 0 -56px;
}
#menu-header .google a {
	background-position: 0 -84px;
}
#menu-header .linkedin a {
	background-position: 0 -112px;
}
#menu-header .twitter a {
	background-position: 0 -140px;
}
#menu-header .youtube a {
	background-position: 0 -168px;
}
#menu-header .facebook a:hover {
	background-position: -28px 0;
}
#menu-header .feedburner a:hover {
	background-position: -28px -28px;
}
#menu-header .flickr a:hover {
	background-position: -28px -56px;
}
#menu-header .google a:hover {
	background-position: -28px -84px;
}
#menu-header .linkedin a:hover {
	background-position: -28px -112px;
}
#menu-header .twitter a:hover {
	background-position: -28px -140px;
}
#menu-header .youtube a:hover {
	background-position: -28px -168px;
}


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

#menu-primary {
	background: #000 url(images/overlay-b.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	color: #fff;
	margin: -20px auto 0;
	overflow: hidden;
	padding: 0 5px;
	text-transform: uppercase;
	width: 950px;
}
#menu-primary ul {
	float: left;
}
#menu-primary li {
	float: left;
	list-style-type: none;
}
#menu-primary li a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
}
#menu-primary li a:hover,
#menu-primary li a:active,
#menu-primary li:hover>a {
	background: #111;
	color: #e00000;
}
#menu-primary li li a,
#menu-primary li li a:link,
#menu-primary li li a:visited {
	background: #222;
	border-bottom: 1px solid #444;
	color: #ddd;
	font-size: 12px;
	line-height: 30px;
	position: relative;
	text-transform: none;
	width: 150px;
}
#menu-primary li li a:hover,
#menu-primary li li a:active,
#menu-primary li li:hover>a {
	background: #111;
	color: #e00000;
}
#menu-primary li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}
#menu-primary li ul a {
	width: 150px;
}
#menu-primary li ul ul {
	margin: -31px 0 0 180px;
}
#menu-primary li:hover>ul,
#menu-primary li.sfHover ul {
	left: auto;
}

/* Nav Extras */
.nav-extras ul {
	width: 790px;
}
#menu-primary .date {
	color: #ddd;
	float: right;
	line-height: 40px;
	padding: 0 5px;
}
#menu-primary .search {
	background: #222;
	float: right;
	height: 40px;
}
#menu-primary .search input[type="text"] {
	background: #222;
	border: 0;
	color: #ddd;
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	text-indent: 5px;
	width: 142px;
}
#menu-primary .search input[type="submit"] {
	display: none;
}


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

#menu-footer {
	background: #000 url(images/overlay-s.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	color: #fff;
	margin: 0 auto -15px;
	min-height: 30px;
	padding: 0 5px;
	position: relative;
	text-transform: uppercase;
	width: 950px;
}
#menu-footer ul {
	text-align: center;
	width: 100%;
}
#menu-footer li {
	display: inline-block;
	list-style-type: none;
	margin-left: -5px;
	text-align: left;
}
#menu-footer li li {
	margin-left: 0;
}
#menu-footer li a {
	color: #ddd;
	display: block;
	font-size: 11px;
	line-height: 30px;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
}
#menu-footer li a:hover,
#menu-footer li a:active,
#menu-footer li:hover>a {
	background: #111;
	color: #e00000;
}
#menu-footer li li a,
#menu-footer li li a:link,
#menu-footer li li a:visited {
	background: #222;
	border-bottom: 1px solid #444;
	color: #ddd;
	font-size: 11px;
	line-height: 25px;
	position: relative;
	text-transform: none;
	width: 150px;
}
#menu-footer li li a:hover,
#menu-footer li li a:active,
#menu-footer li li:hover>a {
	background: #111;
	color: #e00000;
}
#menu-footer li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}
#menu-footer li ul a {
	width: 150px;
}
#menu-footer li ul ul {
	margin: -26px 0 0 180px;
}
#menu-footer li:hover>ul,
#menu-footer li.sfHover ul {
	left: auto;
}


/* Main wrapper div for the content and primary sidebar */
#main {
	clear: both;
	margin: 30px auto 0;
	width: 960px;
}


/* =Content
-------------------------------------------------------------- */

.hentry {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 0 10px 30px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 5px;
	padding: 0;
}
.entry-title a {
	color: #222;
}
.entry-title a:active,
.entry-title a:focus,
.entry-title a:hover {
	color: #555;
	text-decoration: none;
}
.entry-meta {
	clear: both;
	color: #666;
	font-size: 10px;
}
.entry-content {
	margin: 15px 0 0;
}
.page-links {
	clear: both;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 4px 0 0;
	word-spacing: 6px;
}
.page-links a:link,
.page-links a:visited {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-weight: normal;
	padding: 6px 10px;
	text-decoration: none;
}
.page-links a:active,
.page-links a:hover {
	background: #eee;
}
.entry-info {
	clear: both;
	color: #666;
	font-size: 10px;
}

/* Sticky Posts */
.sticky .entry-meta {
	display: none;
}
.sticky .entry-content {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	padding: 10px 10px 0;
}
.sticky .page-links {
	margin: 0;
	padding: 0 0 15px;
}
.sticky .page-links a {
	background: #fff;
}

/* Archive/Search Loop Meta */
.loop-meta {
	margin: 0 0 30px;
	overflow: hidden;
}
.loop-title {
	background: #ddd url(images/bg-stripe.png);
	border-bottom: 1px solid #ddd;
	color: #222;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 5px 5px 5px 10px;
}
.loop-description {
	overflow: hidden;
	padding: 10px 10px 0;
}
.loop-description p {
	margin: 0 0 10px;
}
.loop-meta .avatar {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 1px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 5px 10px 10px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 5px 0 10px 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 5px auto 10px;
}
.alignnone {
	display: block;
	margin: 5px 0 10px;
}
blockquote.alignleft,
blockquote.alignright {
	width: 33%;
}
.clear {
	clear: both;
}


/* =Page Templates
-------------------------------------------------------------- */
.archives {
	float: left;
	width: 50%;
}


/* =Home
-------------------------------------------------------------- */

#tw-slider-wrap {
	margin: 0 0 15px;
	position: relative;
}
#tw-slider-wrap .prev,
#tw-slider-wrap .next {
	background: url(images/slider-arrows.png) no-repeat;
	display: block;
	height: 30px;
	position: absolute;
	text-indent: -9999px;
	top: 70px;
	width: 30px;
	z-index: 10;
}
#tw-slider-wrap .prev {
	background-position: 0 0;
	left: -5px;
}
#tw-slider-wrap .next {
	background-position: 0 -30px;
	right: -5px;
}
#tw-slider {
	background: #ddd url(images/bg-stripe.png);
	height: 170px;
	overflow: hidden;
	width: 960px;
}
#tw-slider ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tw-slider li {
	float: left;
}
#tw-slider li a {
	display: block;
	position: relative;
}
#tw-slider li a span {
	background: url(images/slider-buttons.png) no-repeat;
	bottom: 15px;
	display: none;
	height: 30px;
	position: absolute;
	right: 15px;
	text-indent: -9999px;
	width: 30px;
	z-index: 10;
}
#tw-slider li a:hover span {
	display: block;
}
#tw-slider li a.lightbox span.view {
	background-position: 0 0;
}
#tw-slider li a span.view {
	background-position: 0 -30px;
}
#tw-slider li img {
	background: #fff;
	border: 1px solid #ccc;
	margin: 8px;
	padding: 1px;
}


/* =Images
-------------------------------------------------------------- */

.entry-content img {
	border: 1px solid #ccc;
	height: auto;
	padding: 4px;
}
.gallery img {
	border: 1px solid #ccc !important;
}
a:hover img {
	opacity: .85;
}

/* Max-widths for images */
.entry-content img {
	max-width: 605px;
}
.layout-fwc .entry-content img {
	max-width: 930px;
}

.wp-caption {
	max-width: 100%; /* Fixes inline styling */
}
.wp-caption {
	overflow: hidden;
	padding: 0 0 4px;
	text-align: center;
}
.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	margin: 5px;
}
object,
embed {
	width: 100%;
}
img.wp-smiley {
	background: transparent;
	border: none;
	max-width: 12px;
	padding: 0;
}
.gallery-caption {
	font-size: 11px;
	font-style: normal;
	margin: 0 5px;
}


/* =Pagination
-------------------------------------------------------------- */

.comment-pagination,
.pagination {
	overflow: hidden;
	padding: 0 0 15px;
}
.pagination .page-numbers,
.comment-pagination .page-numbers {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	color: #333;
	display: inline-block;
	margin: 0 0 5px;
	padding: 6px 10px;
	text-decoration: none;
}
.pagination a:hover,
.comment-pagination a:hover {
	background: #eee;
}
.pagination .current,
.comment-pagination .current {
	color: #aaa;
}


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

.widget-area .widget {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
.widget-area .widget-title {
	background: #ddd url(images/bg-stripe.png);
	border-bottom: 1px solid #ddd;
	color: #222;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 5px 5px 5px 10px;
}

/* Text widget */
.widget-area .textwidget {
	padding: 10px 10px 0;
}
.widget-area .textwidget p {
	margin: 0 0 5px;
}
	
/* Widget unordered lists */
.widget-area .widget ul {
	margin: 10px 10px 0 25px;
}
.widget-area .widget ul ul {
	margin: 0 0 0 15px;
}
.widget-area .widget ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

/* Dropdowns  */
.widget-area .widget select {
	border: 1px solid #ddd;
	display: inline;
	margin: 10px 10px 0;
	width: 278px;
}

/* Search form widget */
.widget-area .search-form {
	margin: 10px 10px 0;
	overflow: hidden;
}
.search-form input[type="text"] {
	border: 1px solid #ddd;
	color: #666;
	padding-left: 4px;
	padding-right: 4px;
	text-indent: 5px;
	width: 198px;
}

/* Calendar widget */
.widget-area #calendar_wrap {
	margin: 10px 10px 0;
}
#wp-calendar {
	margin: 0;
	width: 100%;
}
#wp-calendar caption {
	font-size: 11px;
	padding: 2px 5px 0 0;
	text-align: right;
	text-transform: uppercase;
}
#wp-calendar td,
#wp-calendar th {
	border: 1px solid #ddd;
	padding: 2px;
	text-align: center;
}

/* Tag cloud */
.widget-area .tagcloud {
	padding: 10px 10px 0;
}


/* =Footer Widgets & Home Widgets
-------------------------------------------------------------- */

#footer-widgets,
#home-widgets {
	clear: both;
	margin: 0 auto 5px;
	overflow: hidden;
	width: 960px;
}
#home-widgets .textwidget img {
	margin-bottom: 5px;
}
#sidebar-footer-1,
#sidebar-footer-2,
#sidebar-footer-3,
#sidebar-home-1,
#sidebar-home-2,
#sidebar-home-3 {
	width: 310px;
}
#sidebar-footer-1,
#sidebar-home-1 {
	float: left;
	margin: 0 15px 0 0;
}
#sidebar-footer-2,
#sidebar-home-2 {
	float: left;
}
#sidebar-footer-3,
#sidebar-home-3 {
	float: right;
}


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

#comments {
	padding: 0 10px;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul.children {
	margin: 10px 0 0;
}
#comments li {
	border: 1px solid #ddd;
	list-style: none;
	margin: 0 0 10px;
	padding: 10px 10px 0;
	position: relative;
}
#comments li.bypostauthor {
	background: #fff;
}
#comments li.thread-alt {
	background: #f5f5f5;
}
#comments li.pingback p {
	margin-bottom: 10px;
}
#comments .avatar {
	background: #fff;
	border: 1px solid #ccc;
	float: right;
	padding: 1px;
}
.comment-author {
	font-weight: bold;
	line-height: 20px;
}
.comment-author .says {
	display: none;
}
cite.fn {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
}
.comment-meta {
	font-size: 10px;
	margin: 0 0 10px;
}
.comment-meta a {
	color: #666;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin: 0 0 15px 25px;
}
#comments .comment-body ul li {
	list-style: square;
}
#comments .comment-body ol li {
	list-style-type: decimal;
}
#comments .comment-body ul ul,
#comments .comment-body ol ol,
#comments .comment-body ul ol,
#comments .comment-body ol ul {
	margin-bottom: 0;
}
#comments .comment-body li {
	border: none;
	margin: 0;
	padding: 0;
}
.reply {
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 10px;
	text-transform: uppercase;
}

/* Comment Form */
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}
#reply-title small {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	margin: 0 0 10px;
	overflow: hidden;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	float: left;
	margin-right: 10px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	line-height: 25px;
}
.comment-form-comment label {
	display: none;
}


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

#footer {
	background: #ddd url(images/bg-stripe.png);
	clear: both;
	color: #999;
	font-size: 10px;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}
#footer a {
	color: #666;
}
#footer .wrap {
	margin: 20px auto 100px;
	overflow: hidden;
	width: 960px;
}
#footer .copyright {
	float: left;
	margin: 0;
	width: 50%;
}
#footer .credit {
	float: right;
	margin: 0;
	text-align: right;
	width: 50%;
}


/* =Layouts
-------------------------------------------------------------- */

#sidebar-primary,
#content {
	margin-bottom: 15px;
}
.layout-fwc #content {
	width: 960px;
}
.layout-cs #content,
.layout-sc #content {
	width: 635px;
}
.layout-cs #sidebar-primary,
.layout-sc #sidebar-primary {
	width: 310px;
}
.layout-sc #sidebar-primary,
.layout-cs #content {
	float: left;
}
.layout-cs #sidebar-primary,
.layout-sc #content {
	float: right;
}


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

/* Button Shortcode */
.button a,
.button a:visited {
	background: #222 url(images/button.png) repeat-x 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 5px 0;
	padding: 5px 15px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
}
.button a:hover {
	background-position: 0 -50px;
	color: #fff;
	text-decoration: none;
}
.button a:active {
	background-position: 0 -100px;
	top: 1px;
}
.small.button a,
.small.button a:visited {
	font-size: 11px;
	padding: 0 10px;
}
.big.button a,
.big.button a:visited {
	font-size: 15px;
	padding: 10px 25px;
}
.dark.button a,
.dark.button a:visited {
	background-color: #000;
}
.light.button a,
.light.button a:visited {
	background-color: #f3f3f3;
	color: #000;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.4);
}
.blue.button a,
.blue.button a:visited {
	background-color: #0095cd;
}
.gray.button a,
.gray.button a:visited {
	background-color: #6e6e6e;
}
.green.button a,
.green.button a:visited {
	background-color: #64991e;
}
.orange.button a,
.orange.button a:visited {
	background-color: #f78d1d;
}
.pink.button a,
.pink.button a:visited {
	background-color: #f895c2;
}
.purple.button a,
.purple.button a:visited {
	background-color: #a9014b;
}
.red.button a,
.red.button a:visited {
	background-color: #e33100;
}
.yellow.button a,
.yellow.button a:visited {
	background-color: #ffb515;
}

/* Column Shortcode */
.one-half,
.one-third,
.one-fourth,
.two-thirds,
.two-fourths,
.three-fourths {
	float: left;
	margin: 0 0 15px 3%;
}
.first {
	clear: both;
	margin-left: 0;
}
.one-half,
.two-fourths {
	width: 48%;
}
.one-third {
	width: 31%;
}
.one-fourth {
	width: 22.5%;
}
.two-thirds {
	width: 65%;
}
.three-fourths {
	width: 73.5%
}

/* Box Shortcode */
p.alert,
p.download,
p.info,
p.note {
	padding: 10px 15px;
}
p.alert {
	background: #ffd9c8;
	border: 1px solid #f0baa2;
}
p.download {
	background: #edfcd5;
	border: 1px solid #d4ebaf;
}
p.info {
	background: #f9f9f9;
	border: 1px solid #eee;
}
p.note {
	background: #fef6d2;
	border: 1px solid #efe3ae;
}