/* @override http://ganucheau.com/resume/resume.css */

/*
---------------------------------------------------------------------------------
	STRIPPED DOWN RESUME TEMPLATE
    html resume

    v0.9: 5/28/09

    design and code by: thingsthatarebrown.com 
                        (matt brown)
---------------------------------------------------------------------------------
*/

/* @group yui-grids style overrides */

html {
	background-color: #bbb;
}

body {
	font-family: Georgia;
	color: #444;
}

#inner {
	padding: 10px 80px;
	margin: 40px auto;
	background: #f5f5f5;
	border: solid #555;
	border-width: 8px 0 2px 0;
}

div.yui-u.first {
	/*width: 500px;*/
}


div.yui-u {
	width: 200px;
}

.yui-gf {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc;
}

.yui-gf.last {
	margin-bottom: 0;	
	border-bottom: 1px solid #ccc;
}

.yui-gf div.first {
	width: 12.3%;
}

/* @end */

/* @group header, body, footer */

#hd {
	margin: 2.5em 0 2.5em 0;
	padding-bottom: 2.5em;
	border-bottom: 1px solid #ccc
}

#hd h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* @end */

/* @group footer */

#ft {
	font-size: 92%;
	text-align: center;
}

#ft p {
	margin: 0px 0 3px;
	text-align: center;
	letter-spacing: 2px;
}

/* @end */

/* @group core typography and style */

#hd h1 {
	font-size: 40px;
	width: 600px;
	text-transform: uppercase;
	letter-spacing: 2px;
	/*padding-top: 4px;*/
	padding-bottom: 6px;
}

h2 {
	font-size: 152%;
	font-style: normal;
}

h3, h4 {
	font-size: 122%;
}

h1, h2, h3, h4 {
	color: #555;
}

p {
	color: #555;
	font-size: 100%;
	line-height: 18px;
}

a {
	color: #6c9160;
	text-decoration: none;
}	

a:hover {
	text-decoration: none;
	color: #546649;
}

strong {
	font-weight: bold;
}

li {
	line-height: 24px;
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
}

p.enlarge {
	font-size: 144%;
	padding-right: 0em;
	line-height: 24px;
}

p.enlarge span {
	color: #000
}



.last {
	border-bottom: 0
}

/* @end */

/* @group section styles */

/* @group Contact Info */

div.yui-u.last {
	width: 180px;
	margin-right: 10px;
	float: right;
}

a#pdf {
	display: block;
	float: left;
	background: #555;
	color: white;
	text-align: center;
	width: 180px;
	padding: 6px 0;
	margin-top: 5px;
	margin-bottom: 6px;
	text-decoration: none;
}

a#pdf:hover, a#portfolio:hover {
	background: #6c9160;
}

a#portfolio {
	display: block;
	background: #555;
	color: #f1f1f1;
	text-align: center;
	width: 190px;
	padding: 5px 0;
	margin: 8px 0 3px;
	text-decoration: none;
	letter-spacing: 1px;
}



a#email {
	width: 190px;
	text-align: center;
	display: block;

}

h3#phone {
	margin: 0 ;
	color: #555;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: center;
}

/* @end */

.job {
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

.job h2 {
	padding-bottom: 0.75em;
}

.job h4 {
	position: absolute;
	top: 0.35em;
	right: 0
}

.job p {
	margin: 0.4em 0 0.75em 0;
}

.job.last {
	padding: 0;	 
}


.last {
	border: none;
}

.skills-list ul {
	margin: 0;
}

.skills-list li {
	margin: 3px 0;
	padding: 3px 0;
}

.skills-list li span {
	font-size: 152%;
	display: block;
	margin-bottom: -2px;
	padding: 0
}

.talent {
	width: 32%;
	float: left
}

.talent h2 {
	margin-bottom: 15px;
}

#srt-ttab {
	margin-bottom: 100px;
	text-align: center;
}

#srt-ttab img.last {
	margin-top: 20px
}

/* @end */