body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	min-width: 900px; /* TODO: fix and make IOS better */
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 34px;
	margin: 10px 0px;	
	text-transform: uppercase;
	padding: 0px;
	font-weight: 400;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 26px;
	margin: 10px 0px;
	padding: 0px;
	text-transform: uppercase;
}

#toolbarOuter {
	position: fixed;
	right: 0px;
	left: 0px;
	z-index: 99;
}

#toolbar {
	padding: 14px 80px;
	background-color: #515151;
	color: white;
	font-weight: normal;
	font-size: 1.1em;
	font-family: 'Roboto Condensed', sans-serif;
	opacity: 0.95;
}

#toolbarLeft{
	float: left;
	font-size: 1.7em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	opacity: 0;
}

#toolbarRight{
	float: right;
	margin-top: 10px;
}

.tbActive{
	border-top: 2px solid #FFF;
}

.tbInactive {
	border-top: 2px solid #515151;
}

.toolbar a{
	color: #00DFFC;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 10px;
	padding-top: 5px;
}

.clear{
	clear: both;
}	

#myPicture{
	position: relative;
	min-width: 900px;
	width: 100%;
}

#background {
	width: 100%;
	/*margin-top: 50px;*/
	/*position: absolute;
	left: 0;
	top: 0;
	z-index: -1;*/
}

#tagLine{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #303030;
	font-size: 90px;
	position: absolute;
	top: 160px;
	left: 0px;
	text-transform: uppercase;
	letter-spacing: 6px;
}

.tlLine {
	padding: 5px;
	margin-left: 70px;
	clear: both;
	/* background-color: rgba(0, 0, 0, 0.2); */
}

#tlLine2 {
	margin-left: 220px;
}

.accent{
	color: #00DFFC;
}

.panel {
	padding: 30px 80px;
	padding-bottom: 70px;
	font-family: 'Open Sans Condensed';
	font-size: 20px;
}

.panelContents{
	min-width: 840px;
	max-width: 1120px;
	margin: 0px auto;
}

.panel h3 {
	margin: 20px 0px;
	margin-bottom: 20px;
	margin-top: 35px;
}

.panelLight h2 {
	color: #515151;
}

.panelLight h3 {
	color: #00DFFC;
}

.panelDark {
	background-color: #F0F0F0;
}

.panelDark h2 {
	color: #515151;
	text-align: right;
}

.panelDark h3 {
	color: #00DFFC;
}

.center {
	text-align: center;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

#culogo {
	width: 80px;
	height: 80px;
	opacity: 0.8;
}

#cuLogoBox {
	float: left;
	text-align: center;
	font-size: 18px;
	margin-right: 35px;
	margin-top: 10px;
	color: #b31b1b;
}

.subheading {
	color: #008C9E;
	font-weight: 400;
}

.subheading img {
	width: 14px;
	height: 14px;
	opacity: 0.7;
	margin-right: 8px;
}

#contacts{
	margin: 5px 30px;
}

#contacts img {
	margin: 10px;
	width: 50px;
	height: 50px;
	border: 0;
	vertical-align: middle;
}

#contacts a{
	display: block;
	color: #515151;
	text-decoration: none;
	opacity: 0.7;
	margin-top: 20px;
}

#contacts a:hover{
	/* text-decoration: underline; */
	opacity: 1;
}

input, textarea {
	padding: 5px;
	background-color: #f0f0f0;
	color: #515151;
	font-size: 12pt;
	border: 1px solid #C1C1C1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input {
	width: 250px;
}

textarea {
	width: 400px;
	height: 150px;
}

.submitBtn {
	width: 150px;
	padding: 8px;
	background-color: #DEDEDE;
	cursor: pointer;
}

.submitBtn:hover {
	color: #008C9E;
	background-color: #F0F0F0;
}

#successMessage {
	padding: 5px;
	border: 1px solid #4A804A;
	background-color: #B2FFB2;
	font-size: 12pt;
}

#footer{
	color: #515151;
	font-size: 14px;
	font-family: Oswald;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 25px;
}

#profInterests ul {
	margin: 10px 0px;
	padding: 0px;
	display: block;
}

#profInterests li {
	width: 105px;
	display: block;
	float: left;
	text-align: center;
	color: #008C9E;
	padding: 5px;
	list-style-type: none;
}

#profInterests img {
	width: 40px;
	height: 40px;
	padding: 10px;
}

.job {
	color: #008C9E;
	font-size: 14pt;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px dashed #CDCDCD;
}

.company {
	font-size: 16pt;
}

.jobDesc {
	font-size: 12pt;
	color: #515151;
	text-align: justify;
	margin-top: 20px;
}

.graydient {
	background: #515151;
	background: -moz-linear-gradient(top,  #6d6d6d 0%, #515151 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#515151));
	background: -webkit-linear-gradient(top,  #6d6d6d 0%,#515151 100%);
	background: -o-linear-gradient(top,  #6d6d6d 0%,#515151 100%);
	background: -ms-linear-gradient(top,  #6d6d6d 0%,#515151 100%);
	background: linear-gradient(to bottom,  #6d6d6d 0%,#515151 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#515151',GradientType=0 );
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.skillHeader {
	color: #008C9E;
	font-size: 14pt;
	margin-top: 25px;
	padding-top: 10px;
	border-top: 1px dashed #CDCDCD;
}

#skillset ul {
	margin: 10px 0px;
	padding: 0px;
}

#skillset li {
	list-style-type: none;
	font-size: 14pt;
	margin: 5px 0px;;
	display: block;
	width: 100%;
}

.bulbs {
	background: url('../images/bulboff.png');
	background-repeat: repeat-x;
	width: 100px;
	height: 25px;
	float: right;
}

.bulbs5 {
	background-repeat: repeat-x;
	background: url('../images/bulbon.png');
	width: 100px;
	height: 25px;
}

.bulbs4 {
	background-repeat: repeat-x;
	background: url('../images/bulbon.png');
	width: 80px;
	height: 25px;
}

.bulbs3 {
	background-repeat: repeat-x;
	background: url('../images/bulbon.png');
	width: 60px;
	height: 25px;
}