html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

html{
	height:100%;
	width:100%;
}
body{
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
}
ul{
	list-style-type:none;
}

@font-face 
{
	font-family: Exo;
	src: url('fonts/Exo.ttf');
}

a img {border: 0;}
.page {
	width: 95%;
	margin-left:2.5%;
}
.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}

.large, h2 {
	font-size: 42px;
	line-height: 48px;
}

.bigger, h3 {
	font-size: 26px;
	line-height: 36px;
}

.big, h4 {
	font-size: 22px;
	line-height: 30px;
}

body {
	color:white;
	font-family: Exo;
	font-size: 12pt;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
	background: #333333; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #333333 0%, #181818 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#181818)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#181818 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#181818 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#181818 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #333333 0%,#181818 100%); /* W3C */
	background-attachment:fixed;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#181818',GradientType=0 ); /* IE6-8 */
}
p {
	padding: 8px;
}
.medium{
	font-size: 18px;
	line-height: 23px;
}
.small, small {
	font-size: 13px;
	line-height: 18px;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.rounded {
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.shadow{
	-moz-box-shadow: 5px 5px 5px #272727;
	-webkit-box-shadow: 5px 5px 5px #272727;
	box-shadow: 5px 5px 5px #272727;
}


#menu ul{
	display:inline-block;
}
#menu ul li{
	width:200px;
    display:inline;
    float:left;
	cursor:pointer;
	transition: background-color 1s;
	-webkit-transition: background-color 1s; /* Safari */
}

#menu ul li:hover{
	background-color: #5C5C5C;
}
#header{
	height:100px;
}
.header{
	margin-top:5px;
	margin-bottom:5px;   
}
.projectImage img{
	border: solid 1px white;   
	border-color: rgba(255, 255, 255, 0.51);
	cursor:pointer;
	max-width: 100%;
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
.projectImage img:hover{
	-webkit-box-shadow: 10px 10px 10px #000;
	box-shadow: 10px 10px 10px #000;
}
.projImg{
	margin-top:20px;
	margin-bottom:20px;   
}

.projImg img{
	text-align:center;
	max-width:100%;
	border: solid 1px white;
}

.projImages img{
	
}

.projTitle{
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	text-align: left;
	text-decoration: underline;
}

.projContainer{
	float:left;
	width: 33%;
}

.projDesc{
	text-align:left;
}

.projImages img{
	float:left;
}

.contact{
	text-align:left;
	max-width: 800px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #252525;
	height: auto;
	display: table;
	padding: 36px;
}


#mkbImg{
	background: transparent url('/programming/MediaKeyBinder/mkb_download.png') center top no-repeat;
	float: left;
	position: relative;
	top: 137px;
	left: 10px;
	width: 140px;
	height: 34px;
}

#sgImg{
	background: transparent url('/programming/ScreenGrabber/sg_download.png') center top no-repeat;
	float: left;
	position: relative;
	top: 230px;
	left: 10px;
	width: 140px;
	height: 34px;
}

#asImg{
	background: transparent url('/programming/AudioSwitcher/as_download.png') center top no-repeat;
	float: left;
	position: relative;
	top: 305px;
	left: 10px;
	width: 140px;
	height: 34px;
}

#mkbImg:hover, #sgImg:hover, #asImg:hover{
	border:solid 1px white;
}

a{
	text-decoration:none;
	color:white;
}
a:visited{
	text-decoration:none;
	color:white;
}





/* SELF CLEARING FLOATS - CLEARFIX METHOD
----------------------------------------------------------------------------------------------------*/
.row:after,
.clr:after,
.group:after{ 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

/* DEFAULT ROW STYLES */
.row{ 
	float: left; 
	width: 100%; 
	position: relative; 
	margin-top: 5px; 
	margin-bottom: 5px; 
} /* set according to preference*/

/* DEFAULT COLUMN STYLES */
.col { display: block;
	float:left;
	margin-left: 8px;
	position:relative;
}

/* RESET MARGINS */
.col:first-child{ margin-left: 0; } /* all browsers except IE6 and lower */

/* COLUMN WIDTHS*/
.span_1{ width: 2.25%; }
.span_2{ width: 6.5%; }
.span_3{ width: 10.75%; }
.span_4{ width: 15.0%; }
.span_5{ width: 19.25%; }
.span_6{ width: 23.5%; }
.span_7{ width: 27.75%; }
.span_8 { width: 32.0%; }
.span_9{ width: 36.25%; }
.span_10{ width: 40.5%; }
.span_11{ width: 44.75%; }
.span_12{ width: 49.0%; }
.span_13{ width: 53.25%; }
.span_14{ width: 57.5%; }
.span_15{ width: 61.75%; }
.span_16{ width: 66.0%; }
.span_17{ width: 70.25%; }
.span_18{ width: 74.5%; }
.span_19{ width: 78.75%; }
.span_20{ width: 83.0%; }
.span_21{ width: 87.25%; }
.span_22{ width: 91.5%; }
.span_23{ width: 95.75%; }
.span_24{ width: 100%; }

@media screen and (max-width: 660px) {
	#menu ul li{
		width:100%;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	#menu ul{
		width:100%;
	}
	
	.projContainer{
		width:100%;
	}
	
	.projImages img{
		margin-top:10px;
	}
}