/* @override http://www.arongranberg.com/wp-content/themes/twentyten-child/style.css */

@import url("../twentyten/style.css");

/* @override http://www.arongranberg.com/wp-content/themes/twentyten-child/style.css */

/*
Theme Name:     Twenty Ten Child
Theme URI:      http: //arongranberg.com/
Description:    Child theme for the Twenty Ten theme 
Author:         Aron Granberg
Author URI:     ttp: //arongranberg.com/
Template:       twentyten
Version:        0.1
*/


p {
	font-size: 12px;
	margin-bottom: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

code {
	display: block;
	background-color: #eee;
	padding: 4px;
	font-size: 8pt !important;
	line-height: 16px;
	white-space: pre-wrap;
}

a {
	font-size: 12px;
	text-decoration: none;
}

h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
}

#content p {
	margin-bottom: 11px;
}

#content,
#content input,
#content textarea {
	font-size: 12px;
	line-height: 18px;
	
	opacity: 1;
}

#content h1,
#content h2,
#content h4,
#content h5,
#content h6 {
	margin-bottom: 13px;
}

#content h3 {
	margin-bottom: 5px;
}



/*Unity*/ 

.projectListItem {
	margin-top: 10px;
	margin-bottom: 30px;
}

.projectListText{
	
	width: 420px;
	float: right;
}

.projectListText a {
	
	color: #4d4d4d;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: table;
	margin-bottom: 2px;
}

.projectListText a:hover {
	color: #000;
}

/*End Unity*/

/* Start Variable formatting */

.headerlabel,
.variable-description,
.variable {
	/*font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;*/
}

.headerlabel {
	
	font-size: 16px !important;
	margin-bottom: 0px !important;
	
	border-top: 1px solid rgba(0,0,0,0.45);
}

.variable {
	/*margin-left: 20px;*/
	margin-bottom: 0 !important;
}

.variable-description {
	margin-left: 40px;
	margin-bottom: 0 !important;
}

.variable-description strong {
	margin-left: 17px;
}

.variable-offset {
	margin-left: 16px;
}

/* End Variable formatting */

/* Start Feature Page Styles */

table.FeatureTable th, table.FeatureTable td {
	border: 1px solid #e9e9e9;
}

table.FeatureTable {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#content table.FeatureTable td, #content table.FeatureTable th {
	text-transform: capitalize;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	
}

#content table.FeatureTable td {
	color: #393939;
}

#content table.FeatureTable th {
	padding: 5px 5px 3px 10px;
}

table.FeatureTable th {
	white-space: nowrap;
}

#content table.FeatureTable tr.odd td {
	background-color: #fafafa;
}

span.featureON, span.featureOFF, span.featureBETA, span.featureNA, span.featureKINDA, span.featureOFF_NR {
	
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto;
}

span.featureText {
	font-size: 10px;
	color: #525252;
	font-weight: bold;
	text-align: center;
	display: block;
}

span.featureOFF_NR {
	background: url(images/comp_unchecked_irrelevant.png) no-repeat;
}
span.featureON {
	background: url(images/comp_checked.png) no-repeat;
}

span.featureOFF {
	background: url(images/comp_unchecked.png) no-repeat;
}

span.featureBETA {
	background: url(images/comp_beta.png) no-repeat;
}

span.featureNA {
	background: url(images/comp_na.png) no-repeat;
}

span.featureKINDA {
	background: url(images/comp_beta.png) no-repeat;
}

#content p.FeatureName {
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 20px;
	clear: left;
}

#content p.FeatureDesc {
	font-style: italic;
	font-size: 11px;
	width: 400px;
	margin-left: 40px;
	margin-bottom: 5px;
	display: inline-block;
	float: left;
}

#content img.featureThumb {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:  50px;
	
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.60);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.60);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.60);
	
	border: 2px solid #ffffff;
}

.WidgetQuote {
	padding-left: 10px;
	font: italic 12px "Apple Chancery", "Times New Roman", Georgia, Times, serif;
	color: #383838;
}