@charset "UTF-8";

/*body {
	-webkit-transform: skew(2deg,2deg);
	-webkit-transform: rotate(180deg);
}*/

h1 {
	text-transform: uppercase;
	color: #256ebf;
	clear: both;
	}

#aboutleft {
	width: 450px;
	float: left;
}

#about {
	border-bottom: thin dashed #256ebf;
	margin-top: 15px;
	overflow: hidden;
	-webkit-transition: all .25s ease-in-out;
	}

#client {
	border-bottom: thin dashed #256ebf;
	margin-top: 15px;
	}

#awards {
	margin-top: 15px;
	}

ul {
	width: 450px;
	list-style-position: outside;
	list-style-type: none;
	-moz-column-width: 100px;
	-webkit-column-width: 100px;
	-moz-column-gap: 35px;
	-webkit-column-gap: 35px;
	}
.twocolumn{
	-moz-column-width: 150px;
	-webkit-column-width: 150px;
	-moz-column-gap: 35px;
	-webkit-column-gap: 35px;
	
}

li {
	font-size: 11px;
	line-height: 16px;
	background-image: url('http://leftchannel.com/images/plus.png'); 
	background-repeat: no-repeat; 
	background-position: 0px .4em;
	padding-left: 15px;
	}
	
li:before {
	content: '';
}

#aboutright {
	width: 220px;
	display: block;
	float: left;
	background-color: #000;
    filter:alpha(opacity=80); opacity:0.8;
    margin-left: 50px;	
}

.pic {
	margin: 10px;
	width: 200px;
	height: 100px;
	display: block;
	color: #000;
	text-align: center;
	line-height: 100px;
	text-transform: uppercase;
	font-size: 9px;
	border: thin dashed #256ebf;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	-webkit-transition: all .15s ease-in-out;
}

.pic:hover {
	/*-webkit-box-shadow: 0px 0px 25px #fff;*/
	-webkit-transform: scale(1.05);
	z-index: 1;
}

a img {
	border: none;
}
