/**
 * Custom search engine for advertising and internet marketing purposes.
 *
 * File: style.css
 * 
 * @author Marko Manninen <mmstud@gmail.com>
 * @copyright Copyright (c) 2009 Marko Manninen
 * @license LGPL - GNU Lesser Public License
 */

body { font: 12px Arial, Helvetica, Sans-Serif; margin: 0px; }
body * { margin: 0px; padding: 0px; }

#header { background: url(headerbg.gif) repeat-x; }
#header { overflow: hidden; height: 100%; }
#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 12px; 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; }

#random-image {
	float: right;
	width: 240px;
	height: 240px;
	border: 1px #666 solid;
	margin: 0px;
	padding: 2px;
}

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;
	/*height: 22px;
	padding: 2px;
	margin: 0;*/
}
.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; }