/*
Theme Name: Tailgate Review
Theme URI: http://tailgatereview.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: CaeynaStudios
Author URI: http://www.caeynastudios.com/
Tags: uk
*/

body { 
	margin: 0; 
	padding: 0; 
	background-image: url(/wp-content/themes/tgr/images/bg_greyfade.png);
	background-repeat: repeat-y;
  background-position: center top;
  background-color: #2B2C2F;
}

#pageWrapper {
  background-image: url(/wp-content/themes/tgr/images/bg_main.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

#header {
	width: 850px;
	margin: auto;
	padding-top: 10px;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header ul li {
	display: inline;
}
#header ul li a:link, #header ul li a:visited {
	color: #fff;
	font-family: "Myraid Pro", Arial, Helvetica, serif;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
#header ul li a:hover {
  text-decoration: underline;
} 
#header ul li img {
  margin: 0 10px 0 10px;
}

#bodyWapper {
	width: 990px;
	height: 100%;
	margin: 273px auto 0 auto;
}
div.posts {
  float: left;
}

div.posts .post {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 5px #e2e2e2;
	width: 457px;
	background-color: #fff;
	padding: 18px 50px;
	margin-bottom: 15px;
}
div.posts .post a {
  color: #1961a1;
}
div.posts .post h2 {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
}
div.posts .post h2 a:link, div.posts .post h2 a:visited {
	color: #1961a1;
	font-weight: normal;
	font-size: 22px;
	text-decoration: none;
}
div.posts .post .date {
  color: #fff;
	font-family: verdana;
  text-align: center;
	background-image: url(/wp-content/themes/tgr/images/post_date.png);
	width: 62px;
	height: 57px;
	float: left;
	margin: 0 0 0 -72px;
}
div.posts .post .date .month {
	display: block;
	font-size: 20px;
  line-height: 28px;
}
div.posts .post .date .day {
	display: block;
  font-size: 24px;
	font-weight: bold;
  line-height: 21px;
}
div.posts .post .details {
	border-top: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
	padding: 5px 0 5px 0;
	font-size: 10px;
	color: #454545;
  text-align: left;
  margin-bottom: 15px;
}
div.posts .post .details span {
	margin-right: 20px;
}
div.posts .post .details span.cat-list {
	margin-top: 5px;
  display:block;
}
div.posts .post .entry {
  font-size: 11px;
  color: #454545;
  text-align: left;
  border-bottom:1px solid #E2E2E2;
}
div.posts .postmetadata {
  color: #fff;
  font-style: italic;
  font-family: verdana;
  font-size: 11px;
}
div.posts .postmetadata a {
    color: #fff;
}
div.posts .navigation {
  background: transparent url(/wp-content/themes/tgr/images/post-nav-background.png) no-repeat;
  height: 30px;
  margin: 0 0 20px 5px;
}
div.posts .navigation .alignleft {
  float: left;
  margin: 7px 0 0 10px;
}
div.posts .navigation .alignright {
  float: right;
  margin: 7px 20px 0 0;
}

#sidebar {
  float: left;
	width: 370px;
  height: 100%;
  margin-top: 127px;
  margin-left: 25px;
}
#sidebar .block {
}
#sidebar .block.categories, #sidebar .block.tgrcrew {
	margin-bottom: 30px;
  text-align: left;
}
#sidebar .block.categories ul, #sidebar .block.tgrcrew ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .block.categories ul li, #sidebar .block.tgrcrew ul li {
  display: inline-block;
	width: 150px;
	background-image: url(/wp-content/themes/tgr/images/category_bullet.png);
	background-repeat: no-repeat;
  background-position: 0px 6px;
  padding: 0 0 0 17px;
  color: #e2e2e2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 2;
}
#sidebar .block.categories ul li a:link, #sidebar .block.categories ul li a:visited,
#sidebar .block.tgrcrew ul li a:link, #sidebar .block.tgrcrew ul li a:visited {
  color: #e2e2e2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#sidebar .block.categories ul li a:hover,
#sidebar .block.saturdaydownsouth ul li a:hover,
#sidebar .block.tgrcrew ul li a:hover {
  color: #3998ec;
}
#sidebar .block.archives {
	margin-bottom: 30px;
  text-align: left;
}
#sidebar .block.archives ul#smart-archives-block {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: verdana;
  font-size: 10px;
}
#sidebar .block.archives ul#smart-archives-block li {
  padding: 5px 0 5px 0;
}
#sidebar .block.archives ul#smart-archives-block li strong {
  color: #2b2c2f;
  border-right: solid 2px #c4c4c4;
  padding-right: 10px;
  margin-right: 10px;
}
#sidebar .block.archives ul#smart-archives-block li strong a {
  color: #c4c4c4;
  text-decoration: none;
  margin-right: 0px;
}
#sidebar .block.archives ul#smart-archives-block li span.empty-month {
  color: #2b2c2f;
  color: #000;
  margin-right: 5px;
}
#sidebar .block.archives ul#smart-archives-block li a {
  color: #c4c4c4;
  text-decoration: none;
  margin-right: 5px;
}
#sidebar .block.archives ul#smart-archives-block li a:hover {
  color: #3998ec;
}


/******************************************
*   BEGIN Saturday Down South                         
******************************************/
#sidebar .connect {
	margin: 10px 0 25px 60px;
}

#sidebar .block.saturdaydownsouth {
	margin-bottom: 30px;
	margin-top:30px;
    text-align: left;
}
#sidebar .block.saturdaydownsouth ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .block.saturdaydownsouth ul li {
    display: inline-block;
	width: 349px;
	background-image: url(/wp-content/themes/tgr/images/category_bullet.png);
	background-repeat: no-repeat;
    background-position: 0px 6px;
    padding: 0 0 0 17px;
    color: #e2e2e2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 2;
}
#sidebar .block.saturdaydownsouth ul li a:link, #sidebar .block.saturdaydownsouth ul li a:visited {
    color: #e2e2e2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#sidebar .block.saturdaydownsouth ul li a:hover{
    color: #3998ec;
}


#sidebar .block.blogroll {
	margin-top: 30px;
    text-align: left;
}
#sidebar .block.blogroll ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .block.blogroll ul li {
    display: inline-block;
	width: 150px;
	background-image: url(/wp-content/themes/tgr/images/category_bullet.png);
	background-repeat: no-repeat;
    background-position: 0px 6px;
    padding: 0 0 0 17px;
    color: #e2e2e2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 2;
}
#sidebar .block.blogroll ul li a:link, #sidebar .block.blogroll ul li a:visited {
    color: #e2e2e2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#sidebar .block.blogroll ul li a:hover{
    color: #3998ec;
}
#sidebar #fotobook-photos-widget .thumbnail {
	border:1px solid #E2E2E2;
}
/******************************************
*   END Saturday Down South                        
******************************************/


#sidebar .block-content {
	background-color: #2b2c2f;
	padding: 0 0 0 20px;
	width: 349px;
}
#sidebar .block.photos a.flickr {
	margin: 0 10px 10px 0;
}
#sidebar .block.photos a.flickr img {
  border: solid 1px #e2e2e2;
}

#footerWrapper {
	background-color: #2b2c2f;
	height: 168px;
  clear: left;
  background-position: 25px 0px;
  padding-top: 50px;
}
#footer {
  width: 990px;
  overflow: visible;
  margin: auto;
}
#footer .foot-block {
  float: left;
}
#footer .recent-comments {
  width: 270px;
  margin-top: -25px;
  margin-right: 20px;
}
#footer .recent-comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .recent-comments ul li {
  line-height: 18px;
}
#footer .recent-comments ul li, #footer .recent-comments ul li a:link, #footer .recent-comments ul li a:visited {
  color: #e2e2e2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#footer .recent-comments ul li a:hover {
  color: #3998ec;
}
#footer .recent-posts {
  margin-top: -25px;
  width: 270px;
}
#footer .recent-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .recent-posts ul li {
	background-image: url(/wp-content/themes/tgr/images/category_bullet.png);
	background-repeat: no-repeat;
  background-position: 0px 8px;
  padding: 0 0 0 17px;
}
#footer .recent-posts ul li a:link, #footer .recent-posts ul li a:visited {
  color: #e2e2e2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#footer .recent-posts ul li a:hover {
  color: #3998ec;
}
#footer .wildcat {
  margin-top: -88px;
}


#copyright {
	background-color: #1a62a4;
  height: 40px;
}
#copyright .content {
	width: 990px;
  text-align: right;
  margin: auto;
}
#copyright .content ul {
	margin: 0;
  padding: 7px 0 0 0;
}
#copyright .content ul li {
	display: inline;
}
#copyright .content ul li {
	color: #fff;
	font-family: "Myraid Pro", Arial, Helvetica, serif;
	font-size: 10px;
	text-decoration: none;
}
#copyright .content ul li.copyright { margin-right: 25px; }
#copyright .content ul li.copyright a:link, #copyright .content ul li.copyright a:visited { color: #fff; }
#copyright .content ul li.link { margin-right: 10px; }
#copyright .content ul li.link a:link, #copyright .content ul li.link a:visited { color: #fff; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#comments-section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 550px;
	margin-bottom: 15px;
  color: #fff;
}
#comments-section .comment {
  font-size: 11px;
  line-height: 18px;
  border-bottom: solid 1px #000;
	width: 550px;
}
#comments-section .comment h4 {
  font-weight: normal;
}
#comments-section .comment h4 span.author {
  font-weight: bold;
}
#comments-section .comment h4 a {
  color: #fff;
  text-decoration: none;
}

#respond h3 {
  color: #3998ec;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
}
#respond form p, #respond form p a {
  font-size: 13px;
  color: #fff;
}
#respond input[type=text], #respond textarea {
  border: solid 1px #fff;
}
#respond textarea {
  width: 500px;
}

/** @Chad Curtis **/
.socialIcons {padding:10px 0;}
.socialIcons div.comment {float:left; width:125px;padding-right:25px;padding-top:4px;}
.socialIcons div.facebook {width:75px; float:left;}
.socialIcons div.twitter {width:100px; float:left;}
.socialIcons div.gplus {width:100px; float:left; }
.socialIcons div.shareThis {width:100px; float:left;padding-top:3px;}
.socialIcons div {padding-right:10px;}
#searchform {padding-bottom:10px;}
#searchform #s {background:url('/wp-content/themes/tgr/images/search-bg.png') no-repeat; width:185px; height:26px; border:medium none; padding-left:8px;}
.FixedSocialIcons {position: fixed; top:0px; left:0;}

