/*  
Theme Name: Affiliate Marketing
Author: Pam Knight
Theme URI: http://isisinteractive.com
Description: A simple theme for the front page
*/
body {
  margin-top: 20px;
}
a {	color: blue; text-decoration: underline;}
a:visited {	color: blue; text-decoration: underline;}
a:hover { color: red; text-decoration: underline; }

h1 {
	font-family: Tahoma;
	font-size: 24pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
h2 {
	font-family: Tahoma;
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
h3 {
	font-family: Tahoma;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.headline {
	font-family: Tahoma;
	font-size: 18pt;
	color: navy;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.title{
	font-family: Tahoma;
	font-size: 24pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}
.more P{margin-top: 0px;}
.border {
	border: 1px solid gray;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sidebar {
	font-size: 10pt; font-family: Arial;
	border-right:dashed 1px gray;
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

li{
	margin-left: 0px;
  margin-top: 5px;
	list-style-type: square;
	text-indent:2px;
}
.main {
font-size: 11pt; font-family: Arial;
border: 1px solid #000000; 
padding-top: 0px;
padding-bottom: 0px;
padding-left: 50px;
padding-right: 50px;
}
.contents {
font-size: 11pt; font-family: Arial;
padding: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-indent:2px;
}
.date{
margin-bottom:10px;
font-style: italic;
}
