/* @override http://simoncrowley.net/css/main.css */

* {
	margin: 0;
	padding: 0;
	font-weight: 200;
	font-size: 100%;
	list-style-type: none;
}

body.cssgradients {
	background: -webkit-gradient(linear, center top, center bottom, from(#eaeaea), color-stop(1, #fff)) repeat-x;
}

body.no-cssgradients {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

body {
	color: #000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 200 !important;
	line-height: 1.33em;
}

/* general */

a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #bbb;
	-webkit-transition: border-bottom .1s linear;
}

a:visited {
	border-bottom: 1px dotted #666;
}

a:active, a:hover {
	border-bottom-color: #666;
	color: #000;
}

h2, hr {
	display: none;
}

code, kbd, samp, pre, tt {
	font: 105% Consolas, "Lucida Console", Courier, monospace;
	font-style: normal !important;
}

.rgba code, .rgba kbd, .rgba samp, .rgba pre, .rgba tt {
	color: rgba(0,0,0,0.33);
}

.no-rgba code, .no-rgba kbd, .no-rgba samp,
.no-rgba pre, .no-rgba tt {
	color: #bbb;
}

q:before {
	content: "\201c";
}

q:after {
	content: "\201d";
}

h1 {
	font-size: 200%;
	line-height: 1.2em;
	margin-bottom: .5em;
	width: 15em;
}

/* nav */

nav ul {
	float: left;
	width: 180px;
	height: 362px;
}

nav li {
	text-align: right;
	padding: 1em;
}

nav li a {
	font-size: 80%;
	background: inherit !important;
	color: #000 !important;
	border: 0 !important;
}

.clicked {
	font-weight: bold;
	color: #000 !important;
}

/* setup */

#all {
	width: 722px;
	margin: 1em auto;
}

.box {
	background: #fff url(../images/skyline.jpg) no-repeat bottom center;
	float: left;
	width: 540px;
	height: 360px;
	border: 1px solid black;
	overflow: auto;
}

#writing, #photos, #design, #links, #sites, #contact {
	display: none;
}

/* content */

section p {
	font-size: 90%;
	margin: 0 1em 1.33em 1em;
}

section h3 {
	clear: both;
	font-size: 111%;
	margin: .9em .9em .6em .9em;
	padding-bottom: 2px;
	border-bottom: 1px solid black;
}

#writing ul, #links ul, #contact ul {
	font-size: 80%;
	margin-left: 2.5em;
	margin-bottom: 1.25em;
}

#writing ul li, #links ul li, #contact ul li {
	list-style-type: square;
}

footer {
	display: block;
	clear: both;
	padding-top: .5em;
	font-size: 70%;
	text-align: right;
}

/* writing */

.thumb {
	background-image: url(../images/na.png);
	width: 125px;
	float: right;
	margin: 0 1em 1em 1em;
	border: 1px solid #aaa;
	line-height: 0;
}

.thumb img {
}

/* photos */

#photos ul {
	text-align: center;
	margin-bottom: 1.33em;
}

#photos ul li {
	display: inline;
	margin-right: .5ex;
}

#photos ul img {
	background-image: url(../images/na.png);
	border: 1px solid #aaa;
	width: 75px;
	height: 75px;
}

#photos ul a {
	border: 0;
}

/* design */

.pic {
	text-align: center;
}

.pic img {
	min-width: 100px;
	min-height: 100px;
	background-image: url(../images/na.png);
	border: 1px solid #aaa;
}

/* contact */

address {
	font-style: normal;
	font-weight: 200;
	font-size: 90%;
	line-height: 1.33em;
	margin-left: 1em;
}