/*
Theme Name:	Sunspot-Child
Theme URI:	http://blog.nalates.net
Author:		Nalates
Author URI: http://www.nalates.net/
Description: My mod of sunspot
Version:	0.2
Template:	sunspot
License:	GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/************* My Changes */

@import url("../sunspot/style.css");

/* =Global
----------------------------------------------- */

.site-title {
	font-family: Aguafina Script, cursive;
	font-size: 49px;
	font-size: 4.9rem;
	line-height: 1.5em;
	margin-top: -0.15em;
	word-wrap: break-word;
	text-transform: none;
	font-style: normal;
	font-weight: 400;
}
.site-title,
.site-title a {
	color: #fcb03e;
}
.site-title a:hover {
	color: #bfaa91;
	text-decoration: none;
}
/* From L# 251 */
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
	color: #DDC32C;
}
/* From L#  */
.entry-content table {
	background-color: #403132;
}


/* From L# 784 */
.entry-content strong,
.comment-content strong {
	font-weight: bold;
	color: #C3B3A1;
}
/* From L# 869 */
.entry-content blockquote,
.entry-content blockquote[class*="align"],
.comment-content blockquote {
	font-family: Georgia,"Bitstream Charter",serif;
	font-style: italic;
	margin: 1.538em 0 0 4.154em;
	color: #BEAE9B;
}

#viewer-nav, #nav-bottom {
	width: 95%;
	display: block;
	height: 2em;
	background-image: -webkit-linear-gradient(180deg,rgba(168,1,4,1.00) 0%,rgba(211,121,7,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(168,1,4,1.00) 0%,rgba(211,121,7,1.00) 100%);
	color: #3D2306;
	padding-right: 0.5em;
	margin-bottom: 2em;
}
#viewer-nav a,
#nav-bottom a {
	text-decoration: none;
	font-weight: bolder;
}
#nav-left,
#nav-bleft {
	width: 47%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	float: left;
	display: block;
}
#nav-right,
#nav-bright {
	float: right;
	text-align: right;
	display: block;
	width: 47%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
/* My Additions */
.red_text {
	color:#FF0004;
}

/* =Comments
----------------------------------------------- */
.comments-title {
	color: #C6B5A1;
	text-transform: uppercase;
}
/* NU/AAC - Add space at REPLY */
div.comment-content {
	margin-bottom: 10px;
}
/* From to L# 1072 */
.commentlist li.comment {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 1.615em;
	padding-right: 0;
	padding-left: 1em;
	padding-bottom: 0;
	position: relative;
	border-top: 0em none;
	border-bottom: 0em none;
	border-right: 0em none;
	border-left: thin solid #393636;
}
.commentlist .even {
	background-color: #211E1E;
}
.commentlist .odd {
	background-color: #322E2D;
}

/* From L# 1084 */
.commentlist .avatar {
    border: 2px solid #393636;
    border-radius: 45px;
    padding: 0.5em;
    position: relative;
        left: 0;
    	top: 5px;
}

@media (max-width: 1050px) { 
/* Reduce size of site title at this size */

@media (max-width: 650px) {
/* Smaller tablets */
h1.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 2em;
}
#viewer-nav a {
	font-weight: normal;
}
	
}

@media (max-width: 480px) {
/* iPhone Landscape */
#viewer-nav a {
	font-weight: normal;
}
	
}
