/*
Theme Name: Magcast-Child
Author: Patricia Furtado
Version: 1.0
Template: magcast
Author URI: http://patriciafurtado.net
Description: Magcast child theme
*/



/* ------ BASIC ------ */ 
body {
	font: 16px 'Montserrat', sans-serif;
	font-weight: 200;
	background-color: #fff;
	}
#page { 
	background-color: #fff; 
	text-align: center; 
	}
#content { 
	text-align: left; 
	}	                   

a {
	text-decoration: none;
	color: #636;
	}
a:hover  {
	color: #399;
	text-decoration: none;
	}
:selection {
	background-color: #399;
	}
h3 {
	font-weight: 300;
	color: #636;
	}
	

	
/* ------ ERASE STUFF------ */ 

#site-navigation, .page-title-wrap, .site-logo  {
	display: none;
	}
#site-title {
	display: none;
	margin: 0px;
	}
	                 
	                 
	                 
/* ------ TOP MENU ------ */ 	 
                
.header-image { 
	position: relative; 
	width: 1170px; 
	}	
	                 
.info-bar {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #636;
	}


.info-bar ul li {
	padding-right: 20px;
	padding-left: 20px;
	}
	                 
.info-bar ul li:before{
	width: 0px;
	}

:.info-bar ul li a {
	color: #ffc;
	                 }
.info-bar ul li a:hover {
	color: #f99;
	                 }
.info-bar ul li.current-menu-item a {
	color: #fff;
	font-weight: 800;
	font-size: 120%;
}

/* ------ SLIDER ------ */ 
.feature-slide a img {
max-height:525px;
		overflow: hidden;
}

/* ------ SIDEBAR ------ */ 

.widget-title {
	color: #399;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 14px;
	border-bottom: 1px solid #399; 
	               }
.widget-title a {
	color: #399;
	}
.tagcloud a  {
	font-weight: 300;
	color: #636;
	letter-spacing: 1px;
	text-transform: uppercase;
	                 }
.tag-links a {
	background-color: #ffc;
	padding: 5px;
}

.tag-links a:hover {
	background-color: #86aeb4;
}
	
/* ------ POSTS ------ */ 
.owl-carousel .owl-item img {
		min-height: 300px;
		overflow: hidden;
}
.owl-nav .slide-prev, .owl-nav .slide-next{
	border: 1px solid #399; 
	width: 25px;
	height: 25px;
	}
.owl-nav .slide-next {
	margin-left: -1px;
	}
.owl-nav .slide-prev:before, .owl-nav .slide-next:before {
	font-size: 17px;
	line-height: 26px;
	}
.owl-nav .slide-prev:hover, .owl-nav .slide-next:hover {
	background-color: #399;
	}
.owl-nav .slide-prev:before, .owl-nav .slide-next:before {
	color: #399;
	}

.cat-links a {
	color: #fff;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 90%;
	background-color: #636;
	}
.entry-title {
	color: #636;
	font-size: 24px;
	}
.entry-title a {
	font-weight: 400;
	color: #636;
	font-size: 24px;
	}
.entry-title a:hover {
	color: #fff;
	background-color: #86aeb4;
	text-decoration: none;
	}
.entry-meta .date a, .entry-meta .comments a , .entry-meta .by-author a{
	font-weight: 300;
	font-size: 90%;
	color: #df5e59;
	text-transform: none;
	}
.entry-meta a:hover  {
	color: #399;
	text-decoration: none;
	}
.entry-content p  {
	margin-top: 20px;
	line-height: 22px;
	font-weight: 300;
	}
.entry-content a.readmore  {
	font-size: 90%;
	font-weight: 300;
	color: #fff;
	background-color: #86aeb4;
	padding: 5px;
	}
.entry-content a.readmore:hover  {
	font-size: 90%;
	font-weight: 200;
	color: #fff;
	background-color: #df5e59;
	}
h3.sd-title {
	font-size: 110%;
	font-weight: 100;
}	
/* ------ FOOTER ------ */ 

#colophon .widget-wrap  {
	background-color: #fff;
	}
.site-info  {
	background-color: #df5e59;
	}
.widget-area  {
	text-align: right;
	margin-top: 100px;
	height: 270px;
	background-repeat: no-repeat;
	color: #df5e59;
	font-size: 70%;
	font-weight: 200;
	background-position: left bottom;
	background-image: url(images/CatarinaFooter.jpg);
	}

.tech-info {
	background-color: #fff;
	color: #86aeb4;
	font-size: 80%;
}

#text-5, #text-9 {
	background-color:#fff;
}
.copyright {
visibility: hidden;
color: #df5e59
}

/* ------ COMMENTS ------ */ 

input[type="reset"], input[type="button"], input[type="submit"] {
	background-color: #399;
}
.comment-subscription-form {
	margin-top: 50px;
	font-size: 90%;
}
.entry-content p a {
	text-decoration: underline;
}



