/* Dan Styles Cascading Style Sheet */

body {
	background-image: url(/images/bark_l.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #757575;
	line-height: 1.5em;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
}

#wrapper {
	width: 90%;
	margin: 0 auto;
}

h1, h2 {
	font-family: "viner Hand ITC", "comic Sans MS", "Berlin Sans FB", sans-serif;
	color: #003399;
}
h1 {
	font-size: 2.2em;
	text-align: center;
	padding-top: 1em;
}
h2 {
	font-size: 1.8em;
	padding-top: .7em;
	border-top: 4px dotted #8495ac;
	text-align: left;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #003399;
	text-align: left;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003399;
	text-align: left;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0066FF;
	text-align: left;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #4040ff;
	text-decoration: none;
	/*font-weight: bold;*/
}
.date {
	text-align: center;
	color: #000000;
}
.highlight {
	font-weight: bold;
	color:#663366;
}
.right {
	float: right;
	padding-left: 10px;
}
.left {
	float: left;
	padding-right: 10px;
}

.cv {
	margin: 4px;
	padding: 4px;
	border: 2;
}
.quote {
	font-size: 1em;
	color: #003399;
	margin-right: 2em;
	margin-left: 2em;
	font-family: "Bradley Hand ITC", "viner Hand ITC", "Lucida Handwriting", "informal Roman", "ITC Zapf Chancery", "Comic Sans MS", cursive, sans-serif;
}
.centred {
	text-align: center;
}
.backtotop {
	fontfamily: "Trebuchet MS", "Verdana", "Arial", Sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-align: right;
}
.nolink {
	color: #660000
}

#banner {
	height: 130px;
	background-image: url(/images/DanBanner.jpg);
	background-position: center top;

}
#content {
	background-color: #DDD;
	border: 6px double #993300;
	padding: 2em;
	width: 70%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}

#cv table {
	width: 90%;
	margin-left: 5%;
	background: #DDD;
	line-height: 90%;
	border: 4px double #900;
	margin-bottom: 12px;

}
#cv table th {
	font-size: 1.3em;
	font-variant: small-caps;
	text-align: center;
}
#cv table th, #cv table td {
	border 1px solid #900;
	padding: 2px;
	vertical-align: top;
}
#cv table h2 {
	padding-top: 15px;
}

/* Main Old Navigation */

.nav {
	padding: 0.1em;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: small;
}
.nav li {
	list-style: none;
	display: inline;
}
.nav ul {
	text-align: center;
}
.nav a:link, .nav a:visited {
	text-decoration: none;
	color: #FFF;
	background: #306;
	margin: -4px;
	border: 1px solid #CCC;
	padding: 0.25em 0.5em;
}
.nav a:hover {
	color: #330066;
	background-color: #b5f0f2;
}
.nav a:active {
	color: #FFFFFF;
	background-color: #f00;
}


#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 5px 5px;
	border: 1px solid #000;
	list-style: none;
	display: inline;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica,
	  Arial, sans-serif;
	font-size: small;
	}

#tabs ul li.here {
	border-bottom: 1px solid #ffc;
	list-style: none;
	display: inline;
	background-color: #FFFFFF;
	}



/* Buttons Navigation */
#buttons {
	padding: 0.1em;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: small;
}
#buttons li {
	list-style: none;
	display: inline;
}

#buttons ul {
	text-align: center;
}

#buttons a {
	text-decoration: none;
	color: #FFF;
	margin: -4px;
	border: 1px solid #CCC;
	padding: 0.25em 0.5em;
	background-color: #993300;
}

#buttons a:hover {
	color: #000;
	background: #ffb86c;
}
/* Consequences Pages Navigation
#consequencesNav {
	padding: 0.1em;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: small;
}

#consequencesNav li {
	list-style: none;
	display: inline;
}

#consequencesNav  ul {
	text-align: center;
}

#consequencesNav  a {
	text-decoration: none;
	color: #FFF;
	margin: -4px;
	border: 1px solid #CCC;
	padding: 0.25em 0.5em;
	background-color: #993300;
}

#consequencesNav  a:hover {
	color: #000;
	background: #ffb86c;
}*/

/* Diary Content Styles */

#diary p, #diary ol, #diary ul, diary dl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #993300;
	line-height: 1.4;
}
#diary blockquote {
	margin: .2em 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: italic;
	color: #993300;
	background-color: #dde;
}
#diary dt {
	font-size: 1.1em;
	font-weight: bold;
	color: #993300;
}
#diary dd {
	color: #993300;
}

#diary a {
	color: #0000FF;
	text-decoration: none;
}
#diary a:hover {
	color: #FF0000;
}

#diary h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #930;
	font-weight: bold;
	text-align: left;
}
#diary h2 {
	font-size: 1.2em;
	border-top: 4px dotted #993300;
	padding-top: 1em;
}
#diary h3 {
	font-size: 1em;í
	margin-top: -20px;
}

#diary p.backtotop a {
	font-family: "Trebuchet MS", "Verdana", "Arial", Sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #0099FF;
	text-align: right;
}
#diary p.backtotop a:hover {
	color: #FF0000;
}
/* Diary navigation #diarynav */

#diaryNav {
	padding: 0.1em;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: small;
}

#diaryNav li {
	list-style: none;
	display: inline;
}

#diaryNav ul {
	text-align: center;
}

#diaryNav a {
	text-decoration: none;
	color: #FFF;
	margin: -4px;
	border: 1px solid #CCC;
	padding: 0.25em 0.5em;
	background-color: #993300;
}

#diaryNav a:hover {
	color: #000;
	background: #ffb86c;
}
#footer 	{
	clear: both;
	margin: 0px;
	margin-top: -7px;
	padding: 6px;
	text-align: center;
	color: #900;
	background-color: transparent;
	/* border-top: solid 3px #fc9; */
	}


table#contact {
	font-family: Arial, Helvetica, sans-serif;
}
table#contact th {
	font-size: 2em;
}
table#contact td {
	font-size: 1.2em;
}.indent {
	margin-right: 2em;
	margin-left: 2em;
	margin-top: 2em;
}
#play presents {
	font-size: 1.4em;
	font-variant: small-caps;
	color: #003399;
}
#linksPage ul {
	list-style: none;
}
#linksPage ul li {
	font-family: "Arial Black", "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 1.5em;
	margin-left: 0;
	padding-left: 0;
	padding-top: 10px;
}
#linksPage ul ul {
	list-style: square;
}

#linksPage ul ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 0;
}
#linksPage a:link {
	color: #006633;
	text-decoration: none;
}
#linksPage a:hover {
	color: #ff0000;
	text-decoration: none;
}
#linksPage a:visited {
	color: #660000;
	text-decoration: none;
}
.clear {
	clear: both;
}
 /* Testimonials Styles */
 #testimonials {
	font: italic 1.3em/1.4 Georgia, "Times New Roman", serif;
	width: 90%;
	padding: 1em;
	color: #900;
}

#testimonials p.testee {
	text-align: right;
	text-size: 1em;
	color: green;
	padding-bottom: 4px;
	border-bottom: 2px dotted green;
	margin-bottom: 1em;
}

