/*
# ########################################################################################################################################
# Project:     PHPLinkDirectory: Version 2.2.0
#
# **********************************************************************
# Copyright (C) 2004-2008 NetCreated, Inc. (http://www.netcreated.com/)
#
# **********************************************************************
#
# By using the software you agree to the terms:
# You may not redistribute, sell or otherwise share this software in whole or in part without the consent of the 
# the ownership of PHP Link Directory. Please contact david@david-duval.com if you need more information.
# You agree to retain a link back to http://www.phplinkdirectory.com/ on all pages of your directory.
# If you wish to remove the link from the footer of the pages, You must purchase a license to do so. The license 
# is $50.00 USD and purchase can be arranged by emailing help@phplinkdirectory.com .
# Removal of the link back without license purchase may be cause for permanent removal of permission to use this 
# script.
# In some cases, users may be required to agree to changes in the software license before receiving updates to the software.
# For questions, help, comments, discussion, etc., please join the
# PHP Link Directory Forum http://www.phplinkdirectory.com/forum/
#
# @link           http://www.phplinkdirectory.com/
# @copyright      2004-2008 NetCreated, Inc. (http://www.netcreated.com/)
# @projectManager David DuVal <david@david-duval.com>
# @package        PHPLinkDirectory
# ########################################################################################################################################
*/

/* 
Author: PHPLDTemplates.com
Templates: PHPLD V2-2
URL: http://www.phpldtemplates.com
Free PHPLD Template available: http://www.phpldtemplates.com/freephpld.php
*/
body {
	background:#000000;
	font-family: Arial,Verdana, Tahoma,  sans-serif;
	font-size: 8pt;
	margin: 0; padding: 0;
}
#wrapper {
	width:780px;
	background:#FFFFFF;
    padding: 5px 10px 15px 10px;
	margin: 0 auto;
}

/* Header */
#header {
	width: 100%;
	height: 100px;	
	background:#4fa9c4;	
}
#header-left{
	float:left;
}
#header-right{
	float:right;
	text-align:right;
	padding: 0px;
}
#h-border-left{
	display:block;
	float:left;
	background: url(images/header-left.gif);
	height:100px;
	width:5px;
}
#logo{
	display:block;
	float:left;
	background: url(images/logo.gif);
	height:100px;
	width:367px;
}

/* Navigation bar */
#nav{

}

#btn-home{
	display:block;
	float:left;
	background: url(images/btn-home.gif);
	height:100px;
	width:81px;
}
#btn-addurl {
	display:block;
	float:left;	
	background: url(images/btn-addurl.gif);
	height:100px;
	width:81px;
}
#btn-latestlinks {
	display:block;
	float:left;	
	background: url(images/btn-latestlinks.gif);
	height:100px;
	width:81px;
}
#btn-tophits {
	display:block;
	float:left;	
	background: url(images/btn-tophits.gif);
	height:100px;
	width:84px;
}
#btn-aboutus {
	display:block;
	float:left;	
	background: url(images/btn-aboutus.gif);
	height:30px;
	width:42px;	
}
#btn-contact {
	display:block;
	float:left;	
	background: url(images/btn-contact.gif);
	height:30px;
	width:42px;	
}

/* Path Bar */
#trail {
	width: 100%;
	height: 30px;	
	background: #fbd95c url(images/trail-bg.gif);
}

#trail-left{
	float:left;
	color:#5e5e5e;
	font-weight:bold;
	font-size:9pt;
	font-style:italic;
	width:676px;		
	height:21px;
	padding: 9px 10px 0 10px;	
}
#trail-right{
	float:right;
	text-align:right;
	padding: 0px;
}
#trail-left a {
	color:#5e5e5e;
	text-decoration:none;
}
#trail-left a:hover {
	text-decoration:underline;
}

/* main */
#contentwrapper {
    padding: 0 10px;
	margin: 0;
}
#main {
	margin-right: 185px;
    padding: 5px 0px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/ 
* html #right {
	margin-left: 5px;
  } 
* html #main {
	height: 1%;
	margin-right: 0;
  } 
/* End hide from IE5/mac */

/* Banner */
.banner {
	padding: 5px 0;
	text-align:center;
}
#right {
	float : right;
	margin:0px;
	width:180px;	
}

/* Sidebar */
.sidebar-top {
	background:#fbd95e url(images/sidebar-top.gif);
	margin: 5px 0 0 0;
	padding:7px 0 2px 0px;
	height:17px;
	color:#5e5e5e;
	text-align:center;
	font-weight:bold;
}
.sidebar-bg {
	width:178px;	
	color:#5e5e5e;
	background-color:#f0f0f0;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;		
	font-size:9pt;
	padding: 0px;
	margin: 0;
}
.sidebar-bg a{
	color:#5e5e5e;
	text-decoration:none;
}
.sidebar-bg a:hover {
	text-decoration:underline;
}
.sidebar-bottom{
	background-image:url(images/sidebar-bottom.gif);
	height:11px;
}
.scontent{
	padding:5px 5px 5px 15px ;
}
.scontent2{
	padding:5px;
	text-align:center;
}
img.validator {
	border:0px;
}

/* Search Box */
.searchbox {
	padding:5px 10px;
	text-align:right;
}
.searchtext {
	font-size: 8pt;
	margin: 0;
	color:#333333;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
.btn-search {
	background-image:url(images/btn-search.gif);
	width:75px;
	height:22px;
	border : 0;
	border-style : none;	
	cursor:pointer;	
}
/* Categories */
#category-bar{
	background: #fbd95e url(images/category-bg.gif);
	margin:5px 0 0 0;
	padding:0;
  	width:570px;	
	text-align:right;
	height:26px;		
}
.cats {
  	width:570px;	
  	margin: 0 auto;
}
.cats a {
	color:#1e67a3;
	text-decoration:none;
}
.cats a:hover {
	text-decoration:underline;
}
.subcats {
	margin: 0px 15px 7px 0px;
	padding: 0px 0px 0px 20px;
	font-size:7pt;
	color:#5e5e5e;
}
.subcats a {
	color:#5e5e5e;
	text-decoration:none;
}
.subcats a:hover{
	text-decoration:underline;
}
.count {
   color: #6f6f6f;
   font-size: 8pt;
   font-weight: normal;
}


/* Link Page */
img.thumb{
	border: 1px solid #888;
	width: 102px;
	height: 80px;
	margin: 3px;
	padding: 0px;
	float:left;
}
.linkdesc{
	margin-left:115px;
}
hr {
	border : 1px dashed #dcdcdc;
	width : 97%;
}
.small, .small a {
	padding: 5px;
	margin: 0px;
	color: #5e5e5e;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #1e67a3;
}

/* featured */
#featured-bar{
	background:	#4fa9c4 url(images/featured-bg.gif);
	margin:5px 0 0 0;
	padding:0;
  	width:570px;	
	text-align:right;
	height:26px;		
}
.featlink {
  	width:570px;	
	background:#c5e8fa url(images/featured-bg2.gif);	
	border-left: 1px solid #8fb9d0;
	border-right: 1px solid #8fb9d0;
	border-bottom: 1px solid #8fb9d0;
	padding:0;
	margin: 0px;
}
.featlink a {
	color:#1e67a3;
	font-weight:bold;
	text-decoration:none;	  
}
.featlink a:hover {
	text-decoration:underline;  
}
.featurl{
   color: #333333;
   font-weight:bold;
}

/* regular */
#regular-bar{
	background: #fbd95e url(images/regular-bg.gif);
	margin:5px 0 0 0;
	padding:0;
  	width:570px;	
	text-align:right;
	height:26px;		
}
.reglink {
  	width:570px;	
	border-left: 1px dashed #bdc1a3;
	border-right: 1px dashed #bdc1a3;	
	border-bottom: 1px dashed #bdc1a3; 
	padding:0;
	margin: 0px;
}
.reglink a {
	color:#333333;
	font-weight:bold;	
	text-decoration:none;
}
.reglink a:hover {
	text-decoration:underline;  
}
.url {
   color: #666666;
   font-weight:bold;   
}


/* footer */
#footerright {
	width: 780px;
	background-image:url(images/footer-right.gif);	
	background-position:right;
	background-repeat:no-repeat;
	margin: 10px 0 0 0;
	padding: 0;	
}
#footerleft {
	width: 780px;
	background-image:url(images/footer-left.gif);		
	background-position:left;	
	background-repeat:no-repeat;	
	margin: 0;
	padding:0;	
}
#footer {
	height: 45px;
	background: #fbd95c repeat-x url(images/footer-bg.gif);
	text-align:center;
	margin:0 5px ;
	padding-top:5px;
	color:#5e5e5e;
	font-size:8pt;
	font-weight:bold;
}
#footer a {
	color: #5e5e5e;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.navig, .paging-info {
	font-style: italic;
	color:#5e5e5e;
	font-weight:bold;   
}
.paging-links, .paging-info {
	text-align:right; 
}
.paging-links, .paging-links a, .navig a{
	color:#1e67a3;
	text-decoration:none;
	font-weight:bold;
}
.paging-links a:hover, .navig a:hover{
	text-decoration:underline;
}

/* General */
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Category, articles search page */
.list{
	width:100%;
	color:#5e5e5e;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
.list a{
	color:#1e67a3;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
.list a:hover{text-decoration:underline;}
.list p{
	color:#5e5e5e;
	font-weight:normal;
	font-size:8pt;
	padding: 0 0 7px 0;
	margin: 0;
}

/* Formpage */
select {
   font-size: 8pt;
   color: #5e5e5e;
   border: 1px solid #5e74b3;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
table.formPage {
	width:100%;
	border: 0px solid #A0A0A0;
}
table.formPage a{
	color:#1e67a3;
	font-weight:bold;
}
td.err {
	padding: 0px;
	color: #FF0000;
	background: #FFEDED;
	border: 0px solid #A0A0A0;
	text-align: left;
}
td.msg {
	padding: 0px;
	color: #0000FF;
	background: #EDF3FF;
	border: 0px solid #A0A0A0;
	text-align: left;
}
div.errForm, span.errForm {
	margin: 0px 0 0px 2px;
	padding: 0px;
	color: #FF0000;
	background: #FFFFF3;
	font-size:7pt;
}
.label {
  	text-align: right;
  	font-weight:bold;
	width:25%;
}
.field {
	width:75%;
	color: #5e5e5e;
}
span.req {
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}
.text {
	font-size: 8pt;
	margin:0px;
	padding:0px 2px;	
}
input.text {
	color: #5e5e5e;
	padding:0px 2px;		
	border: 1px solid #5e74b3;
}
textarea.text {
	font-size: 8pt;
	color: #5e5e5e;
	border: 1px solid #5e74b3;
}
.limit_field {
	border: 0 solid transparent;
	border-width:0;
}
.captcha {
	border: 1px solid #5e74b3;
	margin-top: 10px;
}
.buttons {
	border-top: 1px solid #A0A0A0;
	text-align: center;
}
.btn {
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #5e5e5e;
	background-color: #1e67a3;/*#FFCC33;*/
	cursor: pointer;
	height: 17px;
	color:#FFFFFF;
	margin-top: 2px;
}

/* Price Table */
.price {
	border: 0px solid #A0A0A0;
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}

/* Default+ */
h4 {
	padding: 0;
	margin: 0;
}
.smallDesc {
	color: #5e5e5e;
	font-size: 7pt;
	font-weight:normal;
	margin:0;
	padding:0;
}
.searchpaging a {
	color:#1e67a3;
	font-weight:bold;
	text-decoration:none;
}
.searchpaging a:hover{
	text-decoration:underline;
}

/* Default */
.c {
	float: left;
}
.cr {
	clear: left;
}
td {
	vertical-align: top;
	padding: 0 3px;
}
h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}
h2 {
	font-size: 9pt;
	margin: 0px 10px 0px 10px;
	padding: 0;
}
h3 {
	color: #1e67a3;
	font-size: 9pt;
	font-style:italic;
	padding: 0;
	border-bottom: 1px dashed #A0A0A0;
}
#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}
#links a {
	font-size: 9pt;
}
#links p {
   margin: 0 0 7px 0;
}

#path {
	margin-top: 2px;
	padding: 3px;
	background: #D9E8F9;
	line-height: 19px;
	border-top: 1px solid #5e74b3;
}
.submit {
	float: right;
	vertical-align: bottom;
}
#user-bar {
	clear:both;
	width:20%;
	margin:0 0 0 auto;
	padding:3px;
	background:#D9E8F9;
	line-height:19px;
	text-align:right;
}
div.pr {
	font-size: 6pt;
	color: #5e5e5e;
}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}