/*   
Theme Name: Boo Bicycles
Theme URI: http://boobicycles.com
Description: Boo Bicycles Theme template -- WordPress v3.0.1 -- 4/2011
Author: Cody J Landstrom
Author URI: http://codyjlandstrom.com
Version: 3.0
-
All design and files incorporated in this theme are protected by copyright laws. This theme is not free.
*/

#content-wrap {
	background: #FFF url(../images/bg/company.jpg);
	background-repeat: no-repeat;
	height: 2100px;
	}
	
	
#content {
		position: absolute;
		top: 815px;
		background: url(../images/bg/company-text.png);
		height: 865px;
		width: 952px;
		margin: 38px;
		text-indent: 20px;
		}
		#top { padding-top: 10px;}
		.company { margin: 25px 30px 0 30px;}
		#content a { color: #333;}
		#content a:hover { color: #555;}
		
#build {
			position: absolute;
			top: 192px;
			left: 724px;
			}
			#build a img {
				-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
				-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
				-o-box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
				box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
			
				-webkit-border-top-left-radius: 6px;
				-moz-border-radius-topleft: 6px;
				-webkit-border-top-right-radius: 6px;
				-moz-border-radius-topright: 6px;
			
				-webkit-border-bottom-left-radius: 6px;
				-moz-border-radius-bottomleft: 6px;
				-webkit-border-bottom-right-radius: 6px;
				-moz-border-radius-bottomright: 6px;
				}
			#build a img:hover {
				-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				-o-box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				box-shadow: 0 5px 5px rgba(0, 0, 0, .7);
				}