/*
Theme Name: Arcadia
Theme URI: http://www.unitedthemes.com
Description: Blog / Portfolio Theme by United Themes
Version: 1.2.2
Author: United Themes
Author URI: http://www.unitedthemes.com
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/* Table of Contents
==================================================
	#Global Reset
	#Structural Customization
	#Header
	#Navigation Bar
	#Typography
	#Tables
	#Widgets find in lambda_widgets.css
	#WP Blog
	#Form Buttons
	#Styled Buttons
	#Alerts
	#Tabs
	#Toggles
	#Comments
	#WP Gallery
	#Misc
	#Video
	#Portfolio
*/

/* @group Global Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.pad td {
	padding: 10px;
}
pre, code {
	background-color: #ededed;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	display: block;
	width: 100%;
	font: 12px/24px Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
	margin: 5px 0;
	padding: 5px;
}
p code {
	display: inline;
}
body {
	line-height: 150%;
	-webkit-text-size-adjust: 100%;
}
/* @end */



/* @group Structural Customization */


/* Give the main wrapper a separate background color */

#wrap {
	padding:0 20px;
	border-left:4px solid #ddd;
	border-right:4px solid #ddd;
	border-bottom:4px solid #ddd;
	box-shadow: 0 0 6px #989797;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	background-color: #fff;
}
#content {
}
/* Footer Styles */


#footer {
	clear: both;
	border-top:1px dotted #ddd;
	padding-top: 30px;
	margin-top:10px;
	margin-bottom:10px;
}
#footer.noborder {
	border: none;
	padding-top: 0;
}

#sub-footer #copyright {
	font-size: 11px;
	color: #5E6066;
	text-align:left;
}
#sub-footer #copyright a {
	color: #5E6066;
}
#sub-footer #copyright p {
	margin:0;
}
#sf-wrap {
	margin-top:30px;
	background:#111;
	display:block;
	border-top:1px solid #000;
}
#sub-footer {
	padding:30px 0;
}
#footer a {
	color:#A4A5AA;
	font-weight:normal;
}
#footer .full-width,  #footer .one_half,  #footer .one_third,  #footer .two_thirds,  #footer .three_fourths,  #footer .one_fourth,  #footer .one_fifth,  #footer .two_fifth,  #footer .three_fifth,  #footer .four_fifth,  #footer .one_sixth,  #footer .five_sixth {
	margin-bottom:0;
}
#footer li:last-child {
	margin-bottom:0;
}
#footer #calendar_wrap {
	margin-bottom:20px;
}
/* @end */

/* @group Header */
#header {
	clear: both;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-variant:normal;
	font-weight:normal;
	font-style:normal;
	padding-bottom:30px;
	padding-top:30px;
}
#teaser {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dotted #ddd;
}
#teaser-background {
}
#page-teaser {
	margin:0;
	line-height:33px;
	float:right;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-style:normal;
	color:#A4A5AA;
	float:right;
	font-weight:bold;
}
#page-title {
	font-variant:normal;
	font-weight:normal;
	font-style:italic;
	font-size:30px;
	line-height:33px;
	text-transform:uppercase;
	margin:0;
	color:#333;
	float:left;
}
#header #logo a {
	display: block;
	height:100%;
	width:100%;
	border:none;
}
#logo h1 a, #logo h1 {
	margin: 0;
	padding: 0;
	line-height: 36px;
	text-decoration: none;
	font-weight: bold;
	color:#111;
	font-size:32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:normal;
	font-weight:normal;
	font-style:normal;
}
#logo {
	text-align:center;
	padding-bottom:30px;
}
/* Header Tagline */

#logo span.site-desc {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #A4A5AA;
	display:inline-block;
}
#header #logo a:hover, #header #logo a:focus {
	border:none !important;
	margin:0 !important;
}
ul#socialmedia {
	list-style:none;
	display:block;
	margin:0;
	text-align:right;
	margin-bottom:0;
}
ul#socialmedia li {
	display:inline;
	margin:0 0 0 5px;
}
ul#socialmedia li a {
	border:none;
}
/* @end */



/* @group Navigation Bar */


#nav-wrap {
	padding:10px 0 10px 0;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}
#navigation {
	font-size:12px;
	height:28px;
	text-transform:uppercase;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#navigation ul {
	position: relative;
	width:100%;
	text-align:center;
}
#navigation ul li {
	position: relative;
	display:inline-block;
}
#navigation ul li ul li {
	position: relative;
	display:block;
}


#navigation ul li a {
	padding: 0;
	padding:5px 8px;
	margin-right:10px;
	margin-left:10px;
	text-decoration: none;
	font-weight:normal;
	display:inline-block;
}

/* Navbar Hover Links */

#navigation ul li:hover a {
	color: #fff;
	background:#000;
}
#navigation ul li:hover li a {
	font-weight: normal;
}
/* Navbar Active Links */

#navigation ul li.current-menu-item a {
	background:#000;
	color:#fff;
}
/* Nav Sublevel */



/* Nav Sublevel Links */

#navigation ul.sub-menu li a {
	height: 32px;
	line-height: 32px;
	border-radius: 0;
	min-width: 210px;
	border-bottom: none;
	position: static;
	behavior: none;
	margin:0;
	color:#fff;
}
/* Nav Sublevel Hover */

#navigation ul.sub-menu li a:hover {
}


.menu-mainnavigation-container ul.sub-menu {
	margin-top:6px;
}
/* @end */


/* @group Typography */

	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	font-weight:normal !important;
}
h2.entry-title, h1.entry-title {
	margin-bottom:20px;
	text-transform:uppercase;
	font-style:italic;
	font-weight:normal !important;
}
.entry-title, #respond h2 {
	font-size:18px;
}
h1 {
	line-height: 140%;
	margin-bottom: 20px;
}
h2 {
	line-height: 130%;
	margin-bottom: 20px;
}
h3 {
	line-height: 130%;
	margin-bottom: 20px;
}
h4 {
	line-height: 125%;
	margin-bottom: 20px;
}
h5 {
	line-height: 120%;
	margin-bottom: 20px;
}
h6 {
	line-height: 120%;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color:#2C2D31;
	font-weight:normal;
}
.subheader {
	color: #777;
}
.normal {
	font-weight: normal;
}
.bolder {
	font-weight: bolder;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
p {
	margin: 0 0 20px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #333;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
	blockquote, blockquote p {
	font-size: 15px;
	line-height: 24px;
	color: #222;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
blockquote {
	margin: 0 0 20px;
	padding: 40px 40px 20px 40px;
	background:#F7F7F8;
	border-left:10px solid #222;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #666;
	margin-top:5px;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #666;
}
.quote .entry-title {
	margin-bottom:0;
	font-style:italic;
	color:#222;
	font-weight:normal;
}
.quote {
	margin-bottom: 20px;
	padding:50px;
	background:#F7F7F8;
	border-left:10px solid #222;
}
.quote cite {
	display:inline-block;
	margin-top:5px;
	color:#666;
}
hr {
	clear: both;
	margin-top: 20px 0 40px !important;
	height:0;
	border:1px solid #ECEDF3;
	border-width: 1px 0 0;
}
.loop-single-divider {
	clear: both;
	margin-top: 10px;
	margin-bottom:0;
	height:0;
	border:1px solid #ECEDF3;
	border-width: 1px 0 0;
}
/* #Links
================================================== */
a {
	text-decoration: none;
	color: #2c2d31;
	font-weight: bold;
	transition: color 0.2s linear;
	-moz-transition: color 0.1s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	outline:none;
}
a, #content .gist .gist-file .gist-meta a:visited {
	color: #2C2D31;
}
a img {
	border: none;
}
a:hover {
}
p a, p a:visited {
	line-height: inherit;
}
.edit-link-wrap {
	float:right;
}
.edit-link a {
	background: #2C2D31;
	color:#fff;
	padding:3px 6px;
	border: none !important;
	text-transform:uppercase;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}
.edit-link a:hover {
	text-decoration:none !important;
}
/* #Lists
================================================== */
	ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
	margin-left: 30px;
}
.entry-content ul {
	list-style:disc;
	margin-left:30px;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 18px;
	margin-bottom: 6px;
}
li p {
	line-height: 21px;
}
ul.archive {
	list-style-type:square;
	list-style-position:inside;
}
/* # Image Alignment Classes
============================================================== */

.alignright {
	float: right;
	margin: 0px 0px 10px 20px;
}
.alignleft {
	float: left;
	margin: 0px 20px 10px 0px;
}
.aligncenter {
	display:block;
	margin:0 auto;
}
/* WP Captions */

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.wp-caption img, .wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption .wp-caption-text {
	padding: 5px;
	margin: 0;
}
.wp-caption.alignleft {
	margin: 0px 10px 0px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 0px 10px;
}
/* @end */

/* @group Tables */

table {
	margin: .5em 0 1em;
}
table th {
	text-align: left;
	border: 1px solid #d1d1d1;
	padding: .4em .8em;
	background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
	font-weight: bold;
}
table td {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	padding: 10px;
}
/* @end */

/* @group Widgets */

.widget-container {
	clear:both;
}
.widget-container ul {
	list-style: none;
}
.widget-container ul ul {
	list-style: none;
}
.widget-container select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width:100%;
	background-image: url(images/icons/zoom.png);
	background-repeat: no-repeat;
	background-position: 97% center;
}
.widget_search #searchsubmit {
	display:none;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 30px 0;
}
.widget-container ul {
	margin: 0;
}
#sidebar ul {
	margin-bottom:0;
}
#sidebar a {
	font-weight:normal;
	color:#A4A5AA;
}
.widget-title {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 10px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-style:normal;
	color:#2C2D31;
	font-weight:bold;
}
input#searchsubmit {
	margin-bottom: 0;
}
.widget-container a:link, .widget-container a:visited {
	text-decoration: none;
}
.widget-container a:active, .widget-container a:hover {
	text-decoration: none;
}
.widget-container .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
.tagcloud a {
	padding:4px;
}
/* WP Calendar Widget */

#wp-calendar {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 100%;
	font-size: .85em;
}
#footer table {
	margin:0;
}
#wp-calendar td {
	padding: 4px 0;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #7c7c7c;
}
#wp-calendar td.pad {
	background-color: #fff;
}
#wp-calendar td#today {
	color: #fff;
	background-color: #2C2D31;
}
#wp-calendar caption {
	font-weight: bold;
	text-align:left;
}
#wp-calendar th {
	font-style: normal;
	background: #F7F7F8;
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
	text-align:center;
}
/* WP RSS Widget */

.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Indent Sidebar Lists */

.widget-container ul ul {
	border: none;
	padding: 0;
}
/* Page Menus/Custom Menus */

li.page_item, li.menu-item {
	list-style: none;
}
li.menu-item ul.sub-menu {
	list-style: none;
	margin-left:0;
}
/* @end */

/* @group WP Blog Styles */

.entry-post {
	display:block;
	margin-left:160px;
}
.entry-meta {
	float:left;
	width:120px;
	margin-right:20px;
	margin-bottom:10px;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
}
.entry-meta a {
	color:#5E6066;
}
.tag-wrap {
	margin-bottom:20px;
	padding:10px;
	background:#F7F7F8;
}
.entry-meta a, .tag-wrap a {
	font-weight:normal;
}
.post-ut {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ddd;
}
.entry-meta.sl {
	margin:0 0 10px 0;
	width:100%;
}
.entry-meta.sl ul {
	list-style:none;
}
.entry-meta.sl ul li {
	display: inline;
	float:left;
	margin:0 10px 10px 0;
	padding-right:10px;
	border-right:1px dotted #ddd;
}
.entry-date {
	background-image: url(images/icons/calendar.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:26px;
	display:inline-block;
	line-height:16px;
}
.posted_by {
	background-image: url(images/icons/user.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:26px;
	display:inline-block;
	line-height:16px;
}
.comments-link {
	background-image: url(images/icons/chat.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:26px;
	display:inline-block;
	line-height:16px;
}
.cat-links {
	background-image: url(images/icons/box_1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:26px;
	display:inline-block;
	line-height:16px;
}
.permalink {
	background-image: url(images/icons/permalink.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:26px;
	display:inline-block;
	line-height:16px;
}
.entry-utility {
	margin-top:20px;
	margin-bottom:0;
	font-size:11px;
	margin-bottom:20px;
	padding-left:26px;
	line-height:16px;
	background-image: url(images/icons/permalink.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform:uppercase;
}
.entry-utility-prep-tag-links {
	margin-right:5px;
	background-image: url(images/icons/tag.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:21px;
}
.entry-utility a:hover {
	text-decoration:underline;
}
.meta-sep {
	margin-right:2px;
	margin-left:2px;
	color:#444;
}
.entry-content .elastic-video-wrapper {
	margin-bottom:20px;
}
.post, .type-portfolio {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom:1px solid #ECEDF3;
}
.single {
	margin-bottom: 0px !important;
	padding-bottom:0px !important;
	border: none !important;
	margin-left: 0px !important;
}
.post .entry-title a {
	border:none;
	font-weight:normal !important;
}
.post-image {
	display:block;
	line-height:0;
	margin-bottom:20px;
	position:relative;
}
.post.single {
	border-bottom: none;
}
/* @end */

/* @group Form Buttons */

/* #Form Buttons
================================================== */
	button, input[type="submit"], input[type="reset"], input[type="button"] {
	border: none;
	padding: 3px 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	height:28px;
	line-height: 21px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-webkit-appearance: none;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background: #000;
	width:auto;
	text-transform:uppercase;
}
button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
/* @end */

/* @group Styled Buttons */
.button {
	display: inline-block;
	padding: 8px 19px 9px;
	color: #fff !important;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	overflow: visible;
	width: auto;
	background-color: #222;
	background-image: url(images/overlay-button.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}
	button::-moz-focus-inner { border: 0; padding: 0; 
}
.button:hover {
    background-color: #111111;
    color: #FFFFFF;
}
.button:active {
    -moz-transform: translateY(1px);
}
.button.left {
	float: left;
}
.button.right {
	float: right;
}
.button.center, .button.middle {
	margin: 0px auto;
	text-align: center;
	display: inherit;
}
a.button  {
	margin:0 5px 20px 5px;
}
/* @group White  */
a.button.white {
	background-color: #FFFFFF;
    color: #666666 !important;
	border: 1px solid #CCCCCC;
    text-shadow: 0 1px 1px #FFFFFF;
	position: relative;
}
a.button.white:hover {
	background-color: #EEEEEE;
	border: 1px solid #ccc;
}

/* @end */

/* @group Black  */
a.button.black {
	background-color: #333;
	position: relative;
	border: 1px solid #333;/* IE */
}
a.button.black:hover {
	background-color: #000;
	border: 1px solid #000;/* IE */
}

/* @end */
/* @group Light Blue  */
a.button.lightblue {
	background-color: #2DAEBF;
	border: 1px solid #2DAEBF;/* IE */
	position: relative;
}
a.button.lightblue:hover {
	background-color: #007D9A;
	border: 1px solid #007D9A;/* IE */
}

/* @end */


/* @group Light Green  */
a.button.lightgreen {
	background-color: #91BD09;
	border: 1px solid #91BD09;/* IE */
	position: relative;
}
a.button.lightgreen:hover {
	 background-color: #749A02;
	border: 1px solid #749A02;/* IE */
}





/* @end */

/* @group Light Red  */
a.button.lightred {
	background-color: #E33100;
	border: 1px solid #E33100;/* IE */
	position: relative;
}
a.button.lightred:hover {
	  background-color: #872300;
	border: 1px solid #872300;/* IE */
}

/* @end */


/* @group Orange  */
a.button.orange {
	 background-color: #FF5C00;
	 border: 1px solid #FF5C00;/* IE */
	position: relative;
}
a.button.orange:hover {
	 background-color: #D45500;
	 border: 1px solid #D45500;/* IE */
	
}

/* @end */

/* End Button Styles */


/* @group Alert Boxes */

.alert {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	margin-bottom:20px;
}
.alert.white {
	background:#fff;
	border-top: 1px solid #ECEDF3;
	border-bottom: 1px solid #ECEDF3;
	color:#444;
}
.alert.red {
	background: #FFBABA;
	border-top: 1px solid #D8000C;
	border-bottom: 1px solid #D8000C;
	color:#D8000C;
}
.alert.green {
	background: #DFF2BF;
	border-top: 1px solid #4F8A10;
	border-bottom: 1px solid #4F8A10;
	color:#4F8A10;
}
.alert.blue {
	background: #BDE5F8;
	border-top: 1px solid #00529B;
	border-bottom: 1px solid #00529B;
	color:#00529B;
}
.alert.yellow {
	background:#FEEFB3;
	border-top: 1px solid #9F6000;
	border-bottom: 1px solid #9F6000;
	color:#9F6000;
}
/* End Alert Boxes */
	
/* @group Tabs */

	ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 1px #ECEDF3;
	list-style:none;
}
ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}
ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px #ECEDF3;
	border-width: 1px 0 0 1px;
	margin: 0;
	background: #F7F7F8;
}
ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-right-width: 1px;
	margin: 0 -1px 0 0;
	color: #444;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs li:first-child a {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}
ul.tabs li:last-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs-content {
	margin: 0 0 20px 0;
	display: block;
	list-style:none;
}
ul.tabs-content > li {
	display:none;
}
ul.tabs-content > li.active {
	display: block;
}
/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}
/* @end */

/* @group Toggles */

.toggle_container {
	padding: 10px;
	margin-bottom: 1px;
	background-color: #fff;
}
p.trigger {
	display: block;
	padding:  8px 8px 8px 16px;
	margin: 0;
	cursor: pointer;
	font-weight: bold;
	line-height: 175%;
}
/* Up Toggle State */

p.trigger {
	background: #F7F7F8 url(images/icons/add.png) no-repeat 10px center;
	border-top: 1px solid #ECEDF3;
	padding-left: 34px;
	transition: background 0.2s linear;
	-moz-transition: background 0.1s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}
p.trigger a {
	text-decoration: none;
}
/* Hover Toggle State */

p.trigger:hover {
	background: #fff url(images/icons/add.png) no-repeat 10px center;
}
/* Active Toggle State */

p.trigger.active {
	background: #fff url(images/icons/remove.png) no-repeat 10px center;
	border-top: 1px solid;
}
p.trigger.active a {
	color: #444;
}
.list {
	margin-bottom:20px;
}
/* @end */


/* @group Comments */

/* Needs RWD Check */

#respond {
	float:left;
	width: 100%;
	margin-top:20px;
}
#respond h3 {
	margin-top:10px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 12px;
	text-transform:uppercase;
	font-style:normal;
	color:#2C2D31;
	font-weight:bold;
}
#respond input[type=text] {
	width:50%;
	margin-right:20px;
}
#respond textarea {
	width:100%;
	height:120px;
	padding:10px;
}
#comments {
	float:left;
}
#comments {
	width: 100%;
}
h3.response {
	display: block;
	margin-top:30px;
	margin-bottom:0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 12px;
	text-transform:uppercase;
	font-style:normal;
	color:#2C2D31;
	font-weight:bold;
}
.cite-author {
	margin:0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 10px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-style:normal;
	color:#2C2D31;
}
.comment-date {
	font-size:11px;
}
#comments .comment-meta {
	margin:5px 0 0 0;
	display:block;
	float:left;
	font-size:11px;
}
#comments .commentlist {
	margin:0px;
	float:left;
	list-style:none;
	width:100%;
	border-bottom: 1px solid #ECEDF3;
	padding-bottom:30px;
}
#comments .commentlist ul {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
}
#comments .commentlist li {
	margin:30px 0 0 0;
	border-top: 1px solid #ECEDF3;
	padding-top:30px;
	display:block;
	clear:both;
}
/**
body.page-template-onecolumn-page-php #comments .commentlist li .comment-meta {
}
**/
#comments .commentlist li li {
	margin:30px 0 0 25px;
	border-top: 1px solid #ECEDF3;
	padding-top:30px;
}
#comments .commentlist li li .comment-meta {
	width:445px;
}
#comments .commentlist li li li {
	margin:30px 0 0 25px;
	border-top: 1px solid #ECEDF3;
	padding-top:30px;
}
#comments .commentlist li li li .comment-meta {
	width:420px;
}
#comments .commentlist li li li li {
	margin:30px 0 0 25px;
	border-top: 1px solid #ECEDF3;
	padding-top:30px;
}
#comments .commentlist li li li li .comment-meta {
	width:395px;
}
#comments .commentlist li li li li li {
	margin:30px 0 0 25px;
	border-top: 1px solid #ECEDF3;
	padding-top:30px;
}
#comments .commentlist li li li li li .comment-meta {
	width:370px;
}
#comments .single-comment {
	padding-bottom:0;
}
#comments .comment-author {
	float:left;
	margin: 0px 20px 20px 0px;
	display:block;
	width:64px;
	height:64px;
	float:left;
	clear:right;
}
#comments .comment-author img {
	width:60px;
	height:60px;
	border:1px solid #ECEDF3;
	padding:2px;
}
#comments .comment-author cite {
	clear:both;
	font-weight:bold;
}
.comment-body {
	overflow:hidden;
}
.comment-body p {
	margin-top:20px;
	margin-bottom:0;
}
.comment-head {
}
a.comment-reply-link {
	margin-left:14px;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	color:#5E6066;
}
.cancel-comment-reply {
	margin:20px 0;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	color:#5E6066;
}
.cancel-comment-reply a {
	font-weight:normal;
}
/* @end */

/* @group WP Gallery */

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .gallery-row {
	display:block;
	clear: both;
	overflow: hidden;
	margin: 0;
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 79%;
	height: auto;
	padding: 0;
	margin: 5px auto;
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-pie-box-shadow: 0px 0px 5px #ccc;
	position: relative;
}
.gallery-caption {
	color: #666;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}
/* Attachment Page */

#nav-below {
	width: 100%;
	margin-bottom:20px;
	text-transform:capitalize;
}
#nav-below .nav-previous a {
	float: left;
}
#nav-below .nav-next a {
	float: right;
}
#nav-portfolio {
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	text-transform:capitalize;
}
#nav-portfolio .nav-next a {
	float:right;
}
#nav-portfolio .nav-previous a {
	float:left;
}
#nav-below.loop-single {
	padding-top:30px;
	margin-top:10px;
	border-top:1px dotted #ddd;
}
.pagination {
	margin-top:10px;
	margin-bottom:20px;
}
ul.page-numbers {
	list-style:none;
	margin:0;
}
ul.page-numbers li {
	display:inline;
	margin:0;
	padding-right:5px;
}
.entry-caption {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
/* @end */



/* Apply CSS class of "guest" to menu items hidden from logged-in users */

body.logged-in li.guest, body.logged-in li.guest {
	display: none;
}
/* #Images
================================================== */

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
/* #Forms (see formalize.css)
================================================== */

	
label, legend {
	display: block;
	font-size: 12px;
}
input[type="checkbox"] {
	display: inline;
}
/* # Misc Typography Balancing to Maintain Vertical Rhythm
============================================================== */
	.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.add-top {
	margin-top: 20px !important;
}
.bypostauthor, .gallery-caption {
}
/* # Video
============================================================== */
.elastic-video-wrapper {
	width:940px;
	max-width: 100%;
}
.elastic-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.elastic-video iframe, .elastic-video object, .elastic-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
video {
	width:100%;
	max-width: 100%;
	height: auto;
	outline:none;
}
/* @end */


/* # Post Formats
============================================================== */	

.written_link {
	margin-bottom:20px;
}
.written_link h2 {
	margin-bottom:0px;
}
.written_link span {
	margin-top:5px;
	display:inline-block;
}
.post_player {
	margin-bottom:20px;
}
.portfolio_audio {
	margin-bottom:-5px;
}
/* # Portfolio
============================================================== */
.wp-post-image, .entry-content img {
	height: auto;
	width:auto;
	max-width: 100%;
	display:block;
}

/* # Portfolio
============================================================== */
ul.filter_portfolio {
	list-style:none;
	margin-bottom:30px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-variant:normal;
	font-style:normal;
	background-image: url(images/icons/pin.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:24px;
}
ul.filter_portfolio li {
	display:inline;
	padding-right:10px;
	margin-right:10px;
	border-right:1px dotted #ddd;
	background:#fff;
}
ul.filter_portfolio li:last-child {
	border:0 none;
}
ul.portfolio {
	margin:0;
}
.fivep {
	margin-bottom:20px;
}
.portfolio-box {
	background-color:#000;
	position: absolute;
	display: none;
	width:100%;
	height:100%;
	top:0px;
}
.portfolio-box-content {
	position: absolute;
	display: none;
	width:100%;
	height:100%;
	top:0px;
	overflow:hidden;
}
.portfolio-box-content h2, .portfolio-box-content p {
	display: block;
	position: absolute;
	left: -50%;
	bottom: 0px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
}
a.portfolio-box, a.portfolio-box-content {
	border-top:2px solid #000;
}
.portfolio-box-content {
	background-repeat:no-repeat;
}
.bg_2col {
}
.bg_3col {
	background: no-repeat 270px 20px;
}
.bg_4col {
}
ul.flex-direction-nav {
	list-style:none;
	margin:0;
}
ul.filter_portfolio a.selected {
	border-bottom:1px dotted #ddd;
}
ul.filter_portfolio a.selected:hover {
	color:#A4A5AA;
	border-bottom:1px dotted #ddd;
}
ul.filter_portfolio a:hover {
	color:#A4A5AA !important;
	border:none;
}
#featured_image {
	position:relative;
}

.portfolio-item {
	margin-left:0 !important;
	margin-bottom:20px;
	margin-right:20px !important;
}
.hover img, .portfolio-item img {
	display:block;
	max-width:none !important;
	position:absolute;
	vertical-align:auto;
}
.portfolio-item a {
	border:none !important;
}
.portfolio-title {
	background:#000;
	color:#fff;
	padding:20px;
	margin-bottom:0 !important;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}
.portfolio-info {
	padding:20px;
	border:1px solid #ddd;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	background-color:#fff;
}
.portfolio-info a {
	font-weight:normal;
	font-style:italic;
}
.portfolio-info p {
	margin-bottom:0;
	text-transform:uppercase;
	font-size:11px;
}
.portfolio-info span {
	margin-bottom:10px;
	display:inline-block;
}
.portfolio-info .meta-sep {
	margin-bottom:0;
}
.portfolio-info ul {
	margin-bottom:0;
}
.portfolio-info ul li {
	display:inline;
	margin-top:5px;
	margin-bottom:0;
}
/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-o-transition-property:      top, left, opacity;
	transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.col1 {
	margin-right:0 !important;
}
.portfolio1 h2 {
	font-size:18px;
	margin:0;
}
.portfolio1 a {
	color:#fff;
}
/**** tiptip ****/
#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
#tiptip_holder.tip_top {
	padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
	padding-top: 5px;
}
#tiptip_holder.tip_right {
	padding-left: 5px;
}
#tiptip_holder.tip_left {
	padding-right: 5px;
}
#tiptip_content {
	font-size: 11px;
	color: #fff;
	padding: 3px 6px;
	background:#000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
}
#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}
/**** MISC ****/

.homepage-highlight {
	background:#F7F7F8;
	background-image: url(images/1.png);
	background-repeat: repeat;
	padding:20px;
}

#recaptcha_widget_div {
	margin-bottom:20px;
}
a.more-link {
	font-weight: bold;
	text-transform:uppercase;
}
#wpadminbar .quicklinks ul {
	margin-top: 0px !important;
}

h3.archiv-title {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	text-transform:uppercase;
	font-style:normal;
	color:#2C2D31;
}