/* 	
	site: 	www.thetyro.com
	date:	04 Jan 2006
	by:		Tyrone Hopes
	notes:	new style for new-look website
*/

body {
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for compliant browsers */ 
	line-height: 1.5em;
	background-color: #585858;
	text-align: center;
	margin: 0 0 0 0;
	}
#wrap {
	position: relative;
	margin: 0 auto;
	background:  #fff url(../images/grey_grad_150.jpg) repeat-y ;
	/*background: #fff url(../images/blue_grad_bg.png) repeat-y ;*/
	text-align: left;
	width: 992px;
	}
#heading {
	background-color:#a505b5;
	/*background-color:#6699FF;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 10px 0 10px;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #9202a2;
	/*border-bottom-color:#6666CC;*/
	}

#heading img {
	height: 45px;
	width: 45px; 
	border: 0px;
	margin: 6px;
	vertical-align: middle;
	}
	
#heading strong {
	padding: 5px;
	border: 0;
	}
#heading a {
	border-color: #ddd;
	border-width: 0px;
	border-style: solid;
	}
a.class {
	background: #555;
	width: 50px;
	height: 50px;
	text-align: center;
}
	
#heading a:hover, body#index #t_index, body#web #t_web, body#coding #t_coding, body#film #t_film, body#cars #t_cars, body#graphics #t_graphics, body#music #t_music, body#about #t_about, body#contact #t_contact {
	/*border-color: #639;*/
	border-color: red;
	}
/* #heading h1,h2,h3 {
	font-style: normal;
	font-weight: normal;
	color: #212121;
	} */
#heading h3 {
	color: #212121;
	}
#announce {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*background-color:#6633FF;*/
	background-color: #663399;
	/*background-color: #006666;*/
	color: #ccc;
	text-align: left;
	padding: 0 10px 0 10px;
	font-style: italic;
	border-bottom-style: solid;
	border-bottom-color:#9202a2;
	border-bottom-width: 1px;
	}
#nav {
	float: left;
	width: 150px;
	padding: 10px 0 10px 0;
	font-size: 120%;
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, sans-serif
	}
#nav a {
	text-decoration: none;
	color: #a505b5;
	display: block;
	padding: 0 2px 0 2px; 
	}
#nav a:visited {
	color: #a505b5;
	}
#nav a:hover, body#index #nav_index, body#web #nav_web, body#coding #nav_coding, body#film #nav_film, body#cars #nav_cars, body#graphics #nav_graphics, body#music #nav_music, body#about #nav_about, body#contact #nav_contact {
	color: #660266;
	background-color:#999999;
	}
#nav ul {
	list-style: none;
	}
#nav li {
	margin: 0;
	padding: 2px 10px 10px 0px;
	}
#active  {
	background-color: #000033;
	background: url(images/pointer.gif) no-repeat 0px 50%;
	}
#content {
	float: left;
	width: 670px;
	padding: 10px 10px 10px 10px;
	border-right-style: dotted;
	border-right-color: #fff;
	border-right-width: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#content p a, #content h3 a {
	color: #559;
	text-decoration: none;
	border-bottom-color: #55a;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}
#content p a:hover, #content h3 a:hover {
	border-bottom-style: solid;
	color: #00c;
	}
#content pre
{
	color: Blue;
}
#content a img {
	border: 1px solid #559;
	}
#content a:hover img {
	border: 1px solid #00c;
	}

#content blockquote {
	font-weight: bolder;
	font-size: 110%;
	}
#content h1,h2,h3,h4,h5,h6 {
	/*color:#006666;*/
	color: #663399;
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	padding: 2px 3px;
	}
#content ul {
	list-style: disc;
	}
#content li {
	padding : 10px
	margin : 10px;
	 
	}
#right_col {
	float: right;
	width: 130px;
	padding: 10px 10px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	padding-top: 20px;
	}
#right_col strong {
	font-weight: bolder;
	}
#right_col a {
	color: #559;
	text-decoration: none;
	border-bottom-color: #55a;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}
#right_col a:hover {
	border-bottom-style: solid;
	}
#right_col img {
	border: 0;
	margin: 0;
	}
#centred_images {
	text-align: center;
	border: 0;
	margin: 0;
	}
#centred_images a {
	border: 0px;
	margin: 0;
	}
#logos {
	background: #fff;
	border-top: 2px solid #777;
	vertical-align:middle;
	width: 100%;
	clear: both;
	text-align: center;
}
#logos img {
	padding: 15px;
	}
#footer {
	/* background-color: #a505b5; */
	background: #fff;
	width: 972px;
	text-align: center;
	clear: both;
	padding: 10px 10px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#footer a {
	text-decoration: none;
	color:#220077;
	}
#footer a:hover {
	color: #999;
	}
#footer img {
	border: 0;
	margin: 0;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0
	}
pre {
	font-family: "Courier New", Courier, mono; font-size: 12px;
}
