/*  
Theme Name: AntiAbuse Theme 1
Theme URI: http://www.anti-abuse.org
Description: Get More Free Wordpress Themes By Visiting <a href="http://www.amazingwordpressthemes.com">Wordpress Theme</a>
Version: 1.0
Author: Peter Dimov
Author URI: http://www.anti-abuse.org/

	This theme was designed and built by Peter Dimov.

	The CSS, XHTML and design is released under Creative Commons Attribution 2.5:
	http://creativecommons.org/licenses/by/2.5/

*/

body  {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #333333 ;
	margin: 0px;
	color: #242424;
	padding: 0px 0px 0px;
}

#header {
	background: url(images/headerbg.gif) no-repeat;
	width: 970px;
	height: 150px;
	position: relative;
	text-align:left;
}

#topbar {
	background: url(images/topbar.gif) no-repeat;
	width: 1002px;
	height: 40px;
	position: relative;
	text-align:left;
}

#title
color: white;
font-family: "Trebuchet MS", Tahoma, Arial;
font-size: 1.71em;
}

#title a {
font-family: "Trebuchet MS", Tahoma, Arial;
font-size: 2.51em;
color: white;
}

#title a:hover {
font-family: "Trebuchet MS", Tahoma, Arial;
font-size: 2.51em;
color: white;
}

#title .t1 {
font-family: "Trebuchet MS", Tahoma, Arial;
font-size: 2.51em;
color: white;
padding-top: 10px;
padding-left: 20px;
}

#title .t1:hover {
font-family: "Trebuchet MS", Tahoma, Arial;
font-size: 2.51em;
color: silver;
}

#subtitle {
color: silver;
font-family: "Trebuchet MS", Tahoma, Arial;
font-size: 13px;
padding-left: 20px;
}

#topborder {
width: 970px;
height: 20px;
position: relative;
background: url(images/topborder.gif) no-repeat;
}

#content {
width: 970px;
position: relative;
background: url(images/contentbg.gif) repeat-y;
}

#footerbgr {
width: 970px;
height: 130px;
position: relative;
background: url(images/footerbgr.gif) no-repeat;
}

#footer_text {
text-align: left; padding: 20px; float: right; color: white;
}

#footer_text a {
color: white;
font-weight: bold;
}


#footer_text a:hover {
color: white;
font-weight: bold;
text-decoration: underline;
}

#page {
	margin: 0px auto ;
	width: 1008px;
}

/* Navigation */

#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	top: 11px;
	padding-left: 16px;
}

#nav li {
	float: left;
	margin-left: 0px;
}

#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}

#nav .page_item a{
position: relative;
z-index: 30;
height: 40px;
padding:10px 10px 10px 10px;
border-right: 1px solid #000000;
font-family: "Trebuchet MS", Tahoma, Arial;
font-size: 15px;
font-weight:bold;
text-decoration:none;
color: white;
}

#nav .page_item a:hover {
position: relative;
z-index: 30;
height: 40px;
padding:10px 10px 10px 10px;
background:#CC3300;
border-right: 1px solid green;
font-family: "Trebuchet MS", Tahoma, Arial;
font-size: 15px;
color: white;
text-decoration:underline;
font-weight:bold;
}

/* sidebar */
#sidebar {
	width: 220px;
	color: #666666;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #495233;
	margin: 15px 0px 0px;
border-bottom: 1px solid #242424;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0px 15px 0px 0px;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
padding-left: 20px;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px  2px 0px;
/*	border-bottom: 1px solid #dceeb7; */
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

/* Search From */
#searchform {
	padding-left: 0px;
	margin: 15px 0 0;
}
#searchform br {
 /* display: none; */
 height: 5px;
}
#searchform #s {
	border:1px solid #203346;
	width: 150px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/btn-bg.gif) no-repeat;
	border: 1px solid green;
	width: 70px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* Posts Styles */

a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted gray;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}

h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}

form {
	margin:0px;
	padding:0px;
}


/**********************/

.post {
	float:left;
	clear:both;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	float:left;
	width: 710px;
	padding-right: 20px;
	text-align:justify;
}
.post-cat {
	padding-left: 3px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	padding-right: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
	padding-right: 20px;
	text-align:justify;
}


/* comments area */
#comments, #respond {
border-bottom: 1px dotted #CCCCCC;
	padding: 10px 10px 10px 10px;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-right: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 485px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:745px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:0px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;
 font-size:11px;text-decoration:none; 
 color:White;
 width:138px;
 height:30px;
 border:1px solid #000;
 border-width:1px 1px 1px 1px;
 background:#ff9900;
 padding-left:6px;
 padding-right:4px;
 line-height:29px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#ff9900 url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#663300 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#663300 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ff9900;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#663300;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;
 position:absolute;
 height:0;top:31px;
 left:0; width:149px;
 border-top:1px solid #000;}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#ff9900;
 color:White; height:auto; line-height:1em;
 padding:5px 10px; width:128px;
 border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:White; background:#663300;}
.menu :hover > a, .menu ul ul :hover > a {color:White; background:#663300;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: White;
  background: #663300;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: White;
  font-weight: bold;
  background: #663300;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background:#ff9900;
}

.menu ul .current_page_item ul a:hover {
  background: #663300;
}

.menu .current_page_item a:hover {
  background: #663300;
}