/*
Theme Name: A|B Group One
Theme URI: http://wordpress.org/
Description: A|B Group One's very own custom WordPress theme.
Version: 1.0
Author: Entropy Publishing, Inc.
Author URI: http://www.entropypub.com/
*/

body {
	margin: 0 0 50px 0;
	background: #000;
}

div.clear {
	clear: both;
}

div#wrapper {
	width: 920px;
}

div#attention {
	text-align: right;
	width: 440px;
	padding-right: 25px;
	border-right: 1px solid #888;
	float: left;
}

div#logo {
	padding-top: 42px;
	margin-left: 482px;
}

div.section {
	margin-top: 50px;
}

div.shell {
	margin-left: 360px;
}

div#buzz div.column {
	width: 335px;
	float: left;
}

div#buzz div.column-last {
	width: 340px;
	margin-left: 360px;
	float: none;
}

div#header div.shell {
  margin-left: 230px;
  width: 100%;
}

h1, h2, h3, h4, h5, li, a {
	color: #fff;
	font-family: "Trebuchet MS", sans-serif;
}

h5 {
  margin: 15px 0;
  font-family: Georgia, serif;
  font-size: 15px;
}

p {
  color: #fff;
  font-family: Arial, sans-serif;
}

p a {
  font-family: Arial, sans-serif;
}

h1 {
	background: url(http://www.abgroupone.com/wp-content/uploads/abgeist.png) top left no-repeat;
	width: 208px;
	height: 64px;
	margin:; 0;
}

h1 span {
	display: none;
}

h2 {
	text-transform: uppercase;
}

div.section h2 {
	border-bottom: 1px solid #888;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 360px;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}

div#attention h2 {
	padding-top: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: normal;
}

p {
	font-size: 12px;
	line-height: 18px;
}

p.tools, span.tools {
	font-size: 10px;
	text-transform: uppercase;
}

p span.source {
	text-transform: uppercase;
}

div#attention p {
	margin-top: 6px;
	margin-bottom: 6px;
}

div#contact p {
	margin-bottom: 22px;
}

div#buzz p {
	margin-top: 0;
	margin-bottom: 10px;
}

div#work li.item h4 {
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

div#work li.item p {
  font-family: Arial, sans-serif;
}

div#work li.item h4 a {
  text-decoration: none;
}

div#work li.item a img {
  border: none;
}

div#work li.item {
  margin-right: 10px;
  float: left;
  width: 132px;
}

div#work li.first-item {
  margin-left: 0;
}

div#brands div.shell p {
  text-align: right;
}

div#buzz li.item {
  margin-right: 20px;
  float: left;
  width: 269px;
}

div#buzz li.item h4 {
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

div#buzz li.item p.excerpt {
  font-family: Arial, sans-serif;
  text-align: justify;
}

div#buzz li.item a {
  text-decoration: none;
}

a:hover {
	text-decoration: none;
}

div#logo a {
	display: block;
	width: 208px;
	height: 64px;
}


/*** Carousels ***/

div.abcarousel-container {
  margin-top: -31px;
  margin-left: 0px;
}

div#work .jcarousel-clip-horizontal {
}

div#work .jcarousel-list li,
div#work .jcarousel-item {
  width: 132px;
  height: 315px;
}

div#buzz .jcarousel-list li,
div#buzz .jcarousel-item {
  width: 269px;
  height: 120px;
}

ul#work-carousel {
  list-style-type: none;
}

ul#buzz-carousel {
  list-style-type: none;
}
div#work h2 {
	background: url(images/hdr_work.gif) no-repeat 360px center;
	text-indent: -9999px;
	height: 14px;
}
div#buzz h2 {
	background: url(images/hdr_buzz.gif) no-repeat 360px center;
	text-indent: -9999px;
	height: 14px;
}
div#brands h2 {
	background: url(images/hdr_brands.gif) no-repeat 360px center;
	text-indent: -9999px;
	height: 14px;
}
div#contact h2 {
	background: url(images/hdr_contact.gif) no-repeat 360px center;
	text-indent: -9999px;
	height: 14px;
}
body #lightwindow_contents {
	background: #000;
}
body #lightwindow_contents p {
	text-align: left;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 20px;
}
body #lightwindow_contents {
	background-color: #000;
}		
body #lightwindow_loading {
	background-color: #000;
}
.jcarousel-clip-horizontal {
  width: 558px;
}

.jcarousel-prev {
  width: 25px;
  height: 10px;
  background: url(images/arrow-left.png) bottom left no-repeat;
  _background-position: center left;
  cursor: pointer;
  color: #fff;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-bottom: 2px;
  _padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 460px;
}

.jcarousel-prev-disabled {
  opacity: 0.5;
}

.jcarousel-next-disabled {
  opacity: 0.5;
}

.jcarousel-next {
  width: 25px;
  height: 10px;
  background: url(images/arrow-right.png) bottom right no-repeat;
  _background-position: center right;
  cursor: pointer;
  color: #fff;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  padding-right: 15px;
  padding-bottom: 2px;
  _padding-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  _left: 519px;
}

.jcarousel-clip {
  padding-top: 31px;
}