/*
Author Name: Jose Raul Castillo
Version: 1.0
*/

@font-face {
  font-family: 'Alte Haas Grotesk';
  font-weight: bold;
  src: url('/wp-content/themes/k2/fonts/AlteHaasGroteskBold.eot'); /* IE */  
  src: local("Alte Haas Grotesk"), url('/wp-content/themes/k2/fonts/AlteHaasGroteskBold.ttf') format("truetype"); /* non-IE */  
}

/* Typography */

#header .blog-title, #header .description, #header .menu .page_item {
	font-family: "Alte Haas Grotesk", "Helvetica Neue", "Helvetica", "Verdana";
	}
#header .blog-title a,
#header .description {
	color: #6ECBCC !important;
}

h2 a:hover, h2 span a:hover {
	color: #4A483C !important;
	}

a {
	color: #4A483C;
	text-decoration: none;
	}
	
a:hover, a:visited:hover {
	text-decoration: underline;
	}

.entry-content {
	font-size: 1.3em;
	line-height: 1.5em;
}

.entry-content a {
	color: rgb(187, 68, 17);
}

.entry-content a:visited {
	color: rgb(127, 65, 38);
}

.four04 .entry-title, body.page #current-content .entry-title {
	margin-left: 0;
	text-align: left;
}

.entry-title
{
	font-size: 2.0em;
	font-family: "Alte Haas Grotesk";
	font-weight: bold;
}

.entry-meta {
	color: #333;
}
/* Page Structure */

#website {
	position: relative;
}


#header {
	position: relative;
	height: 72px;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
	background: none;
	}

.content {
	padding: 0 20px 30px;
	}

.columns-one #page {
	width: 960px;
}

#primary
{
	width: 900px;
}

#sidebar-1, #sidebar-2 {
	width: 900px;
}

/* Main Menu in Header */

.admintab a {
	position: fixed;
	top: 5px;
	right: 5px;
	color: #333 !important;
	background: #cfcfcf;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.admintab a:hover {
	background: #333 !important;
	color: white !important;
}

ul.menu li.current_page_item a ,ul.menu li a
{
	font-family: "Alte Haas Grotesk";
	font-weight: bold;
	color: #555;
	-webkit-border-radius: 4px;
}

ul.menu li a:hover {
	background: #6ECBCC;
}

.sb-pagemenu ul {
	margin-left: 10px;
	}

.sb-pagemenu ul ul {
	margin-top: 2px;
	}

.sb-pagemenu ul ul .page_item {
	margin-left: 10px;
	padding: 0;
	}


/* Headings */

h1 {
	font-size: 3em;
	}

.blog-title {
	font-size: 3em;
	font-weight: bold;
	padding: 0 40px 0 40px;
	border-bottom: 1px solid #6ECBCC;
	}
	
.blog-title a,
#header .description {
	text-decoration: none;
	color: white;
	}

.blog-title a:hover {
	text-decoration: none;
	}

#header .description
{
	display: none;
}
