/* css file for andyshelley.co.uk */

body {
	color: #d0ffd0; 
	background: #333333;
        font-family: Bitstream Vera Sans, sans-serif;
        font-size: 14pt;
}

h1 {
	color: #d0ffd0;
}

table {
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
}

td { 
	padding-top: 16px;
}

img { 
	border: 0px solid #d0ffd0; 
}

a:link, a:visited {
	color: #d0ffd0; 
	text-decoration: none 
}

a:hover{color: red; text-decoration: none;}

p {
	margin: 0px;
}

ul {
	list-style-type:none;
	margin:0px;
	padding-top:20px;
	padding-left:10px;
}

div.poetry {
	margin-left: 100px;
}

form#contact {
	background:#444444; 
	width:470px; 
	padding:10px; 
	border:1px solid #d0ffd0; 
	margin:5px auto; 
	font-size:1em; 
	font-family:Bitstream Vera Sans, sans-serif;
}

form#contact fieldset {
	width:450px; 
	display:block; 
	border:none; 
	padding:5px 5px 5px 10px; 
	font-family:verdana, sans-serif; 
	margin-bottom:0.5em; 
	line-height:1.5em; 
	font-size:1em; 
}

form#contact fieldset legend {
	font-size:1em; 
	font-weight:bold; 
	margin-bottom:15px; 
	padding:6px; 
	background:none; 
	color:#d0ffd0;
}

form#contact label {
	clear:left; 
	display:block; 
	float:left; 
	width:100px; 
	text-align:left; 
	padding-right:10px; 
	color:#d0ffd0; 
	margin-bottom:0.5em;
	font-size:0.9em; 
}

form#contact input {
	border:1px solid #d0ffd0; 
	padding-left:0.5em; 
	margin-bottom:0.6em; 
	width:280px; 
	background:#333333;
	color:#fff;
}

form#contact input:hover { 
	color:#fff; 
	background:#414d59; 
	border:1px solid; 
	border-color:#4f718a #003 #003 #4f718a; 
}

form#contact input:focus {
	background:#d0ffd0; 
	border:1px solid #000; 
	color:#000;
}

form#contact textarea {
	width:410px; 
	height:15em; 
	border:1px solid #d0ffd0; 
	padding:0.5em; 
	overflow:auto; 
	background:#333333;
	color:#fff;
}

form#contact textarea:hover { 
	color:#fff; 
	background:#414d59; 
	border:1px solid; 
	border-color:#4f718a #003 #003 #4f718a; 
}

form#contact textarea:focus {
	background:#d0ffd0; 
	border:1px solid #000; 
	color:#000;
}

form#contact #button1, form#contact #button2 {
	color:#000; 
	padding-right:0.5em; 
	cursor:pointer; 
	width:205px; 
	margin-left:8px; 
	background:#d0ffd0; 
	border:1px solid; 
	border-color:#d0ffd0;
}

form#contact #button1:hover, form#contact #button2:hover {
	color:#fff; 
	background:#414d59; 
	border:1px solid; 
	border-color:#4f718a #003 #003 #4f718a; 
}
