@import url('reset.css');
@import url('grids.css');

body {
	font: 12pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #171717;
	color: #333;
	margin: 15px;
}

.page {
	background: transparent url(/images/cjtaylorblog/glossymetal.jpg) repeat scroll left top;
	margin: auto;
	padding: 10px;
	width: 800px;
}

.body {
	clear: both;
}

.foot {
	clear: both;
}

h1, h2, h3 {
	font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
}
h1 {
	background: url(/images/cjtaylorblog/rule.png) no-repeat bottom left;
	font-size: 24pt;
	margin: 20px 0 10px;
}
h2 {
	font-size: 18pt;
	margin-top: 20px;
}
h3 {
	font-size: 18pt;
}

.header {
	border-bottom: solid 5px #ff7f00;
	padding-bottom: 5px;
	overflow: auto;
}
.header img {
	border: 1px solid #000;
	border-right: 0; /* Because the image already has the border */
}

/* Links */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #af5700;
}


/* Navigation */

.nav {
	margin-top: 8px;
}

.nav li {
	display: inline;
	font-size: 14pt;
	margin-left: 10px;
}
.nav li a {
	background: #ff7f00;
	border: 1px solid #555;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}
.nav li a:hover {
	background-color: #af5700;
}



/* Forms */
form label {
    display: block;
     margin: 0.15em 0;
}

form input, form textarea, form select {
    clear: left;
    margin-bottom: 1.15em;
}

form input.button {
    clear: left;
    color: #000;
}

form textarea {
    font-size: 10pt;
}


/* General typography stuff */

p {
	margin-bottom: 15px;
}


.show { display: block; }
.hide { display: none; }
.clear { clear: both; }


.alignright {
	text-align: right;
}

/* Objects */
.byline {
	font-style: italic;
	font-size: 10pt;
}
