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

body {
	margin: 0;
	min-width: 980px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif; font-size:16px;

}
html {
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #fff;
}
a:hover {
	color: #9e0e59;
}
a:visited {
	color: #fff;
}
.red a {
	color: #d9d9d9;
}
#logo {
	position: absolute;
	left: 20px;
	top: 0;
	width: 150px;
	height: 150px;
	background: #9e0e59;
	box-shadow: 1px 1px 3px 2px #222;
	-moz-box-shadow: 1px 1px 3px 1px #222;
	-webkit-box-shadow: 1px 1px 3px 1px #222;
	z-index: 1000000 !important;
}
#logo img {
	height: 150px;
	width: 150px;
}
#page {
	position: absolute;
	width: 700px;
	min-height: 450px;
	height: auto;
	left: 0;
	bottom: 20px;
	overflow: visible;
}
#projects {
	position: absolute;
	width: 1200px;
	height: 450px;
	left: 0;
	 top:20%;
	overflow: visible;
}
.project {
	position: relative;
	float: left;
	width: 430px;
	height: auto;
	margin: 0 15px 15px 0;
	overflow: visible;
}
p {
	font-size: 19px;
}
.projecttext {
	position: relative;
	float: left;
	width: 750px;
	height: auto;
	color: #fff;
	text-align: left;
}

#content, .subcontent {
	position: absolute;
	left: 180px;
	top: 0;
	height: inherit;
	width: 750px;
	overflow: visible
}
#copytext, .subcopytext {
	position: relative;
	float: left;
	width: 900px;
	height: auto;
	text-shadow: 2px 2px 2px #000;
	margin-bottom: 15px;
	overflow: visible;
}
.content-padding {
	padding-left: 5px;
}
#tags {
	position: relative;
	float: left;
	width: inherit;
	height: auto;
}
.tag {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	padding: 9px;
	background: #666;
	color: #fff;
	margin: 5px;
	font-size: 15px;
	font-weight: bold;
	box-shadow: 1px 1px 3px 2px #222;
	-moz-box-shadow: 1px 1px 3px 1px #222;
	-webkit-box-shadow: 1px 1px 3px 1px #222;
}
.tag:hover {
	background: #888;
	cursor: default !important;
}
#menu {
	position: relative;
	float: left;
	width: inherit;
	height: auto;
	z-index: 1000000 !important;
}
#menu ul {
	position: relative;
	float: left;
	list-style: none;
	width: inherit;
}
#menu ul li {
	position: relative;
	float: left;
	height: auto;
	width: auto;
	margin: 5px;
	box-shadow: 1px 1px 3px 1px #222;
	-moz-box-shadow: 1px 1px 3px 1px #222;
	-webkit-box-shadow: 1px 1px 3px 1px #222;
}
#menu ul li a {
	padding: 10px;
	background: #888;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#menu ul li a:hover {
	background: #9e0e59;
}
.sticky {
	position: fixed !important;
	top: 15px;
	left: 180px;
}
.stickylogo {
	position: fixed !important;
	top: 20px !important;
	left: 20px;
}
.red {
	background: #9e0e59;
	color: #d9d9d9;
}
.grey {
	color: #333;
	z-index: 1;
	background: #d9d9d9;
}
.image {
	overflow: hidden;
	background: #e9e9e9;
}
h1, h4 {
	font-size: 40px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 5px;
}
h2, h3 {
	font-size: 19px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: normal;
}
h3 {
	margin-bottom: 15px;
}
#header h1, #pixels {
	color: #48941A;
}
.float-left {
	float: left;
	margin: 0 0 0 20px;
}
.float-right {
	float: right;
	margin: 0 20px 0 0;
}
.center {
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}
#nav {
	list-style: none;
	position: fixed;
	right: 20px;
}
#nav li {
	margin: 0 0 15px 0;
}
#header, #intro, #second {
	width: 100%;
}
#intro {
	background: url(images/firstBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
#second {
	background: url(images/secondBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1200px;
	margin: 0 auto;
	overflow: visible !important;
	padding: 0;
}
#third {
	background: url(images/thirdBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 100%;
	padding: 100px 0 0 0;
}
#fourth {
	background: url(images/thirdBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 650px;
	padding: 100px 0 0 0;
}
#fifth {
	background: #ccc;
	height: 400px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
#subcontent {
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
#content_large {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	margin: 0 auto;
}
#meta {
	position: absolute;
	left: 0px;
	top: 160px;
	list-style: none; width:150px;
}
#meta li {
	position: relative;
	float: left;
	width: auto; margin:0 5px;
}

#meta li img { width:40px; height:40px;}
#meta li a {

	text-decoration: none;
	color: #333;
}
#meta li a.active {

}
#meta li a:hover {
opacity: 0.8;
}
