/*
BradMcGonigle v.0.3 Cascading Style Sheet
All Right Reserved
------------------
Resume.css
	Positional and layout styling for all CSS elements found on BradMcGonigle.com
------------------
Created 7.6.2008
Modified 76.6.2008
*/

body { color: #333; text-shadow: #eee 1px 1px 1px; background: #eee url('../images/core-site/resume-bg.gif') repeat top left; font-family: georgia, times-roman, serif; }

a { color: #B95E27; text-decoration: none; border-bottom: none; font-style: italic; font-weight: bold; text-shadow: #eee 1px 1px 1px; }
	a:hover { color: #666; }


#pdf-download { }	
	#pdf-download p { font-size: 1.2em; margin: 0; padding: 0; }	

#resume { background: #f9f9f9; }

h1,h2,h5,h6 { color: #333; text-shadow: #eee 1px 1px 1px; }
	h1 { font-size: 5em; margin: 0 0 5px 10px; padding: 0; }
		h1:hover strong { color: #B95E27; }
	
	h3 {
		font-size: 2.5em;
		margin: 20px -20px 10px 0;
		padding: 10px 10px;
		background-color: #333;
		border-right: 10px solid #333;
		text-shadow: #222 1px 1px 1px;
		}
		h3 span { float: right; color:#555; }
		
		h3:hover { border-right: 10px solid #B95E27; }
		

	h4 {
		font-size: 1.6em;
		margin: 20px -20px 10px 0;
		padding: 5px 10px;
		background-color: #333;
		border-right: 10px solid #333;
		text-shadow: #222 1px 1px 1px;
		}
		h4:hover { border-right: 10px solid #B95E27; }
		
		h4.left { margin: 20px 0  10px -20px; padding: 5px 10px 5px 30px; }
		h4 span { float: right; color:#555; }
		
	h5 { margin: 0; font-size: 1.8em; font-weight: normal; }
		.school h5 { margin-left: 10px; }
	h6 { font-size: 1.2em; margin: 0 0 5px 0; text-transform: uppercase; }
		h6 em { color: #333; }
			.school h6 { margin-left: 10px; font-weight: normal; }
	h7 { font-size: 1.1em; margin: 0 20px 0 20px; padding: 0; }

.contact { text-align: right; font-size: .9em; margin-bottom: 10px; }
.dates { font-size: 1.2em; text-align: right; }

#disney-company { display: none; }

#resume p { font-size: 1.2em; line-height: 1.4em; margin: 0; padding: 0; }

#resume .position p, #resume .school p, #resume .skill-group p { font-size: 1.2em; line-height: 1.4em; margin: 0 20px 0 20px; padding: 0; }
	#resume .position p em, #resume .school p em, #resume .skill-group p em { color: #333; }

.position { margin: 0 0 10px 0; padding: 8px 10px; }
	.alt { background-color: #e9e9e9; margin-right: -20px; }

#resume ul { margin: 0 0 0 35px; font-size: 1.2em; }
	#resume .position ul { margin: 0 75px 0 75px; }
	#resume ul li { margin: 0; padding: 0; }	
	
.skill-group { margin: 0 0 15px 0; }

.websites { font-size:1.2em;padding: 0 20px; background-color: #333; }
.websites a {text-shadow: #222 1px 1px 1px; }
.websites .column {	padding: 10px 0; }	