/* 
 * colorgenerator.net main style
 * Author: Studio Primus
 */


/* general */
body {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #888;
	background-color: #f6f6f6;
	font-size: 62.5%;
}
a {
	color: #ff850c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3 {
	color: #0faacb;
}
h1 {
	font-size: 5.0em;
	word-spacing: -0.95em;
	float: left;
}
h2 {
	font-size: 1.83em;
	margin: 0.3em 0;
	word-spacing: -0.3em;
}
#container {
	width: 890px;
	margin: 0 auto;
	padding-top: 20px;
}
.spacer {
	clear: both;
	width: 100%;
	height: 0;
}
img {
	border: none;
}

/* main win */
#main {
	background: url(img/main_bg.gif) repeat-y 0 0;
}
#main_top {
	background: url(img/main_top.gif) no-repeat 0 0;
}
#main_bottom {
	background: url(img/main_bot.gif) no-repeat left bottom;
	padding: 20px;
	padding-right: 0;
}

/* content */
#main p {
	margin: 0.8em 0;
}
#test h2 {
	
}
.content {
	width: 704px;
	font-size: 1.2em;
	line-height: 1.8em;
}
.holder {
	margin-bottom: 3em;
}
#test {
	float: right;
	width: 330px;
}
.test_text {
	color: #ff0000;
	padding-top: 10px;
}
.test_h1 {
	font-size: 32px;
	line-height: 40px;
}
.test_h2 {
	font-size: 24px;
	line-height: 32px;
}
.test_h3 {
	font-size: 18px;
	line-height: 24px;
}
.content ul {
	margin: 0.5em 0;
	list-style: disc;
}
.content ul li {
	margin-left: 2em;
}
.content ul li ul {
	margin-left: 1em;
	list-style: circle;
}
#gator {
	float: left;
	padding-right: 20px;
	width: 300px;
}


/* main menu */
#main_menu {
	float: right;
	padding-top: 30px;
	padding-right: 160px;
}
#main_menu ul li {
	display: block;
	float: left;
	padding: 5px 10px;
	font-size: 1.2em;
}
#main_menu ul li a {
	color: #b8b8b9;
	text-decoration: none;
}
#main_menu ul li a:hover {
	color: #ff850c;
	text-decoration: underline;
}

/* sharing */
#sharing {
	float: right;
	width: 67px;
	background: url(img/sharing.gif) no-repeat top right;
	padding: 25px 70px 0 0;
}
#sharing img {
	padding-bottom: 7px;
}
#addthis {
	float: right;
	line-height: 1.1em;
}
#addthis a {
	color: #666;
	font-weight: 700;
}

/* footer */
#footer {
	text-align: center;
	width: 744px;
	margin: 5px auto;
	padding-right: 146px;
	line-height: 1.3em;
}

