/*
	Theme Name: Carta
	Description: A multiface theme for any type of project.
	Author: Stefano Giliberti
	Author URI: http://stefanogiliberti.com
	Version: 1.7.1
	Theme URI: http://themes.winterbits.com/carta
	License: GNU General Public License (GPL)
	License URI: http://themeforest.net/legal/licences
*/

/*
	CSS Reset
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
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, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Body */
body {
	font-size: 62.5%;
	line-height: 1.8em;
	text-rendering: optimizeLegibility;
}

/* Typography */
.cufon-loading {
	visibility: hidden;
}
p { 
	font-size: 1.4em;
	line-height: 2em;
	padding-bottom: 20px;
}
strong, b {
	font-weight: bold;
	font-size: 101%;
}
small {
	font-size: 85%;
}
acronym, abbr {
	font-size: 105%;
	cursor: help;
	border-bottom: 1px dashed;
	margin: 0 1px;
}
ins, u {
	font-size: 105%;
}
del {
	font-size: 90%;
}
em {
	font-style: italic;
}
sup {
	bottom: 1ex;
	font-size: 75%;
	vertical-align: super;
}
sub {
	font-size: 75%;
	vertical-align: sub;
}
blockquote {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.5em;
	padding-left: 20px;
	width: 100%;
	margin: -10px 0px 40px;
}
	blockquote p {
		padding: 0;
	}
cite {
	padding: 2px 3px;
	font-size: .7em;
	margin-left: 5px;
}
code {
	font-family: Consolas, Monaco, Courier, monospace;
	font-size: .8em;
	padding: 2px 3px;
}

h1, h2, h3 {
	font-weight: bold;
}
h1 { 
	font-size: 2em;
	padding-bottom: 10px;
}
h1.classic {
	padding-bottom: 15px;
}
h2 {
	font-size: 1.8em;
	padding-bottom: 13px;
}
h3 {
	font-size: 1.6em;
	padding-bottom: 10px;
}
h4 {
	font-size: 1.4em;
	padding-bottom: 10px;
}
h5 {
	font-size: 1.3em;
	padding-bottom: 10px;
}
h6 {
	font-size: 1.2em;
	padding-bottom: 10px;
}

/* Lists */
.type ul,
.type ol {
	padding: 0 0 15px 17px;
	font-size: 1.3em;
}
.type ul {
	list-style: circle;
	list-style-image: url(http://ethix.com/wp-content/themes/Carta/themes/Ethix/bluedot.png);
	line-height: 1.5em;
}
.type li {
	margin-bottom:1em;
}
.type ol {
	list-style: decimal;
}

/* Forms */
input.button {
	padding: 5px 7px;
	border: none;
	cursor: pointer;
}

/* Main wrapper */
.container {
	width: 960px;
	margin: 0 auto;
}
	.container:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

/* Header block */
#head {
	height: 150px;
	position: relative;
	z-index: 100;
}

	/* Logo */
	#head h1#logo, 
	#head h1#logo a { 
		width: 174px;
		height: 38px;
		display: block;
	}
	#head h1#logo {
		text-indent: -999em;
		position: absolute;
		top: 60px;
		left: 0;
	}
	#head h1#logo.type {
		width: auto;
		text-indent: 0;
		top: 57px;
		background: none;
		font-size: 53px;
	}
	#head h1#logo.type a {
		width: auto;
		text-decoration: none;
	}
	
	/* Menu */
	ul#menu {
		list-style: none;
		position: absolute;
		top: 65px;
		right: 0;
	}
		ul#menu li {
			padding: 0 20px;
			float: left;
		}
		ul#menu li a {
			display: block;
			text-decoration: none;
		}
		ul#menu li strong {
			display: block;
			font-size: 1.9em;
			height: 17px;
		}
		ul#menu li span {
			font-size: 1.2em;
			font-style: italic;
		}
		
		/* Dropdown menu */
		#head #menu ul {
			width: 170px;
		}
		ul#menu ul li {
			padding: 0;
			float: none;
		}
		ul#menu ul li a {
			padding: 10px;
			font-size: 1.3em;
			display: block;
		}
		
		#head #menu ul {
			position: absolute;
			top: -999em;
		}
		#head #menu li:hover {
			visibility: inherit;
		}
		#head #menu li {
			position: relative;
		}
		#head #menu a {
			position: relative;
		}
		#head #menu li:hover ul,
		#head #menu li.sfHover ul {
			left: 0;
			top: 40px;
			z-index: 99;
		}
		#head #menu li:hover li ul,
		#head #menu li.sfHover li ul {
			top: -999em;
		}
		#head #menu li li:hover ul,
		#head #menu li li.sfHover ul {
			left: 170px;
			top: -1px;
		}
		#head #menu li li:hover li ul,
		#head #menu li li.sfHover li ul {
			top: -999em;
		}
		#head #menu li li li:hover ul,
		#head #menu li li li.sfHover ul {
			left: 170px;
			top: -1px;
		}
		
/* Featured Block (Content Slider) */
#featured {
	height: 308px;
	overflow: hidden;
}

#featured .nivoSlider {
	height: 308px;
}

/* Featured Block Video Overlay */
#featured .play {
	width: 100%;
	position: absolute;
	z-index: 30;
	display: none;
}	

/* Carta Accordion Styles */
.accordion {
	overflow: hidden;
	position: relative;
}
	.accordion .slide {
		float: left;
		position: relative;
		overflow: hidden;
 	}
		.accordion .slide .drop-shadow {
			width: 20px;
			position: absolute;
			right: 0;
			z-index: 50;
		}
		.accordion .slide-content {
			position: absolute;
			z-index: 40;
		}
		.slide .slide-content.note {
			padding: 10px;
			line-height: 20px;
			bottom: 10px;
			left: 10px;
		}
		.slide .slide-content.note p {
			padding: 0;
		}
		.slide .slide-content.postit {
			width: 290px;
			padding: 25px 20px 5px 20px;
			top: 10px;
			right: 10px;
		}
		
	#featured-tail {
		width: 100%;
		height: 23px;
	}

/* Shortcodes */
.sc-accordion {
	margin: 10px 0 30px;
	height: 308px;
	overflow: hidden;
}
.sc-video {
	width: 100%;
	padding: 15px 0;
}
	.sc-video div {
		width: 570px;
		margin: 0 auto;
	}
	
/* Content */
#home {
	padding-bottom: 5px;
	overflow: hidden;
}

/* Footer */
#footer {
	width: 100%;
	margin-top: 35px;
}
	#footer .container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#footer .col-s,
	#footer .col-m {
		padding-bottom: 10px;
	}
	#footer .col-m {
		margin: 0;
	}
	
	#footer h2 {
		padding-bottom: 7px;
	}
	
	#footer li {
		line-height: 2.4em;
		font-size: 1.3em;
	}
	#footer li li {
		font-size: 1em;
	}
	#footer li a {
		display: block;
		text-decoration: none;
	}
		
	#footer #the-end {
		width: 940px;
		margin: 0 auto;
		font-style: italic;
		padding: 7px 10px;
		height: 17px;
	}
		#footer #the-end ul {
			padding: 0;
		}
		#footer #the-end li {
			float: right;
			margin-left: 5px;
			border: none;
		}
		#footer #the-end span {
			padding: 0 10px;
			font-size: 1.1em;
			float: right;
		}
	
/* Promo classes */
span.promo {
	text-align: center;
	font-size: 1.9em;
	font-style: italic;
	line-height: 1.3em;
	display: block;
	padding: 13px;
	margin-bottom: 30px;
}
	#home span.promo {
		margin: 50px 0 50px;
	}

/* Gallery */
.gallery .entry {
	width: 300px;
	height: 180px;
	float: left;
	margin: 0 20px 25px 0;
	position: relative;
	overflow: hidden;
}
	.gallery .entry > a {
		display: block;
	}
	.gallery .entry .title {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 10px;
	}
	.gallery .title h4 {
		padding: 7px 10px 4px;
	}
	.gallery .entry span {
		display: block;
		font-style: italic;
		line-height: 25px;
		padding: 0 5px;
	}
	
	/* Columns Layout */
	.gallery.s .entry {
		width: 220px;
		height: 160px;
	}
	.gallery.l .entry {
		width: 460px;
		height: 276px;
	}
	.gallery.f .entry {
		width: 840px;
		height: 504px;
		margin: 0 auto 35px;
		float: none;
	}
	
	/* Gallery Filtering Toolbar */
	#toolbar.filter {
		height: 47px;
		margin-bottom: 30px;
	}
	#toolbar.filter li {
		cursor: pointer;
		padding-right: 15px;
		background-image: none;
	}
	
/* Projects */
.projects {
	overflow: hidden;
}
	.projects .entry {
		width: 460px;
		float: left;
		margin: 0 20px 30px 0;
		position: relative;
		overflow: hidden;
	}
	.projects .entry .pic {
		height: 230px;
		position: relative;
		overflow: hidden;
		margin-bottom: 5px;
	}
	.projects .entry .title {
		width: 100%;
		margin-bottom: 5px;
	}
	.projects .title h3 {
		padding: 10px 10px 7px;
	}
	.projects .entry .details {
		font-size: 1.2em;
		padding: 0 5px;
		line-height: 2em;
		display: none;
	}
	.projects .entry .desc {
		padding: 10px;
		height: 65px;
	}
	.projects .desc p {
		font-size: 1.1em;
		padding-bottom: 0;
	}
	
	/* Columns Layout */
	.projects.s .entry {
		width: 220px;
		margin-bottom: 25px;
	}
	.projects.s .entry .pic {
		height: 140px;
	}
	.projects.s .entry .desc {
		height: 47px;
	}
	
	.projects.l .entry {
		width: 300px;
		margin-bottom: 25px;
	}
	.projects.l .entry .pic {
		height: 180px;
	}
	.projects.l .entry .desc {
		height: 47px;
	}
	
	.projects.f .entry {
		width: 840px;
		margin: 0 auto 35px;
		float: none;
	}
	.projects.f .entry .pic {
		height: 505px;
	}
	
.gallery .odd, .projects .odd {
	margin: 0;
}

.gallery:after, .projects:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* Pagination controls */
.pag a {
	font-size: 2.1em;
	text-decoration: none;
	padding-bottom: 0;
}

/* Blog */
#toolbar {
	font-style: italic;
	font-size: 1.6em;
	position: relative;
	height: 50px;
	padding: 0 17px;
	margin-bottom: 50px;
}
	#toolbar li {
		float: left;
		padding-right: 25px;
		line-height: 50px;
		position: relative;
		cursor: default;
	}
	
	/* toolbar's dropdown */
	#toolbar li ul {
		position: absolute;
		top: 50px;
		left: 0;
		z-index: 2;
		width: 145px;
	}
	#toolbar li li {
		position: relative;
		padding: 0;
		float: none;
		line-height: normal;
		font-style: normal;
		font-size: .7em;
	}
	#toolbar li li a {
		padding: 7px 10px;
		display: block;
	}
	#toolbar li ul ul {
		position: absolute;
		top: 0;
		left: 145px;
		width: 145px;
	}
	#toolbar li ul ul li {
		font-size: 1em;
	}
	#toolbar a,
	#toolbar a:hover {
		text-decoration: none;
	}
	#toolbar strong {
		font-size: 1.2em;
		padding-left: 5px;
		cursor: pointer;
	}
	
	#toolbar #search-form {
		position: absolute;
		top: 10px;
		right: 51px;
	}
	#toolbar #search-form .input-text {
		padding: 0 11px 0 30px;
		margin: 0;
		border: none;
		width: 130px;
		height: 30px;
		font-size: .7em;
		font-style: normal; /* opera */
	}
	#toolbar #search-form .input-text.focus {
		padding: 0 32px 0 9px;
	}
	
	#toolbar a#subscribe {
		text-indent: -999em;
		width: 50px;
		height: 50px;
		position: absolute;
		right: 0;
	}

/* Blog */
.post {
	padding-bottom: 25px;
	overflow: hidden;
}
	.post h1 {
		font-size: 2.9em;
		font-style: italic;
		padding: 3px 0 25px;
	}
	.post h1 a {
		text-decoration: none;
	}
	.post .meta {
		display: block;
		line-height: 29px;
		padding: 0 10px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.post .meta a {
		text-decoration: none;
	}
	.post p {
		font-size: 1.3em;
	}
	.post .info {
		text-align: right;
		font-weight: bold;
	}
	.post .info span {
		margin-left: 15px;
	}
	.post .info span.left {
		margin: 0;
	}
	.post .info .permalink {
		padding-left: 15px;
	}
	.info span a {
		text-decoration: none;
	}
	.info span a:hover {
		text-decoration: underline;
	}
	
	/* Author Bio */
	#author-bio {
		padding: 10px 20px 10px 0;
	}
	#author-bio p {
		font-size: 1.3em;
		padding-right: 15px;
	}
	
	/* Related Posts */
	#related-posts {
		padding: 10px 0;
	}
		#related-posts li {
			font-size: 1.3em;
			padding-bottom: 8px;
		}
		#related-posts li a {
			text-decoration: none;
			display: block;
			padding-bottom: 5px;
		}

/* Post comments */
#comments {
	margin-top: 15px;
}
	#comments .header {
		margin-bottom: 20px;
	}
	#comments .commentlist li {
		overflow: hidden;
		margin-bottom: 10px;
	}
	.comment span.meta cite {
		padding: 2px 3px;
		font-size: 1.1em;
		margin: 0;
	}
	.comment span.meta a {
		text-decoration: none;
	}
	.commentlist .comment .text {
		padding-top: 5px;
	}
	.commentlist li .bypostauthor {
		padding: 2px 5px;
		margin-left: 5px;
	}
	.commentlist a.comment-reply-link {
		text-transform: uppercase;
		text-decoration: none;
		padding: 2px 5px;
		margin-left: 3px;
	}
	#comments ul.children {
		padding-left: 50px;
	}
	#comments .pag {
		font-size: 1.2em;
		padding-bottom: 20px;
	}
	#comments #respond label {
		font-size: 1.1em;
		line-height: 1.8em;
		padding-left: 8px;
	}
	#comments #respond .input-text {
		padding: 0 5px;
		height: 25px;
		width: 267px;
	}
	#comments #respond textarea {
		font-size: 1em;
		padding: 12px 10px;
	}

/* Pagination links */
.pagination {
	padding: 0 15px;
	margin-top: 40px;
	overflow: hidden;
}
	.pagination a {
		font-size: 1.8em;
		text-decoration: none;
		padding: 14px 0 10px;
	}

/* Contact */
.contact-form {
	padding: 25px 20px;
	margin-bottom: 10px;
	width: 500px;
}
	.contact-form p {
		overflow: hidden;
	}
	.contact-form label {
		font-size: 1.1em;
		text-align: right;
		line-height: 1.8em;
		padding-right: 20px;
		width: 199px;
		float: left;
	}
	.contact-form .input-text {
		padding: 0 5px;
		height: 25px;
		width: 265px;
	}
	.contact-form textarea {
		font-size: 1em;
		padding: 10px;
		width: 477px;
	}

/* Widgets Areas */
.widget .header {
	margin-bottom: 10px;
}
#footer .widget {
	margin-bottom: 30px;
}
#sidebar .widget {
	margin-bottom: 25px;
}
	#sidebar .widget ul {
		padding-left: 2px;
	}
	#sidebar .widget li {
		line-height: 2.3em;
		font-size: 1.3em;
	}
	#sidebar .widget li li {
		font-size: 1em;
	}
	#sidebar .widget li a {
		display: block;
		text-decoration: none;
	}

/* Article View Widgets */
.post-widgets {
	padding-top: 10px;
}

/* Search Widget */
.widget form#searchform #searchsubmit {
	display: none;
}

/* Calendar Widget */
.widget table#wp-calendar {
	font-size: 1.2em;
	margin: 0;
}
	.widget table#wp-calendar caption {
		font-weight: bold;
		text-align: center;
		padding: 7px 0;
	}
	.widget table#wp-calendar td {
		text-align: center;
	}
	.widget table#wp-calendar th {
		text-align: center;
		padding: 5px 0;
	}
	.widget table#wp-calendar tr:hover {
		cursor: default;
	}
	
/* Flickr */
.widget #flickr_badge_wrapper {
	overflow: hidden;
	padding-top: 15px;
}
	.flickr_badge_image {
		padding: 0 10px 20px;
		float: left;
	}
	
/* Tweets */
.widget #twitter_update_list li a {
	display: inline;
}
	
/* Carta Note */
.ca_note_widget {
	margin-top: 15px;
	width: 380px;
	height: 170px;
}
	.ca_note_widget div {
		padding: 23px 30px;
	}
	.ca_note_widget div p {
		padding-bottom: 15px;
	}
	.ca_note_widget a.goto {
		padding: 5px 0 5px 35px;
		font-size: 2.2em;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}
	
/* Advertisement Widget */
.ca_ad_widget {
	width: 100%;
	display: block;
	padding: 10px 0;
}
	.ca_ad_widget .ad {
		margin: 0 auto;
		text-align: center;
	}
	.ca_ad_widget .s125x125 {
		width: 125px;
		height: 125px;
	}
	.ca_ad_widget .s120x240 {
		width: 120px;
		height: 240px;
	}
	.ca_ad_widget .s200x125 {
		width: 200px;
		height: 125px;
	}
	.ca_ad_widget .s250x200 {
		width: 250px;
		height: 200px;
	}
	.ca_ad_widget .s260x260 {
		width: 260px;
		height: 260px;
	}

/* Search Form */
form#searchform label {
	font-size: 1.2em;
	padding-right: 5px;
}
form#searchform #s {
	padding: 0 2px;
	height: 20px;
}

/* Utility */
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.clear {
	clear: both;
	height: 1px;
}
.center {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.align-left, .alignleft {
	float: left;
	margin: 5px 25px 10px 0;
}
.align-right, .alignright {
	float: right;
	margin: 5px 0 10px 25px;
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
	display: block;
	clear: both;
}
.aligncenter img {
	text-align: center;
}

.wp-caption.alignleft { 
	text-align: left;
	margin: 10px 20px 20px 0;
}
.wp-caption.alignleft .wp-caption-text {
	text-align: left;
}
.wp-caption-text {
	padding-bottom: 5px;
}
.wp-caption {
	text-align: right;
	font-style: italic;
	color: #999;
	font-size: 11px;
	max-width: 500px;
	margin: 10px 0 20px 20px;
}
.wp-caption .size-large {
	margin: 10px 0 0 -180px;
}
.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-text {
	margin: 0;
	text-align: right;
}

.gallery-caption {
	margin-left: 0;
}

.separator {
	height: 2px;
	margin-bottom: 20px;
}
	.post .separator {
		margin: 0 0 10px;
	}
	
.space {
	margin-bottom: 25px;
}
.header {
	padding: 10px 10px 5px;
	margin-bottom: 15px;
}
	.header h2,
	.header h3 {
		padding: 0;
	}
	
.message {
	padding: 10px;
	margin: 10px 0 20px;
	position: relative;
}
	.contact-form .message {
		margin: 15px 0 0;
	}
	
a.close {
	width: 17px;
	height: 16px;
	text-indent: -999em;
	position: absolute;
	right: 5px;
	top: 5px;
}

/* Tables */
table {
	font-size: 1.4em;
	width: 100%;
	margin-bottom: 25px;
}
	table caption {
		padding: 10px 0;
		text-align: center;
		margin-bottom: 5px;
	}
	table th {
		padding: 8px 7px;
	}
	table td {
		padding: 0px 7px;
	}
	
/* Columns */
.col-s {
	width: 220px;
	float: right;
}
	.col-s.left {
		margin-right: 20px;
	}
	
.col-m {
	width: 300px;
	margin-right: 20px;
	float: left;
}
	.col-m.right {
		margin: 0;
	}
	.col-m p {
		padding-right: 15px;
	}

.col-xm {
	width: 380px;
	float: right;
}

.col-half {
	width: 460px;
}

.col-l {
	width: 540px;
	float: left;
}
.col-xl {
	width: 700px;
	float: left;
}
	.col-xl p {
		padding-right: 25px;
	}

.col-50 {
	width: 48%;
	float: left;
}

/*
	CSS3
*/
/* Menu */
ul#menu > li:last-child {
	border: none;
	padding-right: 0;
}

/* Dropdown's shadow */
ul#menu ul {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* Accordion content shadow */
.accordion .slide-content {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

/* Lightbox's links shadow */
.zoom img,
.fullzoom img {
	-webkit-transition: -webkit-box-shadow 0.1s ease-out;
}
.zoom:hover img,
.fullzoom:hover img {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* Shortcode videos shadow */
.sc-video div {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

/* Close button bounce effect */
.message .close {
	-webkit-transition: -webkit-transform 0.1s ease-out;
}
.message .close:active {
	-webkit-transform: scale(1.9);
	-moz-transform: scale(1.9);
}

/* Filtering animation */
.gallery .i {
	-webkit-animation-name: display;
	-webkit-animation-duration: .2s;
	-webkit-animation-timing-function: ease-out;
}

@-webkit-keyframes display {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(js/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(js/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(js/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(js/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(js/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(js/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(js/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(js/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(js/fancybox/fancybox.png);
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(js/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(js/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(js/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(js/fancybox/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(js/fancybox/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(js/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(js/fancybox/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(js/fancybox/fancybox.png) -55px -90px no-repeat;
}

/*
 * jQuery Nivo Slider v2.5
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
/* Edit here */
.nivo-controlNav {
	position: absolute;
	right: 9px;
	bottom: 8px;
	z-index: 99;
}
.nivo-controlNav a {
	display: block;
	width: 10px;
	height: 15px;
	background: url(js/nivoslider/bullets.png) no-repeat 1px 4px;
	text-indent:-9999px;
	border: 0;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 1px -18px;
}
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(js/nivoslider/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
a.nivo-prevNav {
	left: 15px;
}
.nivo-caption small {
	padding: 0 3px;
}
.nivo-caption a {
	color: #FFF;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* 
	Internet explorer fixes
*/
blockquote {
	padding-bottom: 1px\9; /* internet explorer 8 and below */
}

.container {
    _height: 1%;  /* internet explorer 6 */
}

ul#menu li a {
	_width: 100px;  /* minimum with for internet explorer 6 */
}

ul#menu ul li a {
	_width: 100%; /* internet explorer 6 */
}

#footer li a {
	_width: 100%; /* internet explorer 6 */
}

#the-end li a {
	_width: auto !important;  /* internet explorer 6 */
}

#sidebar li a {
	_width: 100%; /* internet explorer 6 */
}

#featured #nivo {
	overflow: hidden\9;
}

.gallery .entry img {
	*display: block; /* internet explorer 7, 6 */
}

#toolbar {
	_z-index: 2; /* internet explorer 6 */
}
#toolbar li li {
	line-height: 13px\9; /* internet explorer 8 and below */
	display: inline\9; /* internet explorer and below */
}
#toolbar #search-form .input-text {
	line-height: 30px\9; /* internet explorer 8 and below */
}

#toolbar.filter li b {
	padding-top: 1px\9; /* internet explorer 8 and below */
}

.post {
	_zoom: 1; /* internet explorer 6 */
}

.pagination {
	_zoom: 1; /* internet explorer 6 */
}

.separator {
	_overflow: hidden; /* internet explorer 6 */
}






/*
	Ethix
*/






body {
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	color: #777;
	background: url(http://ethix.com/wp-content/themes/Carta/themes/Ethix/bgmainblue.jpg) no-repeat center top;
}
/* Typography */
p {
	font-size: 1.3em;
}
strong, b {
	color: #777;
}
acronym, abbr {
	color: #000;
	border-color: #000;
}
ins, u {
	color: #000;
}
blockquote {
	border-left: 10px solid #2b2a89;
}
cite {
	color: #777777;
}
pre {
	padding-left: 25px;
	margin: 10px 0 15px;
}
code {
	background: #EAEAEA;
}
h1, h2, h3 {
	color: #777 !important;
}
hr {
	width: 90%;
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 0;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
}
hr.foothr {
	width: 90%;
	border: none 0; 
	border-top: 1px solid #444;
	border-bottom: 0;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}

/* Forms */
input {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
.button {
	background: #313131;
	color: #FFF;
}
.button:hover {
	background: #8b8b8b;
}
/* Hyperlinks */
a {
	color: #051636;
}
/* Main wrapper */
.container {
	padding: 0 30px 35px;
}
/* Header */
#head {
	height: 150px;
}
/* Logo */
#head h1#logo {
	background: url(http://ethix.com/wp-content/themes/Carta/themes/Ethix/logo.png) no-repeat;
	top: 35px;
}
#head h1#logo.type {
	top: 40px;
	text-transform: uppercase;
}
/* Menu */
ul#menu {
	top: 90px;
	right: 33px;
}
ul#menu li {
	padding: 0 15px;
}
ul#menu li strong {
	font-family: ‘Droid Sans’, Arial, serif !important;
	font-weight: 400 !important;
	font-size: 2em;
	color: #051636 !important;
	padding-bottom: 2px;
}
ul#menu li strong:hover {
	color: #3fbaeb !important;
}
ul#menu li span {
	font-size: 1em;
	font-family: ‘Droid Sans’, Arial, serif !important;
	font-weight: 400 !important;
	font-style: normal;
	padding: 2px 3px;
	color: #051636 !important;
	background: #000;
}
/* Dropdown menu */
ul#menu ul {
	background: #FFF;
	border: 0px;
	border-top: none;
}
ul#menu ul li {
	border: none;
	border-top: 0px;
}
ul#menu ul li a:hover {
	color: #fff !important;
	background: #3fbaeb;
}
.hirespot {
	position: absolute;
	top: 32px;
	right: 32px;
}
.hirespot a {
	font-size: 1.2em;
	font-family: ‘Droid Sans’, Arial, serif;
	font-weight: 400;
	font-style: normal;
	color: #aaa !important;
	text-decoration: none !important;
}
.hirespot, a:hover {
	color: #051636 !important;
}
.searchspot {
	position: absolute;
	top: 21px;
	right: 32px;
}
.searchspot input.box {
	color: #ccc;
	font-size: 1em;
	width: 160px;
	font-family: ‘Droid Sans’, Arial, serif !important;
	align: right
}
/* Featured Block Video Overlay */
#featured .play {
	background: url(http://ethix.com/wp-content/themes/Carta/themes/Ethix/video-overlay.png) no-repeat center;
}
/* Featured */
.accordion .slide {
	background: #FFF;
}
.accordion .slide .overlay {
	background: #000 !important;
}
.accordion .slide .drop-shadow {
	background: url(http://ethix.com/wp-content/themes/Carta/themes/Ethix/drop-shadow.png) repeat-y;
}
.accordion .slide-content {
	background: #FFF;
	border: 1px dotted #c6c6c6;
	outline: 2px solid #FFF;
}
#featured-tail {
 background:;
}
/* Footer */

#footer {
	background: #666;
	color: #333;
}
#footer #the-end {
	font-size: 1.2em;
	color: #CCC;
}
#footer #the-end a {
	color: #222;
}
#footer h2, #footer h2 a {
	color: #222;
}
#footer li li {
	padding-left: 15px;
}
#footer li a {
	color: #333;
}
#footer li a:hover {
	color: #222;
}
/* Promo classes */
span.promo {
	font-size: 1.7em;
	font-style: normal;
	border: 1px dotted #c6c6c6;
}
/* Blog */
#toolbar {
	font-style: normal;
	margin-bottom: 40px;
	background: #222222;
}
#toolbar b {
	color: #FFF;
}
#toolbar strong {
	color: #FFF;
	padding-left: 2px;
}
#toolbar #search-form .input-text {
	background: url(http://ethix.com/wp-content/themes/Carta/themes/Ethix/magnifier-ico.png) no-repeat 6px #FFF;
}
#toolbar #search-form .input-text.focus {
	background: url(http://ethix.com/wp-content/themes/Carta/themes/Ethix/return-ico.png) no-repeat 95% #FFF;
}
#toolbar a#subscribe {
	background: url(http://ethix.com/wp-content/themes/Carta/themes/Ethix/rss-ico.png) center no-repeat;
}
#toolbar li {
	color: #FFF;
	background: url(http://ethix.com/wp-content/themes/Carta/themes/Ethix/drop-arrow.png) 92% 55% no-repeat;
}
/* toolbar's dropdown */
#toolbar li li {
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
}
#toolbar li li a {
	color: #FFF;
	background: #222222;
}
#toolbar li li a:hover {
	color: #000;
	background: #FFF;
}
/* Post */
.post .meta {
	padding: 0;
	line-height: 25px;
	text-transform: uppercase;
	border-bottom: 1px dotted #000;
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
}
.post h1 {
	font-style: normal;
	padding-bottom: 20px;
}
.post h1 a:hover {
	color: #FFF;
	background: #000;
}
.post .info {
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #ababab;
}
.post .info .permalink {
	background: url(http://ethix.com/wp-content/themes/Carta/themes/Ethix/permalink-ico.png) no-repeat left;
}
.info span {
	color: #8b8b8b;
}
.info span a {
	color: #8b8b8b;
}
.info span a:hover {
	color: #000;
}
/* Related Posts */
#related-posts small {
	color: #FFF;
	background: #000;
	padding: 2px 4px;
}
/* Pagination */
.pagination {
	padding: 0;
	margin-top: 10px;
}
/* Comments */
.commentlist li .bypostauthor {
	background: #000;
	color: #FFF;
}
.commentlist a.comment-reply-link {
	background: #8b8b8b;
	color: #FFF;
}
.commentlist a.comment-reply-link:hover {
	background: #313131;
}
#respond h3#reply-title {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #000;
}
#respond h3#reply-title small {
	color: #8B8B8B;
}
/* Contact */
.contact-form {
	border: 1px dotted #c6c6c6;
}
.contact-form label {
	color: #000;
}
.contact-form textarea {
	font-family: Georgia, Times, "Times New Roman", serif;
}
/* Widgets */
#sidebar li a {
	color: #727272;
	border-bottom: 1px dotted #c6c6c6;
}
#sidebar li a:hover {
	color: #000;
}
/* Calendar Widget */
.widget table#wp-calendar caption {
	color: #5E5E5E;
	background: none;
}
/* Carta Note */
.ca_note_widget {
	background: url(http://ethix.com/wp-content/themes/Carta/themes/Ethix/note.png) no-repeat;
}
.ca_note_widget p {
	color: #5e5e5e;
}
.ca_note_widget a.goto {
	background: url(http://ethix.com/wp-content/themes/Carta/themes/Ethix/note-ico.png) no-repeat left center;
	color: #6a6a6a;
}
/* Utility */
.separator {
	border-bottom: 1px dotted #c6c6c6;
}
.header {
	padding-left: 0;
	border-bottom: 1px dotted #000;
}
.red {
	color: red;
}
.highlight {
	background: lightyellow;
}
.message {
	border: 1px solid;
}
.message.notice {
	background: #ffec93;
	border-color: #dfaf07;
	color: #b78a01;
}
.message.success {
	background: #b0f885;
	border-color: #61bf28;
	color: #4c8a27;
}
.message.error {
	background: #f8c3c3;
	border-color: #e24242;
	color: #e54646;
}
a.close {
	background: url(http://ethix.com/wp-content/themes/Carta/themes/Ethix/close-button.png) no-repeat;
}
/* Tables */
table {
	border-left: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
}
table caption {
	background: #b0b0b0;
	color: #FFF;
}
table td, table th {
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}


/*
	Magic Stylesheet
*/

	

body {
	font-size: 62.5%;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
		background-color: #ffffff;
}

a {
	color: #051636;
}
a:hover {
	color: #2b2a89;
}

h1, h2, h3, h4, h5, h6 {
	color: #051636;
}


#head h1#logo {
	background: url(http://ethix.com/wp-content/uploads/2014/04/ethixlogoblue.png) no-repeat !important;
}


#head h1#logo {
	font-size: 69px !important;
	top: 25px !important;
	left: 33px;
	width: 188px !important;
	height: 102px;
		background: url(http://ethix.com/wp-content/uploads/2014/04/ethixlogoblue.png) no-repeat;
	}

#head h1#logo a {
	width: 188px !important;
	height: 102px;
	color: #051636;
}


#featured, #featured .nivoSlider { height: 300px !important; }