@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	background-image: url("http://mattsevits.com/images/background.jpg");
	background-position: top;
	background-attachment: fixed;
	font-family: Tahoma, Geneva, sans-serif;
}

@font-face {
	font-family: 'UbuntuTitlingBold';
	src: url('UbuntuTitling-Bold-webfont.eot');
	src: local('☺'), url('UbuntuTitling-Bold-webfont.woff') format('woff'), url('UbuntuTitling-Bold-webfont.ttf') format('truetype'), url('UbuntuTitling-Bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

.cards img{
	border: solid 8px #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.cards img:hover{
	border: solid 8px #88ffbd;
}

#content {
	float: right;
	width: 490px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-top: 25px;
	margin-left: 10px;
	background-color: #FFFFFF;
	border: solid 5px #CCCCCC;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#d5d5d5));
	background: -moz-linear-gradient(top,  #eeeeee,  #d5d5d5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d5d5d5');
	text-shadow: 1px 1px 0px #fff;
	font-size: 14px;
}

#content a {
	color: #000;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}

#content a:hover {
	color: #000;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}

.textLink a {
	color: #000;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}

.textLink a:hover {
	color: #000;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	border-bottom: solid 2px #000;
}

.float {
	float: left;
}

#footer {
	float: right;
	width: 520px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
}

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

#footer a:hover{
	text-decoration: underline;
}

#header {
	padding-top: 3px;
	margin-top: -8px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 30px;
	text-align: center;
	background-color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#aaaaaa));
	background: -moz-linear-gradient(top,  #cccccc,  #aaa);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#aaaaaa');
	box-shadow: 0 1px 5px #ccc;
	-webkit-box-shadow: 0 1px 5px #ccc;
	-moz-box-shadow: 0 1px 10px #666;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
}

#header a {
	display: inline-block;
	color: #ffffff;
	background-color: #666;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	font-family: 'UbuntuTitlingBold', Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: solid 2px #ccc;
	background-color: bbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#666666));
	background: -moz-linear-gradient(top,  #777777,  #666666);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#666666');
}

#header a:hover {
	color: #ffffff;
	background-color: #bdcd00;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	font-family: 'UbuntuTitlingBold', Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: solid 2px #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff44b0), to(#ff7eb0));
	background: -moz-linear-gradient(top,  #ff44b0,  #ff7eb0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff44b0', endColorstr='#ff7eb0');
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottomright-radius: 15px;
}

h1 {
	font-family: 'UbuntuTitlingBold', Helvetica, Arial, sans-serif;
	font-size: 44px;
	color: #000000;
	text-shadow: 0px -1px 0px #fff;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: 'UbuntuTitlingBold', Helvetica, Arial, sans-serif;
	font-size: 34px;
	color: #00bed4;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-family: 'UbuntuTitlingBold', Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #00bed4;
	text-shadow: 1px 1px 0px #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

#logo {
	float: left;
	width: 355px;
}

#nav {
	float: left;
	width: 350px;
}

.navButton {
	color: #444;
	text-decoration: none;
	text-shadow: 0px -1px 0px #FFF;
	font-size: 50px;
	font-family: 'UbuntuTitlingBold', Helvetica, Arial, sans-serif;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 4px;
	margin-top: 8px;
	border-right: solid 8px #ff4b91;
	border-bottom: solid 8px #ff4b91;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottomright-radius: 15px;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

.navButton:hover {
	color: #000;
	text-decoration: none;
	text-shadow: 0px -1px 0px #fff;
	font-size: 50px;
	font-family: 'UbuntuTitlingBold', Helvetica, Arial, sans-serif;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 4px;
	margin-top: 8px;
	border-right: solid 8px #00bed4;
	border-bottom: solid 8px #00bed4;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottomright-radius: 15px;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

#resume {
	width: 410px;
	height: 200px;
	margin-left: 35px;
}

#resume p{
	vertical-align: middle;
}

.qr {
	float: left;
	border: solid 5px #999;
	margin-right: 10px;
}

#sidebar {
	float: left;
	width: 355px;
	margin-top: 20px;
}

#sidebar p {
	padding-bottom: 10px;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
}
