/*  
Theme Name: KickBack
Theme URI: http://grimeblog.com
Description: Another Greezy creation. 
Version: 1.0
Author: Shaun Grezy
Author URI: http://facebook.com/grimeblog
*/

/******* Basics *******/
@import url(http://fonts.googleapis.com/css?family=Montserrat);
 

html
{
height: 100%;
}
* html #nonFooter
{
height: 100%;
}

body {
	height: 100%;
	margin: 0;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4;
	background-image: url(images/grmblog-tile-grey.png);
}

a img {border: none; }
a {color:#000}
.center {
	text-align: right;
}

#bodywrap {
	width: 960px;
	margin: auto;

	background-color: #FFF;
	padding-bottom: 5px;
	padding-top: 132px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	overflow: auto;
}

#wrapper {
	margin: auto;
	width: 950px;
	position: relative;
	min-height: 100%;
	padding-top: 10px;
}

#wrapper_side {
	margin: auto;
	width: 940px;
	position: relative;
	min-height: 100%;
	padding-top: 10px;
}


#pagewrapper {
	margin: auto;
	width: 940px;
	position: relative;
	min-height: 100%;
	margin-top: 1em;
	padding: 1em;
	background-color: #FFF;
	border-width: thin;
	border-style: solid;
	border-color: #eeeeee;
}

h1 {
	font-size: 1.5em;
	color: #000;
	margin: 0px;
}

/******* navigationTwo *******/
#navwrapper {
	width: 75%;
	height: auto;
	float: left;
	background-color: #f4f4f4;
}

.pnav {
}

.pnav a.next {
	color: #999;
	text-decoration: none;
}

.navigationTwo {
	color: #999;
	font-size: 90%;
}
.navigationTwo ul {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
}
.navigationTwo ul li {
	margin: 0px;
	padding: 4px;
	list-style-type: none;
	display: inline;
}
.navigationTwo ul li a {
	color: #999;
	text-decoration: none;
}
.navigationTwo ul li a:hover {
	text-decoration: underline;
}


/******* Header *******/

#headwrapper {
	width: 100%;
	position: fixed !important;
	z-index: 10000;
	top: 0px;
	background-color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}

#headwrapper img {
	border: 1em solid #FFF;
}

#headcenter {
	text-align: center;
}

.searchform {
	text-align: right;
	clear: left;
	padding-right: 30px;
	font-family: Montserrat, sans-serif;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}

.searchbox {
	text-align: left;
	color: #000;
	background-color: #FFF;
	font-size: 100%;
	font-family: Montserrat, sans-serif;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000;
}

.adstrip {
	text-align: center;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.adstrip img {
	border: thin solid #000;
}

/******* Promoted *******/

#promotedwrapper {
	width: 100%;
	background-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ea0a8d;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ea0a8d;
	margin-bottom: 1em;
	padding-top: 1%;
}

#featuredwrapper {
	width: 100%;
	margin: auto;
width: 940px;
position: relative;
min-height: 100%;
text-align: center;
}

#promotedcontent {
margin: auto;
width: 100%;
position: relative;
min-height: 100%;
text-align: center;
}

#promotedcontent a {
	color: #ea0a8d;
}

#promotedcontent a:hover {
	color: #FF0;
}

.promoted_line {
	color: #333;
	padding-bottom: 2px;
	margin-top: 0.8em;
	margin-bottom: 1em;
	margin-right: 1em;
}

.thumbwrap_p {
	display: inline-block;
	margin: auto 1em;
	width: 120px;
	height: 175px;
	overflow: hidden;
	vertical-align: top;
}

/******* Content *******/

#content {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;

}

#videowrapper {
	
}

.thumbwrap {
	display: inline-block;
	margin: auto 1em;
	width: 200px;
	height: 230px;
	overflow: hidden;
	vertical-align: top;
}


.thumbwrap_featured {
	display: inline-block;
	margin: auto 1em;
	width: 360px;
	height: 330px;
	overflow: hidden;
	vertical-align: top;
}

.thumbwrap a, .side_thumbtext a, .mixtapewrapper a, .mixtape_download a, .footertext a, .thumbwrap_featured a, .thumbwrap_p a {
	text-decoration: none;
}

.thumbwrap_featured img {	
    cursor: pointer;
	display: block;
	margin-right: 0 auto ! important;
	-ms-interpolation-mode: bicubic;
		border-radius: 5px;
}
.thumbwrap img {	
    cursor: pointer;
	display: block;
	margin-right: 0 auto ! important;
	-ms-interpolation-mode: bicubic;
	border-radius: 5px;
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.thumbtext {
	font-weight: bold;
	font-size: 12px;
	word-wrap: break-word;
	margin-top: 2%;
	text-align: left;
	line-height: 1.1em;
	margin-bottom: auto ! important;
}

.thumbtext_large {
	font-weight: bold;
	font-size: 18px;
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: center;
	line-height: 1.1em;
	height: 20px;
	overflow: hidden;
}

.thumbtext a, .side_thumbtext a, .thumbtext_large a {
	color: #000;
}

.thumbtext a:hover, .side_thumbtext a:hover, .mixtape_download a:hover, .thumbtext_large a:hover {
	color: #ea0a8d;
}

.searchres {
	font-size: 11px;
	color: #999;
	width: 100%;
	text-align: left;
	height: 12px;
	float: left;
	clear: right;
}


.thumbviews {
	font-size: 11px;
	color: #999;
	text-align: left;
	height: 12px;
	float: left;
}

.thumbviews-r {
	font-size: 11px;
	color: #999;
	text-align: right;
	height: 12px;
	
}

#contentsingle {
	width: 560px;
	float: left;
	padding-left: 3%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.contentshare {
	margin: 1em;
	font-weight: bold;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.contentdetails {
	margin: 1em;
	    clear: both;
}

#sidebar #social {
    margin: 10px;
}    
div .plusone, .twitter, .fb-like {
    font-size: 1px;
    display: inline-block;
}
div .fb_reset {
    display: inline;
} 

#tags {
	margin: 1em;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
}

#tags a {
		color: #999;
		text-decoration: none;
}

.mixtapewrapper {
	display: inline-block;
	width: 305px;
	height: 300px;
	overflow: hidden;
	vertical-align: top;
}


.mixtapewrapper img {
	cursor: pointer;
	display: block;
	margin-right: 0 auto ! important;
	-ms-interpolation-mode: bicubic;
}

.mixtape_title {
	margin-top: 1em;
	font-size: 1em;
	color: #FFF;
}



/******* Search *******/
.search_results {
	margin: 1em;
}

/******* Sidebar *******/

#sidebar {
	float: right;
	padding-right: 2em;
	width: 300px;
}

.side_thumbwrap {
	float: left;
	display: inline;
	width: 300px;
	height: 100px;
	overflow: hidden;
	vertical-align: top;
}

.side_thumbtext {
	float: right;
	width: 170px;
	font-size: 12px;
	word-wrap: break-word;
	text-align: left;
	line-height: 1.1em;
	margin-bottom: auto ! important;
}

.sidebar_title {
	font-size: 0.8em;
	color: #666;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;	
	padding-bottom: 2px;
}

/******* Footer *******/

#footerwrapper {
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	margin: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ea0a8d;
}
.footertext {
	margin: 1em;
	color: #000;
	font-size: 90%;
}

.footertext a {
	color: #000;
}

.footertext a:hover {
	text-decoration: underline;
}
#fill { 
min-height: 100%
}
