/*
Theme Name: Clean Retina Child Theme
Author: S.K
Template: clean-retina
*/

@import url("../clean-retina/style.css");


body, input, textarea {
	color: #000;
}

blockquote p {
	color: #333;
	}
	
.hgroup-wrap {
    padding-bottom: 10px;
    padding-top: 10px;
}

#main {
    padding-top: 20px;
}

#access {
    margin-bottom: 20px;
}

/* Added */

a {
	color: #5f85b0;
	text-decoration: underline;
}

/** **/
#site-title {
	font-size: 45px;
	font-family: Copse, Georgia, serif;
  	line-height:50px;
}

#site-title a {
	color: #000;	
	text-decoration: none;
}

.entry-title {
    font-family: 'Trocchi', 'Gentium Basic',serif;
  }

.entry-title {
    font-size: 38px;
    line-height: 40px;
}  

.entry-title a {
	color: #5F85B0;
	text-decoration: underline;
	}
	
.entry-title a:hover {
		text-decoration: none;
		color: #800000;
}
	
.widget-title, .widget-title a {
	color:#000;
}
	
h2 {
	font-size: 32px;
	line-height: 38px;
}
h3{
	font-size: 30px;
	line-height: 40px;
}
h4 {
	font-size: 28px;
	line-height: 34px;
}
h5 {
	font-size: 26px;
	line-height: 30px;
  
  #access ul li ul li a, #access ul li.current-menu-item ul li a, #access ul li ul li.current-menu-item a, #access ul li.current_page_ancestor ul li a, #access ul li.current-menu-ancestor ul li a, #access ul li.current_page_item ul li a {
    color: #333;
	text-decoration: underline;
	}

/* Related Posts 

div#related-posts-MRP_all {
	border-bottom-style: double;
	border-top-style: double;
	border-style: solid;
    border-width: medium;
	}
.related-posts h6 {
	text-transform: capitalize;
	}
.related-posts ul li a {
	text-decoration: underline;
	color: red;
	}
	*/
	
/* Legacy styles from Revolution-blog - Tooltip*/

/* version 2 */
a.tooltip2 {color:#c00 !important;}
a.tooltip2 b {display:none;}
a.tooltip2:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip2:hover b {display:block; position:absolute; top:20px; left:25px; padding:5px; font-weight:normal; color:#000; border:1px solid #ff0; background:#e5efff; width:150px;}
a.tooltip2:hover b em.outer {position:absolute; left:20px; top:-8px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #ff0; overflow:hidden; z-index:100;}
a.tooltip2:hover b em.inner {position:absolute; left:20px; top:-7px; width:0; height:0; display:block; background:transparent; border-left:7px dashed transparent; border-right:7px dashed transparent; border-bottom:7px solid #8cc; overflow:hidden;; z-index:100;}

.clear {clear:both;}
/* End Tooltip */

/* Additional imported */

p.pullquote {
	float: right;
   width: 300px;
   /*border: solid 1px #000;*/
   margin: 5px;
   padding: 20px;
   background: #e5e5e5;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-style: italic;
   text-indent: -1.3em;
}

p.pullquote:before {
   content: " \201C";
   font-size: xx-large;
   font-weight: bold;
   /*border: solid 1px white;*/
   padding-left: 20px;
   margin: 0 10px 0 0;
}
p.pullquote:after {
    content: " \201D";
    font-size: xx-large;
    font-weight: bold;
}

/* Additional to style links */
