@charset "utf-8";

body {
  background-color: #939484;
  margin: 0;
  padding: 0;
  font-family: "Univers LT Std 45 Light", Tahoma, sans-serif;
  /*font-family: "Univers LT Std 55";*/
  font-size: 16px;
}

body a:link, a:visited, a:hover {
  color: #0066cc;
  font-weight: normal;
}

#container {
  background-image: url('../x-images/bkg_container.png');
  background-position: left;
  background-repeat: no-repeat;
  width: 1134px;
  height: 670px;  
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -335px;
  margin-left: -567px;
}

#inner {
  width: 1038px;
  height: 574px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -287px;
  margin-left: -519px;
}

#column1 {
  width: 289px;
  height: 574px;
  float: left;
}

#column2 {
  width: 749px;
  height: 574px;
  float: right;
}

#logo {
  background-image: url('../x-images/logo_bargerondesigns.gif');
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #bdbdb0;
  width: 289px;
  height: 128px;
  margin-bottom: 13px;
}

#logo p {
  margin: 0;
  padding: 100px 0 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 0.9em;
}

#photo {
  width: 289px;
  height: 379px;
}

#portfolio {
  width: 287px; /* Minus 2px for border */
  height: 377px; /* Minus 2px for border */
  border: 1px solid #bdbdb0;
  overflow: hidden;
}

#footer_left {
  width: 289px;
  height: 52px;
}

#footer_left p {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 0.75em; /* 12px divided by 16 = 0.75 */
  color: #939484;
}

#header {
  background-color: #000000;
  width: 749px;
  height: 86px;
  font-size: 1.125em; /* 18px */
  font-weight: bold;
  color: #bdbdb0;
}

#header p {
  margin: 0;
  padding: 31px 0 0 60px;
  width: 570px;
}

#socialicons {
  width: 100px; 
  padding-top: 28px; 
  float: right;
}

#menu {
  width: 749px;
  height: 42px;
  margin-bottom: 13px;
  text-align: center;
  font-family: "Univers LT Std 55", Tahoma, sans-serif;
  font-size: 1.125em; /* 18px */
}

#content {
  width: 749px;
  height: 379px;
}

#content_box {
  width: 731px; /* 733px minus 2px for border */
  height: 377px; /* 379px minus 2 px for border */
  border: 1px solid #bdbdb0;
  float: right;
  font-size: 0.875em; /* 14px */
}

#content_box_inner {
/* used inside #content_box for full width content area */
  width: 692px;
  height: 340px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -170px;
  margin-left: -346px;
}

#content_box_inner_left {
/* used inside #content_box_inner for left side of split content area */
  width: 422px; /* subtract 20px from total width for spacing between left and right */
  height: 340px;
  float: left;
}

#content_box_inner_right {
/* used inside #content_box_full for right side of split content area */
  width: 230px;
  height: 340px;
  float: right;
  overflow: hidden;
}

#footer_right {
  width: 749px;
  height: 52px;
}

#footer_right p {
  margin: 0;
  padding: 10px 0 0 0;
  text-align: right;
  font-size: 0.75em; /* 12px */
  color: #939484;
}

a.footerlink:link, a.footerlink:visited {
  color: #939484;
  text-decoration: none;
}

a.footerlink:hover {
  color: #939484;
  font-weight: normal;
  text-decoration: underline;
}

.clear {
  clear: both;
}

.emphasis {
  color: #0066cc;
  font-size: 1.125em; /* 18px */
  font-weight: bold;
}

p.error {
  color: #cc0000;
  font-size: 0.875em; /* 14px */
}

p.success {
  color: #0066cc;
  font-size: 0.875em; /* 14px */
}

ul.servicelist {
  color: #939484;
  font-size: 0.875em; /* 14px */
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 20px;
}

ul.servicelist li {
  line-height: 1.4em;
}

ul.servicelist li.heading {
  text-transform: uppercase;
  font-weight: bold;
}

ul.servicelist li.last {
  margin-bottom: 12px;
}

ul.portfoliolist {
  color: #000000;
  font-size: 0.875em; /* 14px */
  list-style-type: none;
  padding: 15px 15px 20px 15px;
  margin-left: 0;
}

ul.portfoliolist li {
  line-height: 1.4em;
  margin-bottom: 10px;
}

ul.portfoliolist li a, a:visited, a:active, a:hover {
  font-weight: bold;
  text-decoration: none;
}

.thumbdiv { /* For portfolio page (logos) */
  padding: 18px 8px 5px 19px;
  text-align: center;
  float: left;
}

.photo {
  border: 1px solid #bdbdb0;
}

form { 
  font-family: "Univers LT Std 45 Light", Tahoma, Helvetica, sans-serif;
  font-size: 1em; /* 16px */
  /*font-size: 0.875em;*/ /* 14px */
  margin: 20px 0 0 0;
  padding: 0; 
}

form input,textarea {
  font-family: "Univers LT Std 45 Light", Tahoma, Helvetica, sans-serif;
  font-size: 1em; /* 16px */
  margin: 5px 0 0 0;
}

form label { 
  display: block;
  float: left; 
  width: 110px; 
  padding: 2px 10px 0 0; 
  margin: 5px 0 0 0;
  text-align: right; 
}

form br {
  clear:left;
}

/* ------ Navigation Links ------ */
#navlinks {
  padding-top: 12px;
}

#navlinks ul {
  margin: 0;
  padding: 0;
}

#navlinks li {
  display: inline;
  list-style-type: none;
  padding-left: 50px;
}

#navlinks li.first {
  padding-left: 0;
}

#navlinks a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

#navlinks a:hover {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

#navlinks a.navActive {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

#navlinks a.navActive:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
/* ------ Navigation Links ------ */

