﻿.hidden {
	display: none;
}

body {
	background: #363636;
	font-family: Arial, Helvetica, sans-serif;
	font-smooth: always;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	outline: none;
	border: none;
}

a:hover,
.content a:hover {
	color: #36BBCE;
}

*::selection {
	background: none repeat scroll 0 0 #cccccc;
	color: #ffffff;
}

*::-moz-selection {
	background: none repeat scroll 0 0 #cccccc;
	color: #ffffff;
}

h1, h2, h3, h4, h5 {
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}




/* navigation */

#navigation, #animation {
	position: fixed;
	overflow: visible;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
	padding-left: 60px;
	padding-right: 30px;
	border-right: 12px solid;
	border-color: transparent;
}

#navigation {
	padding-top: 240px;
	z-index: 2;
}

#animation {
	z-index: 1;
	background-color: #161616;
	border-color: #222;
}

#navigation h1 {
	font-family: Arial Black;
	font-size: 22px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#navigation h1 a {
	text-decoration: none;
	opacity: 0.8;
	color: #ffffff;
}

#navigation h1 a:hover {
	opacity: 1.0;
}

.nav {
	list-style: none;
	margin: 0;
	margin-top: 1em;
	padding: 0;
}

.nav li {
	display: block;
	overflow: hidden;
	text-align: right;
	padding: 2px 0px;
}

.nav li a {
	float: right;
	font-size: 12px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	color: #ffffff;
	opacity: 0.5;
}

.nav li.selected a {
	font-size: 16px;
	color: #36BBCE;
	opacity: 1;
}

.nav li a:hover {
	opacity: 1.0;
}


#navigation ul li.linkedin a {
	width: 32px;
	height: 32px;
	background-image: url(../img/linkedin_32.png);
	background-repeat: no-repeat;
	background-position: 0px -32px;
	padding: 0;
}

#navigation ul li.linkedin a:hover {
	background-position: 0px 0px;
}


#navigation ul li.settings a {
	width: 32px;
	height: 32px;
	background-image: url(../img/settings_32.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0;
}




/* reading area */

#content {
	margin: 120px 280px 0px 360px;
	z-index: 3;
	margin-bottom: 400px;
}

.content {
    font-size: 0.9em;
    color: #a6a6a6;
    position: relative;
    top: 0px;
    left: 0px;
	max-width: 550px;
}

.content a {
	color: #cccccc;
}

.content h1, .content h2, .content h3 {
	line-height: 1.2em;
	font-smooth: always;
}

.content h1 {
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 2em;
	margin-top: 0;
}

.content h2 {
	font-size: 1.4em;
	margin-top: 3em;
}

.content p, .content blockquote, .content li {
	line-height: 1.4em;
	font-size: 1em;
}

.content li {
	text-indent: 0;
}

.content blockquote {
	text-indent: 0;
	background: #454545;
	padding: 1em;
	margin: 2em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}



/* messages */

#messages {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	z-index: 1;
	margin: 0;
}

#messages ul {
	list-style: none;
	float: right;
	z-index: 2;
	margin: 0;
	padding: 0;
	margin: 10px;
}

#messages li {
	margin-bottom: 4px;
}

#messages li a {
	width: 180px;
	display: block;
	padding: 9px;
	background-color: #262626;
	border: 1px solid #222;
}

#messages li a:hover {
	background-color: #161616;
	border-color: #666;
}

#messages li a:hover p {
	color: #fff;
}

#messages li a,
#messages li a * {
	text-decoration: none;
}

#messages li h2 {
	font-size: 10px;
	margin: 0;
	color: #999;
	text-transform: uppercase;
}

#messages li p {
	margin:0;
	font-size: 1em;
	color: #ccc;
}




/* projects */

.project {
	display: block;
	margin-bottom: 120px;
}

.project h3 {
	margin-bottom: 6px;
	color: #ccc;
	font-size: 1.2em;
}

.project h2 {
	margin-top: 0;
}






/* inset graphics */

.inset {
	display: block;
	outline: none;
	border: 1px solid #222;
	padding: 12px;
	margin: -24px -60px 24px 24px;
	float: right;
	width: 144px;
	padding-top: 164px;
	background-color: #262626;
	background-position: 12px 12px;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #aaa;
	text-decoration: none;
} 

.content .inset:hover {
	color: #aaa;
}

.inset .details {
	display: none;
}

.inset h3 {
	margin: 0;
	font-size: 16px;
	color: #fff;
}

.inset h4 {
	font-size: inherit;
	margin-bottom: 0;
	margin-top: 9px;
	font-weight: normal;
	color: #666;
}

.inset h4.date {
	margin-top: 0;
}

.inset p {
	font-size: 12px;
	line-height: 1.25em;
	margin: 0;
}

.inset:hover {
	background-color: #161616;
	border-color: #666;
}

.inset:hover .details {
	display: block;
}




/* custom insets */


#cuce .inset {
	background-image: url(../img/work/thumb_cuce.jpg);
}

#cu_accessibility .inset,
#rmcad_fee .inset,
#ucar .inset {
	background-image: url(../img/work/thumb_classroom_1.jpg);
}

#schoolfunder .inset {
	background-image: url(../img/work/thumb_schoolfunder.jpg);
}

#sphere .inset {
	background-image: url(../img/work/thumb_sphere.jpg);
}

#intrinsiq_homepage .inset {
	background-image: url(../img/work/thumb_intrinsiq_homepage.jpg);
}

#intrinsiq_lotassignment .inset {
	background-image: url(../img/work/thumb_lot_tool.jpg);
}

#phpmcs .inset {
	background-image: url(../img/work/thumb_phpmcs.jpg);
}



/* other insets */

#middlemen .inset {
	width: 200px;
	padding-top: 120px;
	background-image: url(../img/the_bobs.jpg);
}



/* animation */

#animation.can {
	background-repeat: no-repeat;
	background-position: 20px -60px;
	background-image: url(../img/can_300.png);
}

#animation.balls div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	background: #cccccc;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-border: 3px solid #ffffff;
}

#animation.blinky {
    padding-top: 36px;
}

#animation.blinky div {
	width: 17px;
	height: 17px;
	margin: 0px 0px 3px 3px;
	float: right;
	display: block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}




/* Snark Settings */

body .snark_high,
body .snark_medhigh,
body .snark_med,
body .snark_medlow,
body .snark_low {
	display: none;
}

body.snark_high .snark_high,
body.snark_medhigh .snark_medhigh,
body.snark_med .snark_med,
body.snark_medlow .snark_medlow,
body.snark_low .snark_low {
	display: block;
}
