@charset "UTF-8";

/*  :::::::::::::::::::::::::::::::::::::::::::
    RESET (Eric Meyer's)
    http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    :::::::::::::::::::::::::::::::::::::::::::
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  :::::::::::::::::::::::::::::
    PRIMARY STYLES
    (Begin your styles below...)
    ::::::::::::::::::::::::::::
*/

/*====BOX SIZING and CLEARING FIXES====*/
* { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }

/*======================================*/

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

}

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

}

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

}
/*END FONTS*/



#pagewrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	font-family: 'gudearegular', sans-serif;
	color: #AD9A9A;
	font-weight: light;
	font-size: 14px;
}

a {
	color: #AD9A9A;
	text-decoration: none;
}

a:hover {
	color: #1DCB67;
}

.access-point {
	font-size: 16px;
}

.access-point a span {
	background: white;
	/*border: 1px solid #AD9A9A;*/
	color: #AD9A9A;
	background-color: yellow;
	/*border-bottom: 1px solid #1DCB67;*/
	display: inline-block;
	/*padding: 5px;*/
	/*opacity: 0.5;*/
}

.access-point a span:hover {
	/*color: #1DCB67;*/
	/*opacity: 1;*/
	color: #AD9A9A;
	border-bottom: 1px solid #AD9A9A;
	}

em {
	font-style: italic;
}


/*HEADER*/

.site-header {
	text-align: right;
	margin: 40px 0px 100px 0px;
}

.site-header div {
	margin-bottom: 20px;
}







/*CONTENT*/

.site-banner {
	width: 100%;
}







/*FOOTER*/

.site-footer {
	margin: 40px 0px;
	text-align: center;
}





























