/*
Theme Name:     Cubic
Theme URI:      http: //cubicmachinery.com/
Description:    Custom theme for CUBIC 
Author:         Cubic Machinery Inc
Author URI:     http: //www.cubicmachinery.com/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");
@import url("blueprint/screen.css");

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}
#content h2 {
color:#808285;
}

h3 {
	font-size: 18px;
}
#content h3 {
color:#27408B;
}
h4 {
	font-size: 14px;
}

ul,ol,p,dl{
     font-size: 12px;
     line-height:1.5em; 
}
dd,dt{
   line-height:1.5em; 
}

.box {
background:none repeat scroll 0 0 #E5ECF9;
margin-bottom:1.5em;
padding:1.5em;
}
.built-in-spindle-tag  {
background-color:#422C42;
}
.dual-y-tag {
background-color:#503D1B;
}
.b-axis-tag {
background-color:#314438;
}
.vdi-tag  {
background-color:#6E250B;
}

.dual-y-tag, .b-axis-tag, .built-in-spindle-tag, .vdi-tag {
-moz-border-radius:3px 3px 3px 3px;
-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
color:white;
display:inline-block;
font:12px "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
padding:2px 10px;
text-align:center;
text-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
}

div.sold-ribbon {
background:url("extra/sold-ribbon.png") no-repeat scroll 0 0 transparent;
clear:none;
float:none;
height:150px;
left:-55px;
margin-top:-150px;
position:relative;
top:-350px;
width:245px;
z-index:1;
}

footer {
background-color:#666;
{