/*  
Theme Name: Dawes County Crimestoppers
Theme URI: http://www.dawescountycrimestoppers.com/
Description: The default design and layout for Dawes County Crimestoppers.
Version: 1.1
Author: Brock Mittleider, Web Catalysts
Author URI: http://www.webcatalysts.com/

	This theme was designed and built for Cheyenne Ridge Outfitters & Lodge,
	whose Web site you can visit at http://www.cheyenneridge.com
*/

/*
Color Scheme:
	COLOR CODE		COLOR			USE
	#323232			Dark Grey		Body Background
	#242524			Dark Grey 2		Sidebar Background
	#ED520B			Orange			Links (hover) Trim, Bullets			
*/

/* Begin Typography & Colors */
body,html {
	height: 100%;
	margin:0px; 
    padding:0px;
	font-size: 62.5%; /* Resets 1em to 10px */
}
body {
	color: #cccccc;
	font-size: 1.1em;
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #323232 url('images/body-background.gif');
	background-repeat: repeat-y;
	background-position: top center;
}

.white {color:#FFFFFF;}

h1, h2, h3, h4, h5, h6 {display:inline;font-weight:normal;}
h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:10px;}


a {color:#FFFFFF;text-decoration:none;}
a:visited {color:#FFFFFF;text-decoration:none;}
a:hover {color:#ED520B;text-decoration:underline;}

#headingLink a, #headingLink a:visited {color:#ffffff;text-decoration:none;}
#headingLink a:hover {color:#ffffff;text-decoration:underline;}

#catLink a, #catLink a:visited {color:#ED520B;text-decoration:none;}
#catLink a:hover {color:#FFFFFF;text-decoration:underline;}

.postTitle {font-size: 20px;}

#wrapper {width:100%;position: relative;min-height: 100%;}
* html #wrapper {height: 100%;}
#wrapper #spacer {padding-top:166px;padding-bottom:75px;}
#header {
	position: absolute;
	width:100%;
	top: 0px;
	z-index:1;
	border-bottom:3px solid #ED520B;
	height: 166px;
}

#header #content {width:760px;background:#323232;}
#header #content #logo {width:325px;height:180px;background-repeat:no-repeat;z-index:2;position:absolute;}
#header #content #report {height:166px;width:356px;background-repeat:no-repeat;z-index:2;position:relative;}
#header #date {z-index:3;position:absolute;top:170px;left:50%;margin-left:-190px;width:300px;}
#footer {width:100%;height:75px;margin-top: -78px;border-top:3px solid #ED520B;background:#323232;position: relative;}

#container {width:760px;}
#page {width:540px;margin-top:50px;}

#postdate {
	
	border:1px solid #151515;
	width:50px;
	height:50px;
	background:url('images/post-date-background.gif');
	color:#ffffff;
}
#postcategory {
	border:1px solid #242524;

	padding:5px;
	background:url('images/heading-text-background.gif');
	color:#ffffff;
}




.post {border:3px double #4e4e4e;background:#242524;padding:5px;}
.post h1 {font-size:22px;}
.post img {margin:5px;border:1px solid #151515;}

.post a {color:#ED520B;text-decoration:none;}
.post a:visited {color:#ED520B;text-decoration:none;}
.post a:hover {color:#FFFFFF;text-decoration:underline;}

 a.postTitle {color:#FFFFFF;text-decoration:none;}
a.postTitle:visited {color:#FFFFFF;text-decoration:none;}
a.postTitle:hover {color:#ED520B;text-decoration:underline;}

#sidebar .heading {color:#FFFFFF;height:26px;padding:4px 5px 0px 5px;background:url('images/sidebar-heading-background.gif');background-repeat:repeat-x;}
#sidebar .heading h2 {font-size:16px;}

#sidebar .section {margin-top:20px;}
#sidebar .section .heading{font-size:14px;font-weight:bold;height:26px;padding:4px 5px 0px 5px;background:url('images/sidebar-heading-background.gif');background-repeat:repeat-x;}
ul {
	margin: 2px 0px 2px 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	list-style-type: none;
	list-style-image: none;
}
li {
	color:#ED520B;
}

#sidebar .section ul li {background: url('images/sidebar-list-bullet.gif') left 2px no-repeat; padding: 0 0 5px 13px;}

#sidebar .archive-container {
  margin: 5px 0;
  border: 3px double #444;
  padding: 5px 0;
  text-align: center;
  background: #181818;
}

a.archive-link {color:#ED520B;font-weight:bold;text-decoration:none;}
a:hover.archive-link {color:#fff;text-decoration:underline;}

a.rss, a:visited.rss {color:#FFFFFF;font-size:11px;text-decoration:none;}
a:hover.rss {color:#ED520B;font-size:11px;text-decoration:underline;}
/*
ul,ol,li {margin-left: 0px;padding: 0 0 0 30px;list-style: none;padding-left: 10px;text-indent: -10px;} 
li:before {
	content: "\00BB \0020";
	color: #ED520B;
	font-weight: bold;
}
*/