/* @override http://cnolle.com/css/new2.css */

/* Stylesheet for cnolle.com
 * Christian Nolle, 2010
 * Version 33, Release A
 */

html, body {
    height: 100%;
}

body {
	font-family:georgia,serif;
	font-size:62.5%;
	color: #fff;
}

.cl {
	clear: left;
}

#background {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:1;
	overflow: hidden;
}

#frame {
	z-index:2;
	position:relative;
	height: 100%;
	width: 620px;
	margin: 0 auto 0 auto;
}

h1,h2,h3 {
	font-weight:normal;
}

h1 {
	font-size: 3em;
	display:block;
	margin: 0 0 0 0;
	padding: 1em 0 0 0;
	color: #fff;
}

	h1 a {
		color: #fff;
		text-decoration:none;
	}
	
	h1 a:hover {
		color: #ffa300;
	}

h2 {
	line-height:0.75em;
	font-size: 20em;
	margin: 0;
	padding: 0;
	letter-spacing:0.05em;
	color: #fff;
	display: block;
	height: 175px;
}

	h2 span a {
		text-decoration:none;
		color: #fff;
	}

	h2 span a:hover {
		color: #ffa300;	
	}

	a#secretlink {
		color: #ffa300;
	}

	a#secretlink:hover {
		color: #c3d8ff;
	}

/* PROJECT LISTING */

#projects, #aboutbox, #contactbox, #secretbox {
	margin:1em 0;
	height: 550px;
}

#secretbox {
	position:relative;
}

#aboutbox {
	background:url(../assets/plane2.jpg) no-repeat top left;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius:2px;
	position:relative;
}

	#aboutbox p.close,
	#secretbox p.close {
		position:absolute;
		bottom: 0;
		right:0;
		margin: 0 0.5em 0.7em 0;
	}

	#aboutbox p.close a,
	#secretbox p.close a {
		background:#ffa300;
		-khtml-border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius:2px;
		font-size: 1.5em;
		padding: 0.1em 0.2em;
		color: #222;
	}

	#aboutbox p.close a:hover,
	#secretbox p.close a:hover {
		background:#c3d8ff;
	}

.project {
	width: 200px;
	height: 70px;
	margin: 1em 0.5em;
	border-bottom: 1px solid #fff;
	float: left;
}

#projects > div:nth-child(3n) {
	margin-left: 0 ;
	margin-right:0;
	/*background:#fff;*/
    }


	.project.small {
		height: 40px;
	}

	.project.first {
		margin: 1em 0.5em 1em 0;
	}

	.project.last {
		margin: 1em 0 1em 0.5em;
	}

	.project.bottom {
		border-bottom:none;
	}

	.project h3 {
		color: #fff;
		font: 1.4em helvetica,arial,sans-serif;
		font-weight:bold;
	}

	.project h3 a {
		text-decoration:none;
		color: #fff;
	}

	.project h3 a:hover {
		color: #ffa300;
	}

	p {
		font-size: 1.1em;
		line-height:15px
	}

	 p a {
		color: #fff;
		text-decoration:none;
	}

	 p a:hover {
		color: #ffa300;
	}
		
	#aboutbox p a, #contactbox p a {
		color: #ffa300;
	}
	
	#aboutbox p a:hover, #contactbox p a:hover {
		color: #fff;
	}
	
	#aboutbox .column p a#closelink {
		margin-top:1em;
		float: right;
	}
	
#contactbox p {
	font-size: 1.3em;
}

/* The MOST beautiful contact form in the world */

fieldset {
	padding: 0 0 0.7em 0;
	border:0;
}

	fieldset label {
		padding-right: 3em;
	}
	
	fieldset p {
		padding: 0.3em 0;
	}
	
	
	fieldset select {
		margin: 0;
		padding: 0;
	}
	
	fieldset input,fieldset select,fieldset label {
		vertical-align:top;
	}
	
	
	fieldset input {
		border: 0;
		padding: 0.5em 0.2em 0.5em 0.2em;
		width: 400px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius:3px;
		background: #fff;
	}
	
	fieldset input:hover, fieldset textarea:hover {
		background: #fcee9c;
	}
	
	fieldset input:focus, fieldset textarea:focus {
		background-color: #c3d8ff;
	}
	
	#contactbox p.welcome {
		margin: 0 0 1em 0;
	}
	
	fieldset textarea {
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius:3px;
		margin-left: 1.3em;
		padding: 0.2em;
		border: 0;
		background: #fff;
		width: 400px;
	}
	
	fieldset button {
		margin: 1em 0 0 105px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius:3px;
		font-family: georgia;
		border: 0;
		padding: 0.5em;
		font-size: 1.2em;
		background-color: #ffa300;
		color: #000;
	}

	fieldset button:hover {
		background: #c3d8ff;
	}

	#contactbox {
		position:relative;
	}

	#contactbox p.close {
		position:absolute;
		right:0;
		bottom: 0;
	}

	#contactbox p.close a {
		padding: 0.2em 0.3em;
		background:#ffa300;
		color: #222;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius:3px;
	}

		#contactbox p.close a:hover {
			background: #c3d8ff;
		}

/* HIDE SOME STUFF */

#aboutbox{
	display: none;
}

#contactbox {
	display:none;
}

#secretbox {
	display: none;
}

#footer {
	position:absolute;
	bottom: 1em;
	margin: 0 auto;
	clear: left;
	text-align:center;
}
	
#footer p {
	text-align:center;
}

/* BULLETINS */

body#bulletins {
	
}

	body#bulletins h2 {
		font-size: 14em;
		line-height:0.85em;
		height: 120px;
	}

	body#bulletins h2 a {
		color: #fff;
		text-decoration:none;
	}

	body#bulletins h2 a:hover {
		color: #ffa300;	
	}
	
	body#bulletins #footer {
		padding: 2em 0;
	}	
		
	body#bulletins h4 {
		margin: 1em 0 0.5em 0;
		font-size:1.5em;		
		font-weight:normal;
	}	
	
/* Bulletins news list */

#bulletinsbox a:hover {
	color: #0088cc;
}

#bulletinsbox #stories h3 {
	margin: 0.5em 0 0 0.6em;
	padding-bottom:0;
	font-size: 3em;
	font-style:italic;
}

#stories {
	width: 500px;
	float: left;
}

#sidepanel {
	margin-top: 4em;
	width: 100px;
	float: left;
}

#sidepanel:hover a, #sidepanel:hover h3 {
	color: #222;
}

	#sidepanel:hover a:hover {
		color: #0088cc;
	}
	
	#sidepanel h3 {
		font: bold 1.3em helvetica,arial,sans-serif;
		color: #ccc;
	}

	ul.category_list {
		list-style:none;
		font-size: 1.2em;
		margin-bottom: 3em;
	}
	
	ul.category_list:hover a {
		color: #222;
	}
	 
	ul.category_list li {
		margin: 0.7em 0;
	}

	ul.category_list li a {
		color: #ccc;
		text-decoration:none;
	}

	ul.category_list li.active a {
		color: #ff0000;
	}

	ul.linklist {
		margin-bottom: 3em;
		list-style:none;
	}

	ul.linklist:hover a {
		color: #222;
	}

	ul.linklist li {
		font-size: 1.2em;
		margin: 0.7em 0;
	}
	
	ul.linklist li a {
		color: #ccc;
		text-decoration:none;
	}

dl.bulletins {
	padding: 2em 2em 1em 2em;
	font-size: 1.2em;
}

	dl.bulletins dt { 
		float: left; 
		margin: 0;
	}
	
	dl.bulletins dt, dl.bulletins dd { 
		font-family georgia,"Times New Roman",Times,serif;
		padding: 0 0 3px 0;
		color:#666;
	}
	
	dl.bulletins dd {
		margin: 0 0 2em 5em; 
		padding: 0;
	}
	
	dl.bulletins dd img {
	border: 1px solid #ccc;
	}
	
	dl.bulletins dd p {
		margin: 0;
		font-size: 1.2em;
		padding: 4px 0 0.5em 0;
		color:#464646;
	}
	
	dl.bulletins dd ul,
	dl.bulletins dd ol {
		margin: 0.5em 0 0.5em 1.5em;
		list-style-position:outside;
	}
	
	dl.bulletins dd li {
		padding: 0.2em 0 0.5em;
		font-size: 1.2em;
		line-height:1.5em;
			color:#464646;
	}

	dl.bulletins a {
		color: #000;
		text-decoration:none;
	}
	
	dl.bulletins blockquote {
		padding: 1em 2em;
	}

span.title {
	font: bold 1.2em helvetica,arial,sans-serif;
	text-transform:uppercase;
}

	span.title a {
		color: #464646;
	}


ul.pager {
	margin-left: 9em;
	list-style:none;
	width: 400px;
	padding-bottom:3em;
}

	ul.pager li {
		font-size: 1.2em;
	}

	ul.pager li a {
		color: #222;
		text-decoration:none;
	}

	ul.pager li#prevpage {
		float: left;
	}

	ul.pager li#nextpage {
		float: right;
	}


#bulletinsbox {
	background:#fff;
	color: #222;
	border: 0;
	padding: 0.3em;
	font-size: 0.9em;
	
	/* BORDER MADNESS */
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;

	-khtml-border-bottom-left-radius: 7px;
	-khtml-border-bottom-right-radius: 7px;
	-khtml-border-top-right-radius: 7px;
	-khtml-border-top-left-radius: 7px;

	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	
	border-bottom-left-radius: 7px;
	border-bottom-right-radius:7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#twitter h2 {
	font: 1.2em/1.4em georgia,sans-serif !important;
	color: #000;
	font-weight:bold;
	display: inline;
}
	#twitter ul {
		margin-right:1em;
		list-style:none;
	}


	#twitter ul li {
		font-size: 1.2em;
		border-bottom:1px dotted #000;
		margin: 0.5emem 0 1em 0;
		padding: 1em 0 1em 0;
	}
	
	#twitter ul li a {
		color: #0088cc;
	}
	
	#twitter a#profileLink {
		padding: 1em 0;
		color: #222;
		display:block;
	}
