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, 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; font-size: 100%; font: inherit; vertical-align: baseline; background: transparent } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } html { -webkit-font-smoothing: antialiased } body { line-height: 1; -webkit-text-size-adjust: none } 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 } strong, b { font-weight: 600 } em, i { font-style: italic }
.group:before, .group:after { content: ""; display: table; } .group:after { clear: both; } .group { zoom: 1; }

body {
	font: 13px "Open Sans", Arial, Helvetica, sans-serif;
	color: #888888;
	background: #FFFFFF;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #216CB8;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

a:hover {	
	color: #2495E8;
}

a:focus,
a:active {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #444444;
}

h1 {
	font-size: 200%;
	line-height: 1.3;
	margin-bottom: 10px;
}

h2 {
	font-size: 140%;
	line-height: 1.5;
	margin-bottom: 6px;
	color: #8ABB24;
}

h3 {
	font-size: 120%;
	line-height: 1.8;
	margin-bottom: 15px;
}

h4 {
	font-size: 110%;
	line-height: 1.8;
	margin-bottom: 15px;
}

h5 {
	font-size: 100%;
	margin-bottom: 15px;
}

h6 {
	font-size: 100%;
	margin-bottom: 15px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dotted #E1E1E1;
	margin: 30px 0;
	padding: 0;
	clear: both;
}

code {		
	font-family: "Courier New", "Courier", sans-serif;	
}

blockquote {
	font-family: "Noticia Text", Georgia, serif;
	padding-left: 25px;
	margin-left: 25px;	
	border-left: 5px solid #EFEFEF;
	color: #999999;	
}

input[type="text"],
textarea {
	font-family: "Open Sans", Arial, sans-serif;
	color: #777;    
    padding: 6px;    
    background: #FFFFFF;
	border: 1px solid #EAEAEA;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.03);
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.03);    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

input[type="text"]:focus,
textarea:focus {
	outline: none;
	border: 1px solid #CCCCCC;
}

.container {
	width: 940px;
	margin: 0 auto;
}

.column {
	float: left;
	margin-left: 20px;
}
	
.column:first-child {
	margin-left: 0;
}

.onecol		{ width: 60px; }
.twocol		{ width: 140px; }
.threecol	{ width: 220px; }
.fourcol	{ width: 300px; }
.fivecol	{ width: 380px; }
.sixcol		{ width: 460px; }
.sevencol	{ width: 540px; }
.eightcol	{ width: 620px; }
.ninecol	{ width: 700px; }
.tencol		{ width: 780px; }
.elevencol	{ width: 860px; }
.twelvecol	{ width: 940px; }

.boxed {	
	width: 1024px;
	margin: 0 auto;	
	background-attachment: fixed;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .08);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .08);			
}

.boxed #wrapper {
	background: #FFFFFF;
}

.widgets {
	padding-top: 30px;
	border-bottom: 1px solid #F3F3F3;
}

.widget {
	padding-bottom: 30px;	
}

.format-standard { background: url("images/bg_format_standard.gif") no-repeat bottom left; }
.format-quote { background: url("images/bg_format_quote.gif") no-repeat bottom left; }
.format-link { background: url("images/bg_format_link.gif") no-repeat bottom left; }
.format-aside { background: url("images/bg_format_aside.gif") no-repeat bottom left; }
.format-gallery { background: url("images/bg_format_gallery.gif") no-repeat bottom left; }
.format-video { background: url("images/bg_format_video.gif") no-repeat bottom left; }
.format-image { background: url("images/bg_format_image.gif") no-repeat bottom left; }

.entry-content > img,
.wp-caption,
.widget_text > img {
	border: 1px solid #EFEFEF;
	padding: 4px;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
    line-height: 0.9;
}

img,
.wp-caption {
	max-width: 690px;
	height: auto;
}

.sevencol img,
.sevencol .wp-caption {
	max-width: 530px;
	height: auto;
}

.twelvecol img,
.twelvecol .wp-caption {
	max-width: 930px;
	height: auto;
}

.imgholder {
	margin-bottom: 25px;
}

.snippet .imgholder {
	margin-bottom: 15px;
}

.widget {
	position: relative;
}

.widget-title {
	font-family: Arial, sans-serif;
	font-size: 85%;
	color: #444444;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.widget ul {
	list-style: none;
	margin: 0;
}

.widget > ul li {
	line-height: 1.6;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url("images/arrow.gif") no-repeat 0 9px;
}

.widget li ul {
	margin: 5px 0 0 15px;
}

.widget p {
	line-height: 1.8;
	margin-top: 15px;
}

.snippets { margin-right: -20px; }

.snippet { overflow: hidden; }

.grid .snippet {
	margin: 0 20px 30px 0 !important;
}

.list .snippet {
	margin-bottom: 25px;
	padding-bottom: 25px;	
	border-bottom: 1px dotted #E1E1E1;
}

.snippet:last-child {
	padding-bottom: 0 !important;
	border: none !important;
}

.snippet h3 {
	font-family: "Open Sans", Arial, sans-serif;	
	font-size: 110%;
	line-height: 1.3;
	letter-spacing: 0;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 5px;
}

.snippet h3 a {
	color: #444444;
}

.snippet h3 a:hover {
	color: #8ABB24;
	text-decoration: none;
}

.snippet h4 {
	color: #999999;
	font-size: 80%;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.snippet p {
	margin: 10px 0 0 0;
}

.polaroid {
	text-align: center;
}

.polaroid h3 {
	margin: 5px 15px 3px 15px;
}

.snippets-page .polaroid h3,
.snippets-page.polaroid h3 {
	margin-bottom: 10px !important;
}

.hover h3 {
	margin: 10px 15px 3px 15px !important;	
}

.polaroid h4,
.hover h4 {
	margin: 0 15px 10px 15px !important;
}

.hover .icon {
	position: absolute;
	left: 15px;
	bottom: 20px;
	color: #8ABB24;
	font-size: 40px;
}

.imgholder {	
	border: 1px solid #EFEFEF;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
	overflow: hidden;    
    line-height: 0.9;
    margin-bottom: 15px;
}

.imgholder img {	
	width: 100%;
	height: auto;
}

.imgholder > div {
	position: relative;
	border: 4px solid #FFFFFF;
	overflow: hidden;
}

.imgholder.noborder,
.imgholder.noborder div {
	border: none;
}

.polaroid .imgholder,
.hover .imgholder,
.list .snippet .imgholder {
	margin-bottom: 2px;
}

.imghover {	
	width: 100%;
	height: 100%;	
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, 0.4);
	background-repeat: no-repeat;
	background-position: center center;    
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.imghover:hover {
    opacity: .6;   
}

.snippets-page .imghover,
.snippets-post .imghover,
.imghover { background-image: url("/images/hover_read.png"); }

.snippets-person .imghover { background-image: url("/images/hover_person.png"); }

.imghover.zoom { background-image: url("/images/hover_zoom.png"); }

.snippets-project .imghover.play,
.home-slider .imghover.play { background-image: url("/images/hover_play.png"); }

.snippets.hover .imghover,
.snippet.hover .imghover { background: #FFFFFF; text-indent: 0; }

.snippets.hover .imghover:hover,
.snippet.hover .imghover:hover { opacity: .9; }

.left {
	float: left;
}

.right {	
	float: right;
}

.sep {
	margin: 0 10px;
	color: #DDDDDD;
}

.morelink {
	color: #8ABB24;
}

.morelink:hover {
	color: #444444;
}

.ie8 .imghover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.ie8 .imghover:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.boxed {	
	background: url("/images/bg_white.jpg") fixed;
}

.table_white td { 
	background-color:#ffffff !important; 
	padding:0px !important; 
	border:none !important; 
}

p, blockquote {
	line-height: 1.5;
	margin: 0 0 10px 0;
}

blockquote p {
	margin-bottom: 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul, ol {
	margin: 0 0 25px 40px;	
}

ul li, ol li {
	line-height: 2;
	margin-bottom: 10px;	
}

li ul, li ol {
	margin: 10px 0 10px 40px;
}

li ul {
	list-style: circle;
}

table.common_table {
	width: 95%;
	text-align: left;
	vertical-align: middle;	
}

table.common_table th {
	background-color: #8DC001;
	color: #FFFFFF;
	padding: 7px;		
	font-weight: normal;
}


table.common_table td {
	padding: 7px;		
	border: 1px #C0C0C0 dotted;		
}

table.common_table tr.row_green, tr.tbl_row_green {
	background-color:#8DC001;
}

table.common_table tr.row_transparent {
	background-color:transparent;
}

table.common_table tr.row_gray, tr.tbl_row_gray {
	background-color:#5C5C5C;
}

table.common_table tr.odd {
	background-color: transparent;
}

table.common_table tr.even {
	background-color: #5C5C5C;
}





.green {
	color: #8DC001;	
}


.gray {
	color:#5C5C5C;	
}


.row_green {
	background-color:#8DC001;
}



.row_gray {
	color: #5C5C5C;	
}


.bordered_green {
	border-left: 5px solid #8DC001;
	padding-left: 5px;	
}




a img {
	border: none;
}



