/*


**********************************************
Andrew Thorne Personal Site
20th September 2010
Designed By: Andrew Thorne
Styled By: Jeremy Thompson / Andrew Thorne
**********************************************/


* {
	margin:0;
	padding:0;
}

body {
	font-size:62.5%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #000;
	color: #FFF;
}

p {
	font-size: 1.1em;
}

.separator {
		clear: both;
		}
		
/*************************************************************************************************
Structure */
		
div#wrapper {
	margin-top: 15px;
	width: 900px;
}
		

div#topHolder {
	height: 115px;
}
div#colOne, div.otherCols /*div#colTwo, div#colThree, div#colFour, div#colFive, div#colSix*/ {
	width: 140px;
	float: left;
	margin-right: 5px;
}

div#colOne {
	margin-left: 5px;	
}

div.otherCols{
	margin-top: 16px;
	margin-left: 5px;	
	}
/*
div#colTwo {
	margin-top: 16px;
	margin-left: 5px;	
}
div#colThree {
	margin-top: 16px;
	margin-left: 5px;	
}
div#colFour {
	margin-top: 16px;
	margin-left: 5px;	
}

div#colFive {
	margin-top: 16px;
	margin-left: 5px;	
}

div#colSix {
	margin-top: 16px;
	margin-left: 5px;	
}

*/
div#pageNumbers {
	margin-left: 155px;
	height: 30px;
}

div#bodyLeft{
	width: 140px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: Black;
}
div#bodyRight{
	float: left;
	margin-left: 5px;
}
/*************************************************************************************************
Type*/


		
div#colOne, div.otherCols/* div#colTwo, div#colThree, div#colFour, div#colFive, div#colSix*/, p {
	color: Black;
	font-size: 1.2em;
}
div#colOne,div.otherCols/* div#colTwo, div#colThree, div#colFour, div#colFive,div#colSix*/, p span{
	color: purple;
	text-decoration: none;
}
div.otherCols/* div#colTwo, div#colThree, div#colFour, div#colFive, div#colSix*/, a{
	color: Black;
	text-decoration: none;
}
div.otherCols/* div#colTwo, div#colThree, div#colFour, div#colFive, div#colSix*/, a:hover{
	color: #FFF;
}
div#pageNumbers p{
	line-height: 2.5em;	
}

div#pageNumbers a{
	color: Black;
	text-decoration: none;
}
div#pageNumbers a:hover, #pageNumbers a:focus, #pageNumbers a:active, #pageNumbers a.selected{
	color: Purple;
}
div#bodyLeft h1{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: Black;
	border-bottom-color: Black;
	line-height: 2.8em;
	font-size: 1.2em;
}
#Enter {
	color: #9F0;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
.enter {
	font-family: "Courier New", Courier, monospace;

}
#Enter a {
	color: #FF0;
}

