/*

	Basic Typography stylesheet for ThinkDrastic.net

	Created by: 	Olly Hodgson, 14 Oct 2004
	Last Updated:	Olly Hodgson, 17 Oct 2004

	NOTES:
	- All colours must be specified as six-digit hex, eg: #000080;
*/

a {
	font-weight: bold;
}

a:link {
	color: #000080;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: none;
}
a:active {
	color: #800000;
	text-decoration: none;
}

body {
/*	background-color: #F5F5F5;*/

	background-color: #000000;	
	background-image: url(/journal/wp-content/experimentalBG.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0 0;
	
	color: #000000;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	
	margin: 0 0 25px 0;
	padding: 0;
}

img {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -0.05em;
	word-spacing: 0.15em;
	margin: 1em 0 0.25em 0;
	color: #000000;
	text-align: left;
}

h1 {
	font-size: 3.25em;
	padding: 0 0 0.25em 3px;
	border-bottom: 1px solid #D2D2D2;
}

h2 {
	font-size: 2.75em;
	padding: 0 0 0.25em 3px;
	border-bottom: 1px solid #D2D2D2;
}

h3 {
	font-size: 2.15em;
	padding: 0 0 0.25em 3px;
	border-bottom: 1px solid #D2D2D2;
	margin-bottom: 0;
}

h4 {
	font-size: 2em;
	padding: 0.5em 0 0.25em 3px;
	margin-top: 0;
}

h5 {
	font-size: 1.75em;
	padding: 0 0 0.25em 3px;
}

h6 {
	font-size: 1.5em;
	padding: 0 0 0.25em 3px;
	letter-spacing: 0;
}

p, 
dd,
td,
li {
	line-height: 1.5em;
	color: #223939;
}

p {
	margin: 1em 0.5em 1em 1.25em;
}

dl {
	margin: 1.5em 1.5em 1em 1.5em;
}
	dt {
		/* Some style with <h1-h6> base style */
		margin: 1em 0 0 0;
		font-size: 1.5em;
		padding: 0.4em;
		background-image: url(../layout/normal/f1_corner_topright.gif);
		background-position: top right;
		background-repeat: no-repeat;
		background-color: #F6F6F6;
		min-height: 16px;
	}
	dd {
		/* Some style with <p> base style */
		margin: 0;
		padding: 0.4em 0.4em 1.25em 1.5em;
		background-image: url(../layout/normal/f1_corner_bottomleft.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		background-color: #F6F6F6;
		min-height: 16px;
	}
	dd p {
		margin: 0.5em 0;
	}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

cite {
	font-style: normal;
}
	
blockquote {
	margin: 1.5em 1.5em 1em 1.5em;
	padding: 0.4em 0.75em 0.4em 0.4em;
	background-image: url(../layout/normal/f1_corner_topright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #F6F6F6;
	min-height: 16px;
}

pre {
	font-size: 1.19em;
}

blockquote pre {
	margin: 0.5em;
}
	
table {
	margin: 1.5em 1.5em 1em 1.5em;
	border-collapse: collapse;
	border: 1px solid #D2D2D2;
	text-align: left;
}
	tr {
		background-color: #FFFFFF;
	}
	th {
		/* Some style with <h1-h6> base style */
		border: 1px solid #E1E1E1;
		vertical-align: bottom;
		padding: 0.4em;
		font-size: 1.5em;
		background-color: #E1E1E1;
	}
	td {
		/* Some style with <p> base style */
		border: 1px solid #D2D2D2;
		vertical-align: top;
		padding: 0.4em;
	}

ul {
    padding: 0 0 0 2em;
    margin: 1em 0 1em 1em;
}

ol {
    padding: 0 0 0 2.5em;
    margin: 1em 0 1em 1em;
}
	
li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 0;
}
	li p {
		margin: 0.5em 0;
		display: block;
	}
	
.intermediate {
	background-color: #F1F1F1;
}
	
acronym,
abbr,
.help {
	border-bottom: 1px dotted #223939;
	cursor: help;
}

form {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	visibility: hidden;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

q {
	font-style: italic;
}
	q:before {
		content: open-quote;
	}
	q:after {
		content: close-quote;
	}
	
ins {
	text-decoration: none;
}