body {
    background: transparent url(/static/images/stripes.png) repeat-x;
    color: #999;
    font-size: 16px;
    -webkit-text-size-adjust:100%;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

hr.clear {
    margin-bottom: 0;
}

a, a:hover, a:active, a:visited {
    color: #f00;
    border: none;
    text-decoration: none;
}

header {
    position: relative;
}

header h1 {
    overflow: hidden;
    float: left;
    width: 174px;
    height: 131px;
}

header h1 a {
    display: block;
    background: transparent url(/static/images/assets.png) -40px 0 no-repeat;
    width: 174px;
    height: 0;
    padding-top: 131px;
}

header #bear {
    position: absolute;
    background: transparent url(/static/images/assets.png) -214px 0 no-repeat;
    width: 36px;
    height: 49px;
    right: 10px;
    top: 5px;
}

header #bear a {
    display: block;
    width: 100%;
    height: 100%;
}

nav ul {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
    margin-top: 95px;
    margin-left: 220px;
}

nav ul li {
    display: inline;
    margin-right: 30px;
}

nav ul li.last {
    margin-right: 0;
}

nav ul li a, nav ul li a:hover,
nav ul li a:active, nav ul li a:visited {
    text-decoration: none;
    text-transform: uppercase;
    color: #999;
    font-weight: 700;
    font-size: 13px;
}

nav ul li.active a,
nav ul li.active a:hover,
nav ul li.active a:active,
nav ul li.active a:visited,
nav ul li a:hover {
    color: #f00;
}

footer {
    text-transform: uppercase;
    color: #f00;
}

address {
    color: #666;
    font-weight: 400;
}

#footer-wrapper {
    background: transparent url(/static/images/stripes.png) bottom repeat-x;
    height: 180px;
}

#footer-inner-wrapper {
	background: #ccc url(/static/images/footer.png);
    height: 120px;
    padding-top: 20px;
}

footer #social-description p {
    margin-bottom: 0;
}

section h1 {
    color: #999;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section h2 {
    margin-bottom: 10px;
}

article h1 {
    font-weight: 400;
}

ul.clients,
ul.services {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

ul.clients li.client {
	text-transform: uppercase;
	font-weight: 400;
    padding-left: 40px;
    line-height: 35px;
}

ul.clients li.client.featured,
ul.services li.service.featured {
}

ul.clients li.client.new,
ul.services li.service.new {
    background: transparent url(/static/images/assets.png) -220px -50px no-repeat;
}

ul.clients li.client a {
  	color: #f00;
  	text-decoration: none;
}

.services {
    font-size: 24px;
}

ul.services li.service {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

ul.services li.service a,
ul.services li.service a:visited {
    color: #999;
}

ul.services li.service a:hover,
ul.services li.service a:active {
    color: #f00;
}

ul.alpha.services li.service {
    text-align: right;
}

ul.omega.services li.service {
    text-align: left;
}

#client-content-wrapper {
    border-right: 1px solid #ccc;
    margin-right: 9px;
    margin-bottom: 10px;
}

#client-content-wrapper hr {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 98%;
}

#client-logo {
}

#client-title {
    text-transform: uppercase;
    margin-bottom: 5px;
}

#client-description,
#client-content {
    padding-right: 10px;
}

#client-content {
}

#client-categories {
    font-weight: 400;
    text-transform: uppercase;
}

#client-categories ul {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#client-categories ul li {
    margin: 0;
    padding: 0;
}

#profiles {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

#profiles li {
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.post h1,
.post h5 {
    margin-bottom: 0;
}

.post h5 {
    margin-top: 5px;
}

.post-title {
    text-transform: uppercase;
    line-height: 24px;
}

.post-date {
    background-color: #f00;
    color: #fff;
    line-height: 14px;
    padding: 5px;
    padding-top: 7px;
}

.post-divider {
    margin-top: 10px;
    border-width: 1px;
}

.post-meta,
.post-social {
}

.post-tags {
    margin-bottom: 12px;
}

aside h1 {
}

aside h2 {
    display: inline;
}

#blog-archive ul {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#blog-archive ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 13px;
}

.post-archive-date,
.post-archive-title {
    color: #f00;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
}

.post-author {
    text-transform: uppercase;
}

#blog-rss,
#bloggers,
#months,
#categories,
#links {
    color: #fff;
    margin-bottom: 13px;
}

#blog-rss h1,
#bloggers h1,
#months h1,
#categories h1,
#links h1 {
    background-color: #f00;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 5px;
    text-transform: uppercase;
    line-height: 15px;
    padding-top: 7px;
}

#blog-rss h1 a,
#blog-rss h1 a:hover,
#blog-rss h1 a:active,
#blog-rss h1 a:visited {
    color: #fff;
}

form label {
    display: none;
}

form input#id_query,
form p {
    width: 50px;
    float: left;
}

form.search input#id_query {
    width: 200px;
}

form button#id_search {
    width: 50px;
    float: left;
    margin-left: 50px;
}

form p {
    margin-top: 5px;
}

.button {
    color: #fff;
}

aside#blog-meta form div#uniform-id_search.button {
    margin-left: 10px;
}

form.search div#uniform-id_search.button {
    margin-left: 165px;
}

div.button span {
    padding-top: 10px !important;
}

#blog-meta h1 {
    font-size: 16px;
}

#blog-meta #bloggers ul {
    list-style-type: none;
    list-style-image: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#blog-meta #bloggers ul li {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

#blog-meta #categories ul {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#blog-meta #categories ul li {
    margin: 0;
    padding: 0;
}

#blog-meta #categories ul li a,
#blog-meta #categories ul li a:hover,
#blog-meta #categories ul li a:active,
#blog-meta #categories ul li a:visited {
    color: #999;
}

#blog-meta #months {
    font-size: 12px;
}

#blog-meta #months p {
    color: #999;
    margin: 0;
    padding: 0;
}

#blog-meta #months table {
    margin-bottom: 0;
}

#blog-meta #months table tr th {
    color: #999;
    padding-right: 2px;
}

#blog-meta #months table tr td {
    color: #999;
    text-align: center;
}

#blog-meta #links ul {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#blog-meta #links ul li {
    margin: 0;
    padding: 0;
}

ul.messages {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    margin-bottom: 13px;
    padding: 0;
}

ul.messages li {
    margin: 0;
    padding: 0;
}

#map-wrapper {
    width: 460px;
    height: 300px;
    border: 1px solid #ccc;
}

/* Social */

.facebook,
.twitter {
    float: left;
}

/* Slideshow */

body {
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.images-container {
    position: relative;
}

.images {
    border:1px solid #ccc;
    position:relative;	
    height:450px;
    width:940px;
    float:left;	
    cursor:pointer;
    overflow: hidden;
}

.post-slideshow .images {
    width: 540px;
    height: 260px;
}

.images > div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:600px;
}

.post-slideshow .images > div {
    height: 260px;
}

.image {
    float:left;
    margin: 7px;
}

.image-extra,
.embed-extra {
    position: absolute;
    bottom: 158px;
    left: 52px;
    width: 840px;
    padding: 20px;
    height: 75px;
    overflow: hidden;
    color: #999;
    z-index: 100000;
    display: none;
}

.post-slideshow .image-extra,
.post-slideshow .embed-extra {
    bottom: 8px;
    width: 440px;
}

.rgba .image-extra,
.rgba .embed-extra {
    background-color: rgba(255, 255, 255, .9);
}

.image-title {
    margin-bottom: 0;
}

.image-caption {
    margin-bottom: 0;
}

.image-controls {
    width: 20px;
    height: 100px;
    position: absolute;
    bottom: 23px;
    left: 8px;
    padding: 10px;
    display: none;
}

.black-star-beer .image-controls {
    bottom: 37px;
}

.post-slideshow .image-controls {
    bottom: 8px;
}

.embed {
    text-align: center;
    padding: 7px;
    width: 939px;
}

.embed iframe,
.embed object,
.embed embed {
    margin: auto;
    z-index: 1000;
}

.post-slideshow .embed {
    width: 540px;
}

.extra,
.backward,
.forward {
    position: absolute;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 5px;
    text-align: center;
}

.backward {
    bottom: 75px;
    background: #fff url(/static/images/assets.png) 0 0 no-repeat;
}

.forward {
    bottom: 30px;
    background: #fff url(/static/images/assets.png) 0 -40px no-repeat;
}

.extra {
    bottom: 120px;
    background: #fff url(/static/images/assets.png) 0 -80px no-repeat;
}

.rgba .backward, .rgba .forward,
.rgba .extra {
    background-color: rgba(255, 255, 255, .9);
}

.images-counter-container {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #f00;
    font-size: 12px;
    font-weight: bold;
    background-color: #fff;
    padding: 5px;
    width: 30px;
    height: 15px;
    text-align: center;
}

.rgba .images-counter-container {
    background-color: rgba(255, 255, 255, .9);
}

.slidetabs {
	clear:both;
	margin-left:330px;
}

.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	display:block;
}

.slidetabs a:hover {
	background-position:0 -8px;      
}

.slidetabs a.current {
	background-position:0 -16px;     
} 	

.disabled {
	visibility:hidden !important;		
}

/* Forms */

select, input, textarea {
    color: #999;
}

/* TypeKit */

.wf-loading {
    visibility: hidden;
}

.wf-inactive {
    visibility: visible;
}

.wf-active {
    visibility: visible;
}


