/*  
HappyMatch.net
*/

/* --------------------------------- */
/* ------------- Do It ------------- */
/* --------------------------------- */

* {
	padding: 0px;
	margin: 0px;
	}

body {
	background: #FFFFFF;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	line-height: 18px;
	font-size: 82.5%;
	}

a, a:link, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
	}

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

p {
	margin-bottom: 14px;
	}

p.no-margin {
	margin-bottom: 0;
	}

ul, ol {
	margin: 0 0 14px 30px;
	}

li {
	padding-top: ;
	list-style: square;
	}

#left {
	
	}

#right {
	
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

img.left {
	float: left;
	}

img.right {
	float: left;
	}

img {
	border: 0;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	}

#clear {
	clear: both;
	}

/* ------------------------------------- */
/* ------------- Structure ------------- */
/* ------------------------------------- */

/* ------------- Container ------------- */

#container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	}

/* ------------- Header ------------- */

#header {
	background: #FFFFFF url("images/logo-bg.gif") repeat-x;
	width: 100%;
	height: 158px;
	margin-top: 10px;
	}

#logo {
	width: 778px;
	height: 158px;
	margin: 0 auto;
	}

/* ------------- Content ------------- */

#content {
	width: 778px;
	height: auto;
	margin: 20px auto 0 auto;
	}

/* ------------- Copy ------------- */

#copy {
	width: 458px;
	float: left;
	margin-right: 0;
	}

	#copy-wide {
		width: 778px;
		float: left;
		margin-right: 0;
		}
	
h1 {
	padding-bottom: 14px;
	font-size: 1.2em;
	color: #CC0000;
	}

	.pick {
		margin: 0 10px 10px 0;
		}

#headline-inside {
	margin: 16px 0 0 0;
	}

	h1.inside {
		padding: 15px 0 13px 0;
		border-top: 1px solid #999999;
		}

#headline {
	margin: 16px 0 17px 0;
	}

	#headline h2 {
		font-size: 1.4em;
		color: #0011A8;
		padding: 17px 0 18px 0;
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		}
	
		a.geo, a.geo:link, a.geo:active, a.geo:visited {
			color: #CC0000;
			text-decoration: none;
			}
		
		a.geo:hover {
			color: #CC0000;
			text-decoration: none;
			}

#profiles {
	margin-top: 19px;
	}

		.profile-pad {
			padding-right: 3px;
			}

		.profile-pad-w {
			padding-right: 4px;
			}
	
h4 {
	padding-bottom: 14px;
	font-size: 1.2em;
	color: #CC0000;
	}
	
a.blue-link, a.blue-link:link, a.blue-link:active, a.blue-link:visited {
	color: #0000FF;
	text-decoration: underline;
	}

a.blue-link:hover {
	color: #0000FF;
	text-decoration: underline;
	}

#review-divider {
	margin-bottom: 17px;
	padding-bottom: 2px;
	border-bottom: 1px solid #999999;
	}

/* ------------- Button ------------- */

#button {
	float: left;
	width: ;
	margin: 2px 0 2px 0;
	height: 118px;
	}

/* ************* Sidebar ************* */

#sidebar {
	width: 300px;
	float: right;
	line-height: 1.5em;
	display: inline;
	font-size: 0.75em;
	padding-bottom: 20px;
	}

/* ************* AFF Search ************* */

#searchtable {
	color: #333333;
	width: 288px;
	border: 1px solid #CC0000;
	padding: 5px;
	background-color: #EBEABB;
	}

#searchtable select {
	font-size: 1.0em;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	width: 284px;
	padding: 1px;
	}

#searchtable input {
	font-size: 1.0em;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	width: auto;
	padding: 1px;
	}

#searchtable .searchbutton {
	font-size: 1.0em;	
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	border: 1px solid #000000;
	width: 284px;
	font-weight: bold;
	background-color: #CC0000;
	}

#searchtable .titles {
	color: #151A23;
	}

/* ------------- Footer ------------- */

#footer {
	width: 100%;
	height: auto;
	border-top: 1px solid #999999;
	clear: both;
	margin: 0 auto;
	}

	#footer .bot-nav {
		margin: 16px auto 0 auto;
		width: 778px;
		text-align: left;
		}
	
		#footer a, #footer a:link, #footer a:active, #footer a:visited {
			font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
			font-size: 1.1em;
			text-decoration: none;
			font-weight: bold;
			}
		
		#footer a:hover {
			color: #000000;
			text-decoration: underline;
			}

.copyright {
	font-size: 82.5%;
	}