/*
Theme Name: Studio Carlos Valverde
Theme URI:  
Author: Carlos Valverde
Author URI: http://studio.carlos-valverde.com/
Description:  
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: Studio Carlos Valverde
*/

body{ 
	font-family: Arial, Helvetica;
	font-size: 9pt;
	line-height: normal;
	word-spacing: normal;
	background-color: cornsilk; 
	padding: 20px;
}

body p{
	font-family: Arial, Helvetica;
	font-weight:normal; 
	font-size: 9pt;
	line-height: normal;
	word-spacing: normal;
}
	
a:link, a:visited{

	  text-decoration:none; 
}
a:hover, a:active{

	  text-decoration: underline; 
}
	
.header{  
	position:fixed;
	left: 0;
	top: 0;
	z-index:1;
	
	width: 97%;
	
	display:block;
	/*! background-color:#FFF; */
	
	padding: 20px;

	font-size: 7pt; 
	font-family: Arial, Helvetica;
	
	text-align: left;
	}

.title { 
	font-family: Helvetica, Arial;
	letter-spacing: -1.5px;
	font-weight: bold;
	color: red;
	display: block;
	border: 5px solid crimson;
	width: 106px;
	height: 40px;
	padding: 0 0 0 10px;
	line-height: 5px;
	}

.title a:link, a:visited{
	  color:crimson;
	  text-decoration:none; 
}
.title a:hover, a:active{
	  color:crimson;
	  text-decoration: underline; 
}

h1{
	font-weight:bold; 
	padding: 0px;
	font-size: 25px;
	}
h2{
	font-weight:normal; 
	padding: 0px;
	}
h3{ 

	float: left;
	font-family: Times;
	color: crimson;
	/*! font-weight: bold; */
	font-size: 9pt;
	/*line-height: 20px;*/
	/*word-spacing: normal;*/
	}
	
	
@media only screen and (min-width: 421px) {
   .navmenu{
	position: absolute;
	right: 15px;
	top: 25px;
	color: crimson;
  }
	.navmenu li {
	display: inline; 
	padding: 0 20px 0 0;
	}
}
@media only screen and (max-width: 420px) {
   .navmenu{
	position: absolute;
	right: 38px;
	top: 25px;
	color: crimson;
  }
	.navmenu li {
	display: inline; 
	padding: 0 10px 0 0;
	}
}

.navmenu ul {
	margin: 0;
	padding: 0; 
	
	list-style-type: none; 
	list-style-image: none;
	}

.navmenu a:link, a:visited{
	  color:crimson;
	  text-decoration:none; 
}
.navmenu a:hover, a:active{
	  color:crimson;
	  text-decoration: underline; 
}
	

	


#wrapper { 
	width:100%; 
	margin:0px auto; 
	}



@media only screen and (min-width: 426px) {
	#content { 

	margin: 0 auto;
  	width: 50%; 
	
	font-family: Times, serif;
	font-size: 10pt;
	line-height: 20px;
	word-spacing: normal;
	

	}
}
@media only screen and (max-width: 425px) {
	#content { 

	margin: 0 auto;
  	width: 100%;
	padding-top: 40px; 
	
	font-family: Times, serif;
	font-size: 10pt;
	line-height: 20px;
	word-spacing: normal;
	

	}
}
#content a:link, a:visited{
		color: crimson;
	  	text-decoration:none; 
}
#content a:hover, a:active{
		color: crimson;
	  	text-decoration:underline; 
}
	

		
#content p{ 

	float: left;
	
	font-family: Times;
	color: crimson;
	/*! font-weight: bold; */
	font-size: 15pt;
	/*line-height: 20px;*/
	/*word-spacing: normal;*/
	}
	
.site-content {
	padding: 0;
}

#sidebar {
	width: 25%;
	position: fixed;
	z-index: 1; 
	float: left;
	margin: 0 20px 0 20px;
	
	font-size: 7pt; 
	font-family: Arial, Helvetica;
	
	text-align: left; 
	}
	
 
hr {
	display: none; 
	}