/*************************************************************************************************
 * 960.gs (www.960.gs) 
 *************************************************************************************************/
/* reset.css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}

/*************************************************************************************************
 * application styles
 *************************************************************************************************/
body {
	font: normal 12px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #111;
}

#resume { margin-left: 80px; margin-top: 30px; float: left; width: 650px; border-top: 7px solid #A7A5A9; border-left: 7px solid #A7A5A9;}

h1 {
	padding-top: 25px;;
	font: normal 42px Garamond, Times New Roman, Serif;
	line-height: 26px;
	color: #553012;
	text-transform: lowercase;
	border-bottom: 14px solid #A7A5A9;
	float: left;
	text-align: right;
	width: 260px;
}

h2 {
	padding-top: 25px;
	font: normal 35px Californian FB, Times New Roman, Serif;
	color: #553012;
	text-transform: lowercase;
	float: left;
	width: 260px;
	line-height: 30px;
}
h2.less-top { padding-top: 10px; }
	h2 span { 
		padding-left: 10px;
		border-top: 7px solid #A7A5A9; 
		display: block; 
	}

h3 { margin-bottom: 5px; }

a, a:visited, a:hover { color: #25336e; text-decoration: none; }
a:hover { text-decoration: underline; }

p#objective { 
	padding: 40px 10px 10px;
	text-align: left; 
	border-bottom: 7px solid #A7A5A9;	
}

p#contact {
	text-align: left;
	font: normal 25px Garamond, Times New Roman, Serif;
	border-right: 7px solid #A7A5A9;
}
	p#contact a { padding: 5px 10px; border-bottom: 7px solid #A7A5A9; display: block; float: right; }
	
.details { margin: 10px 0px 20px 40px; }
	.details ul { margin-bottom: 25px; }
	.details li { padding-top: 5px; padding-bottom: 5px; }

#education.details { }
	#education.details p { font-weight: bold; }
	#education.details ul { margin-left: 15px; margin-top: 10px; }
	#education.details li { padding: 0px; }
	
ul.list { margin: 10px 0px 20px 40px; }
	ul.list li { padding: 5px 0px 8px; }