/*
	colors:

    background
		#808080		gray
		#CCFF99		light green

	head
		#000031		blue
		#FFA521		orange

	photos
					yellow
					black
		#2B2B2B		grey photo thumb border

	articles
					darkolivegreen
					white
	text
		#FFFFAD		yellow background
		#520052		purple
					darkblue

	clickbank
		#00529B		border dark blue
		#5090CD		border light blue
*/


*
{
	padding: 0;
	margin: 0;
}
body
{
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: small;
	background-color: #CCFF99;
	color: #808080;
}
img
{
	border: 0;
	margin: 0;
	padding: 0;
}

/*-------------
	classes
-------------*/

.addthis_toolbox
{
    float: right;
}
.addthis_toolbox a
{
	border: 1px solid #E2E2CA;
	padding: 1px;
}
.addthis_toolbox a:hover
{
	background-color: #FFA521;
	border: 1px solid #000031;
	color: #000031;
}

.thumb
{
	border: 1px solid #2B2B2B;
	vertical-align: middle;
	margin: 8px 4px 8px 4px;
}
.thumb:hover
{
	background-color: yellow;
}




/*----------
	ids
----------*/

#boxads
{
	width: 14%;
	margin: 1%;
	float: right;
}
#boxads .google
{
	margin-top: 25px;
	text-align: center;
}

#boxarticlefoot
{
	width: 46%;
	position: absolute;
	margin: 1%;
}
#boxarticle
{
	width: 100%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid darkolivegreen;
	float: left;
	background-color: white;
}
#boxarticle a
{
	font-size: small;
}
#boxarticle h1
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Garamond, Georgia, "Times New Roman", serif;
	font-weight: bold;
	padding: 10px;
	font-size: medium;
}

#boxarticlecats
{
	width: 29%;
	float: left;
	color: white;
	background-color: darkolivegreen;
	padding: 2px;
}
#boxarticlecats a:link
{
	text-decoration: none;
	color: white;
}
#boxarticlecats a:visited
{
	color: white;
	text-decoration: none;
}
#boxarticlecats h1
{
	color: white;
}
#boxarticlecats ul
{
	padding-left: 20px;
	list-style-type: square;
	list-style-position: outside;
}
#boxarticlecats ul li a
{
	display: block;
	padding: 2px;
}
#boxarticlecats ul li a:hover
{
	text-decoration: none;
	background-color: white;
	color: darkolivegreen;
}

#boxarticlecats ul ul
{
	visibility: hidden;
	position: absolute;
	border: 1px solid darkolivegreen;
	background-color: #CCFF99;
	left: 15%;
}
#boxarticlecats ul ul li
{
	background-color: #CCFF99;
	color: darkolivegreen;
	clear: both;
}
#boxarticlecats ul ul li a:link
{
	border: 0;
	padding: 2px;
	color: darkolivegreen;
}
#boxarticlecats ul li:hover ul
{
	visibility: visible;
}
#boxarticlecats ul ul li a:hover
{
	background-color: white;
	color: darkolivegreen;
	border: 1px solid darkolivegreen;
	border-left: 0;
	border-right: 0;
}
#boxarticlecats ul ul li a:visited
{
	color: darkolivegreen;
	text-decoration: none;
}


#boxarticlesummary
{
	width: 69%;
	float: right;
	background-color: white;
	color: darkolivegreen;
}
#boxarticlesummary p
{
	background-color: white;
	color: black;
	font-size: small;
}
#boxarticlesummary a
{
	background-color: white;
	color: darkolivegreen;
}
#boxarticlesummary a:link
{
	color: darkolivegreen;
	text-decoration: underline;
}
#boxarticlesummary a:visited
{
	color: purple;
	text-decoration: underline;
}
#boxarticlesummary a:active
{
	text-decoration: underline;
	color: red;
}
#boxarticlesummary a:hover
{
	text-decoration: underline;
	background-color: darkolivegreen;
	color: white;
}
#boxarticlesummary h1
{
	background-color: white;
	color: darkolivegreen;
}
#boxarticlesummary .summary
{
	font-size: small;
	padding: 0 10px 10px 10px;
}
#boxarticlesummary .title
{
	font-size: small;
	padding: 0 10px;
}

#boxlogo
{
	width: 120px;
	top: 0;
	left: 0;
	position: absolute;
}
#boxlogo img
{
	margin: 10px;
}


#boxother
{
	background-color: #FFFFAD;
	color: #520052;
	float: right;
	margin: 1%;
	margin-left: 49%;
	position: absolute;
	width: 33%;
	padding: 5px;
	border: 1px solid darkblue;
}
#boxother h1
{
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	padding: 5px;
	background-color: #FFFFAD;
	color: darkblue;
	font-weight: bold;
	font-size: small;
}
#boxother p
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	padding: 5px;
}
#boxother ul
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	padding-left: 20px;
	list-style-type: square;
	list-style-position: outside;
}
#boxother li
{
}


#boxphoto
{
	background-color: black;
	color: yellow;
	margin: 1%;
	font-family: "Comic Sans MS", Arial, sans-serif;
	text-align: center;
	clear: both;
	padding: 5px;
}
#boxphoto:hover
{
	background-color: black;
}
#boxphoto h1
{
	text-align: left;
	padding: 0;
	font-size: medium;
	font-weight: normal;
}


#footer
{
	text-align: left;
	margin: 1%;
	clear: both;
	float: left;
}
#footer p
{
	padding-top: 20px;
	font-weight: bold;
	color: black;
}


#header
{
	margin: 1%;
	margin-left: 135px;
	padding: 10px 0 0 0;
	padding-bottom: 30px;
}
#header ul
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
#header ul li
{
	display: block;
	float: left;
	text-align: center;
	width: 11.05%;
}
#header ul li a
{
	background-color: #000031;
	color: #FFA521;
	text-decoration: none;
	display: block;
	text-align: center;
	border: 1px solid #FFA521;
	padding: 5px;
}
#header ul li a:hover
{
	color: #000031;
	background-color: #FFA521;
	font-weight: bold;
}

#header a:active,
#header li#active a
{
	background-color: #000031;
	color: #FFA521;
}


#wrapper
{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #CCFF99;
}


.hopfeed_right
{
	background-color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans Serif;
}
.hopfeed_right p
{
	font-weight: bold;
	color: white;
	background-color: #00529B;
	text-align: center;
	padding: 5px;
}
.hopfeed_div
{
	padding: 3px;
	margin: 0px;
	text-align: left;
	background-color: white;
	border: 1px solid #00529B;
}
.hopfeed_ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.hopfeed_li
{
	margin: 0px;
	padding: 0 5px 10px 5px;
	background-color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans Serif;
}
.hopfeed_link a
{
	font-size: 8pt;
	font-weight: bold;
	background-color: white;
	color: #00529B;
}
.hopfeed_link a:hover
{
	color: white;
	background-color: #00529B;
}
.hopfeed_desc
{
	font-size: 8pt;
	color: #5090CD;
	background-color: white;
}


