/*
Theme Name: Amatra
Theme URI: http://www.AdelieDesign.com/
Description: A theme for the Amatra Technologies website
Author: Adelie Design
Author URI: http://www.AdelieDesign.com/
Version: 2.0

*/


/* GENERAL STYLES **********************************/
@import 'reset.css';

html, body {
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #FFFFFF;
  background-image: url(images/body-bg-gradient.png);
  background-position: center top;
  background-repeat: repeat-x;
}

.body-wrapper {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(images/body-bg.jpg);
  width: 100%;
}
  

#page {
  margin: 0;
  width: 897px;
  border-width: 0 1px 1px;
  border-color: #cccccc;
  border-style: solid;
  -moz-box-shadow: 2px 0px 15px rgba(0,0,0,0.35);
  -webkit-box-shadow: 2px 0px 15px rgba(0,0,0,0.35);
  box-shadow: 2px 0px 15px rgba(0,0,0,0.35);
  margin: 0 auto;
}

a {
  text-decoration: none;
}

/* HEADER *****************************************/
#header {
  height: 150px;
  background-position: left top;
  background-repeat: repeat-x;
  position: relative;
  z-index: 800;
  width: 100%;
}

#header h1 {
}

#header a {
  outline: none;
}

#header .contact {
  position: absolute;
  top: 1em;
  right: 3.5em;
  color: #999999;
}
#header .contact a:link, #header .contact a:visited {
  color: #999999;
}

#header .networking {
 position: absolute;
  top: 1em;
  right: 9.5em;
}

#header .networking a.facebook {
  background-image: url(images/facebook.gif);
}

/* NAVIGATION *************************************/
#navigation {
  position: absolute;
  left: -1px;
  top: 121px;
  font-size: 110%;
  width: 898px;
  overflow: hidden;
}

#navigation ul {
  float: left;
}

#navigation li {
  float: left;
  width: 173px;
  position: relative;
  margin-right: -28px;
  z-index: 10;
}

#navigation a {
  background-image: url(images/tab-default.png);
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  line-height: 29px;
  white-space: nowrap;
  text-align: center;
  color: #666666;
  outline: none;
  font-weight: bold;
}
#navigation li.current_page_item a, #navigation li.current_page_parent a, #navigation li.current_page_ancestor a {
  background-image: url(images/tab-active.png);
}
#navigation li:hover a, #navigation li.hover a {
  background-image: url(images/tab-highlight.png);
  color: #008fc5;
  font-style: italic;
  padding-right: 7px;
  margin-right: -7px;
}

#navigation li ul {
  display: none;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #cccccc;
  /*background-color: #eff6fa;*/
  background-color: rgba(239, 246, 250, 0.9);
  width: 171px;
  background-image: url(images/dropdown-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 13px;
  margin-bottom: 8em;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  box-shadow: 5px 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 0 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 5px 0 5px rgba(0,0,0,0.2);
  font-size: 90.9%;
}
#navigation li:hover ul, #navigation li.hover ul {
  display: block;
}
#navigation li li {
  margin: 0;
  width: auto;
}
#navigation li li.expanded {
  background-image: url(images/menu-arrows.png);
  background-position: 155px 100%;
  background-repeat: no-repeat;
}
#navigation li li.expanded:hover, #navigation li li.hover {
  background-position: 155px 0;
}

#navigation li:hover li a, #navigation li.hover li a {
  font-weight: normal;
  background-image: none;
  height: 27px;
  border-bottom: 1px solid #cccccc;
  color: #666666;
  font-style: normal;
  padding-left: 23px;
  text-align: left;
  width: auto;
  margin: 0;
}
#navigation li:hover li:hover a, #navigation li.hover li.hover a {
  color: #f78f1e;
}
#navigation li ul li {
  float: none;
  position: relative;
}

#navigation li:hover li ul, #navigation li.hover li ul {
  border-width: 1px;
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  padding-bottom: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
}
#navigation li:hover li:last-child ul, #navigation li.lover li.last-child ul {
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
}
#navigation li:last-child:hover li ul, #navigation li.last-child li ul {
  left: -100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#navigation li:hover li:hover ul, #navigation li.hover li.hover ul {
  display: block;
  /*background-image: url(images/sub-menu-shadow.png);
  background-position: 0 0;
  background-repeat: repeat-y;*/
}
#navigation li:last-child:hover li:hover ul, #navigation li.last-child li.hover ul {
  background-image: none;
}

#navigation li:hover li:hover li a, #navigation li.hover li.hover li a {
  color: #666666;
  border-top: 1px solid #cccccc;
  border-bottom: none;
}
#navigation li:hover li:hover li:hover a, #navigation li.hover li.hover li.hover a {
  color: #f78f1e;
}
#navigation li:hover li:hover li:first-child a, #navigation li.hover li.hover li.first-child a {
  border-top: none;
}

/* MAIN *******************************************/
#main {
  overflow: hidden;
  background-color: #f8f8f5;
  min-height: 400px;
  padding-top: 24px;
  color: #666666;
  padding-bottom: 24px;
}
#main a:link, #main a:visited {
  color: #f7941e;
}
#main a:hover {
  text-decoration: underline;
}

/* SIDEBAR *****************************************/
#sidebar {
  float: right;
  width: 225px;
  font-size: 110%;
  margin-right: 23px;
  line-height: 1.64;
}

#sidebar a:link {
}
#sidebar a:visited {
}

/* CONTENT ****************************************/
#content {
  float: left;
  margin-left: 44px;
  width: 560px;
  font-size: 120%;
  line-height: 1.67;
  border-top: 1px solid #e6e7e4;
  padding-top: 23px;
  position: relative;
  text-align: justify;
}

h2 {
  font-size: 117%;
  line-height: 1.29;
  clear: left;
  color: #f7941e;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.8em;
}

h2.post-title {
  font-size: 100%;
  color: #666666;
}

h3 {
  color: #1e78ad;
  font-size: 100%;
  font-weight: bold;
}
h4 {
}
h5 {
}
h6 {
}

sup {
  vertical-align: top;
  font-size: 50%;
}
h2 sup {
  font-size: 40%;
}

#content p {
  margin: 0.75em 0;
}

#content ul, #content ol, #content dl {
  margin: 1em 0 1em 2.5em;
}
#content ul {
  list-style-type: disc;
}
#content ul ul {
  list-style-type: circle;
}
#content ul ul ul {
  list-style-type: square;
}
#content ul.plain li {
  list-style-type: none;
}
#content ol {
  list-style-type: decimal;
}
#content ol ol {
  list-style-type: upper-alpha;
}
#content ol ol ol {
  list-style-type: decimal;
}
#content dt {
  font-weight: bold;
  margin-top: 0.5em;
}
#content dd {
  margin-left: 2.5em;
}
#content li {
  margin: 0.5em 0;
}

#content address {
  font-style: italic;
  margin-left: 1.25em;
}

.entry:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  overflow: hidden;
  text-indent: -9000px;
}



.post-meta {
  margin-top: 2em;
  clear: both;
}

.pull-quote {
  display: block;
  float: left;
  font-size: 91.67%;
  line-height: 1.63;
  background-image: url(images/pull-quote-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  width: 127px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 8px;
  margin: 4px 0 10px 0;
  position: relative;
  left: -20px;
  text-align: left;
}

#content .linkbar {
  width: 602px;
  height: 41px;
  margin-left: -20px;
  background-image: url(images/linkbar-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  line-height: 41px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}
#content .linkbar a:link, #content .linkbar a:visited {
  width: 33.3%;
  display: block;
  float: left;
  color: #008fc5;
  font-style: italic;
}

.posts-page .post {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e7e4;
  margin-bottom: 20px;
}

/* Tables *****************/
table {
  border-collapse: collapse;
}
caption, thead {
}
caption a, thead a {
}
th, td {
}
tbody {
}
tbody th {
}

/* Less formatted tables*/
table.plain {
}
table.plain th {
}
table.plain td {
}

/* Image alignment ********/
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.aligncenter {
  float: none;
  margin: 0 1em;
}
.alignnone {
  display: block;
  clear: both;
}

div.alignleft {
  margin-left: 1em;
  margin-right: 3em;
}
div.alignleft h2, div.alignleft h3, div.alignleft h4 {
  margin-top: 0;
}

/* Post Navigation */
.post-nav {
  clear: both;
  padding: 2em 1em;
}
.post-nav p {
  margin: 0;
}
.post-nav .next-posts-link {
  float: left;
}
.post-nav .previous-posts-link {
  text-align: right;
}

/* FOOTER *****************************************/
#footer {
  font-size: 100%;
  padding-top: 39px;
  height: 32px;
  line-height: 1.8;
  background-image: url(images/bottom-swoosh.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: #f8f8f5;
  position: relative;
}

#footer, #footer a, #footer a:visited {
  color: #666666;
}
#footer p {
  margin: 0;
}

#footer .partners {
  float: right;
  text-align: right;
  margin-right: 34px;
}
#footer .networking {
  margin-left: 5px;
  overflow: hidden;
}
#footer .networking a {
  display: block;
  float: left;
  height: 18px;
  padding-left: 24px;
  margin-left: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
#footer .networking a.facebook {
  background-image: url(images/facebook.gif);
}
#footer .networking a.twitter {
  background-image: url(images/twitter.gif);
}
#footer .networking a.linkedin {
  background-image: url(images/linkedin.gif);
}
#footer .networking a.rss {
  background-image: url(images/feed.png);
}
#footer .contact {
  margin-top: 30px;
}
#footer .contact, #footer .copyright {
  text-align: center;
  line-height: 2;
}

#footer .badge {
  position: absolute;
  top: 92px;
  right: -1px;
  width: 93px;
  height: 59px;
}

.clear-block {
  display: block;
  clear: both;
}

/* HOME ************************************************/
#content ul.rotating-images {
  list-style-type: none;
  height: 330px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#content ul.rotating-images li {
  position: absolute;
  display: none;
  margin: 0;
}
#content ul.rotating-images li:first-child, #content ul.rotating-images li.first-child {
  display: block;
}

.front #content {
  margin-left: 24px;
  border-top: none;
  width: 602px;
}
.front #content .entry {
  margin-top: 335px;
  padding: 20px;
  border: 1px solid #cfcfcf;
  background-color: #FFFFFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* CONTACT *********************************************/
#content .follow {
  margin: 0 0 0 2.5em;
  overflow: hidden;
}
#content .follow li {
  list-style-type: none;
  float: left;
  font-style: italic;
  text-align: center;
  width: 64px;
  font-size: 83.3%;
  margin-left: 58px;
}
#main .follow li a:link, #main .follow li a:visited {
  padding-top: 64px;
  width: 64px;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  color: #666666;
}
.follow li.facebook a {
  background-image: url(images/facebook.png);
}
.follow li.linkedin a {
  background-image: url(images/linkedin.png);
}
.follow li.twitter a {
  background-image: url(images/twitter.png);
}
.follow li.enews a {
  background-image: url(images/enews.png);
}


/* WIDGETS ******************************************************/

#sidebar h2.widgettitle {
  margin: 0;
  color: #336699;
  font-weight: bold;
  font-style: normal;
  font-size: 109%;
}

/* WIDGETS - Categories *****************************************/
#sidebar .widget.categories {
  background-color: #FFFFFF;
  background-image: url(images/categories-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-top: 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#sidebar .widget.categories h2.widgettitle {
  padding: 0 9px;
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  color: #336699;
  font-weight: bold;
  font-style: normal;
  font-size: 109%;
}
#sidebar .widget.categories a:link, #sidebar .widget.categories a:visited {
  display: block;
  overflow: hidden;
  clear: left;
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #cccccc;
  padding: 0 9px;
  color: #666666;
}
#sidebar .widget.categories .current-category a:link, #sidebar .widget.categories .current-category a:visited {
  color: #f7941e;
}
#sidebar .widget.categories a:hover {
  color: #f7941e;
}
#sidebar .widget.categories a .name {
  float: left;
}
#sidebar .widget.categories a .date {
  float: right;
}
/* WIDGETS - Last Post Excerpt *******************************/
#sidebar .widget.last-post {
  background-color: #FFFFFF;
  background-image: url(images/last-post-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: 1px solid #cccccc;
  padding: 15px 9px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 25px;
}
#sidebar .last-post p {
  margin: 1.25em 0;
}
#sidebar .last-post .read-more {
  margin-left: 0.5em;
}

/* WIDGETS - Recent Entries *******************************/
#sidebar .widget.widget_recent_entries {
  background-color: #FFFFFF;
  background-image: url(images/categories-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: 1px solid #cccccc;
  padding: 10px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 8px;
  font-size: 104%;
}
#sidebar .widget_recent_entries p {
  margin: 1.25em 0;
}
#sidebar .widget_recent_entries .read-more {
  margin-left: 0.5em;
}
#sidebar .widget_recent_entries a:hover {
  font-weight: bold;
}


/* WIDGETS - Page ***********************************************/

#sidebar .widget.page .post {
  background-color: #FFFFFF;
  background-image: url(images/categories-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 8px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#sidebar .widget.page h2.widgettitle {
  padding: 0 9px;
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #ffffff;
  margin: 0;
  color: #336699;
  font-weight: bold;
  font-style: normal;
  font-size: 109%;
}
#sidebar .widget.page li p {
  margin: 1.25em 9px 3em;
}

#sidebar .widget.page a:link, #sidebar .widget.page a:visited {
  display: block;
  overflow: hidden;
  clear: left;
  min-height: 17px;
  line-height: 17px;
  border-bottom: 1px solid #ffffff;
  padding: 6px 9px;
  color: #f7941e;
  font-style: italic;
}
#sidebar .widget.page a .name {
  float: left;
  width: 80%;
}
#sidebar .widget.page a .date {
  float: right;
}
#sidebar .widget.page li.other a:link, #sidebar .widget.page li.other a:visited {
  border-top: 1px solid #cccccc;
  font-style: normal;
  font-size: 109%;
  height: 49px;
  line-height: 49px;
  overflow: hidden;
}

/* WIDGETS - Page - Dropdown Menus ******************************/
#sidebar .widget.page .page-91 {
  position: relative;
  background-image: url(images/sidebar-dropdown-buttons.png);
  background-position: 1px 0;
  background-repeat: no-repeat;
  margin-top: 0;
  width: 223px;
  height: 80px;
  border-width: 1px 1px 0 1px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#sidebar .widget.page .page-91 li {
  position: relative;
  height: 39px;
  border-bottom: 1px solid #cccccc;
  z-index: 10;
}
#sidebar .widget.page .page-91 li:first-child, #sidebar .widget.page .page-91 li.first-child {
  z-index: 20;
}
#sidebar .widget.page .page-91 .name {
  display: block;
  background-image: url(images/sidebar-dropdown-button-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #1e78ad;
  font-size: 109%;
  border-bottom: none;
  font-style: normal;
  font-weight: bold;
  padding: 0;
}
#sidebar .widget.page .page-91 li ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 40px;
  left: -1px;
  background-image: url(images/sidebar-sub-dropdown-bg.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  font-size: 90.9%;
  color: #FFFFFF;
  border: 1px solid #999999;
  box-shadow: 5px 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 0 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 5px 0 5px rgba(0,0,0,0.2);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  padding-bottom: 15px;
}
#sidebar .widget.page .page-91 li:hover ul, #sidebar .widget.page .page-91 li.hover ul {
  display: block;
}
#sidebar .widget.page .page-91 li ul li {
  padding: 0;
  height: 27px;
  border: none;
}
#sidebar .widget.page .page-91 li ul a:link, #sidebar .widget.page .page-91 li ul a:visited {
  display: block;
  color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 19px;
  height: 27px;
  line-height: 27px;
  font-style: normal;
}

/* WIDGETS - Page - Partners post page-799 */
#sidebar .widget.page .page-799 li ul a:link, #sidebar .widget.page .page-799 li ul a:visited {
  display: block;
  color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 19px;
  height: 100px;
  line-height: 100px;
  font-style: normal;
}

/* WIDGETS - Contact Form ***************************************/
#sidebar .widget.contact-form {
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-top: 8px;
  background-image: url(images/contact-form-bg-top.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#sidebar .widget.contact-form .contact-form-wrapper {
  padding: 9px 9px 18px;
  background-image: url(images/contact-form-bg-bottom.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

#sidebar .widget.contact-form h2.widgettitle {
  padding: 0;
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #ffffff;
  margin: 0;
  color: #336699;
  font-weight: bold;
  font-style: normal;
  font-size: 109%;
}
#sidebar .widget.contact-form .form-item input, #sidebar .widget.contact-form .form-item textarea {
  width: 97%;
}
#sidebar .widget.contact-form .form-item {
  margin: 0.5em 0;
}
#sidebar .widget.contact-form .form-submit {
  margin: 1.5em auto 0;
  width: 85px;
}
#sidebar .widget.contact-form .form-submit input {
  display: block;
  width: 85px;
  height: 30px;
  background-color: transparent;
  background-image: url(images/submit.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 30px 0 0 0;
  border: none;
  cursor: pointer;
  text-indent: -9000px;
}

