/* css reset */
@import url("reset.css");

/* optional css3 properties */
@import url("css3.css");

#head, #menu, #toolbar, #comments, #sidebar, #footer, #dynamic-to-top, #the-end,
.info, .banner_media {display: none !important;}

.post {border: none;}

.note {font-size: 1.5em;
	line-height: 1.5em;
	border: solid  red 1px;
	width: 750px;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px 5px 10px;
	clear:both;}

img {padding: 5px 10px 5px 10px;!important}

/* Body */
body {
	font-size: 1.6em;
	line-height: 1.8em;
	text-rendering: optimizeLegibility;
}

/* Typography */
.cufon-loading {
	visibility: hidden;
}
p { 
	font-size: 1.7em;
	line-height: 1.5em;
	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.5em;
	font-style: italic;
	line-height: 1.5em;
	padding-left: 25px;
	width: 75%;
	margin: 10px 0 15px;
}
	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: 3em;
	padding-bottom: 10px;
}
h1.classic {
	padding-bottom: 15px;
}
h2 {
	font-size: 2.4em;
	padding-bottom: 13px;
}
h3 {
	font-size: 2em;
	padding-bottom: 10px;
}
h4 {
	font-size: 1.6em;
	padding-bottom: 10px;
}
h5 {
	font-size: 1.6em;
	padding-bottom: 10px;
}
h6 {
	font-size: 1.6em;
	padding-bottom: 10px;
}

/* Lists */
.type ul,
.type ol {
	padding: 0 0 15px 45px;
	font-size: 1.6em;
}
.type ul {
	list-style: circle;
}
.type ol {
	list-style: decimal;
}

/* Forms */
input.button {
	padding: 5px 7px;
	border: none;
	cursor: pointer;
}

/* Main wrapper */
.container {
	width: 950px;
	margin: 0 auto;
}
	.container:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}


/* 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;
}


/* 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 .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;
	}
	
	
/* 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 */
.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.6em;
	}
	.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;
		}



/* 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 {
		width: 100%;
		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;
	}


	
/* 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;
	}
	


/* 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 10px;
}
.align-right, .alignright {
	float: right;
	margin: 5px 1px 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;
	border-style: none;
}
	table caption {
		padding: 10px 0;
		text-align: center;
		margin-bottom: 5px;
	}
	table th {
		padding: 8px 7px;
	}
	table td {
		padding: 0px 7px;
		border:0;
	}
	
/* 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;
}