/*  
Theme Name: Spatter
Theme URI: http://www.freewpthemes.net/preview/spatter
Description: Widget ready and tested on WP 2.2+.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 9.5px;
	color: #FFFFFF;
}

body, th, td, input, textarea, select, option {
	/* font-family: Arial, Helvetica, sans-serif; */
        font-family: times, serif;
}

h1, h2, h3 {
	/* font-family: Arial, Helvetica, sans-serif; */
        font-family: times new roman, serif;
	color: #ffffff;
}

h4 {
       /* font-family: Arial, Helvetica, sans-serif; */
       font-family: times, serif;
       color: #f7b618;
       font-size: 9.5px;
}

h1 {
	letter-spacing: .5px;
	font-size: 13px;
        color: #ffffff;
}

h2 {
	letter-spacing: .8px;
	font-size: 10px;
        color: #ffffff;
}

h3 {
	letter-spacing: 0px;
        font-size: 9.5px;
        color: #ffffff;
}

p, ul, ol {
        font-size: x-small;
        font-family: "times New Roman", Times, Serif;
        letter-spacing: 0px;
	line-height: 135%;
        border: 0;
        color: #ebebeb;
}

blockquote {
	padding-left: 1em;
	/* border-top: 1px solid #624c11; */
	/* border-left: 1px solid #624c11; */
	background: #624c11;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
        text-decoration: none;
	color: #f7b618;
        
}

a:hover {
	text-decoration: underline;
        color: #ffffff;
}

a:active {
        color: #f7b618;
}

hr {
	display: none;
        border: none;
}

/* Header */

#header {
	width: auto;
	height: 50px;
        background: /* url(images/01a_line_tile1.jpg) repeat-x left center; */
	/* margin: 0 auto; */
	/* background: #000000; */
}

#logo {
	float: left;
        background: url(images/cisco1.png) no-repeat left;
	padding: 55px 0 0 0;
}

#logo h1, #logo p {
	margin: 0;
	color: #624c11;
}

#logo a {
	text-decoration: none;
	color: #624c11;
}

#search {
	float: left;
	width: 150px;
	padding: 0px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 100px;
	padding: 3px 5px;
	background: #000000;
	/* border: 1px solid #624c11; */
}

#x {
	display: none;
}

/* Page */

#page {
	width: 900px;
        float: left;
	margin: 0 auto;
	padding: 12px 0;
        /* line-height: 1em; */
}

/* Content */

#content {
	float: right;
	width: 765px;
        padding: 0px 0px;
}

.post {
	padding: 10px 0px 0px 0px;
        border-bottom: 1px dotted #624c11; 
        font-size: 9.5px;
}


.title {
        text-decoration: none;
	color: #624c11;
        padding: 0px 0px 0px 0px;
        /* border-bottom: 1px dotted #624c11; */
}

.title a {
	text-decoration: none;
	color: #ffffff;
        
}

.title a:hover {
	text-decoration: underline;
        color: #ffffff;
}

.byline {
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.byline h4 {
	margin: 0;
	padding: 0px 0px 0px 0px;
        color: #022543;
}

.meta {
	padding: 0px 0px;
	/* border: 1px solid #222222; */
	background: #000000;
	line-height: normal;
}

.meta .more {
	padding-left: 0px;
	background: #000000;
}

.meta h1 {
	color: #624c11;
        padding-left: 0px;
	background: #000000;
}

.meta .comments {
	padding-left: 0px;
	background: #000000;
}

#comment {
	width: 400px;
}

.navigation a:active {
         color: #00ff00
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.posts li {
	margin-bottom: 1em;
}

.posts h3 {
	margin: 0;
	padding: 0;
	font-size: 2em;
}

.posts p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Sidebar */

#sidebar {
margin: 0;
        padding: 0;
	float: left;
	width: 100px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
        color: #f7b618;
        border-bottom: 1px dotted #624c12;
}
#sidebar li ul {
        color: #f7b618;
}
#sidebar li li {
	background: #000000;
}

#sidebar h2 {
	margin: 0;
	padding: 0px 0;
}

#sidebar h4 {
	margin: 0;
	padding: 0px 0;
}

#sidebar h1 {
	margin: 0;
}

#sidebar a {
        padding-left: 15px;
        line-height: 200%;
	text-decoration: none;
        color: #f7b618;
}

#sidebar a:hover {
	color: #ffffff;
}

ul#sidebar {

        list-style-type : none;
        text-align : left;
}

ul#sidebar li.current_page_item a, ul#sidebar li.current_page_item a:hover,
ul#sidebar li.current_page_item a:focus, ul#sidebar li.current_page_item a:active {
        color : #fff;
        cursor : default;
        text-align : left;
}

/* Footer */

#footer {
	clear: both;
	padding: 0px 0;
        padding-left: 130px;
	background: #000000;
	text-align: left;
	font-size: 10px;
}

