﻿
/*

Olive and Sand stylesheet

This CSS created by Dubird, for free, linkware use on personal and private websites. No changes or
redistribution are permitted.  Any questions regarding the Terms of Use, please visit my site at
http://www.jadeslash.com.

*/

BODY {background:#b8bb96;
	padding:0;
	margin:0;
	height: 100%;
	color:#33312d;
	}

/* regular text and titles */

P {font:1em Verdana, Arial, sans-serif;
	color:#33312d;
	}


h1 {border-bottom: 2px solid #bfb38f;
	padding-bottom: 2px;
	text-align:center;
	color:#676e38;
	font-weight: bold;
	font: 1.4em Verdana, Arial, sans-serif;
	}

h2 {border-bottom: 1px solid #bfb38f;
	padding-bottom: 2px;
	padding-left: 7px;
	text-align:left;
	color:#676e38;
	font-weight: bold;
	font: 1.2em Verdana, Arial, sans-serif;
	}

h3 {border-bottom: 1px solid #bfb38f;
	padding-bottom: 2px;
	padding-right: 7px;
	text-align:right;
	color:#676e38;
	font-weight: bold;
	font: 1em  Verdana, Arial, sans-serif;
	}



/* links */

a:link {font:1em Verdana, Arial, sans-serif;
	color: #72804d;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #72804d;
	} 

a:active {color: #86a91d;
	text-decoration: none; 
	}

a:visited {color: #858977;
	text-decoration: none;
	}

a:hover {color:#755a13;
	text-decoration: underline;
	font-weight: bold;
	}


/* layout parts */

.nav {background: #e6e2c5;
	font:10pt Verdana, Arial, sans-serif;
	color:#33312d;
	padding-left: 5px;
	}

.small {border-bottom: 1px solid #bfb38f;
	text-align:right;
	padding-right: 10px;
	font: .8em Verdana, Arial, sans-serif;
	color: #98907c;
	font-style: oblique;
	}

.content {background: #e6e2c5;
	padding: 5px;
	font:10pt Verdana, Arial, sans-serif;
	color:#33312d;
	}

.table {background: transparent;}

.borderleft {border-left: 5px solid #72804d;}
.borderright {border-right: 5px solid #72804d;}




