/*
Theme Name: Mike Barnicle Blog
Description: Mike Barnicle Blog theme based on 960 Grid System
Version: 1.0
Use Moo Javascript tools

*/

/* css files of Grid System, if you want to use Fluid Grid System change:
 * @import url("css/960.css"); >>> to  >>> @import url("css/960.css");
 * note: @import url("css/960.css"); is cratede by Sthepen Bau and is included in Fluid 960 Grid System
 */
@import url("css/reset.css");

@import url("css/960.css");

@import url("css/text.css");

/* 960 Base Theme basic classes & ids */
.rss-head a:hover{text-decoration:underline;background:#fff;color:#000;}
.rss-head a {display:block;
text-align:right;color:#fff;margin-bottom:5px;padding:2px 3px;}

/* Several classes for aligning images and block elements (DIV, P, TABLE etc.) were introduced in WordPress 2.5  */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
img{
	max-width: 540px !important;
}	
/* Several classes for wordpress */
.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav{}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {
	clear: both;
}
.widget_text {
}
#right-side-bar li{
	list-style: none;
}
.widget_rss h2{
	display: none;
}
.widget_rss ul{
    list-style: none;
    padding-top: 25px;
    padding-bottom: 25px;
}
.widget_rss ul li{
    margin-left: -30px;
    line-height: 18px;
}
.widget_rss ul li a{
    color: #426869;
    text-decoration: none;
}
.blogroll {}
.linkcat{}
li.widget_text,
li.widget_archive,
li.widget_links,
li.widget_featured-posts,
li.widget_categories{
	list-style-type: none;
	margin: 0;
}
li.widget_text{
	display: block;
	float: left;
	width: 100%;
}
li.widget_archive{
	margin-bottom: 30px;
}	
li.widget_links ul{
	list-style: none;
	margin: 40px 0 30px;
}
li.widget_links ul li{
	margin: 0;
}
li.widget_links ul li a{
	color: #426869;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
li.widget_links ul li a:hover{
	text-decoration: underline;
}	
li.widget_text h2.widgettitle,
li.widget_links h2.widgettitle {
	display: none;
}
li.widget_featured-posts h2.widgettitle  {
    display: none;
}
li.widget_categories ul{
	list-style: none;
  margin: 25px 0;
}
li.widget_categories ul li{
	margin: 0;
}
li.widget_categories ul li a{
	color: #999999;
	text-decoration: none;
}
li.widget_categories ul li a:hover{
	text-decoration: underline;
}	
li.widget_archive h2.widgettitle,
#right-side-bar li.widget_text h2.widgettitle,
#right-side-bar li.widget_categories h2.widgettitle,
li.widget_featured-posts h2.widgettitle{
  display: block;
  border-bottom: 1px solid #999999;
  color: #000000;
  font-family: Georgia,serif;
  line-height: 100%;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.widget_archive select{
	margin-top: 20px;
	width: 145px;
}
.share_buttons a,
.share_buttons .twitter-share-button{
	float: left;
	margin-right: 10px;
  line-height: 20px;
}	
/***** Start: Commons *****/
body{
	background-color: #1c1c1c;
	font-family: arial, sans-serif; 
	color: #999999;
	font-size: 12px;
	line-height: 17px;
}	
a{
	color: #1c1c1c;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
#header,
#content-wrapper{
	background-color: #ffffff;
}	

#wrapper{
	margin-top: 20px;
}

.container_12 .mike_left_grid_4,
.container_12 .mike_right_grid_4,
.container_12 .mike_left_grid_7,
.container_12 .mike_right_grid_5{
	display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}	
	
.container_12 .mike_left_grid_4,
.container_12 .mike_right_grid_4{
	width: 290px;
}

.container_12 .mike_left_grid_7{
	width: 530px;
}
.container_12 .mike_right_grid_5{
	width: 370px;
}
.container_12 .mike_left_grid_4,
.container_12 .mike_left_grid_7{
	margin-left: 20px;
}
.container_12 .mike_right_grid_4,
.container_12 .mike_right_grid_5{
  margin-right: 20px;
}
.post-title{
	font-size: 22px;
	font-family: Georgia, serif;
	color: #1c1c1c;
	line-height: 22px;
}
.post-desc a,
a.community_links{
	color: #426869;
	font-weight: bold;
	font-size: 11px;
}
a.community_links:hover{
	text-decoration: underline;
}
a.rss_feed{
	color: #426869;
  font-weight: bold;
  text-decoration: underline;
  font-size: 11px;
}
a.rss_feed:hover{
	text-decoration: none;
}
.date,
.post-title{
  /*margin-right: 40px;*/
}
.post-author a{
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
}
.post-author a:hover{
	text-decoration: underline;
}	
.post-desc{
	 margin-bottom: 25px;
}	
/***** End: Commons *****/
/* Start: Header */
#header{
  height: 175px;
}
#site_logo{
  text-align: center;
  line-height: 175px;
} 
#site_logo a{
  font-family: "Times New Roman",Times,FreeSerif,serif;
  font-size: 30px;  
  text-decoration: none;
  text-transform: uppercase;
}
#header_about{
	font-size: 11px;
	margin-top: 40px;
}
#header_search{
	margin-top: 25px;
}
#header_search input.txt_search, .post-wrapper #searchform  input.txt_search{
	border: none;
	padding: 0 0 0 5px;
	background: #dadada url(img/txt_search.png) top left no-repeat;
	width: 113px;
	height: 31px; 
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 31px;
	float: left;
}
#header_search input.btn_search, .post-wrapper #searchform  input.btn_search{
  border: none;
  padding: 0;
  background: url(img/btn_search.png) top left no-repeat;
  width: 26px;
  height: 31px; 
  line-height: 31px;
  float: left;
}
#header_search form#searchform{
	padding-left: 60px;
}
.communication_logos{
	margin-top: 15px;
}
.communication_logos ul{
  list-style: none;
}
.communication_logos ul li{
  float: left;
  margin-left: 0px;
  padding-right: 6px;
} 
.communication_logos a{
  line-height: 35px;
  display: block;
  text-decoration: none;
}
.communication_logos a.msnbc{
  background: url(img/msnbc_logo.png) center left no-repeat;
  width: 41px;
}
.communication_logos a.espn{
  background: url(img/espn_logo.png) center left no-repeat;
  width: 67px;
}
.communication_logos a.time{
  background: url(img/time_logo.png) center left no-repeat;
  width: 58px;
}
.communication_logos a.the_daily_beast{
  background: url(img/db-logo-sq.png) center left no-repeat;
  width: 30px;
}
.communication_logos a.grantland{
  background: url(img/grantland_icon.png) center left no-repeat;
  width: 118px;
}
/* End: Header */
/* Start: Menu Top */
#menu-top ul{
	list-style: none;
	line-height: 55px;
	height: 55px;
	padding-left: 160px;
	margin: 5px 0;
	border-top: #3e3e3e solid 1px;
    border-bottom: #3e3e3e solid 1px;
    font-family: georgia; 
}
#menu-top ul li{
	margin: 0;
	float: left;
	border-left: #3e3e3e solid 1px;
	min-width: 90px;
	text-align: center;
}	
#menu-top ul li a{
	color: #999999;
	font-size: 14px;
	text-decoration: none;
}
#menu-top ul li a:hover,
#menu-top li.current-menu-item a{
	color: #ffffff;
}
/* End: Menu Top */
/* Start: Top Slider */
.top-slider{
	color: #FFF;
}
.slide-wrapper{
	height: 270px; 
  overflow: hidden;
  background-color: #FFF;
  padding-top: 30px;
  position: relative;
}	
.top-slider .post_thumb img {
	width: 540px; 
	height: 270px; 
}
#slideshow .post-content-wrapper{
	padding: 20px 0;
	float: left;
	width: 400px !important;
}	
#slideshow .post-category {
	font-size: 11px;
	font-family: Georgia, serif;
	line-height: 17px; 
	text-transform: uppercase; 
	margin-bottom: 15px;
}
#slideshow .post-category a {
  color: #ffffff;
  text-decoration: none;
}
#slideshow h2.post-title a,
#slideshow .post-author a{
	color: #FFF;
	text-decoration: none;
}
#slideshow h2.post-title a:hover{
	text-decoration: underline;
}
#slideshow .post-meta{
	margin-bottom: 15px; 
}	
#larr, #rarr {
  display: block !important; 
  width: 41px; 
  height: 65px; 
  position: absolute; 
  top: 125px !important; 
  opacity: 0.2 !important; 
  *filter: alpha(opacity = 20);
  z-index: 99 !important;
  cursor: pointer;
}
#larr {
	background: #000 url("img/larr.png") 8px 50% no-repeat; 
	left: 0 !important;
}
#rarr{
	background: #000 url("img/rarr.png") 11px 50% no-repeat; 
	right: 0 !important;
	left: auto !important;
}
#larr:hover, #rarr:hover {
	opacity: 1 !important;
	*filter: alpha(opacity = 100) !important;
}
/* End: Top Slider */
/* Start: Content */
#content-wrapper{
	padding-top: 20px;
}
.category-title{
	line-height: 45px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}	
#main-content .category-title{
	background-color: #1c1c1c;
	color: #FFF;
	padding-left: 20px;
	height: 45px;
	overflow: hidden;
	font-family: georgia;
}
#main-content .category-item{
	margin: 20px 0 20px 0;
	padding-bottom: 20px;
	border-bottom: #999999 solid 1px;
}
.category-list{
	margin-left: 20px;
}	
.category-list .post-thumb{
	float: left;
	margin: 0 15px 3px 0;
}
.category-item .post-title,
.category-item .post-content-tags,
.category-item .post-meta{
	margin-bottom: 10px;
}	
.category-item .post-content-tags a{
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
.category-item .post-content-tags a:hover{
	text-decoration: underline;
}	
.category-item .post-thumb img{
	width: 200px;
	height: auto;
	max-height: 400px;
}
.category-item .post-has-image .youtube-video-wrapper iframe.youtube-player{
	width: 300px !important;
	height: auto !important;
}	
/* End: Content */
/* Start: Right side bar */
#right-side-bar{
	font-size: 11px;
	line-height: 17px;
}
#right-side-bar .category-title{
  color: #000;
  line-height: 100%;
  padding-bottom: 20px;
  padding-top: 2px;
  border-bottom: #999999 solid 1px;
  font-family: Georgia, serif;
} 
#right-side-bar .about-wrapper ul{
  list-style: none;
}
#right-side-bar .about-wrapper ul li{
  margin: 0 5px 0 0;
  float: left;
}
#right-side-bar	#twiter-wrapper{
  margin: 25px  0 0 0;
  clear: both;
  padding-top: 25px;
}
#right-side-bar .post-desc a{
  text-decoration: none;
}
#right-side-bar .post-desc a:hover{
  text-decoration: underline;
}
.about-wrapper .about-mikes{
  margin-top: 20px;
	line-height: 160%;
}
.about-mikes-images{
	float: left; 
	padding-right: 20px;
}
.social-links{
	margin-top: 5px;
}
.social-links a{
  line-height: 23px;
  display: block;
  text-decoration: none;
}
.social-links a.facebook_links{
  background: url(img/facebook_icon.png) center left no-repeat;
	width: 23px;
}
.social-links a.googleplus_links{
  background: url(img/google-plus.png) center left no-repeat;
	width: 23px;
}
.social-links a.twitter_links{
  background: url(img/twitter_icon.png) center left no-repeat;
	width: 23px;
}
.social-links a.linkedin_links{
  background: url(img/linkedin_icon.png) center left no-repeat;
	width: 70px;
}
.social-links a.youtube_links{
  background: url(img/youtube_icon.png) center left no-repeat;
	width: 50px;
}
.social-links a.amazon_links{
  background: url(img/amazon_icon.png) center left no-repeat;
	width: 92px;
}
#category-twitter ul{
	list-style: none;
}
#category-twitter ul li{
  margin: 20px 0 0 10px;
  padding: 0 10px 20px 0;
  border-bottom: #e8e8e8 solid 1px;
}
#category-twitter #follow{
	margin-top: 20px;
}
#mike-likes{
	margin: 0 0 30px 0;
	padding-top: 10px;
}	
#mike-likes ul{
	list-style: none;
	margin-top: 10px;
}
#mike-likes ul li{
	margin-left: 0;
	margin-right: 10px;
	float: left;
	max-width: 310px; 
}
#mike-likes img.wp-post-image{
	width: 50px;
	height: 50px;
}	
#mike-likes ul li.mike-likes-img{
  width: 50px;	
}
#mike-likes ul li.mike-likes-text a{
  color: #426869;
}
#archives-wrapper{
	margin-bottom: 30px;
}
#archives-wrapper .archives-select{
	margin-top: 20px;
}
#archives-wrapper .archives-select select{
	width: 125px; 
}
.rss_block{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}
.rss_block a{
	background: url(img/rss_icon.png) top left no-repeat;
	padding-left: 25px;
	line-height: 20px;
	font-size: 13px;
}
#community-links-wrapper{
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
}
#community-links-wrapper a{
    text-decoration: none;
}
#community-links-wrapper ul{
	list-style: none;
}
#community-links-wrapper ul li{
	margin-left: 0;
	line-height: 17px;
}
/* End: Right side bar */
/* Start: Footer */
#footer{
	margin: 25px 0;
	text-align: center;
}
#footer .footer_copyright{
	color: #FFF;
	padding-top: 6px;
}	
/* End: Footer */
/* Start: Post Details*/
.post-wrapper{
	border-bottom: 1px solid #999999;
  margin: 0 0 20px 20px;
  padding-bottom: 50px;
}
.post-wrapper .category-post {
	border-bottom: 1px solid #999999;
	font-family: Georgia,serif;
	line-height: 100%;
	padding-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.post-wrapper .category-post a{
	text-decoration: none;
	color: #999999;
}
.post-wrapper .category-post a:hover{
	text-decoration: underline;
}
.post-wrapper .date{
	margin-top: 20px;
	padding-bottom: 15px;
}	
.post-wrapper .post-title a{
	text-decoration: none;
	font-family: georgia;
}
.post-wrapper p, 
.post-desc p {
	margin: 20px 0;
}
.post-tags{
	margin-bottom: 20px;
}
.post-tags a{
	color: #426869;
  font-weight: bold;
}	
.post-tag-lable{
	font-weight: normal;
	color: #999999;
}	
/* End: Post Details*/
/* Start: Page navigator */
.navigation{
	margin: 30px 0 30px 20px;
}
.categoty-navigation{
	margin: 30px 0 30px 20px;
}
.navigation a,
.categoty-navigation a{
 color: #426869;
}
.stylish-select {
    background: url("img/bg-selectbox.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    float: left;
    height: 19px;
    padding: 3px 0 0 6px;
    width: 285px;
    margin-top: -20px;
    font-size: 13px;
}
/* End: Page navigator */

.addthis_default_style {
	padding:10px;
	text-align:center;
	width:100%;
}

.mikeslike_seeall {
	text-align: right;
}
.mikeslike_seeall a{
	color: #426869;
  font-size: 11px;
  font-weight: bold;
	text-decoration: none;
}
.mikeslike_seeall a:hover {
	text-decoration:underline; 
}