/* 
Theme Name: Prometheus 
Description: Custom Wordpress Development for Prometheus Group 
Theme URI: http://www.prometheusgroup.us/ 
Version: 1.0 
Author: Creativity Mill 
Author URI: http://creativitymill.com/ 
*/

/*

=======================
++ TABLE OF CONTENTS ++
-----------------------
1. UNIVERSAL STYLES
2. PAGE ELEMENTS
3. NAVIGATION 
4. CONTENT SECTIONS
5. DIVS AND SPANS
6. IMAGE STYLES
7. SPECIAL STYLES
8. JQUERY BANNERS
9. MISC FIXES
10. FORM STYLES
=======================

*/

/*=====================
  1. UNIVERSAL RESETS
=====================*/

* {
	margin : 0;
	padding : 0;
	}
	
body, html {
	text-align : center;
	}
	
.wrap {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	}
	
a img, img a {
	border : none;
	outline : none;
	}
	
a:focus {
	outline : none;
	}
	
a:active {
	outline : none;
	}
	
ul, ol {
	list-style : none;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.clear {
	clear: both;
	}
	
.copyright {
	clear: left;
	display: block;
	text-align: center;
	font-size: 13px;
	font-style: italic;
	font-family: Georgia, Times New Roman, serif;
	position: relative;
	bottom: -50px;
	}
	
.copyright a, .copyright a:visited {
	color: rgb(153,153,153);
	text-decoration: none;
	}
	
.copyright a:hover {
	color: rgb(203,203,203);
	text-decoration: none;
	}
	
.copyright img {
	position: relative;
	top: 6px;
	margin-left: 4px;
	}
	
.creativity {
	clear: right;
	float: right;
	display: block;
	}
	
/*=====================
  2. PAGE ELEMENTS
=====================*/

body {
	background: rgb(51,49,50) url(images/bg-gradient.png) top left no-repeat;
	color: rgb(153,153,153);
	font-family: Arial, Helvetica, sans-serif;
	}
	
a, a:visited {
	color: rgb(213,114,40);
	text-decoration: underline;
	-webkit-transition: color .2s linear;
	}
	
a:hover {
	color: rgb(245,170,42);
	text-decoration: underline;
	}
	
a:focus, a:active {
	position: relative;
	top: 1px;
	}
	
h1, h2, h3, h5 {
	color: rgb(213,114,40);
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: 500;
	}
	
h2 {
	font-size: 32px;
	margin-bottom: 12px;
	}
	
h3 {
	color: rgb(255,255,255);
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 30px;
	}
	
h3.news-headline {
	color: rgb(213,114,40);
	margin-bottom: 3px;
	}
	
h3.-headline {
	color: rgb(213,114,40);
	font-size: 24px;
	}
	
h3.staff-name {
	color: rgb(213,114,40);
	font-size: 24px;
	margin: 0;
	}
	
h4 {
	color: rgb(255,255,255);
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 4px;
	}
	
h4.staff-title {
	margin-top: 0;
	font-size: 14px;
	}
	
h4.contact {
	margin: 18px 0 30px;
	}
	
h5 {
	margin-top: 50px;
	}
	
/*=====================
  3. NAVIGATION STYLES
=====================*/

ul#nav {
	background: rgb(54,52,53);
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: 300;
	font-size: 13px;
	width: 100%;
	border-top: solid 1px rgb(10,10,10);
	border-left: solid 1px rgb(40,40,40);
	border-right: solid 1px rgb(40,40,40);
	border-bottom: solid 1px rgb(70,70,70);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	clear: both;
	height: 36px;
	margin: 15px 0;
	}
	
ul#nav li {
	display: inline;
	padding: 10px 16px;
	text-align: center;
	border-right: solid 1px rgb(70,70,70);
	float: left;
	}
	
ul#nav li.first {
	margin-left: 0px;
	}
	
ul#nav li.last {
	border: none;
	padding-right: 0;
	}
	
ul#nav li a {
	color: rgb(153,153,153);
	text-decoration: none;
	}
	
ul#nav li a:hover, ul#nav li a:active, ul#nav li a:focus {
	color: rgb(255,255,255);
	text-decoration: none;
	}

ul#nav li#current a {
	color: rgb(255,255,255);
	}	
/*=====================
  4. CONTENT SECTIONS
=====================*/

#header {
	}
	
#content {
	height: inherit;
	overflow: auto;
	}
	
#sidebar {
	}
	
#footer {
	clear: both;
	}

#header .wrap {
	margin-bottom: 0;
	}
	
#content .wrap {
	width: 960px;
	clear: both;
	}
	
#footer .wrap {
	background: url(images/footer-gradient.png) top center no-repeat;
	margin-top: 40px;
	height: 301px;
	padding: 
	text-align: center;
	}
	
	
/*=====================
  5. DIVS AND SPANS
=====================*/

div.logo {
	float: left;
	padding: 20px 0;
	}

.tagline {
	display: none;
	}	
	
div.page-left {
	width: 520px;
	padding-left: 5px;
	padding-right: 30px;
	float: left;
	margin: 30px 0;
	}
	
div.page-left p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
	}
	
div.page-left p.first {
	color: rgb(255,255,255);
	}
	
div.page-right {
	width: 390px;
	padding-left: 10px;
	text-align: right;
	float: right;
	margin-top: 30px;
	}
	
div.page-right-sol {
	padding-right: 0;
	float: right;
	margin: 30px 0;
	}
	
div.page-right-sol p {
	font-size: 14px;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	}
	
div.page-bottom {
	clear: both;
	display: block;
	height: inherit;
	overflow: auto;
	padding-left: 15px;
	background: url(images/page-divider.png) top center no-repeat;
	}
	
div.page-bottom p, div.page-partners p {
	font-size: 14px;
	width: 900px;
	}
	
div.page-partners {
	clear: both;
	display: block;
	height: inherit;
	overflow: auto;
	padding-left: 15px;
	margin-top: 30px;
	}
	
div.partner-post {
	clear: both;
	}
	
div.news-post {
	margin-bottom: 40px;
	}
	
div.solutions-post {
	margin-bottom: 30px;
	width: 385px;
	font-size: 14px;
	}
	
div.about-post {
	background: url(images/page-divider.png) top center no-repeat;
	clear: both;
	padding: 40px 0;
	}
	
div.about-post p {
	padding: 0;
	}
	
div.contact-column {
	float: left;
	display: block;
	margin-right: 50px;
	margin-bottom: 30px;
	}
	
div.footer-column {
	width: 190px;
	float: left;
	text-align: left;
	}
	
ul.column {
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	}
	
ul.column li a {
	color: rgb(153,153,153);
	font-style: italic;
	text-decoration: none;
	}
	
ul.column li a:hover {
	text-decoration: underline;
	}
	
.col-one {
	padding-left: 80px;
	}
	
.col-two {
	padding-left: 0;
	}
	
.col-three {
	padding-left: 60px;
	}
	
.col-four {
	padding-left: 40px;
	}

/*=====================
  6. IMAGE STYLES
=====================*/

img.placeholder {
	margin-bottom: 30px;
	}

img.staff-pic {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	}

img[src*=small] {
	margin-top: 80px;
	}
	
img.news-image {
	float: left;
	display: block;
	margin-right: 12px;
	margin-bottom: 5px;
	border: none;
	}

/*=====================
  7. SPECIAL STYLES
=====================*/

address {
	text-align: left;
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	}
	
ul.content-list {
	font-size: 14px;
	list-style: disc;
	list-style-position: inside;
	margin-left: 12px;
	line-height: 18px;
	margin-bottom: 12px;
	}

span.return a, span.return a:hover, span.more a, span.more a:hover {
	background: rgb(213,114,40);
	padding: 3px 5px;
	color: rgb(255,255,255);
	font-size: 10px;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
span.more {
	padding-top: 4px;
	}
	
span.return {
	display: block;
	margin-bottom: 16px;
	}

span.news-date {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	}
	
small {
	color: rgb(255,255,255);
	font-style: italic;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	text-align: left;
	}
	
/*=====================
  8. JQUERY BANNERS
=====================*/

.home-banner {
	background: url(images/home_one.png) no-repeat;
	height: 285px;
	}
	
.home-banner img {
	height: 285px;
	width: 960px;
	display: none;
	}
	
.home-banner img.first { 
	display: block 
	}
	
.customers {
	background: url(images/cust-banner-bg.png) no-repeat;
	height: 75px;
	width: 960px;
	clear: both;
	}
	
.customers img {
	height: 75px;
	width: 960px;
	}

div.unity-banner, div.sap-banner {
	width: 390px;
	height: 110px;
	margin-bottom: 30px;
	}
	
div.unity-banner a, div.sap-banner a, div.unity-banner a:hover, div.sap-banner a:hover, div.unity-banner a:visited, div.sap-banner a:visited, span.banner-date a, span.banner-date a:hover, span.banner-date a:visited {
	font-family: Georgia, Times New Roman, serif;
	color: rgb(255,255,255);
	text-decoration: none;
	}
	
div.unity-banner {
	background: url(images/unity-one.png) no-repeat;
	}
	
div.sap-banner {
	background: url(images/SAP_banner-bg.png) no-repeat;
	}
	
div.banner-content {
	background: transparent;
	text-align: left;
	}
	
h3.banner-title, h3.banner-title a, h3.banner-title a:hover, h3.banner-title a:visited {
	color: rgb(94,52,15);
	text-decoration: none;
	font-size:24px;
	}
	
h3.banner-title {
	margin-top: 12px;
	margin-bottom: 0;
	margin-left: 148px;
	}
	
h4.banner-subtitle {
	margin: 0;
	margin-left: 148px;
	}
	
.banner-date {
	margin-left: 148px;
	}
	
.testimonial-banner {
	background: url(images/testimonial-bg.png) no-repeat;
	height: 166px;
	width: 390px;
	margin-bottom: 30px;
	}
	
/*=====================
  9. MISC FIXES & SUCH
=====================*/

div.page-right object {
	margin-bottom: 30px;
	}
	
div.page-right-sol form {
	margin-right: 100px;
	}

span.download {
	display: block;
	margin-bottom: 18px;
	font-size: 14px;
	}
	
/*=====================
  10. FORM STYLES
=====================*/

button {
	background: rgb(244,161,27);
	margin: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
fieldset {
	width: 500px;
	margin: 10px 0;
	text-align: left;
	border: solid 1px rgb(0,0,0);
	}
	
legend {
	font-weight: bold;
	padding-right: 5px;
	}
	
input {
	color: rgb(150,150,150);
	padding: 3px 5px;
	border: solid 1px rgb(20,20,20);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
label {
	font-size: 12px;
	}
	
textarea {
	border: solid 1px rgb(200,200,200);
	}

div.searchform {
	float: right;
	margin-top: 40px;
	}

input.searchfield {
	background: rgb(80,80,80);
	border-top: solid 1px rgb(20,20,20);
	border-left: solid 1px rgb(40,40,40);
	border-right: solid 1px rgb(40,40,40);
	border-bottom: solid 1px rgb(100,100,100);
	}
	
button.submit {	
	color: rgb(255,255,255);
	font-size: 12px;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	padding: 4px 18px 3px 18px;
	margin-left: 12px;
	border: none;
	}
	
p.form {
	margin-top: 8px;
	line-height: 18px;
	}	
	
div.contact-form {
	margin-top: 30px;
	}
	
