/**
 * 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;
}

#center-video {}
#center-video {}

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;
	font-weight: bold;
}
#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; }

#ad,
#register {
	background: #fff;
	border: 3px solid #333;
	border-left-color: #999;
	border-top-color: #999;
	color: #333;
	padding: 0;
	width: 400px;
}
#ad {
	left: 50%;
	top: 50%;
	position: absolute;
	visibility: hidden;
	z-index: 1;
	
}
#ad #reltypes,
#ad #countries,
#ad #languages,
#register #reltypes,
#register #countries,
#register #languages,
#profile #reltypes,
#profile #countries,
#profile #languages {
	width: 150px;
}

h3.notice {
	border: 1px green dotted;
	margin: 10px;
	padding: 10px;
	width: 100%;
}
#footer { border-top: 1px dashed #5f1c09; padding: 15px 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; }

#edit-profile h2 {
	
}
#edit-profile form {
	margin: 10px 0;
}
#edit-profile form div {
	padding: 5px 0;
}
#edit-profile form div label {
	display: block;
}

#retrieve-password h2 {
	
}
#retrieve-password form {
	margin: 10px 0;
}
#retrieve-password form div {
	padding: 5px 0;
}
#retrieve-password form div label {
	display: block;
}

#match-results {
	float: left;
}
#match-results h2 {
	
}

#match-results table {
	width: 680px;
}

#match-results thead {
	background-color: #5f1c09;
	color: #eee;
	padding: 5px;
}

#match-results th {
padding: 5px;
	
}

#match-results tbody {
	
}

#match-results tbody tr.odd td {
	background-color: #eee;
}
#match-results tbody tr.even td {
	
}

#match-results td {
	padding: 5px;
}

#match-form {
	width: 150px;
}
#match-form h2 {
	
}
#match-form form {
	margin: 10px 0;
}
#match-form  form div {
	padding: 3px 0;
}
#match-form form div label {
	padding-right: 2px;
	/*display: inline;*/
	/*width: 50px;*/
	float: left;
}

#match-form form select {
	width: 150px;
}
#match-form form select.ages {
	width: 60px;
}

.error {
	color: red;
}
.ok {
	color: green;
}
#upload_area {}
.clear {
	clear: both;
}
#unobtrusive {
	margin: 0; padding: 0;
}