/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#c25;
}

a:hover {
	color:#000;
}

p {
	margin:0 0 1em 0;
	padding:0;
}

.indented_content {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#333;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/*------------------- HEADINGS -------------------*/

h1 {
	font-size:24px;
	line-height:1.2em;
	font-weight:normal;
	color:#c25;
/*
	border-bottom:solid 1px #aaa;
*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}

h2 {
	font-size:18px;
	line-height:1.2em;
	font-weight:bold;
	color:#c25;
	margin:0;
	padding:0;
}

h3 {
	font-size:16px;
	line-height:1.2em;
	font-weight:bold;
	color:#333;
}

/*h1,h2,h3 {
	margin:0;
	padding:0;
}*/

/*------------------- LISTS -------------------*/
ol {
    margin-left:2.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}


/*------------------- TABLES AND BORDERS -------------------*/
.table_border {
	border:solid 1px #999;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 0px;
	border:0;
	border-top:solid 1px #999;
}

/*------------------- PHOTOS AND PORTFOLIO -------------------*/
.photoBorder1 {
	padding:5px;
	background:#fff;
	border:solid 1px #aaa;
}

.thumbnail img {
	width:90px;
	height:90px;
	border:solid 1px #ccc;
}

/*------------------- TEXT -------------------*/
.smallText {
	font-size:8pt;
}

.notes {
	background:#fe8;
}

.pink_text, a.pink_text {
	color:#c25;
}