/**
* Rebuild styles after resetting.
*
* Based on work by Blueprint CSS
* @link http://code.google.com/p/blueprintcss/
*
* @package Akua
* @since Akua 1.0
*/

/*html {
	overflow: auto;
}*/
body {
    font: normal 14px/160% Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #222;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/** Hyperlinks */
a {
    color: #222;
    text-decoration: none;
	font-size: 100%;
	/*background-repeat: no-repeat;
	background-position: 0px 0px;*/
}
a:visited {
	text-decoration: none;
	color: #222;
}
a:hover {
	text-decoration: underline;
	color: #2FBBDC;
}
a:active,
a:focus {
	text-decoration: none;
}
a:focus {
	outline: 0;
}

/** Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	/*color: #222;*/
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 125%;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 23px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 17px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: small;
}
hr {
	border-color: #eaeaea;
	margin-bottom: 20px;
}

/** Text Elements */
p {
	text-decoration: none;
	margin-bottom: 20px;
	text-indent: 0px;
}
:last-child {
	margin-bottom: 0;
}
:first-child {
	margin-top: 0;
}
p:empty {
	display: none;
}
ul, ol {
	list-style-image: none;
	/*list-style-position: inside; // Causes bug with block elements inside li items. items display on the next line after bullet */
	margin-left: 1.5em;
	padding-left: 0;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal; /*decimal-leading-zero;*/
}
ol ol {
	list-style: lower-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: upper-alpha;
}
/*ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-top: 10px;
}*/
li {
	display: list-item;
}
dl	{
	margin: 0 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
/*cite,*/
em,
i,
q {
	font-style: italic;
}
/*q:before,
q:after {
	content: "\"";
}*/
pre, code {
	font-family: Monaco, monospace;
	/*background: #f4f4f4;
	color: #222;*/
}
pre {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #eaeaea;
	overflow: auto;
	background: #f4f4f4;
}
pre:last-child {
	margin-bottom: 0;
}
/*code {
	padding: 2px 3px;
	margin-right: 2px;
}*/
abbr, acronym {
	border: 0;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;

}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
address {
	margin-bottom: 20px;
}
address:last-child {
	margin-bottom: 0;
}

/** Forms */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
	clear: both;
}

figure {
	margin: 0;
}

/** WordPress */
.wp-caption {
	/*text-align: center;*/
	margin-bottom: 20px;
	line-height: 130%;
}
.alignleft {
	display: inline;
	float: left;
  	margin: 0 20px 20px 0;
}
.alignright {
	display: inline;
	float: right;
  	margin: 0 0 20px 20px;
}
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
table.aligncenter {
	display: table;
}
/** .alignnone */
.wp-caption-text {
	margin: 0 5px 10px;
	font-size: 12px;
	color: #999;
	line-height: 130%;
}
.wp-caption-text.gallery-caption {
    color: #777;
}
.wp-smiley {
	max-height: 1em;
	margin: 0 !important;
}
.wp-caption:last-child,
.wp-caption-text:last-child {
	margin-bottom: 0;
}

/** Blockquotes */
blockquote {
	margin: 0 20px 20px;
	padding-left: 10px;
	border-left: 5px solid #ccc;
	font-size: 1.1em;
	color: #999;
	font-style: italic;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
blockquote:last-child {
	margin-bottom: 0;
}
/*blockquote:before {
	content: '\201C';
	margin-left: -20px;
	font-size: 26px;
	font-weight: bold;
}*/

/** Responsive rules */
html {
	-webkit-text-size-adjust: none;
}
img,
iframe,
object,
embed,
video,
audio,
iframe[style],
object[style],
embed[style],
/*.fb_iframe_widget span[style],*/
/*table,*/
.wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
input,
textarea,
select,
button {
	max-width: 96%;
}
input[type="file"] {
	max-width: 70%;
}
/*iframe,
object,
embed {
	line-height: 1px;
}*/
.fb_iframe_widget iframe,
img.lb-image {
	max-width: none;
}
/**
* WP Editor styles
*/
/*.wp-editor-container .mceContentBody.content {
	background: #fff;
}
.wp-editor-container .mceContentBody.content p {
	margin: 0 0 20px;
}*/

/**
* Basic layout styles.
*
* @author iTech Plus
* @link http://www.itechplus.org
*
* @see http://www.dynamicdrive.com/style/layouts/category/C10/ 3-col layout samples
*
* @package Akua
* @since Akua Unknown
*/

body {
	text-align: center;
}
#wrapper {
	min-width: 960px;
  	text-align: left;
	position: relative;
}
#main {
	width: 960px;
	margin: 0 auto 20px;
	/*overflow: hidden;
	min-height: 300px;*/
}
#content {
	padding: 20px;
	background: #FFF;
}
#header,
#footer {
	min-width: 960px;
	font-size: small;
	color: #f0f0f0;
}
#header {
	z-index: 5;
}

/** Two Columns, Right Sidebar
******************************/

#container,
.layout-right-sidebar #container {
	float: left;
	margin-right: -330px;
	width: 100%;
}
#content,
.layout-right-sidebar #content {
	margin-right: 330px;
	z-index: 2;
	/*min-height: 300px;*/
}
/*.home #content,
.home.page #content {
	background: transparent;
	padding: 0;
}*/
#primary,
.layout-right-sidebar #primary {
	float: right;
	width: 310px;
	z-index: 3;

	font-size: small;
}

/** Two Columns, Left Sidebar
******************************/

.layout-left-sidebar #container {
	float: right;
	margin-left: -330px;
	margin-right: 0;
}
.layout-left-sidebar #content {
	margin-left: 330px;
	margin-right: 0;
}
.layout-left-sidebar #primary {
	float: left;
}

/** Three Columns, Left & Right Sidebars
****************************************/

.layout-left-right-sidebars #container {
	float: left;
	width: 100%;
	margin-right: 0;
}
.layout-left-right-sidebars #content {
	/** Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth */
	margin-right: 280px;
	margin-left: 190px;
}
.layout-left-right-sidebars #primary,
.layout-left-right-sidebars #secondary {
	float: left;
}
.layout-left-right-sidebars #secondary {
	margin-left: -100%;
	width: 170px; /** Width of left column */
}
.layout-left-right-sidebars #primary {
	margin-left: -260px; /** Set left margin to -(RightColumnWidth) */
	width: 260px; /** Width of right column */
}

/** Three Columns, Two Left Sidebars
************************************/

/*.layout-left-left-sidebars #container {
	float: right;
	width: 100%;
	margin-right: 0;
	margin-left: -470px;*/ /** Set left margin to -(leftColumnWidth + RightColumnWidth) */
/*}
.layout-left-left-sidebars #content {
	margin-right: 0;
	margin-left: 470px;*/ /** Set left margin to (leftColumnWidth + RightColumnWidth) */
/*}
.layout-left-left-sidebars #secondary  {
	float: left;
	width: 170px;*/ /** Width of left column in pixels */
/*}
.layout-left-left-sidebars #primary {
	float: left;
	width: 260px;*/ /** Width of right column in pixels */
	/*margin-left: 20px;
}*/

/** Reversing 'Two Right Sidebars' so Primary will be on the extreme left */
.layout-left-left-sidebars #container {
	float: right;
	width: 100%;
	margin-right: 0;
}
.layout-left-left-sidebars #content {
	margin-right: 0;
	margin-left: 470px; /** Set right margin to (LeftColumnWidth + RightColumnWidth) */
}
.layout-left-left-sidebars #secondary {
	float: right;
	width: 170px; /** Width of left column in pixels */
	margin-right: -450px; /** Set left margin to -(LeftColumnWidth + RightColumnWidth) */
}
.layout-left-left-sidebars #primary {
	float: right;
	width: 260px; /** Width of right column in pixels */
	margin-right: -260px; /** Set margin to -(RightColumnWidth) */
}

/** Three Columns, Two Right Sidebars
*************************************/

.layout-right-right-sidebars #container {
	float: left;
	width: 100%;
	margin-right: 0;
}
.layout-right-right-sidebars #content {
	margin-right: 470px; /** Set right margin to (LeftColumnWidth + RightColumnWidth) */
}
.layout-right-right-sidebars #secondary {
	float: left;
	width: 170px; /** Width of left column in pixels */
	margin-left: -450px; /** Set left margin to -(LeftColumnWidth + RightColumnWidth) */
}
.layout-right-right-sidebars #primary {
	float: left;
	width: 260px; /** Width of right column in pixels */
	margin-left: -260px; /** Set margin to -(RightColumnWidth) */
}

/** Full Width, No Sidebars
**************************/

.layout-one-column #container {
	margin-right: 0;
	float: none;
}
.layout-one-column #content {
	margin-left: 0;
	margin-right: 0;
}

/**
* Core theme styles.
*
* @author iTech Plus
* @link http://www.itechplus.org
*
* @package Akua
* @since Akua 1.0
*/

/** Miscellaneous
*****************/

ol,
ul {
	margin-bottom: 20px;
}
.widget-container ol,
.widget-container ul {
	margin-bottom: 15px;
}
li {
	margin-bottom: 10px;
}
.widget-container li {
	margin-bottom: 5px;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	margin-top: 10px;
}
.widget-container ul ul,
.widget-container ol ol,
.widget-container ul ol,
.widget-container ol ul {
	margin-top: 5px;
}
ol:last-child,
ul:last-child,
li:last-child,
.widget-container ol:last-child,
.widget-container ul:last-child,
.widget-container li:last-child {
	margin-bottom: 0;
}
.screen-reader-text,
.skip-link {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	/*left: -9999px;
	top: auto;*/
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/*.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000;
}*/
.clear {
	clear: both;
	height: 1px;
}
.page-header {
	margin-bottom: 20px;
}

/** Self-Clear Hack */
.self-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 1px;
}
* html .self-clear { zoom: 1; } /* IE6 */
*:first-child+html .self-clear { zoom: 1; } /* IE7 */

.adtag {
	text-transform: uppercase;
	color: #999;
	text-align: right;
	font-size: 10px;
	line-height: 100%;
	margin: 3px;
}
.adtag.light {
	color: #F0F0F0;
}
.adtag.dark {
	color: #444;
}
.v-adtag {
	padding: 0 0 0 12px;
	background: url('../images/v-adtag-10-90.png') no-repeat 0 0;
}
.v-adtag.dark {
	background: url('../images/v-adtag-dark-10-90.png') no-repeat 0 0;
}
.v-adtag.light {
	background-image: url('../images/v-adtag-light-10-90.png');
}
.strong {
	font-weight: bold;
}
.hide /*,
img#wpstats*/ {
	display: none;
}
.help-link {
	font-size: 12px;
	font-weight: normal;
	/*line-height: 100%;*/
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
a.white-link,
a.white-link:link {
	color: #FFF;
}
a.white-link:hover,
a.white-link:active {
	text-decoration: underline;
}
.page-width {
	width: 960px;
	margin: 0 auto;
}
.inline-block {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

/** Backgrounds */
.bg-F0F0F0 {
	background: #F0F0F0;
}
.bg-F8F8F8 {
	background: #F8F8F8;
	color: #222;
}
.white-bg a {
	color: /*#7C2A7E;*/ #222;
}
.bg-222 {
	background: #222;
	color: #FFF;
}
.bg-F4F4F4 {
	background-color: #F4F4F4;
}

.block {
	display: block;
}
.inline {
	display: inline;
}

.under-construction {
	position: fixed;
	top: 250px;
	left: 0;
	font-size: 20px;
	font-weight: bold;
	background-color: #F5EC39;
	color: #222;
	padding: 5px 5px 5px 10px;

	border-top: 3px solid #222;
	border-right: 3px solid #222;
	border-bottom: 3px solid #222;

	z-index: 10;

	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-ms-border-radius: 0 10px 10px 0;
	-o-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;

	display: none;
}
.ad-area {
	overflow: hidden;
}

/** Header
**********/

#header {
	padding: 0;
	margin: 0 auto 20px;
}
#masthead {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 168px;
}
#header .logo,
#access,
#header-bottom,
#header-search {
	position: absolute;
}
#access {
	left: 0;
	/*bottom: 0;*/
	top: 130px;

	width: 100%;
	padding: 0;
	margin: 0 auto;
	/*height: 38px;*/
	z-index: 6;
	background: #222; /*#110049;*/
	/*line-height: 1px;*/
}
#header  .logo {
	left: 0;
	top: 20px;

	/*width: 180px;
	height: 90px;*/
	z-index: 7;
	display: block;
	font-size: 1px;
}
#header-search {
	width: 300px;
	top: 6px;
	right: 6px;
}
#header .ad-area {
	width: 728px;
	height: 90px;

	position: absolute;
	top: 20px;
	right: 0;
}

/** Menus
*********/

/** Making the menus work */
.menu {
	list-style-type: none;
	list-style-image: none;
	padding: 5px 0;
	margin-left: 0;
	width: 640px;
	/*height: 28px;*/
	text-align: left;

	/** Inline-block elements whitespace fix */
	font-size: 0;
}
.menu li {
	position: relative;
	/*font-weight: bold;*/
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	/*line-height: 1px;*/
	/*border-left: 1px solid #7264A0;*/

	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;

	font-size: 16px; /* Resetting fixes in parent .menu element */
	font-weight: bold;
}
.menu ul {
	width: 200px;
	position: absolute;
	top: 27px;
	left: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 15;
}
.menu ul ul {
	top: 0;
	left: 195px;
	z-index: 20;
}
.sub-menu {
	text-align: left;
}
.sub-menu li {
	float: none;
	margin: 0;
	padding: 0;
	font-size: small;
}
.menu ul,
.menu li:hover ul ul,
.menu li li:hover ul ul,
.menu li li li:hover ul ul /*,
.menu li li li li:hover ul ul,
.menu li li li li li:hover ul ul*/ {
	display: none; /* Required to hide menu when inactive */
}
.menu li:hover ul,
.menu li li:hover ul,
.menu li li li:hover ul /*,
.menu li li li li:hover ul,
.menu li li li li li:hover ul*/ {
	display: block;
	z-index: 999;
}

/** Defining Styles */
.menu {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.menu a {
	display: block;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	/*display: block;*/
	/**height: 1%;*/ /* make links honour display: block; properly in IE*/
	line-height: 100%;
	text-transform: uppercase;
	color: #D0D0D0;

	/*-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;*/
}
.menu a:hover {
	background: #2FBBDC; /*#F30100;*/
	color: #F4F4F4;
	text-decoration: none;
}
.sub-menu a {
	text-transform: none;
	color: #F4F4F4;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px;
	background: rgba(47,187,220,0.95);
	border: 0;

	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.sub-menu a:hover,
.sub-menu a:active {
	background: #999; /*#110049;*/
	color: #F8F8F8;
	border: 0;
	padding: 5px 10px;
}
.sub-menu li {
	display: block;
	border-bottom: 1px solid #ccc;
}
.sub-menu li:first-child {
	border-top: 1px solid #ccc;
}
/*.sub-menu li li a:hover {
	background-color: #000;
}*/
.menu li.current-menu-item a {
	/*background: #7E297A;*/
	color: #FFF;
	/*border-bottom: 1px solid #F8F8F8;
	padding-bottom: 4px;*/
}
/*.menu li.current-menu-item a:hover {
	background-color: #0093DD;
	color: #FFF;
}*/
.sub-menu li.current-menu-item a {
	border-bottom: 0;
	padding-bottom: 5px;
}
/*.sub-menu li.current-menu-item a:hover {
	font-weight: normal;
}*/

/** Custom Menu Widget */
.widget_nav_menu .menu {
	line-height: 110%;
	background: transparent;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	text-align: left;
}
.widget_nav_menu .menu li {
	margin: 0 0 5px;
	padding: 0;
	border: 0;
	float: none;
	display: block;
}
.widget_nav_menu .menu li:last-child {
	margin-bottom: 0;
}
.widget_nav_menu .menu a {
	padding: 5px 10px;
	margin: 0;
	background: #222;
	font-size: 14px;
	text-transform: none;
	float: none;
	border: 0;

	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.widget_nav_menu .menu a:hover {
	background: #2FBBDC;
	/*border: 0;*/
}
#footer .widget_nav_menu .menu a:hover {
	text-decoration: none;
}
/*.widget_nav_menu .menu ul ul {
	display: none;
}*/
.widget_nav_menu .sub-menu,
.widget_nav_menu .sub-menu ul,
.widget_nav_menu .sub-menu ul ul,
.widget_nav_menu .menu li:hover ul ul {
	position: static;
	display: block;
}
.widget_nav_menu .sub-menu {
	margin-left: 10px;
	margin-top: 0;
	/*list-style-type: square;*/
	width: auto;
	background: transparent;
	border: 0;
	/*display: none;*/ /* enable to show submnu only on hover */
}
.widget_nav_menu .sub-menu li {
	border-bottom: 1px dotted #eaeaea;
	margin-bottom: 0;
}
#footer .widget_nav_menu .sub-menu a:hover {
	text-decoration: underline;
}
#footer .widget_nav_menu .sub-menu li {
	border-bottom: 0;
}
/*.widget_nav_menu .sub-menu li:before {
	content: "\2713 ";
}*/
.widget_nav_menu .sub-menu li:first-child {
	border-top: 1px dotted #eaeaea;
	margin-top: 5px;
}
#footer .widget_nav_menu .sub-menu li:first-child {
	border-top: 0;
}
.widget_nav_menu .sub-menu ul li:first-child {
	margin-top: 0;
}
.widget_nav_menu .sub-menu ul li:last-child {
	border-bottom: 0;
}
.widget_nav_menu .sub-menu li:last-child {
	margin-bottom: 0;
}
.widget_nav_menu .menu li ul.sub-menu a {
	background: transparent;
	color: #222;
	font-size: small;
	padding: 5px 0;
	border: 0;
}
.widget_nav_menu .menu li ul.sub-menu li:last-child a {
	border: 0;
}
.widget_nav_menu .menu li ul.sub-menu a:hover {
	color: #2FBBDC;
}

/** Homepage
************/

.site-updated-time {
	color: #999;
	font-size: 12px;
	/*line-height: 110%;*/
	margin: 0 0 10px;
}
.site-updated-time #small-page-title {
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
}
#home-top {
	margin: 0 auto 20px;
	border: 1px solid #D0D0D0;
}
#home-top-bottom .widget-container:first-child {
	border-bottom: 1px solid #EAEAEA;
}

/** Widgets & Widget Areas
*************************/

/*.textwidget {
	padding: 0;
	margin: 0;
}*/
.xoxo {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.widget-container {
	margin: 0 0 20px;
	float: none;
	padding: 0;
	line-height: 140%;
	background: #FFF;
	/*overflow: auto;*/
}
.widget-container p {
	margin-bottom: 10px;
}
.widget-container p:last-child {
	margin-bottom: 0;
}
#primary .widget-container,
#secondary .widget-container {
	padding: 5px;
	/*font-size: small;*/
}
/*#content .widget-container {
	margin: 0;
}*/
#footer .widget-container {
	background: transparent;
	border: 0;
}
#content .widget-container:last-child,
#footer .widget-container:last-child,
#primary .widget-container:last-child,
#secondary .widget-container:last-child,
.widget-container:last-child {
	margin-bottom: 0;
}
.section-title {
	font-size: 16px;
}

/** Widget Title */
.widget-title {
	padding: 5px 20px;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	/*line-height: 110%;*/
	color: #D0D0D0;
	background: #222; /*#110049;*/
	text-transform: uppercase;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#primary .widget-title,
#secondary .widget-title {
	font-size: 14px;
	padding: 3px 15px;
	margin: 0 0 10px;
	border: 0;
}
#footer .widget-title {
	color: #F4F4F4;
	border: 0;
	padding: 0;
	background: transparent;
	margin: 0 0 10px;
}
/*.widget-title,*/
.widget-title a,
.widget-title a.widget-title-link {
	color: #F4F4F4;
}
.widget-title a:hover {
	text-decoration: underline;
}

/** Posts & Pages Elements
*************************/

.disclaimer {
	font-size: 12px;
	line-height: 130%;
	margin: 0 0 20px;
	padding: 0 20px;
	/*background-color: #f4f4f4;
	border: 1px solid #eaeaea;*/
	color: #999;
	text-align: right;
}
.disclaimer span {
	font-weight: bold;
	text-transform: uppercase;
}
.entry-embeds {
	font-size: 12px;
	line-height: 140%;
	color: #999;
	margin-bottom: 20px;
	/*padding-bottom: 20px;
	border-bottom: 1px dotted #EAEAEA;*/
}
.entry-embeds p {
	margin-bottom: 10px;
	/*padding-bottom: 10px;
	border-bottom: 1px dotted #EAEAEA;*/
}
.entry-embeds p:last-child {
	margin-bottom: 0;
	/*padding-bottom: 0;
	border-bottom: 0;*/
}
.entry-meta {
	color: #999;
	font-size: 12px;
	margin: 0 0 20px;
	line-height: 130%;
}
.single .entry-meta {
	margin-bottom: 40px;
	/*font-size: 12px;*/
}
.single .entry-meta .avatar {
	float: left;
	display: inline;
	margin-right: 8px;
}
.entry-meta p {
	margin-bottom: 5px;
	/*margin-left: 40px;*/
}
.entry-meta p:last-child {
	margin-bottom: 0;
}
.single .entry-meta .author {
	color: #444;
	font-weight: bold;
}
.entry-utility {
	color: #999;
	font-size: 12px;
	margin: 0 0 20px;
	line-height: 130%;
}
.entry-content {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	/*overflow: auto;*/
}
.page-type-static.layout-one-column .entry-content,
.single.layout-one-column .entry-content {
	max-width: 700px;
}
.single.attachment.layout-one-column .entry-content {
	max-width: none;
}
.single-content {
	margin-bottom: 40px;
}
.entry-content:last-child,
.single-content:last-child {
	margin-bottom: 0;
}
.entry-summary {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/*.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
}
.entry-content li {
	margin-bottom: 10px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
	margin-top: 10px;
}
.entry-content ol:last-child,
.entry-content ul:last-child,
.entry-content li:last-child {
	margin-bottom: 0;
}*/
/*.home.page .entry-title,
home.page .page-title {
	display: none;
}*/

/** Page Title */
.entry-title,
.page-title {
	margin: 0 0 20px;
	font-size: 18px;
	/*line-height: 130%;*/
	font-weight: bold;
	color: #999;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.single h1.entry-title,
.page-type-static h1.entry-title,
.attachment h1.entry-title,
.error404 h1.entry-title,
.single h1.page-title,
.page-type-static h1.page-title,
.attachment h1.page-title,
.error404 h1.page-title {
	font-size: 26px;
	color: #222;
}
.single h1.entry-title,
.attachment h1.entry-title,
.single h1.page-title,
.attachment h1.page-title {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.archive h1.entry-title,
.search h1.entry-title,
.archive h1.page-title,
.search h1.page-title {
	font-weight: normal;
}
.entry-title span,
.page-title span {
	font-weight: bold;
}
.attachment .parent-post.entry-title,
.attachment .parent-post.page-title {
	font-size: 12px;
	font-weight: normal;
}

.taxonomy-description,
.taxonomy-description,
.author-description {
	color: #999;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin: 0 20px 20px;
	padding: 5px 0;
	border-top: 1px dotted #eaeaea;
	border-bottom: 1px dotted #eaeaea;
}

/** Comments button */
.comments-button {
	line-height: 110%;
	text-align: center;
	width: 70%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.comments-button a {
	display: block;
	padding: 5px;
	background-color: #f4f4f4;
	border: 1px dotted #eaeaea;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.comments-button a:hover {
	text-decoration: none;
}

/** Single post ad */
.entry-ad {
	width: 300px;
	max-width: 100%;
	margin: 0 auto 40px;
}
.entry-ad .ad-area {
	width: 300px;
	height: 250px;
	max-width: 100%;
}

/*.edit-link,*/
.comment-edit-link {
	display: none;
}
.read-more-link,
.more-link {
	font-size: 12px;
	font-weight: bold;
}

/** Social */
.entry-social {
	margin-bottom: 20px;
	padding: 5px;
	background-color: #F4F4F4;
	line-height: 1px;
}
.entry-social:last-child {
	margin-bottom: 0;
}

/** Pagination */
.navigation /*,
.navigation.small*/ {
	line-height: 130%;
	text-align: center;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.navigation.big,
.page-links.navigation {
	margin-bottom: 20px;
	font-size: 15px;
}
.navigation .page-numbers,
.navigation a {
	padding: 5px;
}
.navigation .page-numbers.dots {
	padding: 0;
}
.navigation a:hover {
	/*border: 1px solid #222;*/
	text-decoration: underline;
}
.navigation .page-numbers.current {
	text-decoration: underline;
}
.navigation:last-child,
.navigation.small:last-child,
.navigation.big:last-child,
.page-links.navigation:last-child {
	margin-bottom: 0;
}

/** Attachment Single */
.attachment-image {
	margin: 0 auto 20px;
	background-color: #000;
	/*width: 100%;
	padding: 0;*/
	overflow: hidden;
}
.attachment-image a {
	display: block;
	margin: 0 auto;
	line-height: 1px;
	max-width: 100%;
}
.entry-caption {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dotted #EAEAEA;
}
.next-photo-link,
.next-photo,
.previous-photo,
.previous-photo-link {
	display: inline;
}
.next-photo-link,
.previous-photo {
	float: left;
}
.next-photo,
.previous-photo {
	border: 1px solid #eaeaea;
	padding: 1px;
}
.next-photo,
.previous-photo {
	/*display: block;*/
	line-height: 1px;
}
.next-photo,
.previous-photo-link {
	float: right;
}
.previous-photo-link,
.next-photo-link {
	/*float: right;*/
	text-transform: uppercase;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.previous-photo-link {
	margin: 10px 0 0 10px;
	width: 90px;
}
.next-photo-link {
	margin: 10px 10px 0 0;
	text-align: right;
	width: 70px;
}

/** 404 Not Found */
.error404 .posts-and-pages {
	padding-top: 20px;
	border-top: 1px dotted #EAEAEA;
}
.error404 .latest-posts,
.error404 .all-pages {
	display: inline;
}
.error404 .latest-posts {
	float: right;
	width: 62%;
}
.error404 .all-pages {
	float: left;
	width: 35%;
}

/** Gallery */
.gallery {
	margin-bottom: 20px !important;
	line-height: 140%;
	padding: 0 10px 10px;
	background: #f4f4f4;
	font-size: 12px;
}
.gallery:last-child {
	margin-bottom: 0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 3px solid #EAEAEA !important;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.gallery img:hover {
	border-color: #999 !important;
}
.gallery p {
	margin-bottom: 0;
}
.gallery-item {
	position: relative;
	/*line-height: 130%;*/
}
.gallery-caption {
	padding: 3px 10px;
	font-size: 12px;
	/*line-height: 130%;*/
	color: #777;
	/*text-align: left;*/
}
.gallery-icon a {
	display: block;
	line-height: 1px;
}

/** Lightbox */
#lightbox.lightbox a,
#lightbox.lightbox a:link,
#lightbox.lightbox a:hover {
	color: #fff;
}

/** Breadcrumbs */
.breadcrumbs {
	color: #999;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 12px;
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #eaeaea;
	line-height: 140%;
}
/*.home .breadcrumbs {
	display: none;
}*/
/*.current-trail {
	color: #333;
}*/

/** Author Box */
.entry-author {
	/*max-width: 600px;*/
	margin: 40px auto;
	line-height: 140%;
	font-size: 14px;
}
.author-box .avatar {
	float: left;
	display: inline;
	margin-right: 15px;
}
/*.author-box-title {
	font-size: 1.4em;
}*/
.author-box .author-name {
	margin-bottom: 10px;
	color: #999;
}
.author-links {
	margin-bottom: 10px;
	font-size: 12px;
	/*line-height: 130%;*/
}
.author-links span {
	margin-right: 10px;
	/*line-height: 110%;*/
}
.author-links:empty,
.author-box br {
	display: none;
}
.entry-author:last-child,
.author-links:last-child,
.author-box .author-name:last-child {
	margin-bottom: 0;
}

/** Tables
**********/

table,
.table {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 20px;
	/*table-layout: fixed;*/
	width: 100%;
}
.widget-container table,
.widget-container .table {
	margin-bottom: 10px;
	font-size: small;
}
table:last-child,
.table:last-child,
.widget-container table:last-child,
.widget-container .table:last-child {
	margin-bottom: 0;
}
tr, td, th, tfoot, thead, tbody,
.th, .td, .tr, .tfoot, .thead, .tbody {
	margin: 0;
}
/*tr, tfoot, thead, tbody,
.tr, .tfoot, .thead, .tbody {
	width: 100%;
}*/
tr:nth-child(even) {
	background-color: #f8f8f8;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
thead tr,
thead tr:nth-child(even)
tfoot tr,
tfoot tr:nth-child(even) {
	background: transparent;
	border: 0;
}
td, th,
.td, .th {
	padding: 7px 10px;
	/*border: 1px solid #EAEAEA;*/
	border-width: 1px;
}
th {
	font-weight: bold;
}
tr:nth-child(even) td,
tr:nth-child(even) th,
tr:nth-child(even) .td,
tr:nth-child(even) .th {
	padding: 5px 10px;
}
tfoot, thead,
.thead, .tfoot {
	text-align: center;
}
thead,
.thead {
	text-transform: uppercase;
	font-weight: bold;
}
tfoot,
.tfoot {
	font-style: italic;
}

/** Form Elements
*****************/

/* IE6 css fixer v0.95: Fri, 09 Sep 2011 19:58:18 +0200 */
/* ============================================= */
/* safe settings                                 */
/* add overflow:visible to (submit) buttons */
input,
button {
	overflow: visible;
	/*margin: 5px 0;*/
}

form {
	line-height: 140%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}
.widget-container form {
	margin-bottom: 15px;
}
form p {
	margin-bottom: 15px;
}
.widget-container form p {
	margin-bottom: 10px;
}
form p:last-child,
.widget-container form p:last-child,
form:last-child,
.widget-container form:last-child {
	margin-bottom: 0;
}
input,
textarea,
select,
button {
	border: 1px solid #EAEAEA;
	padding: 5px 1.5%;
	/*margin-bottom: 10px;*/
	font-size: small;
	/*font-weight: bold;*/
	background: #F8F8F8;
	color: #444;

	-moz-box-shadow: inset 0 0 3px #EAEAEA;
	-webkit-box-shadow: inset 0 0 3px #EAEAEA;
	box-shadow: inset 0 0 3px #EAEAEA;
}
input:focus,
textarea:focus,
select:focus /*,
input.focus,
textarea.focus,
select.focus*/ {
	border: 1px solid #D0D0D0;
	outline: 0;
}
/*option {
	padding: 3px 5px;
}*/
/*option:nth-child(even) {
	background: #EAEAEA;
}*/
label {
	font-style: italic;
}
input:last-child,
textarea:last-child {
	margin-bottom: 0;
}
textarea {
	font-size: 14px;
}
input[type="checkbox"],
input[type="radio"] {
	margin: 0 5px;
	padding: 0;
}
/*input[type="file"] {
	margin: 5px 0 0;
}*/
input[type="submit"],
input[type="button"],
button {
	height: auto;
	cursor: pointer;
	background: #2FBBDC;
	border: 0;
	border-left: 1px solid rgba(0,0,0,0.0); /* @since Akua 5.0.0 | Fix background color not showing in opera mini */
	color: #F8F8F8;
	padding: 7px 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	/*text-transform: uppercase;*/

	/*-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;*/
}
input:disabled {
	background-color: #f4f4f4 !important;
	color: initial !important;
	border-color: initial !important;
	border-width: 1px !important;
}

/** Jetpack Subscription Form */
.jetpack_subscription_widget input {
	margin-bottom: 0;
}
.jetpack_subscription_widget p {
	margin-bottom: 10px;
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
}
.jetpack_subscription_widget p:last-child {
	margin-bottom: 0;
}
#subscribe-field {
	/*color: #555;*/
	padding: 5px 1.5% !important;
}

/** Search Form */
.form.search,
#searchform {
	min-height: 26px;
}
.form.search .input.search,
.form.search .input.submit,
#searchform #searchsubmit,
#searchform #s {
	float: left;
	margin-bottom: 2px;
}
#header .form.search .input.submit,
#header #searchform #searchsubmit,
#header-search .form.search .input.submit,
#header-search #searchform #searchsubmit {
	float: right;
}
.form.search .input.search,
#searchform #s {
	/*background: #F8F8F8;*/
	/*padding: 5px;*/
	margin-right: 5px;
	width: 208px;
	height: 14px;
	line-height: 14px;
	/*font-size: 12px;*/
}
#header .form.search .input.search,
#header #searchform #s,
#header-search .form.search .input.search,
#header-search #searchform #s {
	margin-right: 0;
}
.form.search .input.submit,
#searchform #searchsubmit {
	width: 75px;
	font-size: 12px;
	line-height: 12px;
	height: 26px;
	font-weight: bold;
}
#content .form.search {
	margin-bottom: 20px;
}
#content .input.search {
	width: 450px;
}
/*#content .input.submit {
	width: 100px;
}*/

/** Comments
************/

.single .comments-number {
	font-weight: bold;
}
#comments {
	line-height: 140%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
}
.nocomments {
	font-weight: bold;
	color: #999;
}
#respond {
	padding: 20px;
	background-color: #F4F4F4;
	position: relative;
}
#comments .children #respond {
	background: #F8F8F8;
}
/*.comments-title {
	font-style: italic;
	color: #999;
	margin-bottom: 20px;
}*/
.comments h3 span {
	color: #222;
}
.required {
	color: #999;
	font-size: 12px;
}

/** Comment Form */
#commentform label {
	/*font-weight: bold;*/
	font-style: italic;
}
#commentform .comment-subscription-form input,
#commentform .comment-subscription-form label {
	clear: none;
}
/*#commentform .comment-subscription-form {
	height: 13px;
}*/
/*#commentform p {
	clear: both;
	margin: 0;
}*/
.form-allowed-tags {
	clear: both;
	padding: 5px;
	border: 1px solid #D8D8D8;
	background: #F0F0F0;
	display: none;
}
#respond .form-submit {
	height: 25px;
}
a.comment-reply-link,
#cancel-comment-reply-link {
	/*color: #222;*/
	cursor: pointer;
	padding: 5px 7px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	/*text-transform: uppercase;*/
	background: #2FBBDC;
	color: #FFF;
	position: absolute;

	-moz-box-shadow: inset 0 0 5px #EAEAEA;
	-webkit-box-shadow: inset 0 0 5px #EAEAEA;
	box-shadow: inset 0 0 5px #EAEAEA;

	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
a.comment-reply-link {
	bottom: 0;
	right: 0;
	padding-bottom: 4px;
}
#cancel-comment-reply-link {
	top: 0;
	right: 0;
	padding-top: 4px;
}
a.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
	text-decoration: none;
	color: #FFF;
}
/*#comments .children a.comment-reply-link {
	background: #FFF;
}
#comments .children #cancel-comment-reply-link {
	background: #F4F4F4;
}
#cancel-comment-reply-link {
	margin: 0 0 0 20px;
}*/

/** Form elements */
.comment-form-author #author,
.comment-form-email #email,
.comment-form-url #url {
	width: 96%;
}
.comment-form-comment #comment {
	width: 96%;
	padding: 5px 1.5%;
}
/*#commentform p.form-allowed-tags,
#commentform p.comment-notes,
#commentform p.logged-in-as {
	margin-bottom: 20px;
}*/
.comment-notes,
.logged-in-as {
	margin-bottom: 20px;
	color: #999;
	font-size: 12px;
}

/** Main Comments List */
.comments ol,
.comments ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
}
.comments {
	margin-bottom: 20px;
}
.comments li {
	margin: 0 0 15px 50px;
	padding: 15px 15px 35px;
	border-top: 1px solid #EAEAEA;
	position: relative;
	background: #F8F8F8;
}
.no-avatars .comments li,
.comments li.pingback,
.comments li.trackback {
	margin-left: 0;
}
#comments.comments-closed .comments li,
#comments.no-thread .comments li {
	padding-bottom: 15px;
}
.comments li:last-child {
	margin-bottom: 0;
}
#reply-title {
	/*font-weight: normal;*/
	font-size: 16px;
	/*font-style: italic;*/
	color: #999;
}
/*#comments .avatar-40,*/
#comments .avatar {
	/*float: left;
	display: inline;
	margin: 0 10px 0 0;*/
	position: absolute;
	left: -50px;
	top: 0;
	/*border: 1px solid #EAEAEA;*/
}
.comment-author,
.comment-metadata,
.comment-metadata a {
	color: #999;
}
.comment-metadata {
	font-size: 12px;
	margin-bottom: 10px;
}
/*li.bypostauthor .comment-meta {
	color: #555;
}*/
.comment-author {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
/*.comment-author a {
	color: #777;
}*/
.says {
	font-weight: normal;
	display: none;
}
.comment,
.comment p,
.pingback,
.pingback p,
.trackback,
.trackback p {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.comment p,
.pingback p,
.trackback p {
	margin: 0 0 10px;
	/*clear: right;*/
}
.comment p:last-child,
.pingback p:last-child,
.trackback p:last-child {
	margin-bottom: 0;
}
.comment-body:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 1px;
}
* html .comment-body             { zoom: 1; } /* IE6 */
*:first-child+html .comment-body { zoom: 1; } /* IE7 */
.comment-body ul,
.comment-body ol {
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}
.comment-body ul ul,
.comment-body ol ol,
.comment-body ul ol,
.comment-body ol ul {
	margin-top: 10px;
	margin-bottom: 0;
}
.comment-body li {
	margin-left: 0;
	padding: 0;
	border: 0;
}

/** Child comments list */
#comments .children {
	padding: 0;
	margin-top: 10px;
}
#comments .children li {
	background-color: #f4f4f4;
	border-top: 1px solid #EAEAEA;
}
#comments .children li li {
	border: 1px solid #eaeaea;
}
.comments li.bypostauthor {
	border-top: 1px solid #2FBBDC;
}
.comments .children li li.bypostauthor {
	border: 1px solid #2FBBDC;
}

/** Comments navigation */
.comments .navigation {
	font-size: 12px;
	margin-bottom: 10px;

}
.comments #nav-below {
	margin-bottom: 0;
}
/*#comments-heading {
	font-size: medium;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 10px;
	text-align: center;
}*/

/** Recent Comments Widget */
.widget-container li.recentcomments {
	margin: 0 0 3px;
	padding: 0;
}

/** Footer
**********/

#footer {
	line-height: 140%;
	margin: 0 auto;
	color: #D0D0D0;
	font-size: small;
}
#footer a {
	color: #F0F0F0;
	/*font-size: 12px;*/
}
#footer a:hover,
#footer a:active {
	text-decoration: underline;
	color: #FFF;
}
#colophon {
	width: 960px;
	margin: 0 auto;
	background: #222;
}
#footer-top,
#footer-bottom {
	margin: 0 auto;
}
#footer-top {
	padding: 20px;
	font-size: small;
	/*font-family: Verdana, Geneva, sans-serif;*/
}
#footer-bottom {
	font-size: 12px;
	text-align: center;
	padding: 5px 20px;
	margin: 0 20px;
	border-top: 1px solid #444;
}
/*#footer-bottom a {
	font-size: 12px;
	font-weight: normal;
}*/
#site-info {
	font-size: 100%;
}

/** Social Icons
****************/

a.social-link:before,
li.social-link a:before,
.author-link:before {
	font-family: 'Genericons';
	margin-right: 5px;
	/*font-size: 1.1em;*/
	vertical-align: -10%;
}
.author-link:before {
	content: '\f428';
}
a.social-link.facebook-link:before,
li.social-link.facebook-link a:before,
.author-link.facebook_profile:before {
	content: '\f203';
}
a.social-link.twitter-link:before,
li.social-link.twitter-link a:before,
.author-link.twitter_profile:before {
	content: '\f202';
}
a.social-link.rss-link:before,
li.social-link.rss-link a:before {
	content: '\f413';
}
a.social-link.youtube-link:before,
li.social-link.youtube-link a:before,
.author-link.youtube_channel:before {
	content: '\f213';
}
a.social-link.googleplus-link:before,
li.social-link.googleplus-link a:before,
.author-link.google_profile:before {
	content: '\f206';
}
a.social-link.linkedin-link:before,
li.social-link.linkedin-link a:before,
.author-link.linkedin_profile:before {
	content: '\f208';
}
a.social-link.radio-link:before,
li.social-link.radio-link a:before {
	content: '\f109';
}
a.social-link.vimeo-link:before,
li.social-link.vimeo-link a:before {
	content: '\f212';
}
a.social-link.tunein-link:before,
li.social-link.tunein-link a:before {
	content: '\f109';
}
a.social-link.blogger-link:before,
li.social-link.blogger-link a:before {
	content: url(../images/blogger-icon-16.png);
	vertical-align: -20%;
}
a.social-link.wpcom-link:before,
li.social-link.wpcom-link a:before {
	content: '\f205';
}
a.social-link.wporg-link:before,
li.social-link.wporg-link a:before {
	content: '\f205';
}
a.social-link.flicker-link:before,
li.social-link.flicker-link a:before {
	content: '\f211';
}
a.social-link.pinterest-link:before,
li.social-link.pinterest-link a:before {
	content: '\f210';
}
a.social-link.tumblr-link:before,
li.social-link.tumblr-link a:before {
	content: '\f214';
}
a.social-link.instagram-link:before,
li.social-link.instagram-link a:before,
.author-link.instagram:before {
	content: '\f215';
}
a.social-link.skype-link:before,
li.social-link.skype-link a:before {
	content: '\f220';
}
a.social-link.digg-link:before,
li.social-link.digg-link a:before {
	content: '\f221';
}
a.social-link.reddit-link:before,
li.social-link.reddit-link a:before {
	content: '\f222';
}
a.social-link.stumbleupon-link:before,
li.social-link.stumbleupon-link a:before {
	content: '\f223';
}
a.social-link.github-link:before,
li.social-link.github-link a:before {
	content: '\f200';
}
a.social-link.home-link:before,
li.social-link.home-link a:before {
	content: '\f409';
}
.author-link.phone_number:before {
	content: '\f50c';
}

/** Frontend CMS
****************/

.admin-form-links {
	padding-left: 10px;
}
.admin-form-notice {
	margin-bottom: 10px;
}
#loginform,
.wp-user-form {
	padding: 15px;
	border: 1px solid #EAEAEA;
	margin-bottom: 10px;
}

/**
 * Lightbox
 *
 * @version 	2.8.2
 */

/* Preload images */
body:after {
  content: url(../images/lb-close.png) url(../images/lb-loading.gif) url(../images/lb-prev.png) url(../images/lb-next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lb-loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lb-prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lb-next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lb-close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/**
* JQuery stuff styles.
*
* @author iTech Plus
* @link http://www.itechplus.org
*
* @package Akua
* @since Akua Unknown
*/


/** Slider
**********/

.slider {
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1px;
	position: relative;
}
.slider ul {
	margin: 0;
	max-width: 100%;
}
.slider li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}
.slider a,
.slider a:link {
	color: #FFF;
}
.slider a:hover {
	color: #fff;
	text-decoration: underline;
}
.slider .read-more-link,
.slider .more-link {
	font-weight: bold;
	font-size: 12px;
}

/** Vertical Accordion
**********************/

/* accordion header */
.vertical-accordion .accordion-title {
	background: #2FBBDC;
	margin: 0;
	padding: 5px 10px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	border-top: 1px solid #F8F8F8;
	border-bottom: 1px solid #D0D0D0;
	cursor: pointer;
	color: #FFF;
	*height: 1%; /* IE hack */
}
/* currently active header */
.vertical-accordion .accordion-title.accordion-current {
	cursor: default;
	color: #FFF;
	/*font-weight: normal;*/
}
/* accordion panel */
.vertical-accordion .accordion-panel {
	display: none;
	padding: 10px 0;
}

/** Tabs
********/

.tabs-wrapper {
	margin-left: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #2FBBDC;
	z-index: 3;
	font-size: small;
	line-height: 100%;
	/*background: #F4F4F4;
	padding: 5px 5px 0;*/
}
.tabs-wrapper a,
.tabs-wrapper a:link {
	display: block;
	float: left;
	padding: 5px 7px;
	margin-right: 5px;
	margin-bottom: -1px;
	z-index: 5;
	line-height: 100%;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	/*background: #F4F4F4;*/
	/*border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;*/
	/*border-bottom: 0;*/
	/*background: #F4F4F4;*/

	/*-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;*/
}
.tabs-wrapper a:last-child {
	margin-right: 0;
}
.tabs-wrapper a:hover,
.tabs-wrapper a:active {
	text-decoration: none;
}
.tabs-wrapper a.current,
.tabs-wrapper a.current:link {
	/*font-weight: bold;*/
	/*border-left: 1px solid #2FBBDC;
	border-top: 1px solid #2FBBDC;
	border-right: 1px solid #2FBBDC;
	border-bottom: 1px solid transparent;*/
	background: #2FBBDC;
	border: 0;
	color: #FFF;
	/*padding: 6px;*/

	/*-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;*/
}

/**
* Shortcodes styles.
*
* @author iTech Plus
* @link http://www.itechplus.org
*
* @package Akua
* @since Akua Unknown
*/

/** Columns Shortcode
*********************/

/** Miscellaneous */
/*.columns-container {
	margin-bottom: 20px;
}
.columns-container:last-child {
	margin-bottom: 0;
}*/
.column {
	float: left;
	display: inline;
	margin-left: 2.1%;
}
.column.first,
.column.last {
	margin-left: 0;
	/*padding: 0;*/
}
.column.last {
	float: right;
}

.six-columns {
	width: 14.9167%;
}
.five-columns {
	width: 18.32%;
}
.four-columns {
	width: 23.425%;
}
.three-columns {
	width: 31.9333%;
}
.two-columns {
	width: 48.95%;
}
.combined-two-columns {
	width: 65.9667%;
}
.combined-three-columns {
	width: 74.475%;
}

/** 120/160/250 Auto Columns */
.auto-columns.column {
	float: none;
	display: block;
	margin-left: 0;
}
.columns-120 {
	width: 120px;
}
.columns-160 {
	width: 160px;
}
.columns-250 {
	width: 250px;
}

/** Two Columns, Right sidebar */
.auto-columns.auto-160.column.last,
.auto-columns.auto-120.column.last,
.auto-columns.auto-250.column.last {
	float: right;
	width: 100%;
}
.auto-columns.auto-160.column.last {
	margin-left: -180px;
}
.auto-columns.auto-120.column.last {
	margin-left: -140px;
}
.auto-columns.auto-250.column.last {
	margin-left: -270px;
}
.auto-columns.auto-160.column.last .column-content {
	margin-left: 180px;
}
.auto-columns.auto-120.column.last .column-content {
	margin-left: 140px;
}
.auto-columns.auto-250.column.last .column-content {
	margin-left: 270px;
}
.columns-160.column.first,
.columns-120.column.first,
.columns-250.column.first {
	float: left;
}

/** Two Columns, Left sidebar */
.auto-columns.auto-160.column.first,
.auto-columns.auto-120.column.first,
.auto-columns.auto-250.column.first {
	float: left;
	width: 100%;
}
.auto-columns.auto-160.column.first {
	margin-right: -180px;
}
.auto-columns.auto-120.column.first {
	margin-right: -140px;
}
.auto-columns.auto-250.column.first {
	margin-right: -270px;
}
.auto-columns.auto-160.column.first .column-content {
	margin-right: 180px;
}
.auto-columns.auto-120.column.first .column-content {
	margin-right: 140px;
}
.auto-columns.auto-250.column.first .column-content {
	margin-right: 270px;
}
.columns-160.column.last,
.columns-120.column.last,
.columns-250.column.last {
	float: right;
}

/** Posts Shortcode
*******************/

.posts-container {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: small;
	padding: 0;
	line-height: 140%;
}
.show-content.posts-container {
	line-height: 160%;
}
/*.post-container.no-post-thumb,
.img-float-left .post-container.no-post-thumb,
.no-img.img-float-left .post-container {
	padding-left: 10px;
	border-left: 1px dotted #f0f0f0;
}
.img-float-right .post-container.no-post-thumb,
.no-img.img-float-right .post-container {
	padding-left: 0;
	border-left: 0;
	padding-right: 10px;
	border-right: 1px dotted #f0f0f0;
}*/
.posts-container,
/*.posts-container.minor,
.posts-container.small,*/
.post-container /*,
.post-container.minor,
.post-container.small*/ {
	margin-bottom: 10px;
}
.posts-container.major,
.post-container.major,
.posts-container.big,
.post-container.big {
	margin-bottom: 20px;
}
.post-container .entry-title,
/*.post-container .entry-title.minor,
.post-container .entry-title.small,*/
.post-container .opening-meta,
/*.post-container .opening-meta.minor,
.post-container .opening-meta.small,*/
.post-container .entry-meta,
/*.post-container .entry-meta.minor,
.post-container .entry-meta.small,*/
.post-container .entry-summary,
/*.post-container .entry-summary.minor,
.post-container .entry-summary.small,*/
.post-container .entry-utility /*,
.post-container .entry-utility.minor,
.post-container .entry-utility.small*/ {
	margin-bottom: 5px;
}
.post-container .entry-title.major,
.post-container .opening-meta.major,
.post-container .entry-meta.major,
.post-container .entry-summary.major,
.post-container .entry-utility.major,
.post-container .entry-title.big,
.post-container .opening-meta.big,
.post-container .entry-meta.big,
.post-container .entry-summary.big,
.post-container .entry-utility.big {
	margin-bottom: 10px;
}
.post-container .entry-title /*,
.post-container .entry-title.minor,
.post-container .entry-title.small*/ {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.post-container .entry-title.major,
.post-container .entry-title.big {
	font-size: 20px;
}
/*.post-container .entry-title a,
ul.posts-container li.entry-title a {
	color: #222;
}
.post-container .entry-title a:hover,
ul.posts-container li.entry-title a:hover {
	color: #2FBBDC;
}*/
/*.single .entry-content.no-title .post-container .entry-title,
.page .entry-content.no-title .post-container .entry-title {
	display: none;
}*/
.post-container .opening-meta /*,
.post-container .opening-meta.minor,
.post-container .opening-meta.small*/ {
	/*color: #999;*/
	/*font-weight: bold;*/
	font-size: 12px;
}
.post-container .opening-meta a {
	color: #999;
}
.post-container .opening-meta a:hover,
.post-container .opening-meta a:active {
	color: #999;
}
.post-container .entry-meta /*,
.post-container .entry-meta.minor,
.post-container .entry-meta.small*/ {
	background: none;
	color: #999;
	border-top: 0;
	font-size: 12px;
}
.post-container .entry-meta a {
	color: #999;
}
.post-container .entry-meta a:hover,
.post-container .entry-meta a:active {
	color: #999;
}
.post-container .entry-meta .views-period {
	font-style: italic;
}

/** Reset single entry meta author styles */
.single .post-container .entry-meta .author {
	color: #999;
	font-weight: normal;
}

.show-content .post-container .entry-title,
.show-content .post-container .opening-meta,
.show-content .post-container .entry-meta,
.show-content .post-container .entry-summary,
.show-content .post-container .entry-utility {
	margin-bottom: 15px;
}
.post-container .entry-content {
	margin-bottom: 15px;
	font-size: 15px;
}
.post-container .entry-content p {
	margin-bottom: 15px;
}
.post-container .entry-utility /*,
.post-container .entry-utility.minor,
.post-container .entry-utility.small*/ {
	color: #999;
	font-size: 12px;
}
.post-container .entry-utility.major,
.post-container .entry-utility.big {
	font-size: 12px;
}
li.post-container,
/*li.post-container.minor,
li.post-container.small,*/
li.post-container .entry-title,
/*li.post-container .entry-title.minor,
li.post-container .entry-title.small,*/
li.post-container .entry-meta,
/*li.post-container .entry-meta.minor,
li.post-container .entry-meta.small,*/
li.post-container .entry-utility,
/*li.post-container .entry-utility.minor,
li.post-container .entry-utility.small,*/
li.post-container .entry-summary /*,
li.post-container .entry-summary.minor,
li.post-container .entry-summary.small*/ {
	margin-bottom: 5px;
}
li.post-container .entry-title /*,
li.post-container .entry-title.minor,
li.post-container .entry-title.small*/ {
	font-weight: normal;
	font-size: small;
}
/*.posts-container .edit-link {
	display: inline;
}*/
.posts-container:last-child,
/*.posts-container.minor:last-child,
.posts-container.small:last-child,*/
.posts-container.major:last-child,
.posts-container.big:last-child,
.post-container:last-child,
/*.post-container.minor:last-child,
.post-container.small:last-child,*/
.post-container.major:last-child,
.post-container.big:last-child,
/*.post-container.last,
.post-container.minor.last,
.post-container.small.last,
.post-container.major.last,
.post-container.big.last,*/
.post-container .entry-title:last-child,
/*.post-container .entry-title.minor:last-child,
.post-container .entry-title.small:last-child,*/
.post-container .entry-title.major:last-child,
.post-container .entry-title.big:last-child,
.post-container .entry-meta:last-child,
/*.post-container .entry-meta.minor:last-child,
.post-container .entry-meta.small:last-child,*/
.post-container .entry-meta.major:last-child,
.post-container .entry-meta.big:last-child,
li.post-container:last-child,
/*li.post-container.minor:last-child,
li.post-container.small:last-child,*/
li.post-container .entry-meta:last-child,
/*li.post-container .entry-meta.minor:last-child,
li.post-container .entry-meta.small:last-child,*/
li.post-container .entry-utility:last-child,
/*li.post-container .entry-utility.minor:last-child,
li.post-container .entry-utility.small:last-child,*/
li.post-container .entry-title:last-child,
/*li.post-container .entry-title.minor:last-child,
li.post-container .entry-title.small:last-child,*/
li.post-container .entry-summary:last-child,
/*li.post-container .entry-summary.minor:last-child,
li.post-container .entry-summary.small:last-child,*/
.post-container .entry-summary:last-child,
/*.post-container .entry-summary.minor:last-child,
.post-container .entry-summary.small:last-child,*/
.post-container .entry-summary.major:last-child,
.post-container .entry-summary.big:last-child,
.post-container .entry-content:last-child,
/*.post-container .entry-content.minor:last-child,
.post-container .entry-content.small:last-child,*/
.post-container .entry-content.major:last-child,
.post-container .entry-content.big:last-child,
.post-container .entry-utility:last-child,
/*.post-container .entry-utility.minor:last-child,
.post-container .entry-utility.small:last-child,*/
.post-container .entry-utility.major:last-child,
.post-container .entry-utility.big:last-child,
.post-container .entry-content p:last-child {
	margin-bottom: 0;
}
/*a.image-link {
	position: relative;
	display: block;
	line-height: 1px;
}*/
/*.post-container .entry-meta .meta-sep:last-child {
	display: none
}*/

/** Achive Posts */
.archive-posts .post-container {
	border-bottom: 1px dotted #EAEAEA;
}
.archive-posts .post-container /*,
.archive-posts .post-container.minor,
.archive-posts .post-container.small*/ {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.archive-posts .post-container.major,
.archive-posts .post-container.big {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
/*.show-content.archive-posts .post-container {
	padding-bottom: 20px;
	margin-bottom: 20px;
}*/
.archive-posts li.post-container /*,
.archive-posts li.post-container.minor,
.archive-posts li.post-container.small*/ {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.archive-posts .post-container:last-child,
/*.archive-posts .post-container.minor:last-child,
.archive-posts .post-container.small:last-child,*/
.archive-posts .post-container.major:last-child,
.archive-posts .post-container.big:last-child,
.show-content.archive-posts .post-container:last-child,
.archive-posts li.post-container:last-child /*,
.archive-posts li.post-container.minor:last-child,
.archive-posts li.post-container.small:last-child*/ {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

/** Alt Posts */
.alt-posts .post-container {
	font-size: 12px;
	/*margin: 0 0 5px;*/
	/*line-height: 130%;*/
	/*height: 75px;*/
	padding: 0;
	overflow: hidden;
	background-color: transparent;
	color: #fff;
	position: relative;
}
.alt-posts .post-container .entry-title,
.alt-posts .post-container .entry-title a,
.alt-posts li.post-container .entry-title,
.alt-posts li.post-container .entry-title  a {
	color: #FFF;
}
.alt-posts .post-container .entry-title a:hover {
	color: #FFF;
	text-decoration: underline;
}
.alt-posts .post-container .entry-title,
.alt-posts .post-container .entry-meta {
	position: absolute;
	color: #FFF;
}
.alt-posts .post-container .entry-title /*.minor,
.alt-posts .post-container .entry-title.small*/ {
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	padding: 7px 10px;
	margin: 0;
	font-size: small;
	z-index: 4;
}
.alt-posts .post-container .entry-title.major,
.alt-posts .post-container .entry-title.big {
	font-size: 16px;
}
.alt-posts .post-container .entry-meta,
.alt-posts .post-container .opening-meta,
.alt-posts .post-container .entry-utility {
	display: none;
	z-index: 4;
}
.posts-container.alt-posts .thumb {
	margin: 0;
	padding: 0;
}
.alt-posts .post-container a {
	color: #FFF;
}
.alt-posts .post-container a:hover,
.alt-posts .post-container a:active {
	color: #FFF;
	text-decoration: underline;
}
.alt-posts .post-container .entry-summary,
.alt-posts .post-container .entry-content {
	color: #FFF;
	/*line-height: 130%;*/
	display: none;
	z-index: 4;
}

/** Related Posts & Portfolio Posts */
.entry-related {
	margin-bottom: 20px;
	padding: 0;
}
.entry-related:last-child {
	margin-bottom: 0;
}
/*.entry-related .related-title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

	z-index: 3;
}*/
/*.gallery-posts {
    text-align: center;
}*/
.gallery-posts .post-container {
	margin-bottom: 10px;
	padding-right: 1.1%;
    padding-left: 1.1%;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 22.3%;
    min-width: 100px;
    /*max-width: 140px;*/
    /*text-align: left;*/

	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.layout-one-column .gallery-posts .post-container {
	padding-left: 0.95%;
	padding-right: 0.95%;
    max-width: 140px;
}
.gallery-posts.gallery-col-width-300 .post-container {
    width: 47%;
    max-width: 300px;
}
.gallery-posts.gallery-col-width-200 .post-container {
    width: 30%;
    max-width: 220px;
}
.gallery-posts.gallery-col-width-full .post-container {
    width: 100%;
}
.gallery-posts .post-container:hover {
    background-color: #f4f4f4;
}
/*.gallery-posts .post-container .entry-title a:hover {
    text-decoration: none;
}*/
/*.gallery-posts .post-container.last,*/
.gallery-posts .post-container:last-child {
	margin-bottom: 10px;
}


/** Post Thumbnails */
.post-container .thumb,
.post-container .avatar {
	float: left;
	display: inline;
	margin-right: 10px;

	/*overflow: hidden;*/
}
.img-float-left .thumb,
.img-float-left .avatar {
	float: left;
}
.img-float-right .thumb,
.img-float-right .avatar {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
.img-float-none .thumb,
.img-float-none .avatar,
.post-container .entry-meta .avatar,
.post-container .entry-utility.avatar,
.post-container .opening-meta .avatar {
	float: none;
}
.nano-thumb {
	width: 50px;
	height: 50px;
}
.micro-thumb {
	width: 75px;
	height: 75px;
}
.mini-thumb {
	width: 100px;
	height: 100px;
}
.post-thumbnail {
	width: 300px;
	height: 300px;
}

/** Info Display Shortcode
**************************/

.info-wrapper {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
	margin-bottom: 10px;
}
.info-detail {
	margin-bottom: 10px;
}
.info-title {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
.info-content {
	margin-bottom: 5px;
}
li.info-detail {
	margin-bottom: 5px;
}
li.info-detail .info-title {
	font-weight: normal;
	font-size: small;
}
.info-wrapper:last-child,
.info-detail:last-child,
.info-title:last-child,
.info-content:last-child {
	margin-bottom: 0;
}

/**
 * Genericons CSS
 *
 * @author Automattic
 * @link http://genericons.com/
 *
 * @version 		3.4.1
 *
 * @since 			Akua 4.9
 */

/* IE8 and below use EOT and allow cross-site embedding.
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Genericons";
  src: url("../fonts/Genericons.eot?") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Genericons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url("../fonts/Genericons.ttf") format("truetype"),
       url("../fonts/Genericons.svg#Genericons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url("../fonts/Genericons.svg#Genericons") format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Helper classes
 */

.genericon-rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.genericon-rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.genericon-rotate-270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.genericon-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.genericon-flip-vertical {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}


/**
 * Individual icons
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }