/*
Theme Name: Sliced
Theme URI: http://www.freewpthemes.net/preview/reference
Description: Tested on WP2.5
Version: 1.0
Author: Originated by Free WordPress Themes; adapted by Robert Hoekman, Jr.
Author URI: http://www.rhjr.net
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #707070;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 23px;
}

#notification {
	font-family: "Times New Roman", Times, serif;
	font-size:1.5em;
	background:#333;
	padding:1.2em 0 1.2em 0;
	text-align:center;
	color:#ffffff;
	border-bottom: 1em solid #DAD8C3;
}
#notification a {
	background:#333;
	color:#fff;
}
#notification a:link {
	text-decoration:none;
}
#notification a:hover {
	text-decoration:underline;
}
.alignleft {
font-weight:bold;
}
.alignright {
font-weight:bold;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 1.5em;
}

a:link {
	color: #333333;
}

a:hover, a:active {
	text-decoration: none;
	color: #333333;
}

a:visited {
	color: #333333;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 920px;
	height: 80px;
	margin: 20px auto 20px auto;
}

#logo {
	float: left;
	height: 80px;
	padding: 0 35px;
}

#logo h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	color: #333;
}
#logo h2 {
	font-size: 1.5em;
	color: #999;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #333;
}
#logo h1 a:hover {
	color: #999;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	padding-right: 30px;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 5px 20px;
	text-decoration: none;
	font-size: 1.3em;
	color: #999;
}

#menu a:hover {
	border-bottom: 3px #999 solid;
	text-decoration: none;
}


#wrapper {
	/* border-top: 1px dotted #CCCCCC; */
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 3px #999999 solid;
}

.post .title a {
	text-decoration: none;
}
.post .title a:hover {
	color:#999;
}

.post .entry {
}

.post .meta {
	padding: 15px 0 25px 0;
}

.post .meta p {
	margin: 0;
	line-height: normal;

}

.post .meta .byline {
	float: left;
}

.byline {
	color:;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img03.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img04.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

.post blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	border-left: 1px dotted #999999;

	padding: .6em 1em .1em 1em;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	margin: 21px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0 0 .7em 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	border-bottom: 3px #999999 solid;
	font-size: 1.3em;
	font-weight: normal;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 180px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #999999;
}

#x {
	padding: 3px;
	border: none;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	width: 850px;
	height: 400px;
	margin: 0 auto;
	min-height: 74px;
	padding: 10px 0 0 0;
	border-top: 3px #999999 solid;
	font-size: 1em;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #573F41;
}

#legal a {
	border-bottom: 1px dotted #573033;
	text-decoration: none;
	color: #573F41;
}


#comment {
	width: 590px;
	height: 100px;
}

