/*  
Theme Name: Susan Moshier
Theme URI: http://www.susanmoshier.com
Description: Custom Theme for susanmoshier.com

salmon color: #ed6468
*/

@font-face {
    font-family: 'champagne__limousinesregular';
    src: url('fonts/champagne__limousines-webfont.eot');
    src: url('fonts/champagne__limousines-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/champagne__limousines-webfont.woff') format('woff'),
         url('fonts/champagne__limousines-webfont.ttf') format('truetype'),
         url('fonts/champagne__limousines-webfont.svg#champagne__limousinesregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a img{
	border: 0;
}
body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}

a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

a:hover{
	text-decoration: none;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	position: relative;
}

/*=======HOME======*/
#homeLogo{
	margin-top: 25px;
}
#homeNavigationContainer{
	position: relative;
	height: 540px;
	margin-top: 25px;
}
#navBriefcase{
	position: absolute;
	left: 0;
	top: 0;
}
#navMoi{
	position: absolute;
	right: 0;
	top: 0;	
}
#navCenter{
	position: absolute;
	left: 310px;
	top: 190px;		
	width: 200px;	
}
#navConnect{
	position: absolute;
	left: 0;
	bottom: 0;	
}
#navExperience{
	position: absolute;
	right: 0;
	bottom: 0;	
}

/*======PAGE=======*/
#pageContainer{
	position: relative;
}
#pageContainer h1{
	font-family: 'champagne__limousinesregular', 'Century Gothic', 'Arial', sans-serif;
	font-weight: normal;
	color: #ed6468;
	padding-top: 130px;
	padding-bottom: 40px;
	letter-spacing: 1.4px;
}
#pageLogo{
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 1000;
}
#pageContent{
	font-family: 'champagne__limousinesregular', 'Century Gothic', 'Arial', sans-serif;
	font-size: 14pt;
}
#pageContainer #pageContent{
	width: 440px;
	line-height: 1.5;
	font-size: 17pt;
	margin: 0 auto 0 auto;	
	color: #58585b;
}
.connect #pageContent{
	text-align: left;
	padding-left: 240px;
	width: 550px !important;
}
.connect a{
	text-decoration: none;
}

/*======BRIEFCASE======*/
#pageContainer.briefcase #pageContent{
	width: 800px;
	padding-bottom: 30px;
}
.ngg-gallery-thumbnail img{
	padding: 0px !important;
	border: 1px solid #ed6468 !important;
	margin: 4px 0 4px 3px !important;
}