/* @override 
	http://improbable.org/chris/resume.css
	file:///Users/chris/Sites/resume.css
*/

@media print 
{
	.noPrint 
	{
	    display: none;
	}
	
	a 
	{
	    color: inherit !important;
	    text-decoration: none !important;
	}
}

@media screen 
{
	body 
	{
	    background-color: #e5e5e5;
	    margin: 0;
	}
	
	div.hresume 
	{
	    background-color: white;
	    border: 1px solid #ccc;
	    margin: 0;
	    max-width: 50em;
	    padding: .3em 1em;
	    -moz-border-radius: 1.25em;
	    -webkit-border-radius: 1.25em;
	}
}

body 
{
    text-align: left;
    font-family: "Helvetica Neue", Verdana, sans-serif;
    line-height: 1.2;
    padding: 1.5em;
}

div.hresume 
{
    margin: auto;
}

h1 {
    font-size: large;
}

h1,h2
{
    text-shadow: rgb(187, 187, 187) 1px 1px 1px;
}

h1,h2
{
    margin: .5em 0;
    padding: .25em 0;
}

h3,h4,h5 {
    margin: .5em .5em;
    padding: 0;
}

abbr 
{
    cursor: default;
    border: none;
}

ul 
{
    list-style-position: outside;
    margin: .25em 0 1em 2em;
    padding: .25em 0;
}

ul.inline li 
{
    display: inline;
    list-style-type: none;
    padding-right: .33em;
}

ul.skills 
{
    margin: .5em 1.5em;
    padding: 0;
    font-size: smaller;
}

ul.Accomplishments li 
{
	list-style-type: square;
    list-style-position: outside;
    padding-bottom: .15em;
}

ul.Accomplishments li li {
    list-style-type: disc;
}

ul.Accomplishments ul 
{
    margin: 0 0 0 1.5em;
}

.Accomplishments li {
	list-style-type: square;
}

.title,.Category 
{
    font-weight: bold;
}

.vcard ul {
    padding: 0;
    margin: 0;
}

.vcard li 
{
    list-style: none;
    padding-bottom: .2em;
}

.vcard.contact 
{
    text-align: center;
}

.vcard.vevent 
{
    margin-bottom: 1em;
}

.vcard .htitle 
{
    border-bottom: solid black 1pt;
}

.htitle .location:before, .htitle .org:before {
	color: #cccccc;
    content: " · ";
}

.experience {
	margin-bottom: 1.75em;
	page-break-inside: avoid;
}

.experience .description 
{
    padding-left: 1em;
}

.Category 
{
    clear: both;
    display: block;
}

.tags 
{
    font-size: smaller;
}

.tags li 
{
    display: inline;
    padding-right: .33em;
}