﻿/*Michelle Lawson
Exit Portfolio CSS document
September 2013*/

/* Sets the color and gradient*/
body 	{
	background: rgb(206,219,233); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(206,219,233,1) 0%, rgba(170,197,222,1) 17%, rgba(58,132,195,1) 44%, rgba(65,154,214,1) 51%, rgba(97,153,199,1) 58%, rgba(75,184,240,1) 71%, rgba(58,139,194,1) 84%, rgba(38,85,139,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(206,219,233,1)), color-stop(17%,rgba(170,197,222,1)), color-stop(44%,rgba(58,132,195,1)), color-stop(51%,rgba(65,154,214,1)), color-stop(58%,rgba(97,153,199,1)), color-stop(71%,rgba(75,184,240,1)), color-stop(84%,rgba(58,139,194,1)), color-stop(100%,rgba(38,85,139,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(58,132,195,1) 44%,rgba(65,154,214,1) 51%,rgba(97,153,199,1) 58%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(58,132,195,1) 44%,rgba(65,154,214,1) 51%,rgba(97,153,199,1) 58%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(58,132,195,1) 44%,rgba(65,154,214,1) 51%,rgba(97,153,199,1) 58%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(58,132,195,1) 44%,rgba(65,154,214,1) 51%,rgba(97,153,199,1) 58%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedbe9', endColorstr='#26558b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	 gradient */
}


/*Sets formatting for each heading element*/
h1 		{ text-align:center; background-color:transparent;font-family : "Book Antiqua";
}

h2 		{ text-align:center; color:black; background-color: transparent; font-family: "Book Antiqua";
}

h3 		{ color:black; background-color:transparent; font-family: "Book Antiqua";
}

h4 		{ color:black; background-color: transparent; font-family: "Book Antiqua";
}


/*Sets a margin and border around the entire page*/
.margin			{
					margin-top:15px;
					margin-bottom:15px;
					margin-right:15px;
					margin-left:15px;
					padding:5px;
}			
			
/*Sets the padding around the body text (article)*/
#paragraph1		{
					padding-top:25px;
					padding-bottom:25px;
					padding-right:50px;
					padding-left:50px;
}

/*Defines and styles right hand side column*/
aside			{ 	font-style:italic;color:black;float:right;width:150px; padding-left:20px; height:2000px;
}


/*Defines and styles navigation menu*/
nav 			{ 	font-size:larger;font-style:normal;color:black;float:left;width:150px; height:2000px;	
}


/*Defines and styles right side column of skills on resume page; floats to the right of the left skills column*/
#skillsRight 	{	float:right; margin-right:300px
}


/*Defines and styles left side column of skills on resume page*/
#skillsLeft 	{ 	margin-left:300px

}

