/*
Theme Name: HTMLValPro
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/



/* Wordpress styles */
.menu-main-menu-container {
	float: right;
	margin-top: 0.75em;
	margin-left:2em;
}
.menu {
	list-style:none;
}
.menu > li {
  float:left;
	margin-top:-.5em;
	padding:0 1em;
	border-right:1px solid black;
	
}	
.menu > li:last-child {
  border-right:none;
}	
.entry-header {
  margin-bottom:1em;
}	

.entry-content p {
  /* oversides the top-margin defined in validator.nu.css */ 	
	margin: 0 0 .66em 0;
}	
.entry-content >ul >li {
  padding:3px 8px;
}
.post {
  margin-bottom:2em;
}	
/* layout main content and sidebar containers */

.site-content, .widget-area {
	margin-top:1em; 
	margin-bottom: 2em; /* puts some space between content and footer */
}
.widget {
  margin-bottom:2em;
}

.entry-title {
  font-size:1.5em;
	font-weight:normal;
}	
#comments {
  margin-top:2em;
}	
.site-footer {
	clear: both;
	width: 100%;
	margin-bottom:2em;
	color:#ccc;
}	
.site-footer a {
  color:#ccc;
}

/* image captions */
.wp-caption {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 0.9em;
	max-width: 100%;
	padding: 1px;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
}
.wp-caption-text {
	text-align: center;
	margin: 0.65em 0;
}

.entry-summary {
  margin-bottom:2em;
}	




/* App styles we are overriding */
#site-wrapper {
	  max-width: 100%;
}
#header-wrap {
	border-bottom: 1px dotted #666;
	margin-bottom: 7px;
}



/* Foundation 4 styles we are overriding */
h1, h2, h3, h4, h5, h6 {
  font-family: "PTSansRegular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
}  
.row { 
	max-width:100%;
}


/* Styles specific to the app/ theme */
.inner {
	max-width:1330px;
}
.triangle-right {
	position: relative;
	padding: 15px;
	margin: 1em 0 3em;
	color: #fff;
	background: #075698;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2e88c4), to(#075698));
	background: -moz-linear-gradient(#2e88c4, #075698);
	background: -o-linear-gradient(#2e88c4, #075698);
	background: linear-gradient(#2e88c4, #075698);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.triangle-right:after {
	content: "";
	position: absolute;
	bottom: -20px;
	right:60%;
	border-width: 20px 20px 0 0;
	border-style: solid;
	border-color: #075698 transparent;
	display: block;
	width: 0;
}
