/************************************************************* 
This style sheet is used to define the look of your resume.

the first section is for the ID. I used an ID for each main 
section of the resume. the second section is for the css classes.
I have listed them alphabetically to make it easier for you to
find them. This example is pretty plain by the way.
***************************************************************/

#education { margin-top: 12px; background-color:#FFEC73; padding-bottom:7px;}
#profExperience {margin-top: 12px; background-color:#FFEC73; padding-bottom:7px;}
#experience {margin-top: 12px; background-color:#FFEC73; padding-bottom:7px;}
#references{margin-top:12px; background-color:#FFEC73; padding-bottom:7px;}
#hcard-James-Duncan {
	border-bottom: 2px solid black;
	width:100%;
	height:110px;
	background-color:#29477F;
        float:left;
}
#interests {margin-top: 12px; background-color:#FFEC73}
#name  { float: left;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 40px;
	padding-left:10px;
}
 #name a {color:white;}
#resume { margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 100px;
	font-family: "arial";
	font-size: 12px;
	min-width:800px;
	max-width:1200px;
        background-color:#BFAC30;
}



#workExamples{
	background-color:#4577FE;
	font-size:20px;
	margin-right:20px;
	border:none;
        font-weight:600;
}

#workExamples ul li{
	list-style:none;
	font-size:.75em;
	display:block;
	height:40px;
	font-style:italic;
}
#workExamples ul.websites li:before{content:"(website)"; font-size:.75em; color:silver;}
#workExamples ul.projects li:before{content:"(project)"; font-size:.75em; color:silver;}
#workExamples ul li a {font-style:normal; font-weight:bold; font-size:1.2em;}
/************************************************************* 
Here are the various CSS classes that I have used. Several 
classes have no style defined for them specfically and most 
likly they were used for their microformat value.
see: http://microformats.org.
***************************************************************/
.adr, .street-address, .email, .tel, .locality, .region, .postal-code, .country-name,.email{text-align: right;
	color: #FFE540;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
        /*padding-right:10px;*/
        padding-top:10px;
}
.email, .tel, .country-name {padding-right:10px;}
.institution, .company, .location {
	height:20px;
	padding-bottom:2px;
	font-size:1.25em;
}

.location {
	font-style:italic;
}
 .jobtitle {
	font-size:2em;
	font-weight:600;
	display:block;	
        color:#101159;
        text-shadow:0 -1px 1px white;
}
.MajorDegree {
    font-size:1.5em;
    font-weight:600;
    display:block;
    color:#101159;
    text-shadow:0 -1px 1px white;
}
#osu .MajorDegree:after{
    content:"  (Master of Science)"; font-size:.5em; color:#058A6E;
}
#haverford .MajorDegree:after{
    content:"  (Bachelor of Arts)"; font-size:.5em; color:#058A6E;
}

/* your minor degree you are getting */
.MinorDegree {display: block;
	font-size: 1.5em;
        font-weight:400;
        font-style:italic;
} 
.MinorDegree:after{content:"   (Minor)"; font-size:.5em; color:#058A6E; font-style:normal}

.courses{ margin-top: 5px;
	display: block;
	margin-bottom: 12px;
        height:45px;
 }

.courses li{
	float: left;
	padding-left:2px;
	padding-right:2px;
        margin-left:2px;
        margin-top:2px;
	list-style-type:none;
        border:1px solid blue;
        background-color: #FFFFAF;
	}

.dates { text-align: right;
	color: #000000;
	font-family: arial;
	font-weight: normal;
	font-size: 12pt;
	float: right;
        padding-left:2px;
        padding-right:2px;
        border-right:1px solid black;
        border-left:1px solid black;
        border-bottom: 1px solid black;
        box-shadow:1px 3px 2px black;
}

.description{
	color: #101159;
	font-family: "arial";
	font-size: 10pt;
	padding-left:10px;
}

.gpa{display: none;}

#interests ol{
    height:100px;
    margin-left:5em;
    
}
.int{
	list-style-type: none;	
        padding-left:2px;
	padding-right:2px;
        margin-top:2px;
	list-style-type:none;
        border-left: 1px solid blue;
        border-top: 1px solid blue;
        border-bottom: 1px solid blue;
        background-color: #FFFFAF;
        width:280px;
        font-size:16px;
        
}
#interests ol li + li {margin-left:20px;}
#interests ol li + li +li {margin-left:40px;}
#interests ol li + li +li +li {margin-left:60px;}

.school, .job{ display: block;
	margin-top: 6px;
	margin-left: 5em;
	list-style-type: none;
	border-left:2px solid gray; border-top:1px solid gray;
        box-shadow:0 5px 5px gray;
        padding: 0px 1px 5px 2px;
        background-color:#FFE540
}
.school:hover, .job:hover{background-color:#FFE520;border-left:2px solid black; border-top:1px solid black;}

.location { text-align: left;
	color: #000000;
	font-family: "sans-serif";
	font-weight: normal;
	font-size: 10pt;
	display: inline;
}

/*list of your major classes that you have taken */

.major li{ margin-top: 0pt;
/*	display: inline; */
	margin-left: 1em;
	width: 50%;
	float: left;
	border: 0px solid blue;
	list-style-type: disc;
}

/* what degree you are getting */


/* list of minor classes that you have taken */
.minor{ margin-top: 0pt;
	margin-left: 0em;
	border: 0px solid green;
	list-style-type: none;
}



.photo{float:left; margin-left:10px; margin-right: 10px; margin-top:10px; height:150px; box-shadow:5px 5px 2px whitesmoke;}

#references ol { margin-left: 5em; height:60px}
.ref{
    list-style-type: none;
    font-size:30px;
    font-style:italic;
    color:silver;
    float:left;
    height:50px;
    color:#101159;
}



/************************************************************* 
general element formats that i set
***************************************************************/

h2 { 
	color: #FFECC3;
	font-weight: bold;
	font-size: 26px;
 	margin-right:5px;
 	padding-right: 15px; padding-top: 10px; padding-bottom: 10px;
	background-color:#1047A9;
	text-align:right;
	border-right: 8px solid #104759;
	border-bottom: 3px solid silver;
	text-shadow:0px -2px 0px black;
}



p { font-weight: normal;
	font-size: 10pt;
	font-family: "sans-serif";
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	margin-bottom: 12pt;
}
