/*
Theme Name: Enrique Cerna
Theme URI: http://underscores.me/
Author: bigpictureimage.com
Author URI: http://bigpictureimage.com/
Description: Enrique Cerna Wordpress Theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	background: #a2a2a2;
	background-image: url(images/body/noise.png); /* fallback */
	background-image: url(images/body/noise.png), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#a2a2a29)); /* Saf4+, Chrome */
	background-image: url(images/body/noise.png), -webkit-linear-gradient(top, #ffffff, #a2a2a2); /* Chrome 10+, Saf5.1+ */
	background-image: url(images/body/noise.png),    -moz-linear-gradient(top, #ffffff, #a2a2a2); /* FF3.6+ */
	background-image: url(images/body/noise.png),     -ms-linear-gradient(top, #ffffff, #a2a2a2); /* IE10 */
	background-image: url(images/body/noise.png),      -o-linear-gradient(top, #ffffff, #a2a2a2); /* Opera 11.10+ */
	background-image: url(images/body/noise.png),         linear-gradient(top, #ffffff, #a2a2a2); /* W3C */
	background-repeat: repeat, no-repeat;
	min-width: 1050px;
}

body {
}

#main {
	width: 960px;
	margin: 0 auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
.format-quote blockquote {
    font-size: 2em;
    margin-left: 0;
    line-height: 1.15;
}
.format-quote blockquote footer {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 0.75em;
  font-style: italic;
  color: #585858;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;
	font-size: 18px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: Abel,Helvetica,Arial,Sans-Serif;
}
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1.15; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.75em; text-transform: uppercase; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin: 0 0 1.0em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	padding: 1.12em 1.5em .88em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

#search_footer {
	margin-top: 5em;
	text-align: center;
}

#search_footer #s,
.error404 #s {
	width: 300px;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Header
----------------------------------------------- */

#masthead {
	background-color: #303030;
	display: block;
	padding-top: 34px;
	-webkit-box-shadow:  0px 0px 31px 0px rgba(0, 0, 0, 0.75);
    box-shadow:  0px 0px 31px 0px rgba(0, 0, 0, 0.75);
	position: relative;
	overflow: hidden;
	z-index: 100;
}

hgroup {
	width: 600px;
	float: left;
}

#header {
	width: 960px;
	margin: 0 auto;
}

.site-title a {
	background-image: url(images/header/logoV2.png);
	height: 31px;
	width: 404px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-indent: -9999px;
	float: left;
}

h1.site-title {
	clear: none;
	width: 404px;
	margin-top: 25px;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	width: 960px;
	float: left;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	margin-top: 13px;
	font-family: Abel,Arial,Sans-serif;
	text-transform:uppercase;
	padding-left: 0;
	font-size: 18px;
}
.main-navigation li a {
	float: left;
	position: relative;
	/* width: 160px; */
	width: 137px;
	height: 26px;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
	text-shadow: 0px -1px 0px #374683;
	font-size: 18px;
}

.main-navigation li a:hover {
	height: 29px;
	margin-top: 2px;
}

.main-navigation li:nth-child(1) a {
	background-color: #0cbef9;
}

.main-navigation li:nth-child(2) a {
	background-color: #f0ba00;
}

.main-navigation li:nth-child(3) a {
	background-color: #d92c0b;
}

.main-navigation li:nth-child(4) a {
	background-color: #8e07ff;
}

.main-navigation li:nth-child(5) a {
	background-color: #23d90b;
}

.main-navigation li:nth-child(6) a {
	background-color: #0cbef9;
}

.main-navigation li:nth-child(7) a {
	background-color: #8e07ff;
}

.main-navigation li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a,
.single-my_turn .menu-item-955 a,
.single-community .menu-item-1157 a,
.post-type-archive-community .menu-item-1157 a,
.archive.tax-my_turn-tag .menu-item-955 a,
.archive.tax-categories .menu-item-955 a,
.single-media .menu-item-954 a {
	overflow: hidden;
	height: 31px!important;
	margin-top: 0!important;
}

.main-navigation a:hover {
	color: #fff;
}

.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

.main-navigation #menu-primary-menu {
	height: 36px;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}

/* Footer Menu */

.site-info {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer_menu {
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
}
#footer_menu li {
    position: relative;
	display: inline-block;
}
#footer_menu li:last-child {
    margin-right: 0;
}
#footer_menu a, #footer_menu a:hover, #footer_menu a:active {
    color: #404040 !important;
	font-weight: bold;
    text-decoration: none;
}
#footer_menu a:hover, #footer_menu a:active {
    text-decoration: underline;
}

#footer_menu a:hover, #footer_menu a:active {
    color: #404040;
}

.menu-item-last .nav-divider {display:none;}

.nav-divider { display: inline-block; }

/* =Content
----------------------------------------------- */

body {

}

#main_wrapper {
	position: relative;
	z-index: 99;
}

#primary {
	border: 8px solid #000;
	border-top: none;
	-webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* IE10+ */

background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%); /* W3C */

}

.home.page.page-template #content {
	padding-left: 33px;
	padding-right: 33px;
	padding-top: 0px;
	padding-bottom: 33px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAA1BMVEXZ2dmK1ydDAAAADUlEQVR42gECAP3/AAAAAgABUyucMAAAAABJRU5ErkJggg==);
	background-repeat: repeat-y;
	background-position: center center;
}

.page #content {
	padding-top: 33px;
}

#content,
.page.page-template #content {
	padding: 66px;
}

#welcome {
	border-bottom: 1px solid #D9D9D9;
	padding-left: 66px;
	padding-top: 33px;
	padding-right: 66px;
	padding-bottom: 12px;
	font-family: "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;
	font-size: 1.1em;
	line-height: 1.65em;
	color: #414141;
}

.home #welcome {
	padding-left: 33px;
	padding-top: 33px;
	padding-right: 33px;
	padding-bottom: 12px;
	font-size: 0.96em;
}

.home #content {
	padding-top: 0;
}

.site-footer {
	text-align: center;
	font-size: 11px;
	margin: 25px 0;
}

#footer_stripe {
	background-image: url(images/body/footer.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 944px;
}

.home .my_turn {
	float: left;
	width: 405px;
}

.home .hentry {
	margin-bottom: 0;
	padding-top: 33px;
}

.page .hentry {
	margin-bottom: 0;
}

.hentry {
	color: #414141;
	font-size: 0.93em;
	font-family: "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;
	line-height: 1.65em;
}

#home_post_0 {
	padding-right: 34px;
	margin-right: 33px;
}

#home_post_1 {
}

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	font-size: 0.8em;
}

.entry-meta .entry-share-btn a {
  color: #fff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-size: 0.95em;
}

.entry-meta .entry-share-btn a:hover,
.entry-meta .entry-share-btn a:active,
.entry-meta .entry-share-btn a:focus {
  text-decoration: none;
}

.home .entry-meta {
	margin-top: 1em;
}

.archive .entry-meta,
.archive .page-template {
	width: 812px;
}

.entry-meta a {
	color: #414141;
	font-style:italic;
	text-decoration: none;
	font-family: "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;
	text-transform:none;
	font-size: 1.1em;
}

.date_box {
	float: left;
	padding: 8px;
	position: relative;
	top: 0px;
	line-height: 0.75em;
	background-color: #303030;
	text-align:center;
	margin-right: 10px;
	color: #fff;
}

.date_box a {
	text-decoration: none;
	color: #ccc!important;
}

.date_box a:hover, .date_box a:active {
	color: #fff!important;
	text-decoration: none!important;
}

.entry-date .month, .entry-date .day, .entry-date .year {
	font-family: Abel,Helvetica,Arial,Sans-Serif;
	text-transform: uppercase;
	display: block;
}

.entry-date .month {
	font-size: 17px;
}

.entry-date .day {
	font-size: 31px;
}

.entry-date .year {
	font-size: 15px;
	line-height: 1.3em;
}

.entry-meta a:hover, .entry-meta a:active {
	text-decoration: underline;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.more_link {
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
}


h1.entry-title {
	font-family: Abel,Helvetica,Arial,Sans-Serif;
	font-size: 2.3em;
	line-height: 1.09em;
	width: 936px;
	float: left;
	width: 100%;
}

#header_image h1.entry-title {
	width: 877px;
}

#header_image h1.entry-title .headline {
	width: 800px;
}

.entry-title .headline {
	float: left;
	width: 812px;
	text-transform: uppercase;
}

.entry-title .headline.my_turn_headline {
	width: 754px;
}

.entry-title .date_box {
	top: -0.25em;
}

.entry-header {
	position: relative;
}

#header_image h1.entry-title {
	position: absolute;
	bottom: 10px;
	left: 59px;
	color: #fff;
	text-shadow: black 0 0 0.1em;
	text-transform:uppercase;
}

h1.entry-title {
}

h1.entry-title a {
	text-decoration: none;
	color: #3a3a3a;
}

h1.entry-title a:hover, h1.entry-title a:active {
	color: #000;
	text-decoration: underline;
}


.social_header {
	display: inline-block;
	float: left;
	width: 405px;
	height: 25px;
}

.archive .social_footer,
.page-template .social_footer,
.single .social_footer {
	width: 812px;
}

.social_footer {
	margin-top: 1.5em;
}

.home .social_footer {
	margin-top: 1em;
	height: 20px;
	max-height: 20px;
	width: 405px;
}

.social_footer .fb-like span, 
.social_footer .gplusone,
.social_footer .twitter-share-button {
	float: left!important;
}

.social_header .fb-like span {
	position: relative;
	top: -10px;
}

.social_header .gplusone {
	display: inline-block;
}

.social_header .twitter-share-button {
	display: inline-block;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-summary img,
.archive img.banner,
.single-community img.banner,
.page-template img.banner {
	margin-bottom: 1.39em;
	margin-right: 0;
	border: 1px solid #fff;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .31);
    box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .31);
}

.entry-summary img.alignleft {
	margin-right: 1em;
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin: 1.5em 0 2.5em;
	overflow: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	text-transform: uppercase;
}

#content #nav-below {
	margin-bottom: 0;
}

#content #nav-below a {
	margin-top: 1em;
	display: block;
}

#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comments-title {
	line-height: 1.25em;
	margin-top: 1.5em;
}

.comments-title span {
	font-style: italic;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* =Clearfix
----------------------------------------------- */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* HEADER IMAGE */

#header_image {
	width: 995px;
	margin: 0 auto;
	height: 333px;
}

/* CAROUSEL */

#header_carousel {
	margin: 0 auto;
	width: 995px;
	position:relative;
}

.carousel{
	height: 425px;
    overflow:hidden;
}

.backgrounds_shadow {
	width: 995px;
	height: 332px;
	-webkit-box-shadow:  0px 0px 16px 7px rgba(0, 0, 0, .35);
    box-shadow:  0px 0px 16px 7px rgba(0, 0, 0, .35);
	position: absolute;
	z-index: 0;
}

.carousel .backgrounds{
    height: 332px;
	z-index: 50;
}

.carousel .backgrounds_wrapper {
	height: 332px;
	overflow: hidden;
	width: 995px;
}

.carousel .backgrounds .item{
    width: 995px;
    height: 332px;
    float:left;
    position:relative;
    z-index:1;
}

.carousel .panel{
	right:0px;
	bottom: 0;
	padding: 15px 15px;
	margin-left: 44px;
	width: 877px;
	height: 47px;
	color: #303030;
    z-index:150;
}

.carousel .paging{
    position:absolute;
    width: 995px;
	display: block;
	bottom: 85px; 
	z-index: 0;
}

.carousel .paging a, .carousel .paging span{
    text-indent: -9999px;
}

.carousel .paging .next {
    display:block;
	height:75px;
	position:absolute;
	bottom:-77px;
	right: 0px;
	width:44px;
	cursor:pointer;
	background:url("images/flow/arrows_cerna.png") no-repeat scroll -44px 0px transparent;
	z-index: -10;
}

.carousel .paging .next:hover { background-position: -44px -75px; }

.carousel .paging .previous {
    display:block;
	height:75px;
	position:absolute;
	bottom:-77px;
	left: 0px;
	width:44px;
	cursor:pointer;
	background:url("images/flow/arrows_cerna.png") no-repeat scroll 0px 0px transparent;
	z-index: -10;
}

.carousel .paging .previous:hover { background-position: 0px -75px; }

.carousel #numbers {
	position: absolute;
	top: 305px;
	left: 50%;
	margin-left: -20px;
	z-index: 300;
}

.carousel #numbers a {
    background:url("images/flow/bullet.png") no-repeat scroll 0px 0px transparent;  float: left; width: 15px; height: 15px; text-indent: -9999px;
}
.carousel #numbers a {
	outline: none!important;
}
.carousel #numbers a:hover {
	background-position: -32px 0px; cursor: pointer;
}
.carousel #numbers a.selected {
    background-position: -15px 0px;
}

.carousel .panel .details_wrapper {
    position:absolute;
    width: 877px;
    overflow:hidden;
    height: 70px;
	z-index: 200;
}

.carousel .panel .details_wrapper .details{
    height: 75px;
	color: #fff;
}

.carousel .panel .details_wrapper .details .detail{
    width: 877px;
    height: 75px;
    float:left;
    
}

.carousel .panel .details_wrapper .details h3 {
    font: 26px/1em 'Abel', serif;
	color: #FFF;
	margin: 0 0 5px 0;
	text-transform:uppercase;
}

.carousel .panel .details_wrapper .details h3.no_caption {
    font-size: 2.5em;
	margin-top: 0.33em;
}

.carousel .panel .details_wrapper h3 a {
	text-decoration: none;
	color: #CCCCCC;
}

.carousel .panel .details_wrapper h3 a:hover,
.carousel .panel .details_wrapper h3 a:active {
	color: #FFF;
}

.carousel .panel .details_wrapper .details p {
	font-size: 13px; color: #999999; margin: 0;
	font-family: "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;
}
.carousel .panel .details_wrapper .details a.more{
    color: #CCCCCC;
	text-decoration: none;
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}   

.carousel .panel .details_wrapper .details a.more:hover {
    color: #FFF;
	font-weight: bold;
}   

/* END CAROUSEL */

/* Header Image Caption */

.caption {
	font-size: 13px;
	color: #999999;
	font-family: "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;
	width: 877px;
	margin: 0.55em auto;
}

.caption p {
	margin-bottom: 0;
}

/* Header Social Media Popup */

#social_util {
	height: 29px;
	float: right;
	width: 147px;
	display: block;
	margin-top: 25px;
}

#social_util .popup {
	width: 29px;
	height: 29px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 20px;
	cursor: pointer;
}

#facebook_pop {
	background-image: url(images/header/facebook_header.png);
}

#twitter_pop {
	background-image: url(images/header/twitter_header.png);
}

#linkedin_pop {
	background-image: url(images/header/linkedin_header.png);
}

/*! qTip2 - Pretty powerful tooltips - v2.0.0 - 2012-09-04
* http://craigsworks.com/projects/qtip2/
* Copyright (c) 2012 Craig Michael Thompson; Licensed MIT, GPL */

/* Fluid class for determining actual width in IE */
#qtip-rcontainer{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: block;
	visibility: hidden;
}

	/* Fluid class for determining actual width in IE */
	#qtip-rcontainer .ui-tooltip{
		display: block !important;
		visibility: hidden !important;
		position: static !important;
		float: left !important;
	}

/* Core qTip styles */
.ui-tooltip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;
}

	.ui-tooltip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.ui-tooltip-titlebar{
		position: relative;
		min-height: 14px;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.ui-tooltip-titlebar + .ui-tooltip-content{ border-top-width: 0 !important; }

		/* Default close button class */
		.ui-tooltip-titlebar .ui-state-default{
			position: absolute;
			right: 4px;
			top: 50%;
			margin-top: -9px;

			cursor: pointer;
			outline: medium none;

			border-width: 1px;
			border-style: solid;
		}
		
		* html .ui-tooltip-titlebar .ui-state-default{ top: 16px; } /* IE fix */

		.ui-tooltip-titlebar .ui-icon,
		.ui-tooltip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.ui-tooltip-icon, .ui-tooltip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.ui-tooltip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover{}

/* Default tooltip style */
.ui-tooltip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.ui-tooltip-default .ui-tooltip-titlebar{
		background-color: #FFEF93;
	}

	.ui-tooltip-default .ui-tooltip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.ui-tooltip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.ui-tooltip-light .ui-tooltip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.ui-tooltip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.ui-tooltip-dark .ui-tooltip-titlebar{
		background-color: #404040;
	}

	.ui-tooltip-dark .ui-tooltip-icon{
		border-color: #444;
	}

	.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.ui-tooltip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.ui-tooltip-cream .ui-tooltip-titlebar{
		background-color: #F0DE7D;
	}

	.ui-tooltip-cream .ui-state-default .ui-tooltip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.ui-tooltip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.ui-tooltip-red .ui-tooltip-titlebar{
		background-color: #F06D65;
	}

	.ui-tooltip-red .ui-state-default .ui-tooltip-icon{
		background-position: -102px 0;
	}

	.ui-tooltip-red .ui-tooltip-icon{
		border-color: #D95252;
	}

	.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.ui-tooltip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.ui-tooltip-green .ui-tooltip-titlebar{
		background-color: #B0DE78;
	}

	.ui-tooltip-green .ui-state-default .ui-tooltip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.ui-tooltip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.ui-tooltip-blue .ui-tooltip-titlebar{
		background-color: #D0E9F5;
	}

	.ui-tooltip-blue .ui-state-default .ui-tooltip-icon{
		background-position: -2px 0;
	}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-rounded,
.ui-tooltip-tipsy,
.ui-tooltip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Youtube tooltip style */
.ui-tooltip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border-width: 0;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.ui-tooltip-youtube .ui-tooltip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}
	
	.ui-tooltip-youtube .ui-tooltip-content{
		padding: .75em;
		font: 12px arial,sans-serif;
		
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.ui-tooltip-youtube .ui-tooltip-icon{
		border-color: #222;
	}

	.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.ui-tooltip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.ui-tooltip-jtools .ui-tooltip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.ui-tooltip-jtools .ui-tooltip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.ui-tooltip-jtools .ui-tooltip-titlebar,
	.ui-tooltip-jtools .ui-tooltip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.ui-tooltip-jtools .ui-tooltip-icon{
		border-color: #555;
	}

	.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.ui-tooltip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.ui-tooltip-cluetip .ui-tooltip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}
	
	.ui-tooltip-cluetip .ui-tooltip-icon{
		border-color: #808064;
	}
	
	.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.ui-tooltip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.ui-tooltip-tipsy .ui-tooltip-titlebar{
		padding: 6px 35px 0 10;
		background-color: transparent;
	}

	.ui-tooltip-tipsy .ui-tooltip-content{
		padding: 6px 10;
	}
	
	.ui-tooltip-tipsy .ui-tooltip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.ui-tooltip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.ui-tooltip-tipped .ui-tooltip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.ui-tooltip-tipped .ui-tooltip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.ui-tooltip-tipped .ui-tooltip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.ui-tooltip-bootstrap{
	font-size: 13px;
	line-height: 18px;

	color: #333333;
	background-color: #ffffff;


	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);

	*border-right-width: 2px;
	*border-bottom-width: 2px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.ui-tooltip-bootstrap .ui-tooltip-titlebar{
		font-size: 18px;
		line-height: 22px;

		border-bottom: 1px solid #ccc;
		background-color: transparent;
	}

		.ui-tooltip-bootstrap .ui-tooltip-titlebar .ui-state-default{
			right: 9px; top: 49%;
			border-style: none;
		}

	.ui-tooltip-bootstrap .ui-tooltip-icon{
		background: white;
	}

		.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon{
			width: auto;
			height: auto;
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon:hover{
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{
	filter: none;
	-ms-filter: none;
}


/* Tips plugin */
.ui-tooltip .ui-tooltip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.ui-tooltip .ui-tooltip-tip,
	.ui-tooltip .ui-tooltip-tip *{
		position: absolute;
		
		line-height: 0.1px !important;
		font-size: 0.1px !important;
		color: #123456;

		background: transparent;
		border: 0 dashed transparent;
	}
	
	.ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; }



/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}

/* CONTACT FORM */

.contact-form textarea {
	width: 812px!important;
}

.contact-form div input[type="text"] {
	margin-right: 20px;
}

.contact-form div input[type="text"],
.contact-form div input[type="email"] {
	width: 350px;
}

.contact-form div, .contact-submit, .contact-form {
	float: left;
}

/* Comments */

#comments {
	font-size: 0.9em;
	margin-bottom: 2em;
}

.single #comments {
	margin-bottom: 0;
}

#respond {
	margin-top: 2.5em;
	font-size: 0.93em;
}

.comment-meta, .comment-reply-link {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	text-transform:uppercase;
}

.comment-meta a {
	color: #666666;
	text-decoration: none;
}

.reply {
	margin-bottom: 1em;
}

/* Archive Pages */

.archive article,
.page.page-template article {
	margin-bottom: 4em;
}

.archive article:last-of-type,
.page.page-template article:last-of-type,
article.page.type-page {
	margin-bottom: 0;
}

.archive img.banner,
.page.page-template img.banner {
	margin-bottom: 1em;
}

.archive .excerpt,
.page.page-template .excerpt {
	margin-bottom: 1em;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #D92C0B;
    border: none;
	color: #fff;
    font-size: 10pt;
    left: 20%;
    padding: 8px;
    position: absolute;
    top: 20%;
    width: 150px;
    z-index: 100;
	font-family: Abel,Helvetica,Arial,Sans-Serif;
}

div.wpcf7-response-output {
	font-family: Abel,Helvetica,Arial,Sans-Serif;
}

.wpcf7-validation-errors {
    border: none!important;
	background-color: #F0BA00;
	color: #fff;
}

div.wpcf7-mail-sent-ok {
    border: none;
	background-color: #23D90B;
	color: #fff;
}

#commentform label {
	width: 70px;
	display: inline-block;
}

#commentform .comment-form-url label {
	width: 73px;
}

#reply-title {
	font-size: 2em;
	margin-bottom: 0.5em;
}

.wpcol-one-half input {
	width: 370px;
}

function remove_menus () {
global $menu;
	$restricted = array(__('Posts'), __('Links'));
	end ($menu);
	while (prev($menu)){
		$value = explode(' ',$menu[key($menu)][0]);
		if(in_array($value[0] != NULL?$value[0]:"" , $restricted)){unset($menu[key($menu)]);}
	}
}
add_action('admin_menu', 'remove_menus');
