/* @override http://localhost:3000/stylesheets/post_nuclear.css?1255710056 */

body {
	margin:  0;
	padding: 0;
	font: 16px/1.5em "Cambria", "Georgia", Serif;
	background-color: rgb(250,250,250);
}
/* gross structure */
#company {
	display:  none;
}
#container {
	position: relative;
	width: 700px;
	margin: 12px auto 0 auto;
	padding: 6px 6px;
	background-color: white;
}
#meta {
	float: left;
	/*top: 0;*/
	width: 150px;
}
#content {
	/*position: relative;*/
	float: right;
	/*left: 174px;*/
	width: 526px;
	background: transparent;
	z-index: 0;
}
#logo img {
	display: block;
}
#logo {
	margin: 0 0 24px 0;
}
#logo a {
	border: none;
}

/* @group Nav */

/* nav structure */

#nav ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#nav ul li {
	display: block;
	padding: 0.5em 0.5em;	
	border-bottom: 1px dashed black;
	font-size: 1.2em;
	font-weight: bold;
	color:  black;
}

/* nav  */

#nav a:link, #nav a:visited {
	text-decoration: none;
	border: none;
	color:  black;
}

#nav a:hover {
	color: rgb(227,24,24);
}
#nav .context {
	background-color: rgb(227,24,24);	
	color: white;
	border:  none;
}
#nav .context a:link, #nav .context a:visited {
	/*text-decoration: none;
	border: none;*/
	color:  white;
}
#nav .context a:hover {
	border-bottom: 1px dashed white;
}
#nav ul.preceding_context {
	border-top: 1px dashed rgb(120,120,120);
}
#nav li.preceding_context {
	border-bottom-color: rgb(120,120,120);
}
#nav ul.succeeding_context {
	border-bottom: 1px dashed rgb(120,120,120);
}
#nav li.succeeding_context {
	border-top: 1px dashed rgb(120,120,120);
}



/* @end */

#company_info {
	clear:  both;
	padding: 0.5em 0;
	margin: 0 0 0 174px;
}
#company_info p {
	font-size: 0.75em;
	padding: 0.5em 0;
	border-top: 1px dashed black;
	margin: 24px 0 0 0;
}

/* Main content area */
#strapline {
	margin: 0 0 24px 0;
	padding: 0 0 0.25em 0;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dotted rgb(200,200,200)
}

/* Building blocks */
img {
	border: none;
}
h1, h2, h3, h4 {
	margin: 0 0 0.25em 0;
}
p {
	margin: 0 0 0.75em 0;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3, h4 {
	font-size: 1em;
}
a:link, a:visited {
	text-decoration: none;
	color: rgb(101,10,10);
	border-bottom: 1px dashed rgb(177,142,142);
}
a:hover {
	border-bottom: 1px dashed rgb(101,10,10);
}

/* Contact details */
.vcard p, .vcard div {
	padding: 0;
	margin: 0;
}
.vcard .fn {
	display: none;
}
.vcard .adr {
	margin-top: 0.5em;
}
.vcard .tel {
	margin-top: 1em;
}
.vcard .email {
	margin-top: 0.25em;
}

/* Projects */

/* once the JS has kicked in */
#grid-of-self-promotion .project {
	position: relative;
	float: left;
	width: 168px;
	height: 168px;
	padding: 0 11px 11px 0;
	margin: 0;
	overflow: hidden	;
}
#grid-of-self-promotion .project.row-end {
	padding-right: 0;
}
#grid-of-self-promotion .project .knockback img {
	position: absolute;
	top: 0;
	display: block;
	padding: 1px;
	border: 1px solid rgb(100,100,100);
}
#grid-of-self-promotion .project .highlight img {
	position: absolute;
	display: none;
	top: 0;
	padding: 1px;
	border: 1px solid rgb(250,250,250);
}
#grid-of-self-promotion .project .project-info {
	display: none;
}
#grid-of-self-promotion .project .summary {
	display: none;
}
#grid-of-self-promotion .project .more-info {
	display: none;
}
/* before the JS */
#list-of-self-promotion .project {
	position: relative;
	padding: 0 0 11px 0;
	margin: 1.5em 0 0 0;
	clear: both;
	border-bottom: 1px dotted rgb(200,200,200);
	min-height: 168px;
}
#list-of-self-promotion .project .knockback {
	display: none;
}
#list-of-self-promotion .project .highlight {
	width: 168px;
	height: 168px;
	position: absolute;
	top: 0px;
	left: 0;
	border: 1px solid rgb(250,250,250);
}
#list-of-self-promotion .project .highlight img {
	display: block;
	padding: 1px;
	border: 1px solid rgb(250,250,250);
}
#list-of-self-promotion .project .project-info {
	margin-left: 180px;
}
#list-of-self-promotion .project .project-details {
	margin-left: 180px;
}
#list-of-self-promotion .project .summary {
}
#list-of-self-promotion .project .more-info {
}

#highlighted-project {
	position: relative;
	width:  526px;
	height: 0px;
	overflow: hidden;
}
/*#highlighted-project #slides {
	position: relative;
	left: 0;
}*/
#highlighted-project div.project-detail {
	position: absolute;
	top: 0;
	left: 0;
	width: 526px;
	padding: 0;
	margin: 0;
}

#project-list .project {
	margin-bottom: 22px;
}

#project-carousel {
	position: relative;
	width:  526px;
	overflow: hidden;
}
#project-carousel #slides {
	position: relative;
	left: 0;
}

#project-carousel .carousel-item {
	float: left;
	width: 526px;
	margin: 0 11px 0 0;
}
.project-info {
	padding: 0 0 1em 0;
}
.project-info h1 {
	margin: 0;
}
.project-info p {
	margin: 0.1em 0 0 0;
	line-height: 1em;
	font-style: italic;
}