/* CSS Document */

/*#3177B5 background blue #B41816 Red #FFFBB8 cream yellow #CFCFCF lt. grey #FFFFFF black #000000 white */

BODY {
	background: #3177B5;
	}

.mainkevin {
	background: #CFCFCF;
	padding: 1.5em;

	}


.maindivot {
	background: #FFFBB8;
	padding: 1.5em;
	}

.testimonial{
color:#FFFFFF;
}

.maindivot img{
padding: 0em .5em .5em 0em;
}

.mainkevin img{
padding: 0em .5em .5em 0em;
}
.sidebar{
background-color:white;
padding:0;
}

.sidebar h1, h2, h3, p {
padding-left:5px;
}

.sidebar label, input {
padding-left:5px;
}

.sidebar h2 {
font-size:.8em;
}

.sidebar h3 {
font-size:.7em;
}

.sidebar label{
font-size:.8em;
}

.left {
float:left;
}

.red {
color:#B41816;
}

.green {
color:#009900;
}

.blue {
color:#3177b5;
}

.darkred {
color: #990000;
}

.centertext{
text-align:center;
}

.whitebox {
background-color:#FFFFFF;
border:solid 1px #999999;
padding:.5em;
}

.quote {
font-style:italic;
font-size:.7em;
}

.italic {
font-style:italic;
}
.footer {
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.6em;
color: #FFFBB8;
}
/* headings and paragraphs */
h1, h2, h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#B41816;
}

h1 {
font-size:1.5em;
}
h2 {
	font-size:1em;
	list-style-image: none;
	
}
h3 {
font-size:.7em;
color:#000000;
}

p {
color:#000000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.8em;
}

/* lists  */

ul {
	list-style-image: none;
	list-style-type: circle;
}

ul li{
font-size:1.0em;
padding:0em 0em .3em .3em;
}

li.divot {
	padding-bottom: 7px;
}

/* default links */

a:link, a:visited {
text-decoration: underline;
color: #003366;
}
a:hover, a:active {
text-decoration: none;
color:#003366;
}

.footer a:link, a:visited {
text-decoration: underline;
color: #990000;
}
.footer a:hover, a:active {
text-decoration: none;
color:#990000;
}


/* link icons for external links, feeds, e-mail and AIM */

a[href^="http:"] { 
  background: url(http://divottheclown.com/newsite/images/external.gif) no-repeat right bottom;
  padding-right: 10px; 
} 

 a[href^="http://www.divottheclown.com"], a[href^="http://divottheclown.com"] { 
  background-image: none; 
  padding-right: 0; 
}

/* Add the RSS icon to RSS feed links */

 a[href*="rss"], a[href*="rdf"] { 

  background: url(http://divottheclown.com/newsite/images/feed.gif) no-repeat left bottom;
  padding-left: 15px; 
}

/* Add the e-mail icon to e-mail feed links */

a[href^="mailto:"] { 
background: url(http://divottheclown.com/newsite/images/email.gif) no-repeat right top;
  padding-right: 15px; 
} 

/* Add the AIM icon to AOL Instant Messenger links */

a[href^="aim:"] { 
background: url(http://divottheclown.com/newsite/images/aim.gif) no-repeat right top;
  padding-right: 10px; 
} 

/*forms */

form {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

form p{
font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* CSS Document */
form{
margin:10px;
}

 fieldset {
margin:10px 0;
padding:10px;
border:1px solid #666666;
background-color:#FFFFFF;
}

legend {
font-weight:bold;
}

label {
margin-bottom:10px;
margin-top:10px;
padding-left:.5em;
}



textarea {
width:300px;
height:100px;
}



label {
font-size:.8em;
font-weight:bold;
color:#000000;
padding-left:.8em;
}

.georgia {
font-family:Georgia, "Times New Roman", Times, serif;
}

.verdana {
font-family: Verdana, Arial, Helvetica, sans-serif;
}