/********************************************************/
/* Stylesheet for LCS prototype							*/
/* Author Emma Clark - 27.01.10							*/
/* Default												*/
/********************************************************/
/* Reset ************************************************/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px;
	-moz-outline: 1px dotted #666 !important;
	-moz-outline-offset: 1px !important;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/********************************************************/
/* Elements												*/
/********************************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	background:#007A88;
}

h1 {
	font-size:1.5em;
	font-weight:normal;
	padding:0 20px 20px 20px;
	border-bottom:1px solid #FFF;
	margin:0 0 20px 0;
}

h2 {
	font-size:1.3em;
	font-weight:normal;
	padding:0 0 20px 0;
	border-bottom:1px solid #FFF;
	margin:0 0 20px 0;
}

h3 {
	font-size:1em;
	font-weight:normal;
	padding:0 0 10px 0;
}

p, li, td, th {
	font-size:0.75em;
	line-height:1.4em;
}

p, ul, ol {	
	padding:0 0 10px 0;
}

li h3, li p, li li {
	font-size:1em;
}

a, a:link, a:visited {
	text-decoration:underline;
	color:#FFF;
}
a:active, a:focus, a:hover {
	text-decoration:none;
}

input, select, textarea, label {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:0.75em;
}


/********************************************************/
/* Structure											*/
/********************************************************/
#site-container {
	width:57.5em;
	margin:0 auto;
}

#site-container #site {
	width:57.5em;
	float:left;
	padding:4em 0;
}

#site-container #site .intro,
#site-container #site .skills {
	width:30em;
	float:left;
	padding:0 0 2em 0;
}

#site-container #site .projects,
#site-container #site .contact {
	width:22.75em;
	margin:0 0.5em;
	float:right;
}

#site-container #site .projects {
	background:url(../img/project-bg.png) repeat-x left 95px;
}

#site-container #site .footer {
	width:57.5em;
	float:left;
	padding-top:1em;
}

/********************************************************/
/* Shared												*/
/********************************************************/
/* General */
.no-display {
	text-align:left !important;
	display:block !important;
	text-indent:-1000em !important;
	height:0 !important;
	width:0 !important;
    padding:0 0 0 0 !important;
    margin:0 0 0 0 !important;
}

.bold, strong {
	font-weight:bold;
}

em {
	font-style:italic;
}


/********************************************************/
/* Content												*/
/********************************************************/
#site-container #site .intro p,
#site-container #site .skills p {
	padding-left:20px;
}

#site-container #site .skills h2,
#site-container #site .skills h3 {
	padding-left:20px;
}

#site-container #site .skills ul {
	padding-left:40px;
	padding-bottom:20px;
	list-style:disc;
}
#site-container #site .skills ul li {
	padding-bottom:5px;
}

#site-container #site .projects h2,
#site-container #site .contact h2 {
	padding-left:32px;
}

#site-container #site .projects h3 {
	padding:0 0 5px 3px;
}

#site-container #site .projects p {
	font-size:0.7em;
	padding:5px 10px;
}
#site-container #site .projects p.company {
	padding:0 0 5px 3px;
}
#site-container #site .projects p.tasks {
	padding:0 0 10px 3px;
	font-style:italic;
}

#site-container #site .projects p.links a {
	display:block;
	padding:0 0 5px 0;
}

#site-container #site .projects li ul {
	width:16em;
	padding:5px 0 5px 2em;
}
#site-container #site .projects li li {
	float:none;
	font-size:0.7em;
	width:auto;
	height:auto;
	padding:0 0 5px 0;
	list-style:disc outside !important;
}

#site-container #site .contact p {
	font-size:0.7em;
	padding-left:33px;
}

#site-container #site .contact a.pdf {
	display:block;
	background:url(../img/pdf.gif) no-repeat center left;
	padding:5px 25px;
}

#site-container #site .footer .left {
	width:30em;
	float:left;
	padding:0.5em 0;
	border-top:1px solid #FFF;
}

#site-container #site .footer .right {
	width:22.75em;
	margin:0 0.5em;
	float:right;
	padding:0.5em 0;
	border-top:1px solid #FFF;
}

