/* @override http://takoyaki.local:4000/css/app.css */

#logo {
	float: left;
	position: relative;
	top: 12px;
}

#searchbox {
	width: 210px;
	height: 30px;
	float: right;
	clear: none;
	position: relative;
	top: 22px;
}


#content h2 {
	color:  #808285;
}
#content h3 {
	color: #27408B;
}

/* @group footer */



#footer {
	background: #333;
	color: white;
	margin-top: 40px;
	padding-top: 30px;
}

#footer li {
	list-style: none;
	padding-bottom: 8px;
}

#footer li.first {
	color: #fc8010;
	padding-bottom: 8px;
	font-size: larger;
	font-family: "ff-nuvo-web-pro-1", "ff-nuvo-web-pro-2",sans-serif;
	font-weight:400;
}

#footer li a {
	text-decoration: none;
	color: #e6e6e9;
}

#footer li a.new {
	display:inline-block;
	padding-left:43px;
	line-height:20px;
	background: transparent url(http://www.cubicmachinery.com/img/tiny/new-button.gif) center left no-repeat;
}

#footer li a > img {
	margin-right: 10px;
	line-height: 24px;
	display: inline-block;
}

#twitter_update_list li {
	padding-bottom: 20px;
}

/* @end */

/* @group copyright bar */

#copyright li {
	float: left;
	padding-right: 10px;
	border-right: white solid 1px;
}

#copyright li + li {
	margin-left: 10px;
}



/* @end */

/* @group jquery tools overlay */

/* the overlayed element */
img[rel] {
	cursor:pointer;
}
div.overlay {
	/* growing background image */
	background-image:url("/css/overlay/img/clear.png");
	background:white;
	/* initially overlay is hidden */
	display:none;
  padding:35px; 
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url("/css/overlay/img/apple-close.png");
	position:absolute;
	right:-10px;
	top:-10px; 
    cursor:pointer; 
    height:30px; 
    width:30px;
}

/* @end */

/* @group fontkt */

h1, h2, h3 {
	font-family: "ff-nuvo-web-pro-1", "ff-nuvo-web-pro-2",sans-serif;
	font-weight:700;
}



/* @end */

/* @group sold ribbon */

div.sold-ribbon {
	clear: none;
	background: transparent url(extra/sold-ribbon.png) no-repeat;
	height: 150px;
	float: none;
	position: relative;
	width: 245px;
	z-index: 1;
	left: -55px;
	top: -350px;
	margin-top: -150px;
}



/* @end */

/* @group tags */

.dual-y-tag,.b-axis-tag,.built-in-spindle-tag,.vdi-tag  {
	color: white;

	/* border radius */ 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	 /* box-shadow */
 	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 2px 3px;
 	-moz-box-shadow: rgba(0,0,0,0.2) 0px 2px 3px;
 	box-shadow: rgba(0,0,0,0.2) 0px 2px 3px;
 	
 	font: 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-shadow: rgba(0,0,0,0.20) 0 2px 3px;
	padding: 2px 10px;
	display: inline-block;
	text-align: center;
}

.dual-y-tag {
	background-color: #503d1b;
}

.12-station-tag {
	background-color: #2c445d;

}

.b-axis-tag {
	background-color: #314438;
}

.built-in-spindle-tag {
	background-color: #422c42;
}

.vdi-tag {
	background-color: #6e250b;
}

/* @end */
