/**
 * Custom search engine for advertising and internet marketing purposes.
 *
 * File: style.css
 * 
 * @author Marko Manninen <mmstud@gmail.com>
 * @copyright Copyright (c) 2009-2010 Marko Manninen
 * @license LGPL - GNU Lesser Public License
 */

body { font: 12px Arial, Helvetica, Sans-Serif; margin: 0px; }
body * { margin: 0px; padding: 0px; }

/* basic header bg */
#header { background: url(headerbg.gif) repeat-x; }
#header { overflow: hidden; height: 100%; }
/* custom header bgimage */
#header-in { padding: 0px; position: relative; margin: 0px auto; height: 90px; background: url(headerimg.jpg) no-repeat 3px 6px;}
#header-in .title { margin: 0px; padding: 15px 10px 5px 10px; width: 590px; float: left; }
#header-in .title a { text-decoration: none; font-family: Georgia, "Times New Roman", Times, serif; font-size: 33px; font-weight: normal; margin: 0px; padding: 0px; }
#header-in .description { clear: both; font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; font-weight: bold; margin: 0px; padding: 0px 10px 4px 15px; width: 850px; }
#header-in .title a { color: #e8e5cc; }
#header-in .title a:hover { color: #FFF; }
#header-in .description { color: #d27318; }

#container { width: 940px; text-align: left; padding: 0px 10px; }
#content { padding: 14px 15px 20px 22px; }
.sidebar-block { overflow: hidden; height: 100%; margin-bottom: 15px; }

h1 { display: none; }
h2 { font-size: 14px; }
div.directory-listing { width: 155px; float: left; font-size: 12px; border: 0px solid #333; }
h2#directory-listing-heading { margin: 10px 8px 10px 4px; font-size: 18px; }

div.subpages p { padding: 10px 0 0 0; }
div.subpages h3 { margin: 10px 0 0 0; }
div.subpages ul, div.subpages ol { margin: 5px 0 5px 20px; }

a.pager {
	width: 20px; height: 20px; padding: 2px; line-height: 20px; margin: 5px; background-color: yellow;
}
#content {
	background-color: white;
	vertical-align: top;
}
#container {
	margin: 0; border-collapse: collapse; margin: 0; padding: 0; border: 0;
}
#searchbar {
	padding: 10px;
	background-color: white;
}
#searchbar input {
	font-family: Verdana, sans-serif;
	font-size: 16px;
}
.sidebartitles {
	margin: 0 0 2px 0px;
	text-decoration: underline;
	font-size: 12px;
	font-family: arial, sans-serif;
}
#pager {
	margin: 0 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
}
.result {
	margin: 15px 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
}
.result-url { font-size: 10px; }
.result a { font-weight: bold; }
.result-description {}

td.sidebars {
	vertical-align: top; width: 175px; padding: 10px; font-size: 11px;
}
a.sidebarlinks {
	padding: 1px 0; margin-left: 5px; display: block; text-decoration: underline;
}
span.sidebarlinks {
	padding: 1px 0; margin-left: 5px; display: block; color: inherit;
}
span.sidebarlinks:hover {
	color: inherit;
}

#footer { padding: 20px 0px 10px 0px; text-align: center; height: 25px; clear: both; font-size: 11px; width: 940px; }
#footer-wrap { width: 940px; margin: 0px auto; }
#footer { color: #787878; }

.copyright a { color: #787878; }
.copyright a:hover { color: #000; }

div#footer-wrap {
	width: 99%;
}
div#menus {
	border-bottom: 1px #FFF solid;
}
div#menus ul {
	margin: 0; padding: 0;
}
div#menus li {
	margin: 0; padding: 0;
}
div#menus #menu {
	width: 100%;
	height: 25px;
	list-style: none;
	background-color: #333;
	color: #FFF;
}
div#menus #menu li {
	border-right: 1px #FFF solid;
	background-color: #333;
	float: left;
	white-space: nowrap;
}
div#menus li a,
div#menus li a:link,
div#menus li a:active,
div#menus li a:focus,
div#menus li a:visited {
	margin: 0; padding: 5px 16px;
	display: block;
	color: #FFF;
	text-decoration:none;
}
div#menus li a:hover {
	background-color: #5f1c09;
}
div#menus li#selected-menu a {
	background-color: #5f1c09;
}
div#featured-article,
div#featured-users {
	padding: 10px;
}
div#searchbar {
	padding:  10px;
}
div#center-video {
	padding: 0 10px 0 0;
}
div.center-ad {
	padding:  0 0 0 10px;
}
.clear {
	clear: both;
}
#articles {
	padding: 15px;
}
#articles .ratingText {display: none;}
#about-us,
#contact-us,
#privacy-policy,
#chat-page,
#terms-of-use {
	padding: 15px;
	font-size: 13px;
}
.more {
	text-align: right;
}
.result h2 {
	padding-left: 21px;
	background: transparent url(http://www.exactmatch.info/media/arrow_right.gif) 3px 5px no-repeat;
	height: 16px;
	overflow: hidden;
}
#content {margin: 0;padding:0px;}
#header {margin-bottom:1px;}
#ad {
	background: #fff ;
	border: 3px solid #333;
	border-left-color: #999;
	border-top-color: #999;
	color: #333; 
	padding: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	visibility: hidden;
	z-index: 1;
}
.sidebartitles {font-weight: bold;}
#search-results {
	padding: 0 10px;
}
.result {
	background-color: #f8f8f8;
	width: 500px;
	overflow: hidden;
}