/*-----------------------------------------------------------------------------
style.css

version:   1
author:    Muhammad Haris
email:     isharis@gmail.com
website:   http://www.mharis.net
created: October 25 2007
last modified: November 12 2007

TABLE OF CONTENTS:
-----------------

=general - General CSS Elements
=topHead - Top header
=header - Header
=navigation - Navigation
=content - Content elements
=sidebar - Sidebar elements
=footer - Footer items

-----------------------------------------------------------------------------*/

/* =general */


*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #d4d4c8;
	font-family: Arial;
	text-align: center;
}

#container
{
	width: 959px;
	margin: 0 auto;
}

p
{
	font-size: 12px;
	color: #343434;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

p a
{
	font-weight: bold;
	color: #343434;
}

p.error
{
	color: #FF0000;
}

br
{
	clear: both;
}

.pager a
{
	font-weight: bold; font-size: 12px;
	color: #343434;
}

/* =topHead */

#topHead
{
	background: #303030 url('../images/topNavBg.gif');
	height: 43px;
}

#topHead input
{
	float: left;
	font-size: 12px; font-weight: bold;
	height: 14px; width: 192px;
	padding-top: 5px; padding-bottom: 5px; padding-left: 15px;
	background: #efefef; color: #828282;
	border: 2px solid #848484;
	margin-top: 6px; margin-left: 70px;
}

#topHead ul
{
	margin-top: 8px;
	float: right;
	list-style: none;
	margin-right: 70px;
}

#topHead li
{
	float: left;
	font-size: 12px;
	padding-left: 15px;
	width: 89px; height: 23px;
}

#topHead li a
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 23px;
}

#topHead li a:hover
{
	background: #B70000 url('../images/topHeadRollover.gif');
}

/* =header */

#header
{
	float: left;
	border: 0px;
	margin-left: 70px; margin-bottom: 10px; margin-top: 10px;
}


/* =navigation */

#navigation
{
	margin-bottom: 0; padding-left: 70px;
	background: #e7e7de;
	list-style: none;
	border-top: 1px dotted #f30808;
	height: 37px; line-height: 30px;
}

#navigation li
{
	float: left;
	display: inline;
	font-size: 12px;
}

#navigation li span
{
	position: relative;
	top: 6px;
	font-size: 24px;
	font-style: italic;
	color: #818181;
	margin-right: 10px;
}

#navigation li a
{
	color: #303030;
	margin-right: 10px;
}

#navigation li a:hover
{
	color: #880101;
}

#linkunit
{
	margin-bottom: 10px; padding-left: 70px;
	background: #e7e7de;
	list-style: none;
	border-bottom: 1px dotted #f30808;
	height: 20px; line-height: 30px;
}


#wrapper
{
	background: #e6e6dd;
	overflow: hidden;
	width: 100%;
}


/* =content */

#wrapper #content
{
	float: left;
}

#content .contentBlock
{
	width: 568px;
	background: #ffffff;
	text-align: left;
	margin-left: 70px; margin-top: 10px; margin-bottom: 10px;
	padding-top: 30px; padding-bottom: 20px; padding-left: 22px; padding-right: 22px;
	position: relative;
}

#content .contentBlock h2
{
	font-size: 18px; font-weight: normal;
	color: #750000;
	border-bottom: 1px solid #e19494;
	padding-bottom: 10px;
	margin-bottom: 18px;
}


#content .contentBlock ul
{
	list-style: none;
}

#content .contentBlock li
{
	font-size: 12px;
}

#content .contentBlock li a
{
	display: block;
	color: #464646;
	text-decoration: none;
	height: 28px;
	width: 50%;
	line-height: 28px;
	padding-left: 16px;
}

#content .contentBlock li a:hover
{
	background: #740000 url('../images/hyperlink.gif') no-repeat right;
	color: #ffffff;
}

#content .contentBlock #mainList
{
	list-style: none;
}

#content #mainList li
{
	position: relative;
	font-size: 12px;
	margin-bottom: 20px;
}

#content #mainList li a
{
	display: block;
	width: 548px; height: 23px; line-height: 23px;
	background: #414141 url('../images/normalStateMainList.gif');
	color: #ffffff;
	padding-left: 15px;
	text-decoration: none;
}

#content #mainList li a:hover
{
	background: #6e0000 url('../images/rolloverStateMainList.gif');
}

#content #mainList li span.hits
{
	position: absolute;
	left: 390px;
}

#content #mainList li span.age
{
	position: absolute;
	left: 470px;
}

#content p
{
	margin-top: 10px;
}

#content .text
{
	position: absolute;
	left: 200px;
	width: 150px;
}

#content select
{
	position: absolute;
	left: 200px;
	width: 150px;
}

#content .button
{
	margin-top: 10px;
}

/* =sidebar */

#sidebar
{
	width: 202px;
	margin-right: 67px; margin-top: 10px;
	float: right;
}

#sidebar .contentBlock
{
	width: 158px;
	background: #ffffff;
	text-align: left;
	padding-top: 30px; padding-bottom: 20px; padding-left: 22px; padding-right: 22px;
}

#sidebar .contentBlock h2
{
	font-size: 18px; font-weight: normal;
	color: #750000;
	border-bottom: 1px solid #e19494;
	padding-bottom: 10px;
	margin-bottom: 18px;
}

#sidebar .contentBlock ul
{
	list-style: none;
}

#sidebar .contentBlock li
{
	font-size: 12px;
}

#sidebar .contentBlock li a
{
	display: block;
	color: #464646;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	padding-left: 4px;
}

#sidebar .contentBlock li a:hover
{
	background: #740000 url('../images/hyperlink.gif') no-repeat right;
	color: #ffffff;
}

/* =footer */

.footer
{
	margin-top: 25px; margin-bottom: 25px;
}
