/*
	Marcophono Template
	Designtoasty, Patrik Phan
	
	2016
	  
*/


/* General
****************************************************************************************/
@font-face {
    font-family: 'SourceSansProExtraLight';
    src: url('../fonts/sourcesans/SourceSansPro-ExtraLight-webfont.eot');
    src: url('../fonts/sourcesans/SourceSansPro-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesans/SourceSansPro-ExtraLight-webfont.woff') format('woff'),
         url('../fonts/sourcesans/SourceSansPro-ExtraLight-webfont.ttf') format('truetype'),
         url('../fonts/sourcesans/SourceSansPro-ExtraLight-webfont.svg#SourceSansProExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}

::selection {
	background-color: #ff8500;
	color: #fff;
}

::-moz-selection {
	background-color: #ff8500;
	color: #fff;
}

h1 {
    font-family: 'SourceSansProExtraLight';
	font-size: 2.6em;
	color: #908581;
	font-weight: normal;
}

h2 {
    font-family: 'SourceSansProExtraLight';
	font-size: 1.6em; 
	color: #fe9e35;
	font-weight: normal;
}

h3 {
    font-family: 'SourceSansProRegular';
	font-size: 1.4em; 
	color: #4290B8;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #8A8A8A;
}

img {
	border: 0;
}


body {
	font: normal 14px/20px Arial, Helvetica, sans-serif;
    color: #333;
	background: url(../images/background.png);
	padding: 0;
	margin: 0;
}

p {
	line-height: 1.8em;
}


/* Header
****************************************************************************************/
#header-inner {
	margin: 0 auto;
	width: 1020px;
	position: relative;
	z-index: 200;
}


#header { 
	background: url(../images/background-header.png) repeat-x;
	height: 190px;
	z-index: 100;
}

#header ul {
	padding: 0;
	margin: 0;
}

#header .menu {
    height: 20px;
    padding: 16px 0;
}

#header .menu li {
	display: inline;
	margin-right: 10px;
}

#header .menu li a {
	color: #787878;
	text-decoration: none;
	font-size: 1.3em;
    font-family: 'SourceSansProRegular';
}

#header .menu li a:hover {
	color: #666666;
}

#header .logo {
    padding: 20px 0;
}

#header .login {
	position: absolute;
	top: 72px;
	right: 0;
}

#header .login p {
	font-size: 1.3em;
    font-family: 'SourceSansProLight';
	margin: 10px 0;
	color: #fff;	
}

#header .login input {
	border: 1px solid #ffe4c8;
	padding: 2px 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#header .login input[type="button"] {
	background: #c600ff;
	border: 1px solid #c600ff;
	padding: 2px 6px;
	color: #fff;
}
	

/* Page
****************************************************************************************/
#wrapper {
	margin: 0 auto;
	width: 1020px;
	margin: -20px auto 0 auto;
}

#content {
	background: #fff;
	padding: 14px;
	-moz-box-shadow: 0 0 5px #807575;
	-webkit-box-shadow: 0 0 5px #807575;
	box-shadow: 0 0 5px #807575;
}

.holding_donut {
	position: fixed;
	background: url("../images/holding_donut.png");
	bottom: 0;
	right: 25px;
	width: 212px;
	height: 450px;
}


/* Footer
****************************************************************************************/

#footer {
	width: 1020px;
	font-size: 8pt;
	padding: 10px 0;
	margin: 0 auto 10px auto;
}

#footer ul {
	padding: 0;
	margin: 0;
}

#footer li {
	display: inline;
	margin-right: 10px;
}

#footer li a {
	color: #888585;
	text-decoration: none;
}

#footer .copy {
	color: #4E4949;
	float: left;
}

#footer .branding {
	float: right;
}	

/*
  ## IE-CENTERING FIX ##
*/

body {
	text-align: center;
}

#header-inner, 
#content, 
#footer {
	text-align: left;
}



