/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #dedddd /* url(images/sst_logo_rgb-70x70.gif) no-repeat */;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/* color: #737373; ORIG */
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	/* color: #414141; ORIG */
	color: #77b800;
}

a:hover {
	text-decoration: none;
	color: #000;
}

/* a img {
	border: none;
} */

/* hr {
	display: none;
} */

.clear {
	clear: both;
	height: 0;
}

/* Begin Images - imported from WordPress Default Theme */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Menu */

#menu {
	/* width: 968px; */
	width: 800px;
	/* height: 40px; ORIG */
	height: 30px;
	margin: 0 auto;
	padding: 0;
	border-left: 42px solid #FFFFFF;
	border-right: 42px solid #FFFFFF;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	background: #FFFFFF;
}

/* Splash */

#splash {
	background:url(images/header-overview.jpg);
	/* width: 968px; */
	width: 800px;
	height: 238px;
	margin: 0 auto;
	border-top: 16px solid #FFFFFF;
	border-left: 42px solid #FFFFFF;
	border-right: 42px solid #FFFFFF;
}


/* Logo */

#logo {
	/* width: 968px; */
	width: 800px;
	height: 120px;
	margin: 0 auto;
	background: #FFFFFF url(images/sst_logo_s_rgb_70x70.gif) no-repeat center left;
	border-left: 42px solid #FFFFFF;
	border-right: 42px solid #FFFFFF;
	color: #414141;
}

#logo h1 {
	margin: 0;
	padding-left: 80px;
}

/* #logo h2 {
	margin: 0;
	padding-left: 20px;
}

#logo h2 {
	float: left;
	padding-top: 53px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #0000CC;
} */

#logo h1 {
	float: left;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
}

#logo #desc {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #0000CC;
}

#logo a {
	text-decoration: none;
	color: #000;
}

/* Page */

#page {
	/* width: 968px; */
	width: 800px;
	margin: 0 auto;
	/* padding: 30px; */
	background: #FFFFFF;
	border-top: 16px solid #FFFFFF;
	border-left: 42px solid #FFFFFF;
	border-right: 42px solid #FFFFFF;
	border-bottom: 42px solid #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 800px;
}

/* Content background images */

.home {
	background: #887d7f url(images/content-bkgrd-home.jpg) no-repeat;
	padding-top: 319px;
	width: 600px;
	float: left;
	color: #fff;
	border-right: 2px solid #fff;
}

.home-wrapper {
	background: #6c6667;
	width: 800px;
	height: 100%;
}

.content-what {
	background: url(images/content-bkgrd-what.jpg) no-repeat;
	/* border: 1px solid #CC0000; */
	width: 800px;
	height: 588px;
}

.content-what p {
	padding-right: 400px;
}

.marketing {
	background: url(images/content-bkgrd-marketing.jpg) no-repeat;
	width: 800px;
	height: 580px;
}

.content-team {
	float: right;
	width: 552px;
}

.investors {
	background: url(images/content-bkgrd-investors.jpg) no-repeat;
	width: 800px;
	height: 580px;
}

.contact {
	background: url(images/content-bkgrd-contact.jpg) no-repeat;
	width: 800px;
	height: 580px;
}

/* Posts */

.post {
	/* padding-bottom: 20px; */
}

.post .title {
	margin: 0;
	padding: 20px 20px 0 20px;
	font-size: 24px;
	line-height: 16px;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

/* Posts Images - CUSTOM FIELDS */

.post-image {
position: absolute;
top: 547px;
margin: 0 auto;
}

.post-image ul {
float:left;
list-style:none;
padding:0;
margin: 0;
}

.post-image a img {
text-decoration: none;
border: none;
margin: 0;
}

.post-image a:hover img {
text-decoration: none;
padding: 0;
background: white;
filter: alpha(opacity=50);
-moz-opacity: .50;
opacity: .50;
}

.post-image li {
float: left;
padding: 0;
margin-right: 3px;
}

/* Posts Home Page */

.post-home {
	/* padding-bottom: 20px; */
	border-top: 2px solid #fff;
}

.post-home .title {
	margin: 0;
	padding: 5px 20px;
	font-size: 24px;
}

.post-home .title a {
	text-decoration: none;
}

.post-home .entry {
	padding: 0 20px;
}

.post-home .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.post-home .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post-home .permalink, .post-home .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post-home .permalink {
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 32px;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 0px;
}

#sidebar li li {
	/* margin: 20px; */
	/* padding-left: 50px; */
	/* padding-bottom: 5px; */
	/* background: url(images/img04.gif) no-repeat left 50%; */
	/* background: url(images/img04.gif) no-repeat left top; */
}

#sidebar a {
	display:block;
	width: 100%;
	/* margin: 20px; */
	/* padding-bottom: 5px; */
}

#sidebar a:hover {
	display:block;
	width: 100%;
	color: #0000CC;
}

#sidebar p {
	padding: 0 40px;
	line-height: 32px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Sidebar Home page */

#sidebarHome {
	list-style: none;
	float: right;
	width: 198px;
	height: 100%;
	background: #6c6667;
}

#sidebarHome ul {
	margin: 0;
	padding: 0 16px 0 16px;
	list-style: none;
}

#sidebarHome li {
	margin-bottom: 20px;
}

#sidebarHome h2 {
	line-height: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	padding: 1em 0 1em 16px;
	background: #77b800;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

/* Search */

#search {
	float: right;
}

#search form {
	padding-top: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	width: 800px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

/* Boxes */

#boxContainer {
	background-color: #FFCC00;
	height: 252px;
	width: 524px;
	padding: 20px;
	border-bottom: 1px solid #3F3F3F;
}

#boxLeft {
	float: left;
	width: 200px;
	height: 200px;
	padding: 20px;
	margin-right: 20px;
	border: 6px solid #3F3F3F;
	background-color: #FFFFFF;
}

#boxRight {
	float: left;
	width: 200px;
	height: 200px;
	padding: 20px;
	border: 6px solid #3F3F3F;
	background-color: #FFFFFF;
}

