/*  
Theme Name: Kennedy Technology 
Theme URI: http://www.kennedytechnology.com
Description: Widget ready and tested on WP 2.3.1.
Version: 1.0
Author: Nathan Kennedy
Author URI: http://www.kennedytechnology.com
*/


body {
	margin: 0;
	padding: 0;
	background: #707070;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1, h2, h3 {
	margin: 0;
}

h1, h2 {
	font-size: 12pt;
	font-weight: normal;
}

p, ol, ul, dl {
	margin-top: 0;
	/*text-align: justify;*/
	line-height: 1.5;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

strong {
	color: #F7941D;
}

a {
	color: #F7941D;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

img.alignleft {
	margin: 0 27px 0 0;
}

img.alignright {
	margin: 0 0 0 27px;
}

img.border {
	padding: 4px;
	border: 1px solid #F7941D;
}

table {
	border-collapse: collapse;
}

td, th {
	border: solid 1px #707070;
	font-size: 8pt;
	width: 100px;
}

th {
	text-align: center;
	font-weight: bold;
}

/* Wrapper */

#wrapper {
	background: url('images/background_splice.jpg');
	background-position: -999px 0px;
	color: #707070;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header {
	height: 130px;
	background: url('images/background_splice.jpg');
	background-repeat: no-repeat;
}

/* Logo */

#logo {
	float: left;
	width: 300px;
	height: 100px;
	margin: 15px 0px 0px 15px;
}

/* Menu */

#menu
{
	float: left;
	height: 100px;
	margin: 15px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 665px;
}

#menu p
{
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 665px;
}

#menu a
{
	margin: 0px 5px 0px 5px;
}

/* Bar */

.bar {
	height: 48px;
	margin: 0 25px;
}

.bar .text {
	float: left;
	padding: 17px 0 0 25px;
	font-size: 10pt;
	color: #707070;
}

/* Search */

#header-search {
	float: right;
	width: 245px;
	height: 35px;
	/* background: url(images/bg08.jpg) no-repeat 0 12px; */
}

#header-search form, #header-search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#header-search .input-text {
	float: left;
	width: 178px;
	margin: 12px 0 0 0;
	padding: 4px 10px;
	font: inherit;
	line-height: normal;
	border: none;
	background: none;
	color: inherit;
}

#header-search .input-submit {
	display: none;
}

/* Content */

#content {
	float: left;
	width: 655px;
	padding: 0 24px 0 25px;
}

/* Post */

.post {
	color: #707070;
}

.post .title, .post .date {
	padding: 0 25px;
}

.post .title {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 12pt;
	color: #707070;
}

.post .title a {
	text-decoration: none;
	color: #707070;
}

.post .title a:hover {
	text-decoration: underline;
}


.post .date {
	line-height: normal;
	color: #ACAAA1;
}

.post .entry {
	margin: 0 25px;
	padding: 5px 0;
	border-top: 1px solid #F7941D;
}

.post .meta {
	height: 50px;
}

.post .meta p {
	line-height:  normal;
}

.post .meta .tags {
	float: left;
	padding: 20px 0 0 25px;
}

.post .meta .links {
	float: right;
	padding: 20px 25px 0 0;
}

.post .meta .comments {
	margin-right: 30px;
	padding-left: 22px;
	background: url(images/icon_comments.gif) no-repeat 0 50%;
}

.post .meta .more {
	padding-left: 17px;
	background: url(images/icon_more.gif) no-repeat 0 50%;
}


	

/* Sidebar */

#sidebar {
	float: right;
	width: 246px;
	padding: 5px 50px 0 0;
	color: #707070;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	line-height: normal;
	border-left: 1px solid #F7941D;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0;
	line-height: 1.5;
	border: none;
}

#sidebar li li {
}

#sidebar h2 {
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #F7941D;
}

/* 2 Columns */

.two-cols {
	margin: 0 25px;
	padding: 35px 35px 0 35px;
	background: #28241E url(images/bg09.jpg) repeat-x;
	color: #736F6A;
}

.two-cols .col1 {
	float: left;
	width: 595px;
}

.two-cols .col2 {
	float: right;
	width: 210px;
	padding: 0 0 0 25px;
	border-left: 1px solid #F7941D;
}

.two-cols h2 {
	font-size: 12pt;
	color: #FFFFFF;
}

.two-cols a {
	color: #F7941D;
}

/* Footer */

#footer {
	background: url('images/background_splice.jpg');
	background-position: bottom;
	background-position: -1999px 0px;
	background-repeat: no-repeat;
	padding: 20px 0;
}

#footer p {
	text-align: center;
	color: #707070;
}

#footer a {
	color: #F7941D;
}

.navigation {
	padding: 20px 0px;
}

.pagetitle {
	margin: 0px;
	padding: 20px;
}

