/*
Theme Name: ESCorporation
Theme URI: http://escorporation.net/
Description: The official theme for the (finally completed) ESCorporation website.
Version: 1.0
Author: Ethan Sena
Author URI: http://escorporation.net/
Tags: 

ESCorporation 1.0
http://escorporation.net/
It's finally done!
*/

/*
  Global Elements
===================================================================
*/
* {
	margin: 0;
	padding: 0;
}

body {
  min-width: 960px;
	background: #e0e0e0 url("images/bg/body.gif") center center repeat-y;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1em;
}

img, img a {
	border: 0;
}

img {
	display: block;
}

input:focus {
  outline: none;
}

#container {
	margin: auto;
	margin-bottom: 40px;
	overflow: hidden;
}

.innards {
	margin: auto;
	overflow: hidden;
	width: 960px;
}

/*
  The Corners
===================================================================
*/
.corners {
  overflow: hidden;
  display: block;
  clear: both;
  height: 5px;
  width: 100%;

}

.corners span {
  width: 5px;
  height: 5px;  
	background-repeat: no-repeat;
}

.corners span.tl {
  float: left;
  background-position: top left;
}

.corners span.tr {
  float: right;
  background-position: top right;
}

.corners span.bl {
  float: left;
  background-position: bottom left;
}

.corners span.br {
  float: right;
  background-position:bottom right;
}

/*
  Header area
===================================================================
*/
#header {
	margin: auto;
  height: 120px;
	overflow: hidden;
	background: #fff url("images/logos/header.gif") center center no-repeat;
}

#header a {
  display: block;
  width: 100%;
  height: 120px;
  text-indent: -9999px;
}

/*
  Navigational bar
===================================================================
*/
#navbar {
	overflow: hidden;
	background-color: #950000;
}

#navbar .corners span {
	background-image: url("images/corners/navbar.gif");
}

#navbar ul {
	list-style: none;
	overflow: hidden;
	margin: auto;
	width: 960px;
}

#navbar ul li {
	float: left;
	width: 192px;
}

#navbar ul li a {
	padding: 10px 0;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

#navbar ul li a {
	text-decoration: none;
	font-size: 1em;
	color: #fff;
}

#navbar ul li a:hover {
  background: #ba2121;
	color: #fff;
}

#navbar ul li a:hover span {
/*	border-bottom: 3px solid #fff;*/
}

/*
  Content area (page content, etc)
===================================================================
*/
#content {
	margin: auto;
	overflow: hidden;
	width: 930px;
}

/*
  Start Messages (page title and search box)
===================================================================
*/
#start-messages {
	margin: 15px 0;
	overflow: hidden;
}

/*
  Start Messages -> Page Title
===================================================================
*/
#page-title {
	overflow: hidden;
	float: left;
	width: 50%;
}

#page-title h2 {
  font-size: 1.5em;
  color: #960000;
}

/*
  Start Messages -> Search Bar
===================================================================
*/
#search-bar {
	overflow: hidden;
	float: right;
	width: 50%;
	text-align: right;
}

#search-bar input#text {
  vertical-align: middle; /* puts inputs on same line */
  padding: 3px 5px;
  width: 195px;
  height: 14px;
  background: #960000 url("images/bg/search_left.gif") center left no-repeat;
  border: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif; /* Opera fix */
  color: #fff;
}


/* search submit button */
#search-bar input#submit {
  margin-left: -6px; /* fixed for Firefox */
  vertical-align: middle;
  border: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: #960000 url("images/bg/search_right.gif");
}

/*
  Content Body (actual page text)
===================================================================
*/
#content-body {
	overflow: hidden;
}

#content-left {
	float: left;
	width: 675px;
	overflow: hidden;
}

#content-right {
	float: right;
	width: 225px;
	overflow: hidden;
}

#portfolio {
  width: 930px;
  overflow: hidden;
}

/*
  Content -> Left (page content, etc)
===================================================================
*/
#content-left a {
  text-decoration: none;
  color: #960000;
}

#content-left a:hover {
  text-decoration: underline;
}

#content-left h3 {
  margin-bottom: 15px;
  color: #960000;
}

#content-left h3.ontop {
  margin-bottom: 0;
}

#content-left p {
  margin-bottom: 15px;
  text-align: justify;
  font-size: 1em;
}

/* Lists */
#content-left ol {
  margin: 0 55px 15px 55px;
  list-style-type: decimal;
  text-align: justify;
}

#content-left ul {
  margin: 0 55px 15px 55px;
  list-style-type: disc;
}

/*
  Portfolio
===================================================================
*/
#portfolio ul {
  list-style: none;
  overflow: hidden;
}

#portfolio ul li {
  margin-bottom: 9px;
  padding: 1px;
  display: block;
  float: left;
  border: 1px solid #960000;
}

#portfolio ul li.middle {
  margin: 0 9px;
}

#portfolio ul li a {
  display: block;
  float: left;
  width: 300px;
  height: 200px;
  text-indent: -9999px;
/*  background: url("images/portfolio/summertech.png");*/
}

#portfolio ul li a:hover {
  text-indent: 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

#portfolio ul li a:hover span {
  background: url("images/bg/portfolio.png");
  width: 300px;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}

/*
  Contact Us
===================================================================
*/
#contactus {
  margin: 15px 0;
  background: #960000;
}

#contactus .corners span {
	background-image: url("images/corners/navbar.gif");
}

#contactus .columns {
  overflow: hidden;
  width: 100%;
}

#contactus .columns div {
  padding: 0 10px;
  width: 290px;
  float: left;
  overflow: hidden;
}

#contactus .columns h2 {
  color: #fff;
}

#contactus .columns p {
  width: 300px;
  font-size: 1em;
  color: #fff;
}

/*
  Content -> Right (sidebar, call us)
===================================================================
*/
#content-right {
  text-align: right;
}

#content-right .section {
  margin-bottom: 15px;
}

#content-right .section h3 {
  color: #960000;
}

#content-right .section p {
  font-size: 1em;
}

/*
  Footer
===================================================================
*/
#footer {
  bottom: 0;
  position: fixed;
	overflow: hidden;
	background-color: #950000;
  width: 100%;
	clear: both;
}

#footer .innards {
  width: 930px; /* reduce the width to make it look nicer */
}

#footer .innards div {
	padding: 10px 0;
  background: url("images/logos/slogan.gif") center right no-repeat;
	text-transform: uppercase;
	font-size: .7em;
	color: #fff;
}


/* P A R C U S _ I N T E N T I O */