/*
	File: typography.css 
	Date: January 15, 2007
	Created by: 7ninedesign.com
	Contents: 
		- typography rules
	
*/

p {
	font-size: 70%;
	line-height:150%;
	}
	
h1 {
	font-size:130%;
	font-family:"Trebuchet MS", Arial;
	letter-spacing:2px;
	color:#669966;
}

h2 {
	font-size:110%;
	font-family:"Trebuchet MS", Arial;
}

h3 {
	font-size:90%;
	color:#333333;
}

ul {
	font-size:70%;
	line-height:160%;
	list-style-type:square;
}

ol {
	font-size:70%;
	line-height:160%;
}

.list {
	margin-top:-5px;
}

a:link {
	color:#003399;
	text-decoration:underline;
}

a:visited {
	color:#993300;
	text-decoration:underline;
}

a:active {
	color:#003399;
	text-decoration:underline;
}

a:hover {
	color:#009900;
	text-decoration:none;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
		font-size:95%;;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;

	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Fishing journal */
.fishingjournal {
	font-size:65%;
	font-family:Arial, Helvetica, sans-serif;
	width:700px;
	margin:20px auto 0px auto;
	border:1px solid #333333;
}

.fishingjournal td {
	border:1px solid #999999;
}

.fishingjournalHeader {
	background-color:#003366;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:1px;
	font-size:130%;
	text-align:center;
	color:#CC9900;
	font-variant:small-caps;

}

.fishingjournalDescript {
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;

}

/* Photos */

.photoTable {
	border: 1px dotted #003333;
}

.photoTableHeader {
	background-color:#003366;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	letter-spacing:1px;
}

.thumbsTable {
}

.thumbsTable td {
text-align:center;
}

.thumbsTable img {
border: 1px solid #CCC;
padding:2px;
margin: 2px;
}