/*

	Theme Name: WP Theme Code

	Theme URI: http://

    Download URL: http://

	Description: WP Theme Code is a WordPress Ttheme for WP version 2.7.1

	Author: SourceLinkers (source.link@hotmail.com)

	Author URI: http://

		 Light Tan: #f4dfb8
		 Dark Tan: #d7b880
		 Dark Gray: #272727
		 Dark Red: #990000
		 
*/

@charset "UTF-8";
/* CSS Document */



/* text & links */

h1 { font-size: 24px; margin: 0 0 8px 0; font-weight: normal; }

h2 { font-size: 18px; margin: 0 0 5px 0; font-weight: bold; }

h3 { font-size: 16px; margin: 0 0 5px 0; font-weight: normal; }

h4 { font-size: 14px; margin: 0; font-weight: normal; }

/* global attributes */

/*body, a, div, input, textarea { margin: 0; padding: 0; }*/

body{
/*background-color:#666666;*/
   font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-align: center;
   background:#42424b;
   line-height:1.5em;
   
}

#wrap
{
	width:775;
	height:auto;
	background:#FFFFFF;
}

#header
{
	width:770;
	height:210;
	background:url(../images/banner.jpeg) no-repeat;
}

/* Feed icon
	------------------------------------------- */
	.feed { display: block; float: left; padding: 1px 0 1px 20px; min-height: 15px; font-size: 0.8em; background: url(../images/icons.png) no-repeat 0 1px; }

#date
{
	width:770;
	height:20;
}

#left
{
	width:190;
	float:left;
	height:auto;
	background:#FFFFFF;
	

}

#right
{
	width:550;
	float:right;
	height:auto;
	border-left: 1px dotted #cccccc;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #FFFFFF;

	}
		
ul li {
	position: relative;
	}

li ul {
	position: absolute;
	height:30px;
	left: 149px;
	top: 0;
	display: none;
	}

ul li a {
	font-size:10px;
	height:15px;
	width:170px;
	font-weight:bold;
	display: block;
	text-decoration: none;
	color: #432B0F;
	/*background: #FA9D3A; */
	background:#DB9422;
	padding: 3px;
	border: 1px solid #FFFFFF;
	border-bottom:0;
	}

ul li a:hover { text-decoration:none; font-size:10px; background:#FA9D3A; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block; }
li:hover ul { display: block; }


.nav
{
	margin: 0px 0px 0px 0px;
	width:145px;
	height:auto

}

.ad
{
	margin: 40px 0px 0px 0px;
	width:145px;
	height:auto

}

.pic
{
	margin: 10px 0px 40px 0px;
	width:145px;
	height:auto
}


/*Right Column*/
#cat
{
	width:260;
	float:right;
	height:380px;
	border-bottom:1px dotted #cccccc;
	padding: 5px 5px 5px 5px;
	line-height: 1.5em;
	/*border:2px #FF9900 solid;*/
}

#rss
{
	width:auto;
	height:auto;
	margin: 10px 0px 10px 35px;
}


#cattext 
{
	width:265;
	float:right;
	height:380px;
	border-bottom:1px dotted #cccccc;
	/*border:2px #FF9900 solid;*/
}

#content
{
padding: 15px 15px 15px 15px;
}

.heading 
{
text-decoration:underline;
list-style:url(../images/catbullet.jpg);
}

.heading a
{
text-decoration:underline;
list-style:url(../images/catbullet.jpg);
}


.heading ul li
{
font-size:18px;
text-decoration:underline;
list-style:url(../images/catbullet.jpg);
}


#footer
{
	clear:both;
	width:770;
	height:50;
	border-top: 2px dotted #cccccc;
	
}

