/*
Theme Name: Hollywood
Theme URI: http://jamie-foxx.us/
Template: nirvana
Author: Maggie
*/

@charset "UTF-8";



#content

.entry-meta span a{
	font-size: 13px;
color: #bbb;
}

#content img {
	margin: 8px;
}

#content .entry-title {
      font-style: italic; }

.entry-utility span {
	display: block;
	float: left;
	line-height: 20px;
	margin-right: 15px;
	font-size:13px;
}

#content table img {
	max-width: inherit; 
	vertical-align: top; }

.entry-meta {
    display: block;
    font-size: 12px;
	clear: both;
	overflow: hidden;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	margin: 4px 0 8px 0;
	padding: 7px 4px;
}
.entry-meta span,
.entry-utility span {
	display: block;
	line-height: 17px;
}


.comments-link {
	float: right;
	line-height: 17px;
}

.comments-link * {
	font-size: 12px;
}

.comments-link b {
	font-weight: normal;
}

.entry-content blockquote {
        font-family: 'Open Sans';
	display: table;
	padding: 20px;
	margin: 0 auto;
	width: auto;
	font-style: italic;
	clear: both;
	float: none;
	position: relative;
	font-weight: bold;
}

#content img.alignright {
	display: inline;
	float: right;
	margin-left: 17px;
	margin-top: 4px;
}

#site-copyright {
	font-style: normal;
	font-size: 12px;
	line-height:1.2;
}


.widget-title {
text-transform: uppercase; 
} 

.widget-area {
text-align: justify;
line-height: 1.3em; } 

.widget-area .album {
font-family: 'Open Sans';
font-size: 12px; 
color: #7d7d7d;
background: #000;
padding: 12px;} 

.album-link {
font-family: 'Lato';
background: #e06e72;
border-top: 4px solid #e78488;
color:#fff;
   padding: 10px 20px;
   margin: 0 auto;
   width: 180px;
  display: inline-block;
}
.album-link:hover {
background: #e78488;
color:#8e2871;
}

/* Scrollbar
-------------------------------------------------------------- */

::-webkit-scrollbar{
width:15px;
background-color:#fff;
} 
::-webkit-scrollbar-thumb{
background-color:#161616;
}




/* Small version
-----------------------------------------------------------*/

@media only screen and (max-width: 1300px) {

.album-link {
width: 150px;}


@media only screen and (max-width: 930px) and (max-width:615px) {

.album-link {
width: 100px;}

@media only screen and (max-width: 780px) {

.album-link {
width: 150px;}



/* Continue Reading Links 
-----------------------------------------------------------*/
a.continue-reading-link {
	display: inline-block;
	position: relative;
	width: auto;
	float: right;
	padding:0 10px;
	margin-top: 0px;
	line-height: 2.5;
	font-size: 14px;
	text-transform: capitalize;
	font-style: none;
	clear: both;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

.continue-reading-link  .icon-right-dir:before {
	margin-right: 0;
}

.continue-reading-link span {
	position: relative;
	z-index: 99;
}

a.continue-reading-link i.icon-right-dir {
	position: relative;
	font-size: 13px;
	z-index: 99;

}

a.continue-reading-link:hover { }

/* =Featured Image
-------------------------------------------------------------- */

#content img.wp-post-image {
    float: left;
    margin-top: 0 auto;
    margin: 8px;
    padding-top:0;
}


.attachment-page-single {
    float: left;
    padding-right: 15px;
}
 
.attachment-index-categories {
    float: left;
    padding-right: 15px;
}



/* =SOCIALS
-------------------------------------------------------------- */

/* =GENERAL */

.socials {
	float: right;
	position: relative;
}
.socials a {
	display: block;
	float: left;
	position: relative;

}
.socials a:hover{
border: 0;
}

.socials img {
	width: 26px;
	height: 26px;
	position: relative;
	z-index: 99;
	padding: 2px;
}

/* The animated square */
.socials-hover {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	padding: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	transition: .3s all ease;
	outline: 1px solid transparent;
}

.socials a:hover .socials-hover {
	z-index: 100;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	outline: 1px solid transparent;
}

.socials a:hover img {
	z-index: 101;
}


