/*
Theme Name: Pulse Theme
Theme URI: http://www.pulseplm.com
Description: Wordpress theme developed for Pulse Technology Systems by Justin Rafferty.
Version: 1.0
Author: Justin Rafferty
Author URI: http://www.digitalfront.co.uk
*/

/*
Basics
*/

body {
	padding: 0;
	margin: 0;
	font-size: 0.7em; 
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	background-color: #282a2c;
	background-image: url('images/stripebg.png');
}

h1, h2, h3, h4, h5, h6 {
	padding: 0 20px;
	margin: 1em 0;
	line-height: 1.5em;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #206BA4;
}

ol, ul { 
	padding: 0 20px;
	margin: 1em 0;
	line-height: 2em;
}

li { margin-left: 1.5em; }

img {
	border: 0;
	vertical-align: middle;
}

p {
	padding: 0 20px;
	margin: 1em 0;
	line-height: 2em;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }

a { 
	text-decoration: none; 
	color: #000; 
}

a:hover { 
	text-decoration: none; 
	color: #206BA4; 
}

/*
Classes
*/

.c0 { width: 948px; margin-bottom: 20px; }
.c1 { width: 631px; margin-bottom: 20px; }
.c2 { width: 316px; margin-bottom: 20px; }
.c3 { width: 158px; margin-bottom: 20px; }

.left  { float: left; }
.right { float: right; }
.clear { clear: both; }

.section {
	border-right: solid 1px #f6f6f6;
}

.postmetadata
{
	background-color: #f9f9e9;
	border-left: solid 2px #c5c5ba;
	padding: 20px;
}

ul.posts { padding: 0 20px; }

ul.posts li {
	margin: 0;
	padding: 4px 0;
	line-height: 2em;
	border-top: 1px dotted #c7c8ca;
	list-style: none;
}

ul.posts .page_item {
	background: url('images/icon_forward.png') left center no-repeat;
	padding-left: 26px;
}

ul.posts .current_page_parent {
	background: url('images/icon_back.png') left center no-repeat;
}

ul.posts a {
	border-bottom: 0;
	display: block;
}

blockquote {
	background: url('images/icon_blockleft.png') left top no-repeat;
	margin: 30px 20px;
	padding-left: 50px;
}

blockquote p {
	background: url('images/icon_blockright.png') right bottom no-repeat;
	margin: 0;
	padding-right: 50px;
}

#commentlist li
{
	background-image: url('images/icon_comment.png');
	background-position: top right;
	background-repeat: no-repeat;	
	border-bottom: solid 3px #f6f6f6;
	list-style: none;
	margin-right: 20px;
}

.commentmetadata
{
	border-bottom: solid 1px #f6f6f6;
}

input, textarea {
	border: solid 1px #666;
	font-size: 1em;
	padding: 5px;
	font-family: Verdana, Arial, sans-serif;
	background: #f3f3f3;
	border: solid 1px #EDF2F8;	
}

input:focus {
	background-color: #EDF2F8;
	border: solid 1px #fff;
}

/*
Layout DIVs
*/

#wrapper {
	width: 948px;
	margin: 20px auto;
	background-color: #fff;
	padding: 15px;
}

#header {
	background-color: #000;
	height: 60px;
}

#nav {
	width: 982px;
	margin: 0 auto;
	height: 60px;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: center left;
}

#nav ul { 
	margin: 0px 0px 0px 202px;
	padding: 10px 0;
	list-style: none;
	float: right; 
}

#nav li { 
	margin-left: 0px;
	padding: 0px;
	display: block; 
	height: 40px; 
	width: 120px; 
	border-right: solid 1px #282a2c;
	font-family: Arial, Helvetica;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px; 
	line-height: 40px; 
	text-align: center; 
	float: left; }

#nav li a:link, #nav li a:active, #nav li a:visited  {
	display: block;
	text-decoration: none;  
	color: #f6f6f6;}

#nav li.current_page_item a { background-color: #282a2c; color: #f6f6f6; }

#nav li a:hover  {
	display: block;
	background-color: #141516;
	color: #fff; 
	text-decoration: none;  }

#search {
	line-height: 40px;
	padding: 0 15px;
	height: 40px;
}

#splash {
	height: 230px;
	background-image: url('images/splash.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	padding: 20px;	
	overflow: hidden;
}

#splashlinks {	
	margin: 0;
	background-image: url('images/splashlinks.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 75px;
	color: #fff;
	padding: 65px 0 0 0;
	overflow: hidden;
}

#splashlinks ul { margin: 0; padding: 0 20px; list-style: none; }
#splashlinks li { margin: 0; line-height: 1.5em; }
#splashlinks li img { padding: 0; float: left; margin-right: 15px; }

#splashlinks a { 
	color: #fff;
	font-family: Verdana, Arial, sans-serif; 
}

#splashlinks a:hover { border: 0; color: #90b2d5; }
#splashlinks span { color: #A7A7A7; display: block; padding: 5px 0; text-decoration: none; }

#splashsub {
	height: 200px;
	padding-top: 10px;
	background-image: url('images/splashsub.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}

#splashsub img { margin-right: 10px; }

#splashsub .c1, #splashsub .c2, #splashsub .c3 { padding-top: 2px; }

#splashfeature 
{
	height: 410px;
	width: 631px;
	background-image: url('images/splashfeature.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#splashdemo 
{
	height: 410px;
	width: 631px;
	background-image: url('images/splashdemo.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#splashcustomer 
{
	height: 410px;
	width: 631px;
	background-image: url('images/splashcustomer.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#splashsupport 
{
	height: 410px;
	width: 631px;
	background-image: url('images/splashsupport.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#splashcompany 
{
	height: 410px;
	width: 631px;
	background-image: url('images/splashcompany.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#splashfeature p, #splashdemo p, #splashcustomer p, #splashsupport p, #splashcompany p
{
	margin: 0;
	padding-top: 334px; 
	color: #A7A7A7;
}

#content {
	background-color: #fff;
}

#content img { padding-right: 10px; }

#sidebar {
	border-top: solid 1px #fff;
	background-image: url('images/sidebar.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 260px;
	background-color: #ecf5fc;
}

#sidebar img { padding-right: 10px; }

#footer { height: 40px; }





