/*
Theme Name: lijoport
Theme URI: linusjosephson.se
Description: Clean and minimalistic portfolio design
Version: 0.1
Author: Linus Josephson - linus.josephson.se
Date: Jan 2011
*/

/* ------------------ 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;
}

/* ------------------ Main ------------------ */

body {
	background-color:#c2f3d4;
	color:#000;
	font-family:" Times New Roman", Times, serif;
	font-size:17px;
	font-style:italic;
}
div#wrap {
	margin:120px auto 0px auto;
	width:830px;
}
div.col {
	display:block;
	float:left;
	width:250px;
}
h1 {
	border-bottom:5px solid #000;
	font-size:26px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:17px;
	padding-bottom:4px;
}
p {
	margin-bottom:20px;
	line-height:22px;
}
a {
	background-color: #daf8e5;
	color:#000;
	display:inline-block;
	padding:2px 6px 0px 6px;
	text-decoration:none;
}
a:hover {
	background-color:#000;
	color:#daf8e5;	
}
#two, #three {
	margin-left:40px;
}