/*
Theme Name: ACCENT
Theme URI: http://www.accentesi.com/
Description: ACCENT - Electronic Systems Integrators Theme
Version: Beta
Author: Daniel J. Robbins
Author URI: mailto:nolatari@gmail.com
Tags: accent esi

/****************************
****** Page Structure
*****************************/

body {
  font: 62.5% Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
  color: #000;
  background: #666;
  /*background: #431073 url(/wp-content/themes/accent/img/background.gif) repeat-x;*/
  text-align: center;
  padding:0;margin:15px 0 30px;
  width:100%;
}
#page {
  background: white;
  text-align: left;
  margin: 0 auto;
  position: relative;
  width:930px;
  border:solid 1px #431073;
}
#header {
  padding:8px;
  padding-bottom:0;
}

#content {
  font:normal 1.2em/150% Verdana, Arial, Helvetica, sans-serif;
  background:url(/wp-content/themes/accent/img/background_content.gif) 0 0 repeat-y;
}
#left {
  float:left;
  width:354px;
  padding:0 4px 8px 8px;
  font-size:0.8em;
  background:#f8f8fa;
  border-top:solid 10px #cdc7d3;
  border-right:solid 1px #cdc7d3;
}
#right {
  float:right;
  width:561px;
  overflow:hidden;
  border-top:solid 10px #cdc7d3;
  font:normal 1.1em/180% Verdana, Arial, Helvetica, sans-serif;
}
#front_select {
  width:100%;
}
#left_select {
  float:left;
  padding:0;
  width:348px;
  height:230px;
  background:#431073 url(/wp-content/themes/accent/img/navigation/background.gif);
}
#right_select {
  float:right;
  width:560px;
  height:246px;
  padding:2px 0 2px 2px;
  background:#ccc url(/wp-content/themes/accent/img/front/background.gif);
}

#footer {
  padding:20px 0 10px;
  margin: 0 auto;
  position: relative;
  width:100%;
  color:#000;
  text-align:center;
  background:#f8f8fa;
  border-top:solid 2px #cdc7d3;
}

/****************************
****** Header
*****************************/

#header img {
  float:left;
}

#header h2 {
  padding:0; margin:0;
  float:right;
  font-size:1.2em;
  color:#666;
}

#search {
  float:right;
  color:#666;
  width:300px;
  text-align:right;
  padding:10px;
}

/****************************
****** Links
*****************************/

a {
  color:#000099;
}
a:hover {
  color:#bf0000;
}

h2 a, h3 a, h4 a {
  color:#2a2e71;
  text-decoration:none;
}

h2 a:hover, h3 a:hover, h4 a:hover {
  color:#bf0000;
}

a img,:link img,:visited img { border:none; } /* no borders on linked images */

/****************************
****** Headings
*****************************/

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin:6px 0;padding:0;
}
h2 {
  color:#431073;
  margin:0 0 5px;
  padding:0;
  line-height:150%;
}
#right h2 {
  border-bottom:dashed 1px #ccc;
}
h3 {
  color:#431073;
}
h3.featured {
  padding:0; margin:13px 0 0;
  font-style:italic;
  color:#ef6623;
}
table tr td h3 {
  border-bottom:solid 1px #ccc;
}
#header h1 { /* hide visibility for logo */
  font-size:1px;
  margin: 0;
  padding:0;
  width:1px;
  height:1px;
  visibility:hidden;
  display:none;
}

h1 {font-size:2.4em;}
h2 {font-size:2em;}
h3 {font-size:1.4em;}
h4 {font-size:1.3em;}
h5 {font-size:1.1em;}

/****************************
****** Lists
*****************************/

ol, ul {
  padding: 0 0 0 25px;
  margin: 0;
}

table ul {
  padding:0;
}

ol li, ul li {
  margin: 0 0 3px 25px;
  padding: 0;
}

ul li {
  list-style:square;
}

/****************************
****** Various
*****************************/

p, ul, ol, blockquote, h1, h2, h3, h4 {
  margin: 13px 0;
}

.clear {
  clear: both;
  line-height:0.1px !important;
  height:0.1px !important;
}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clearleft {clear:left;}
.clearleftfloat {clear:left; float:left;}
.clearright {clear:right;}

.center {
  text-align: center;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}

small {
  font-size: .9em;
  line-height: 150%;
}

small, strike {
  color: #777;
}

code {
  font: 1.1em 'Courier New', Courier, monospace;
}

acronym, abbr {
  font-size: 0.9em;
  letter-spacing: .07em;
  border-bottom: 1px dashed #999;
  cursor: help;
}

blockquote {
  margin: 20px 0;
  padding:0;
  font-style:italic;
  /*background: url('images/quote.gif') 5% no-repeat;*/
  border:dashed 1px #ccc;
  border-width:1px 0;
}

/*hr {
display: none;
}*/

hr {
  height: 1px;
  margin-top: 0.5em;
  border: none;
  border-bottom: 1px solid #9a9a9a;
}

.cut {
  text-decoration:line-through;
}

/****************************
****** Custom Styles
*****************************/

.redcarpet {
  font-family:"Script MT", "Script MT Std", Georgia, "Times New Roman", Times, serif;
  color:#e20000;
  font-size:1.4em;
}

/****************************
****** Form Classes
*****************************/

form {padding:0;margin:0;}

input[type=text], textarea {
  font: 1em Verdana, Arial, Helvetica, Sans-Serif;
  padding: 3px;
  color: #000;
}

textarea.wide {
  width:99.4%;
}

select {
  font: 1em Verdana, Arial, Helvetica, Sans-Serif;
  color: #000;
}

input[type=text]:focus, textarea:focus {
  background: #fff;
  color: #000;
  border-color: #666;
}

input[type=image] {
  padding:0; margin:0;
}

.submit input, .submit input:focus, .button {
  background: url('/img/fade-butt.png');
  border: 3px double #999;
  border-left-color: #ccc;
  border-top-color: #ccc;
  color: #000;
  padding: 0.25em;
}

.submit input:active, .button:active {
  background: #f4f4f4;
  border: 3px double #ccc;
  border-left-color: #999;
  border-top-color: #999;
}

/****************************
****** Left Column Content
*****************************/

#left ul {padding:0;margin:0;}
#left ul li {margin:0;padding:0;}
#left ul li {list-style:none;}
#left blockquote {
  margin:0;
  padding:0;
  font-style:italic;
  font-size:1.2em;
  border:dashed 1px #ccc;
  border-width:0 0 1px;
}
#left h3 {
  margin:0;padding:0;
  border:dashed 1px #ccc;
  border-width:1px 0 0;
}
#left h3 a {text-decoration:underline;}
#left h3 a:hover {text-decoration:none;}

#left_content {padding:0 8px;}
#left_content small {padding:0 0 0 8px;}

#left_content small.testimonial {text-align:right;}
#left_content blockquote.testimonial {border-width:1px 0;border-top:none;} 

#left_content.press_release small {padding:0;}
#left_content.press_release h3 {font-size:1em;font-family:Verdana, Arial, Helvetica, sans-serif;}

/****************************
****** Right Column Content
*****************************/
#right_content {
  padding:0 12px 8px 8px;
}
#right_content #products {text-align:center;}
#right_content #products img {padding:0;}
#right_content #products td {border:dashed 1px #cdc7d3;}

#right_content .photo-set {text-align:center;}
#right_content .photo-set h3 {
  padding:15px 0;margin:10px 0;
  background:#f8f8fa;
  border:solid 1px #cdc7d3;
  text-transform:uppercase;
}

/****************************
****** Content
*****************************/
.google-map {
  width:230px;
  height:150px;
  float:left;
  border:1px solid #ccc;
  margin-right:5px;
}


/****************************
****** Footer
*****************************/

#footer_text {
  margin:0 auto;
  width:90%;
  color:#999;
}
#footer_text a {
  color:#999;
}
#footer_text a:hover {
  text-decoration:none;
}
#footer_text ul li {
  list-style:none;
  display:inline;
  padding:0 5px; margin:0;
}
#footer_text ul {
  padding:0; margin:0;
}