/* Shy changes below this line */

/* bebas neue embed */

@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* h1,h2,h3,h4 etc throughout site to font */

h1, h2, h3, h4 {
	font-family: "camingodos-web",sans-serif;
}

/* remove table border padding for photoshop slice nav on homepage */

table, td, th {
border: none !important;
}

/* sets backgrouns color on dropdown green menu to green */

.builder-module-navigation li ul {
  background: #7a549e;
}

/* removes dumb padding on new homepage */

#builder-module-52edcfc65d130
{
padding-top: 0 !important;
}

/* makes the background of the header the yellow-mustard color */

.builder-module-header {
	background: #ffbe4c;
}

/* if mario's head is only to appear in the yellow secion this is where mario's head needs to go, builder-module-header, but i'm still unclear as to where it might go if we want it to cover the whole section. developing. */


.builder-module-header {
	background-image:url('http://www.marioarmstrong.com/wp-content/uploads/2014/02/Mario-Armstrong-Standing-310px.png');
	background-repeat:no-repeat;
	background-position:left top;
}

/* padding to make room for mario's giant head */

.site-title {
	padding-left: 300px;
}

.site-tagline {
	padding-left: 300px;
}

.builder-module-background-wrapper {
padding-left: 0em;
padding-right: 0em;
}

/* remove obnoxious 1px grey border below header element */

.builder-module {
	border-bottom: none !important;
}

builder-module-52ec5b0524442 {
	border-bottom: none !important;
}


/* navigation needs to be set green with red border top */

.builder-module-navigation {
	background: #026869;
}

/* navigation needs to move left */

.builder-module-navigation {
	padding-left: 0px !important;
}


/* site title and description placement and alignment attemped .builder-module-header align left did not work removing now */

/* navigation text white with no bg hover element */

#menu-green-menu-2014 a {
	color: white;
	background: transparent;
	font-family: "camingodos-web",sans-serif;
	font-size: 18px;

}

#menu-green-menu-2014 a:hover {
	color: #ffbe4c;
	background: #019a9b;
}

/* here's the code that controls navigation spacing - i haven't edited it, but could */

.builder-module-navigation li a {
	margin: .25em .5em 0 0;
	text-decoration: none;
	border-radius: 2px;
	padding: .25em .75em;
}

/* this reduces the space in between posts on home page, categories etc. */

.builder-module-content .hentry {
	margin-bottom: 2em !important;
	padding-bottom: 1em !important;
	border-bottom: 1px solid #EBEBEB !important;
}

/* the widget titles need to be rust colored and in bebas */

/* this is the left column in spli view */

#nav_menu-4 h4 {
	font-family: 'bebas_neueregular',serif;
	color: #b54d1f;
}

/* this is the right column in spli view */

#text-25 h4 {
	font-family: 'bebas_neueregular',serif;
	color: #b54d1f;
}

/* set font for post titles */

.entry-header h3 {
	font-family: "camingodos-web",sans-serif;
	font-style: normal;
	font-weight: 300;
	padding-bottom: 1em;
}

.entry-title {
	text-align: center;
	margin: 0 2.5em;
}

.entry-title a {
	font-size: 0.8em;
	color:black;
}

.entry-title a:hover {
	color: #292929;
	text-decoration: underline;
}

/* margin on site content in loop */

.loop {
	margin: 0 1em;
}

/* header max height to remove extra space between header and nav during 600-700px */

#builder-module-52ec5b0524442 {
	max-height: 200px;
}


/* more button link background color 

.more-link {
	background: black !important;
	font-family: "camingodos-web",sans-serif;
	font-weight: 300;
}

*/

/* hide post views */

#post-view-count { display: none; }


/* moved header "contributor on" line down to be in line with logos */

#contributor {
	font-size: 18px;
	font-family: camingodos-web;
	text-transform: lowercase;
}

#contributor img { vertical-align: bottom; }

.entry-content h3 { line-height: 120% !important; }