/* 
Title:		Kovacs Gabriel's Resume screen styles & ie/win fixes
Author: 	Kovacs Gabriel (kovacs.gabi@gmail.com)
Copyright:  Kovacs Gabriel. http://www.gabrielk.com
Version:    1.0
*/


/* GLOBAL STYLES
__________________________________________________*/

html, body {
	width: 100%;
	height: 100%;
}

/*
 * Font size of 125% on HTML and 50% on BODY
 * gives us a base size of 10px for 1em
 */

html {
	font-size: 125%;
	overflow-y: scroll;
}

body {
	font-family: Arial, "FreeSans", sans-serif; /* 'Special Helvetica', Win/Mac, Win/Mac, Linux, generic */
	font-size: 50%;
	background: white;
	color: #3e4141;
}

img {
	display: block;
	border: 0;
}

h1, h2 {
    font-family: "Futura LT Light", Arial, "FreeSans", sans-serif;
}

a:link, a:visited {
	color: #CA4342;
	text-decoration: none;
	border-bottom: .1em dotted #CA4342;
	padding: 0 .2em;
}

a:hover {
	background: #CA4342;
	color: white;
	border-bottom: .1em dotted #CA4342;
}

    a.nobg {
        background: none !important;
    }


/* CONTENT STYLES
__________________________________________________*/
#wrapper {
	width: 82em;
	padding: 4em 0;
}

#sidebar {
	width: 30em;
	float: left;
	position: fixed;
}

	h1 {
		font-size: 3.2em;
		color: #CA4342;
		font-weight: normal;
		margin-bottom: 0.31em;
	}
	
	#sidebar a:link, #sidebar a:visited {
		background: #CA4342;
		color: white;
		text-decoration: none;
		border-bottom: .1em dotted #CA4342;
	}
	
	#sidebar ul {
        margin-left: 1em;
    }
    
    #jump-info {
        width: 80%;
        border-top: .1em dotted #3E4141;
        padding-top: 1em;
    }
	
	li {
		font-size: 1.2em;
		line-height: 130%;
		margin-bottom: .5em;
	}
	
		#sidebar li#linkedin {
			margin-top: 1.3em;
		}

#content {
	width: 52em;
	float: right;
}

h2 {
	font-size: 2.1em;
	color: #CA4342;
	font-weight: normal;
	margin-top: 1.9em;
}

	h2.first-title {
		margin-top: 0;
	}


h3 {
	font-size: 1.6em;
	margin: 1em 0 .3em -.5em;
	padding: .4em .5em;
	background: #f5f5f5;
}

h4 {
	font-size: 1.4em;
	margin: 1em 0 .3em 0;
}

    h4 span {
        font-size: 0.857142857em;
    }

#contact {
	float: left;
}

#address {
	float: right;
}

dt {
	font-size: 1.2em;
	margin-bottom: .73em;
}

p {
	font-size: 1.2em;
	line-height: 130%;
	margin-bottom: 2em;
}

	#content .content-listing {
		margin: 1em 0 0 1.5em;
	}
	
		#content .content-listing li {
			list-style-type: disc;
		}

