/* Global */

body, p, div, h1, h2, h3, h4, h5, h6 {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin: 0 auto;
	padding: 0;
	border-spacing: 0;
	display: block;
}

body {
	font-family: 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	background: #000000 url(/images/backwlf.jpg) top center repeat-y;
}

#side_bars {
background:transparent url(/images/sidebars.png) no-repeat scroll 50% -10px;
height: 1000px;
position:absolute;
top:0;
width:100%;
}
a:link,
a:visited,
a:active,
a:visited {
	color: #4a75bb;
	text-decoration: none;
}

img {
	border: 0;
}


#wolf ul { /* Default Unordered List */
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#wolf li { /* Default List Items */
	display: block;
	margin: 0;
	padding: 0;
}

#wolf li a { /* Default Anchors in List Items */
	display: block;
	white-space: nowrap;
	font-size: 11px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center left;
}



/* #wolf - main wrapper, keeps things centered */

#wolf {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

#wolf div.wrapper {
	width: 790px;
	height: 277px;
	margin: 5px auto;
	background: #661b19 url(/images/title.jpg) no-repeat center top;
}
#wolf h1 { /* wolf heading */
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin: 338px 0 0 34px;
	display: block;
	float: left;
	width: auto;
}

#wolf h1 a,
#wolf h1 a:hover,
#wolf h1 a:visited { /* remove any color, or text-decorations */
	color: #ccc;
	text-decoration: none;
}

#wolf ul.welcome { /* AIM, Email, Cell Phone */
	float: right;
	margin: 338px 34px 0 0;
	width: 630px;
}

#wolf ul.welcome li {
	float: left;
}

#wolf ul.welcome li a {
	line-height: 30px;
	margin: 0 0 0 20px;
	padding: 0 0 0 35px;
	color: #ccc;
	clear: both;
}
#wolf ul.welcome li a:hover {
	text-decoration: underline;
}

#wolf div.content {
	clear: both;
	float: left;
	width: 700px;
	margin: 10px 0 0 34px;
	font-size: 13px;
	line-height: 22px;
}

#wolf p {
	clear: both;
	width: 400px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
}

#wolf h2 {
	float: left;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #333;
	width: 280px;
	margin: 10px 0 0 0;
}

#wolf h2 a {
	color: #810;
	text-decoration: none;
}
#wolf h2 a:visited {
	color: #333;
}
#wolf h2 a:hover {
	text-decoration: underline;
}

#wolf h3 {
	float: right;
	clear: right;
	font-family: Geneva, sans-serif;
	display: block;
	line-height: 20px;
	color: #810;
	font-size: 10px;
	padding: 0 0 0 20px;
	width: 100px;
}

#wolf h3.date {
	background: url(icons/date.gif) no-repeat center left;
	margin: 10px 0 0 0;
}
#wolf h3.time {
	background: url(icons/time.gif) no-repeat center left;
}

#wolf p a {
	color: #395a90;
	text-decoration: none;
	border-bottom: 1px dotted #395a90;
}

#wolf p a:visited {
	color: #445;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}

#wolf p a:hover {
	/* color: #810; */
	text-decoration: none;
	border-bottom: 1px solid;
}

#wolf p img.left {
	float: left;
	clear: none;
	padding: 0 7px 3px 0;
	width: 100px;
}



/* .sidebar - right side column */

.sidebar {
	clear: right;
	float: right;
	width: 180px;
	margin: 20px 34px 0 0;
}
.sidebar .top {
	background: transparent url(style/box_top_bg.gif) top;
}
.sidebar .bot {
	background: transparent url(style/box_bot_bg.gif) bottom;
}
.sidebar h5 {
	color: #555;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 15px 6px;
	margin: 0 0 0 0;
}
.sidebar h5 a:link,
.sidebar h5 a:visited,
.sidebar h5 a:hover {
	color: #555;
	text-decoration: none;
}
.sidebar ul {
	width: 180px;
	padding: 0 0 10px 0;
}
.sidebar li a,
.sidebar li a:visited {
	color: #4a75bb; /* a little lighter than #395a90; */
	padding: 0 0 0 25px;
	margin: 0 0 0 15px;
	width: 140px;
	line-height: 24px;
}
.sidebar li a:hover {
	/* color: #810; */
	text-decoration: underline;
}
.sidebar .syndicate li a {
	padding: 0;
}
.sidebar span {
	display: block;
	width: 150px;
	padding: 5px 15px 15px;
	margin: 0 auto;
}
.sidebar span input.query {
	color: #555;
	display: block;
	clear: left;
	float: left;
	width: 120px;
	margin: 0 auto 10px;
	padding: 0;
}
.sidebar span input.button {
	display: block;
	clear: right;
	float: right;
	width: 20px;
	height: 20px;
	margin: 0 auto 10px;
	padding: 0;
}
.sidebar span p {
	display: inline;
	clear: both;
	font-size: .8em;
	line-height: 1.5em;
}

#wolf h6 { /* footer */
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px 0 5px;
	text-align: center;
	/* background: url(style/footer_bg.png) no-repeat bottom center; */
}

