/*
Theme Name: Old Blue Last 2014
Theme URI: http://wordpress.org/
Description: OBL template adapted from 2010
Author: Daniel Hockley
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

img {
	max-width: 100%;
	display: block;
}

/* =Original CSS
-------------------------------------------------------------- */

/* apply a natural box layout model to all elements */

/* 2013 updated CSS
-------------------------------------------------------------- */
@font-face {
    font-family: 'tgb';
    src: url('fonts/tgb-webfont.eot');
    src: url('fonts/tgb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tgb-webfont.woff') format('woff'),
         url('fonts/tgb-webfont.ttf') format('truetype'),
         url('fonts/tgb-webfont.svg#tgb') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'americantext_btregular';
	src: url('fonts/american_text_bt-webfont.eot');
	src: url('fonts/american_text_bt-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/american_text_bt-webfont.woff') format('woff'),
	url('fonts/american_text_bt-webfont.ttf') format('truetype'),
	url('american_text_bt-webfont.svg#americantext_btregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HEADER
////////////////////////////////////////*/
#header span {
	font-weight: normal;
	color: #ccc;
	font-size: 12px;
	width: 100%;
	position: relative;
	display: block;
	padding: 10px 0;
	font-family: tgb;
	letter-spacing: 1px;
}

.obllogo {
	display: inline-block;
	margin: 30px auto 10px;
}

/* MAIN NAVIGATION
////////////////////////////////////////*/
.obl_top_menu {
	font-size: 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	text-align: justify;
}

.obl_top_menu:after {
	content: '';
    display: inline-block;
    width: 100%;
    background-color: #99f;
    height: 0px;
}

.obl_top_menu li {
	display: inline-block;
	font-size: 12px;
	/*width: 120px;  137 without blog */
	/*text-align: center;*/
	padding: 20px 20px;
}

.obl_top_menu li a {
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.obl_top_menu li a:hover {
	color: #e1b025;
}

.obl_top_menu li a.active {
	color: #e1b025;
}

[class*='col-'] {
	float: left;
	padding: 0 10px;
}

/* Clearfix */
.row:after {
	content: "";
	display: table;
	clear: both;
}

.col-3 {
	position: relative;
	width: 33.33%;
}


/* FEATURE LISTINGS
////////////////////////////////////////*/
.feature_listings_container{
	position: relative;
	height:410px;
	width: 960px;
	overflow: hidden;
	margin: 0 10px;
}

.feature_nav {
	z-index: 90;
	width: 70px;
	height: 410px;
	cursor: pointer;
	text-align: center;
	padding-top: 170px;
}

.feature_prev {
	position: absolute;
	top: 0;
	left: 0;
}

.feature_next {
	position: absolute;
	top: 0;
	right: 0;
}

.feature_listings {
/*	background-color: #e1b025;*/
	height: 410px;
	width: 5760px; /* 960 x 6 */
	position: absolute;
	top: 0;
	left: -960px;
	color: #fff;
}

.feature_listings a,
.listing a {
	text-decoration: none;
}

.feature_listing {
	width: 960px;
	height: 410px;
	float: left;
	color: #fff;
	position: relative;
}

.feature_listing img {
	position: absolute;
	top: 0;
	z-index: 1;
}

.feature_listing_info {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 960px;
	height: 410px;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-family: 'Crimson Text', serif;
	z-index: 5;
}

.feature_listing_info p,
.listing p {
	color: #fff;
}

.feature_listing_info b {
	color: #e1b025;
	font-weight: 400;
	text-transform: capitalize;
}

.feature_listing_details {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 10;
	color: #000;
	width: 125px;
	height: 110px;
	font-family: tgb;
	text-transform: uppercase;
	z-index: 100;
}

.feature_date,
.listings_date {
	color: #e1b025;
}

.nav_box {
	background-color: #e1b025;
	height: 210px;
	position: relative;
	text-align: center;
	margin-top: 20px;
}

.nav_box img {
	position: absolute;
	top: 0;
	left: 0;
}

.nav_box span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 307px;
	height: 210px;
	color: #fff;
	font-family: 'Crimson Text', serif;
	font-size: 42px;
	line-height: 34px;
	z-index: 2;
}

.nav_box a {
	text-decoration: none;
}


.listing {
/* 	background-color: #e1b025; */
	height: 210px;
	position: relative;
	text-align: center;
	margin-top: 20px;
	color: #fff;
}

.listing img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.listing_info {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 307px;
	height: 210px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-family: tgb;
	letter-spacing: 1px;
	z-index: 5;
}

.listing_info h1 {
	color: #e1b025;
	font-weight: 400;
	font-family: americantext_btregular, 'Crimson Text', serif;
}

.listing_info b {
	font-weight: normal;
}

.greyscale {
	filter: url(filters.svg#grayscale); 
    filter: gray;  
    -webkit-filter: grayscale(1);
    transition: 0.3s;
	-webkit-transition: 0.3s; /* Safari */
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
	z-index: 2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.feature_listings:hover .cover,
.listing:hover .cover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.feature_listings:hover .greyscale,
.listing:hover .greyscale {
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

.row {
	/*margin: 0 0 20px;*/
	position: relative;
}

.divider {
	width: 960px;
	background-color: #000;
	height: 1px;
	margin: 20px 10px 0px;
	clear: both;
}

/* LISTINGS PAGE
////////////////////////////////////////*/

.listings > li {
	width: 960px;
	margin: 0 10px 20px;
	font-family: tgb;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	float:left;
}

.listings img {
	display: block;
}

.listings_image,
.listings_night_info {
	float: left;
}

.listings_night_info p {
	margin-bottom: 0 !important;
}

.listings_night_info b {
	color: #e1b025;
	font-weight: normal;
}

.listings_details {
	float: right;
	width: 100px;
}

.listings_image {
	width: 307px;
	margin-right: 20px;
}

.moreInfoContainer {
	width: 960px;
	float: left;
	padding: 10px 10px 10px 327px;
	background-color:  #e6e6e6;
	margin-top: 10px;
}

.moreInfoContainer p {
	width: 450px;
}


/* PHOTOS PAGE
////////////////////////////////////////*/
.gallery {
	margin-bottom: 20px;
	text-align: center;
}

.gallery_info {
	font-family: 'tgb';
	text-transform: uppercase;
	color: #e1b025;
	position: absolute;
	width: 306px;
	height: 210px;
	top: 0;
	font-size: 12px;
	background-color: rgba(0,0,0,0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);   /* IE6 & 7 */
   	display: table-cell;
	vertical-align: middle;
}

.v_center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gallery_event,
.gallery_date {
	line-height: 16.8px;
}

.gallery_date {
	color: #fff;
}

/* PHOTOS SINGLE
/////////////////////////////////////////*/
.photos_left-column {
	width: 632px;
	float: left;
	margin-left: 10px;
}

.photos_left-column img {
	margin-bottom: 5px;
}

.photos_right-column {
	width: 306px;
	height: 100%;
	float: left;
	margin: 0 10px 0 20px;
	font-family: 'tgb';
	font-size: 16px;
	text-transform: uppercase;
}

.photos_right-column h1 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 22.4px;
	color: #e1b025;
	font-weight: normal;
}

.photos_right-column h2 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 22.4px;
	font-weight: normal;
}

.photos_right-column p {
	font-size: 12px;
	line-height: 19.6px;
}


/* FOOTER
////////////////////////////////////////*/

.obl_footer_logos {
	width: 960px;
	font-size: 0px;
	text-align: center;
	border-top: 1px solid #000;
}

.obl_footer_logos li{
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

#footer {
	width: 960px;
	margin: 20px 10px 30px;
}
/* 
-------------------------------------------------------------- */


.test, #container.test div, #container.test ul
	{
	border: 1px red solid;
	}
	
.hidden
	{
	position: absolute;
	margin-left: -99999px;
	display: block;
	height: 0px;
	overflow: hidden;
	}
	
.float-left
	{
	display: inline;
	float: left;
	
	}

em, i
	{
	font-style: italic;
	}

hr
	{
	clear: both;
	display: block;
	height: 0px;
	background-color: #ffffff;
	border-style: none;
	border-bottom: 1px dashed #bfbfbf;
	border-top: 10px solid #ffffff;
	margin-bottom: 20px;
	}
	
body
	{
	background-color: #ffffff;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}
	
h1,h2,h3
	{
	font-size: 1.8em;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 12px;
	}

h2 {
	margin-bottom: 0px;
}

#container
	{
	z-index: 5;
	position: relative;
	width: 980px;
	margin: 0px auto;
	/*padding: 0px 35px 0px 35px;*/
	overflow-y: hidden;
	}
		
#logo
	{
	z-index: 0;
	display: none;
	height: 620px;
	width: 967px;
	position: absolute;
	top: 0px;

	}

body a {
	color: #000000;
	text-decoration: underline;
}

body a:hover {
/*	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);*/
}

body #photoAlbum a:hover, body .home-link:hover {
/*	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);*/
}

/* HEADER */
		
#header
	{
	width: 960px;
	margin: 0 10px 20px;
	/*text-align: right;*/
	text-align: center;
	/*height: 36px;*/
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	/*line-height: 36px;*/
	font-family: tgb;
	}
	
#header form input.email
	{
	width: 120px; /*171 originally  -padding*/
	border: 1px solid #7f7f7f;
	text-align: left;
	margin-right: 5px;
	padding: 4px 8px 3px 3px;
display: block;
float: left;
color: #7f7f7f;
font-weight: normal;
	}
	
#header form input.submit
	{
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #7f7f7f;
	padding: 3px 3px 3px 3px;
	display: block;
	font-size: 10px;
	float: left;
	margin-top: 2px;
	}
	
#mailing_form {
float: right;
width: 195px;
padding-top: 7px;
}
	
/* SIDE BAR */
	
#sidebar
	{
	width: 218px;
	margin-right: 35px;
	margin-bottom: 20px;
	float: left;
	font-size: 1em;
	font-weight: normal;
	line-height: 14px;
	}

#sidebar ul#nav
	{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	letter-spacing: 0.5px;
	font-variant: small-caps;
	text-align: center;
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #bfbfbf;
	}
	
#sidebar ul#nav a:link, 
#sidebar ul#nav a:visited
	{
	color: #000000;
	text-decoration: none;
	}

#sidebar ul#nav a:hover,
#sidebar ul#nav a:active
	{
	color: #000000;
	text-decoration: underline;
	}
	
	
#sidebar ul#social-links, #sidebar ul#vice-links, #sidebar ul#extra-links
	{
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	text-align: center;
	display: block;
	float: left;
	width: 218px;
	}
	
#sidebar ul#extra-links
	{
	border-top: none;
	}
	

#sidebar a {
text-decoration: none;
}

#sidebar ul#social-links li, #sidebar ul#vice-links li, #sidebar ul#extra-links li
	{
	display:block;
	}

#sidebar ul#social-links li a[href^="http://"], #sidebar ul#vice-links li a[href^="http://"], #sidebar ul#extra-links  li span
	{
	display: block;
	float:left;
	height: 0px;
	overflow: hidden;
	padding-top: 24px;
	}
	
#sidebar ul#vice-links li a[href^="http://"]
	{
	padding-top: 34px;
	}


#sidebar ul#extra-links li span
	{
	padding-top: 52px;
	}
		
ul#social-links li a[href^="http://www.facebook.com"]
	{
	background: #ffffff url(images/LHS/facebook_small.gif) top left no-repeat;
	width:  48px; /*71*/
	margin-left: 8px;
	margin-right: 6px;
	margin-top: 10px;
	}
	
ul#social-links li a[href^="http://www.twitter.com"]
	{
	background: #ffffff url(images/LHS/twitter_small.gif) top left no-repeat;
	width: 43px; /*66*/
	margin-right: 6px;
	margin-top: 11px;
	}
	
ul#social-links li a[href^="http://www.myspace.com"]
	{
	background: #ffffff url(images/LHS/myspace_small.gif) top left no-repeat;
	width: 50px; /*74*/
	margin-top: 14px;
	margin-right: 6px;
	}
	
ul#social-links li a[href^="http://theoldbluelast.tumblr.com"]
	{
	background: #ffffff url(images/LHS/tumblr_small.gif) top left no-repeat;
	width: 43px; /*74*/
	margin-right: 6px;
	margin-top: 12px;
	}
	
ul#vice-links li a[href^="http://www.viceland.com"]
	{
	background: #ffffff url(images/LHS/vice.gif) top left no-repeat;
	width: 72px;
	margin-left: 30px;
	}
	
ul#vice-links li a[href^="http://www.vbs.tv"]
	{
	background: #ffffff url(images/LHS/vbs.gif) top left no-repeat;
	width: 79px;
	}
	
ul#extra-links li a {
	display: block;
	height: 60px;
	float: left;
	text-indent: -9999px;
}

ul#extra-links li a.stella
	{
	background: #ffffff url(images/LHS/stella_slim.gif) top left no-repeat;
	width: 47px;
	}	

ul#extra-links li div.wifi
	{
	background: #ffffff url(images/LHS/wifi_slim.gif) top left no-repeat;
	width: 40px;
	height: 60px;
	float: left;
	text-indent: -9999px;	
	}	
	
ul#extra-links li a.brahma
	{
	background: #ffffff url(images/LHS/brahma_slim.gif) top left no-repeat;
	width: 49px;
	}	
	
ul#extra-links li a.agwa
	{
	background: #ffffff url(images/LHS/agwa_slim.gif) top left no-repeat;
	width: 34px;
	}	

ul#extra-links li a.timeout
	{
	background: #ffffff url(images/LHS/timeout_slim.gif) top left no-repeat;
	width: 48px;
	}	

	
ul#extra-links li a.drinkaware
	{
	background: #ffffff url(images/LHS/drinkaware_small.gif) top center no-repeat;
	width: 213px;
	height: 15px;
	}

#sidebar address
	{
	padding-top: 222px;
	background: #ffffff url(images/LHS/OBL_logo.gif) top center no-repeat;
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	margin-top: 13px;
	clear: left;
	font-style: normal;
	}

#sidebar p.contactInfo
	{
	text-align: center;
	margin-bottom: 22px;
	}
	
.contactMap {
float: left;
margin-left: 200px;
}

.contactInfo_address {
	float: right;
	padding-right: 155px;
}
	
.contactInfo_address h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
margin-bottom: 0px;
padding-bottom: 0px;
}

/* CONTENT */
#content
	{
	/*float: left;*/
	/*padding: 18px 0px 18px 0px;*/
	line-height: 1.8em;
	width: 980px;
	/*border-top: 1px dashed #bfbfbf;*/
	margin: 0 auto;
	}
		
#content p
	{
	margin-bottom: 10px;
	}


.thin_content {
width: 530px;
margin: 0 auto;
text-align: center;
}

.medium_content {
	width: 820px;
	margin: 0 auto;
}


/*PAGE STYLES*/

/* LISTINGS*/

ol#listings li div.date, ol#listings li div.nightInfo
	{
	padding-right: 20px;
	overflow: hidden;
	}

ol#listings li div.date {
	text-transform: uppercase;
}
	
 ol#listings li div.nightInfo {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
 }	

ol#listings li div.nightInfo strong {
	font-weight: bold;
}

	
ol#listings li div.date
	{
	width: 160px; /*136px;*/
	}
	
ol#listings li div.nightInfo
	{
	width: 400px; 
	}
	
ol#listings li ul.details
	{
	width: 113px;
overflow: hidden;
	}	
	
	
ol#listings li, ol#listings h2
	{
	font-family: Arial, Helvetical, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-stretch: condensed;
	line-height: 15px;
	font-variant: none;
	}
		
ol#listings li ul.bands li, ol#listings li ul.details li, ol#listings li div.moreInfo
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}
	
ol#listings li div.moreInfo
	{
	margin-top: 22px;
	line-height: 16px;
	width: 400px;
	padding-left: 180px;
	overflow: visible;
	}
	
ol#listings li div, ol#listings ul.details
	{
	float: left;
	display: block;
	overflow-x: hidden;
	word-wrap: normal;
	}
	
ol#listings>li
	{
	clear: both;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px dashed #bfbfbf;
	overflow:hidden;
	margin-bottom: 15px;
	}
	
ol#listings ul.details a:link, a:visited
	{
	color: #000000;
	text-decoration: none;
	}


ol#listings ul.details a:hover, a:active
	{
	color: #000000;
	text-decoration: underline;
	}
		
ol#listings ul.details li.moreInfo a
	{
	padding-right: 10px;
	background: #ffffff url(images/downArrow.gif) bottom right no-repeat;
	}
	
ol#listings ul.details li.moreInfo a.open
	{
	background: #ffffff url(images/upArrow.gif) bottom right no-repeat;	
	}

li.moreInfo 
	{
	display: hidden;
	}
	
/* CONTACT INFO */

.col-title {
	display: block;
	float: left;
	width: 200px;
}

.contact_content {
	width: 960px;
	margin: 0 auto;
}

div.contactInfo{
float: left;
clear: none;
width: 210px;
margin: 0px 42px 0px 0px;
	}
	
body div.contactInfo h2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

div.contactInfo p, div.contactInfo a, a.mapLink
	{	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 16px;
	}
	
 a.mapLink
 	{
 	font-size: 1.4em;
 	background: #ffffff url(images/rightArrow.gif) 60% right no-repeat;
 	padding-right: 15px;
 	}
	
div.contactInfo a:link, div.contactInfo a:visited, a.mapLink:link, a.mapLink:visited
	{
	color: #000000;
	text-decoration: none;
	}
	
div.contactInfo a:hover, div.contactInfo a:active, a.mapLink:hover, a.mapLink:active
	{
	color: #000000;
	text-decoration: underline;
	}
	
/* FAQ */

dl#faq dt
	{
	padding-top: 10px;
	font-weight: bold;
	}
	
dl#faq dd
	{
	display: block;
	padding-bottom: 10px;
	font-weight: normal;
	border-bottom: 1px dashed #bfbfbf;
	}
	
/* PHOTOS */

.recent_album_deets
	{
	display: block;
	background: black;
	color: white;
	float: left;
	letter-spacing: -0.4px;
	line-height: 14px;
	opacity: 0.7;
	padding: 5px 10px 5px 5px;
	position: absolute;
	top: 500px;
	/*width: 185px;*/
	width: 200px;
	}
	
.recent_album_deets .title
	{
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	font-variant: small-caps;
	}
	
.recent_album_deets .date
	{
	font-weight: normal;
	}
	
ol#photoAlbum li a img
	{
	margin: 0px;
	padding: 0px;
	width: 200px;
	}
	
ol#photoAlbum li
	{	
	position: relative;
	float: left;
	height: 143px;
	margin-right: 4px;
	margin-bottom: 4px;
	overflow: hidden;
	padding: 0px;
	width: 200px;
	}


ul.tech-list {
margin-bottom: 30px;
float: left;
width: 330px;
padding-right: 10px;
}

ul.tech-list h4 {
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

.blog_content {
	width: 500px;
	margin: 0 auto;
}

#posts {
width: 500px;
overflow: hidden;
float: left;
/*margin-right: 27px;*/
}

#sidebar_r {
width: 197px;
overflow: hidden;
float: left;
}

.post_date {
float: right;
font-size: 10px;
color: #666;
margin-top: 3px;
width: 130px;
text-align: right;
}

.post {
padding-bottom: 20px;
border-bottom: 1px dashed #aaaaaa;
margin-bottom: 30px;
}

.post h2 {
clear: none;
display: block;
width: 360px;
padding-bottom: 10px;
}

.post h2 a {
text-decoration: none;
}

.post .entry {
font-size: 12px;
}

.separator {
width: 40px;
border-top: 1px solid #111111;
margin: 30px auto 15px auto;
}

#content .postmetadata p {
margin-bottom: 0px;
}

.postmetadata {
text-align: center;
}

#content .postmetadata .tags {
margin: 0px auto 10px auto;
display: block;
width: 300px;
text-align: center;
}

.social_buttons {
margin-left: 215px;
overflow: hidden;
}

.social_buttons li {
float: left;
margin-right: 2px;
overflow: hidden;
}

.social_buttons li a {
display: block;
width: 16px;
height: 16px;
text-indent: -9999px;
background-position: 0px 16px;
overflow: hidden;
}


.social_buttons li .twitter { 	background-image: url(http://www.theoldbluelast.com/wp-content/themes/oldbluelast/images/social_twitter.gif); }
.social_buttons li .facebook { 	background-image: url(http://www.theoldbluelast.com/wp-content/themes/oldbluelast/images/social_facebook.gif); }
.social_buttons li .digg { 		background-image: url(http://www.theoldbluelast.com/wp-content/themes/oldbluelast/images/social_digg.gif); }
.social_buttons li .myspace { 	background-image: url(http://www.theoldbluelast.com/wp-content/themes/oldbluelast/images/social_myspace.gif); }


.facebook_like {
clear: left;
width: 50px;
margin: 0px auto;
padding-top: 10px;
}

body #content .social_buttons li a:hover {
background-position: 0px 0px;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}

#sidebar_r .tweet {
margin-bottom: 0px;
}

body #sidebar_r .tweet_details {
font-size: 10px;
margin-bottom: 10px;
}

body #sidebar_r .tweet_details a {
color: #444444;
text-decoration: none;
}

cite {
font-style: normal;
}

.commentlist .comment-author {
font-weight: bold;
}

#content .commentlist .comment-body p {
margin-bottom: 5px;
}

.commentlist .comment-meta {
margin-bottom: 10px;
}

#content .comment-meta a {
text-decoration: none;
font-size: 10px;
color: #444444;
}

#content .comment-meta {
margin-bottom: 25px;
}

#content #commentform label {
display: block;
width: 100px;
float: left;
clear: left;
}

#homepage_slideshow {
width: 724px;
height: 681px;
overflow: hidden;
}

#homepage_slideshow .caption {
opacity: 0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=80);
background-color: #ffffff;
padding: 7px;
position: absolute;
margin: 10px;
float: right;
width: 175px;
margin-left: 520px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*
/ mailchimp newsletter
*/

.home_newsletter {
	font-family: 'tgb';
	text-transform: uppercase;
	margin-bottom: 20px;
}

.home_newsletter #mc_embed_signup {
	text-align: center;
	width: 960px;
	float: none;
	margin: 0 auto;
}

.home_newsletter .subscribe_here {
	margin-right: 20px;
}

.home_newsletter .mc-field-group input {
	float: none;
}

.obl_newsletter {
	border-top: 1px solid black;
	font-family: 'tgb';
	text-transform: uppercase;
	font-size: 12px;
	overflow: auto;
}

.follow_us {
	float: left;
	margin: 20px 0;
}

.follow_us ul li {
	float: left;
	width: 35px;
	height: 35px;
	background-color: #000;
	color: #fff;
	margin-right: 10px;
}

.follow_us-text {
	padding-bottom: 10px;
}

#mc_embed_signup {
	width: 306px;
	float: right;
	text-align: right;
	margin: 20px 0;
}

.mc-field-group input {
	float: left;
	height: 35px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #cccccc;
	font-family: 'tgb';
	text-transform: uppercase;
}

.mc-field-group .subscribe_here {
	padding-bottom: 10px;
	display: inline-block;
}

.mc-field-group .email {
	width: 194px;
	padding: 0 10px
}

.mc-field-group .button {
	border: none;
	height: 35px;
	background-color: #e1b025;
	font-family: 'tgb';
	text-transform: uppercase;
	padding: 0 25px;
	margin-left: 10px;
	cursor: pointer;
}

#mce-success-response,
#mce-error-response {
	padding-top: 10px;
	line-height: 1.2em;
}

.mce_inline_error {
	background-color: #e1b025;
}

::-webkit-input-placeholder {
   color: #888;
}

:-moz-placeholder { /* Firefox 18- */
   color: #888;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #888;
}

:-ms-input-placeholder {  
   color: #888;
}


/*
/ Featured Links
*/
.featured_links {
	padding-top: 20px;
	font-family: 'tgb', sans-serif;
	text-transform: uppercase;
	line-height: 1.3em;
	text-align: center;
}

.featured_links img {
	padding-bottom: 1.2em;
}

/*
/ Featured Page
*/
.featured_column {
	width: 500px;
	margin: 0 auto;
}

.featured_column h1 {
	font-family: 'tgb', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin: 20px 0;
}

.featured_column .featured_content {
	font-family: 'Georgia', serif;
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 20px;
}

.featured_column .featured_content p {
	margin-bottom: 1.3em;
}

/* Clear fix */

.clear {
clear: both;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
