@charset "utf-8";
/* Style for: Kristine's About Me Page */
/* import style for Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister);
@import url(http://fonts.googleapis.com/css?family=Cabin+Sketch:700);

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #03024E;
	background-attachment: fixed;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.2;
}

/* Accomodate for HTML 5 elements */
article, aside, footer, hgroup, header, section, nav {display:block;}

/* Create the 'wrapper' */
#container {
	width: 100%;
	min-width: 940px;
	max-width: 1280px;
	margin: 0 auto;
	background-color: white;
}


header {
	height: 285px;
	background-image: url(images/headerGraphic1.png);
	background-position: center;
}

/*  footer element */
footer {
	color: #C0B399;
	background-color: #3A2213;
	clear: both;
	padding: 10px;
	text-align: right;
	font-size: 0.7em;
	font-weight: bold;
}
.leftAlign {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

ul li {
	list-style-image: url(images/star.png);
}

#content{
	height:525px;
	padding: 10px;
	margin: 0px auto;
	overflow: hidden;
	width: 85%;
	min-width: 800px;
}

#content h1 {
	font-family:'Cabin Sketch',Verdana, sans-serif;
	font-size: 3em;
	color: #251C9D;
	margin-bottom: 5px;
	margin-top: 0px;
}

#content h3 {
	font-family:'Cabin Sketch',Verdana, sans-serif;
	font-size: 2em;
	margin-bottom: 0px;
	color: #251C9D;
	margin-top: 0px;
}
#mainContent{
	height:525px;
	overflow: hidden;
	background-color: white;
}
.rightAlign {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
#cta {
	width: 250px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}

#cta img {border:0;}

#navBar {
	width:659px;
	height:34px;
	position: absolute;
	top: 194px;
	left: 30px;
}
#navContainer {
	display: block;
	float: left;
	position: relative;
}

#navBar a:link, #navBar a:visited {
	color: #CDC4AF;
	font-weight: bold;
	text-decoration: none;
}
#navBar a:hover {
	color: #F99F2A;
}
#summary,#education,#workExperience,#certifications,#awardsHonors {
	overflow:auto;
	height:525px;
	clear:both;
}


.year, .skillLabel {
	width:150px;
	float:left;
	clear:left;
	margin-top:5px;
}
.school,.employer, .skillList {
	float:left;
	width:650px;
	margin-top:5px;
}

.school strong, .employer strong, .skillLabel strong{color:#006;}

/* Styles for the RollOver Sprites */
  /* social media sprite css */
  #socialMedia {
	position:relative;
	margin-top: 0px;
	padding-top: 0px;
}
  #socialMedia li {margin:0; padding:0; list-style:none;position:absolute;top:0;}
  #socialMedia li, #socialMedia a {height:31px; display:block;width:30px}
  #fb{left:0px;width:31px; background:url('images/socialmediaButtons.png') 0 0;}
  #fb a:hover{background:url('images/socialmediaButtons.png') 0 -31px;}
  #tw{left:32px;width:32px; background:url('images/socialmediaButtons.png') -32px 0px;}
  #tw a:hover{background:url('images/socialmediaButtons.png') -32px -31px;}
  #rss {left:64px;width:32px;background:url('images/socialmediaButtons.png') -64px 0px;} 
  #rss a:hover{background:url('images/socialmediaButtons.png') -64px -31px;}
