/*
Theme Name: Curriculum Vitae 2009
Theme URI: http://www.mideljung.se
Description: Alexander Mideljung's Curriculum Vitae 2009
Version: 1.0
Author: Alexander Mideljung
*/

/*
	Stylesheet:
	-----------

	Layout
	- Struktur (margins, paddings, borders etc)
		- Header
		- Content
		- Footer
	Posts
	Lifestream
	Lightbox
	Yahoo Pipes

*/
/* 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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/* line-height: 1; */
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;}

a img, :link img, :visited img {
	border: 0;}

table {
	border-collapse: collapse;
	border-spacing: 0;}

ol, ul {
	list-style: none;}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";}
	
/* LAYOUT: Struktur -------------------*/

a:link {
	color: #238fcd;
	text-decoration: none;
}
a:visited {
	color: #238fcd;
	text-decoration: none;
}
a:hover {
	color: rgb(255,0,255);
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body {
	background-color: #CCC;
	}
#wrap {
	width: 800px;
	height:	auto;
	margin-right: auto;
	margin-left: auto;
	}
/*Pipes CSS*/

/* controls the pipes logo in the footer */
.yba { 
    display: none;
}

.ybaa { 
    display: none;
}
.ybf { 
    display: none !important
}



/*/Pipes CSS*/
/* HEADER -------------------*/
#siteheadline {
	width: 810px;
	height: auto;
	background-image: url(http://www.mideljung.se/images/headline.jpg);
	}
#header {
	width: 793px;
	height: 5px;
	font-size:5px;
	margin-top: -17px;
	background-color: #000;
}
.headline {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72px;
	font-weight: bolder;
	text-align:left;
	letter-spacing: -5px;
}

/* CONTENT -------------------*/

#row1{
	float:left;
	width: 773px;
	height: auto;
	padding: 10px;
	background-color: #FFF;
	clear: both;
	}

#row2{
	float:left;
	width: 773px;
	height: auto;
	padding: 10px;
	background-color: #FFF;
	clear: both;
	}
#row3{
	float:left;
	width: 773px;
	height: auto;
	padding: 10px;
	background-color: #FFF;
	clear: both;
	}
.brodtext {
	text-align: left;
	font-family: Georgia, seriff;
	font-size: 9pt;
	color: #444;
	line-height: 1.2em;
	letter-spacing; 1px;
}
.brodtextright {
	text-align: left;
	font-family: Georgia, seriff;
	font-size: 8pt;
	color: #444;
	line-height: 1.3em;
	letter-spacing; 0.5px;
}

#about {
	float: left;
	width: 250px;
	height: 150;
	padding-top: 5px;
	clear: both;
	}
#mideljung {
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	height:	200px;
	background-repeat:no-repeat;
	background-image: url(http://www.mideljung.se/images/alexander-mideljung.jpg);
	}
.bild {
	float: left;
	padding: 10px;
}

#cv {
	float:left;
	width: 125px;
	height: 200px;
	padding-left: 60px;
}
#rekommenationsbrev {
	float: left;
	width: 125px;
	height: 200px;
	margin-left: 10px;
}
#honorarycitizen {
	float: left;
	width: 176px;
	height: 135px;
	margin-left: 10px;
}
#mideljungfilm {
	float: left;
	height:170px;
	width:auto;
	margin-left: 10px;
	border: solid 3px #238fcd;
}

#content {
	width: auto;
	height: auto;
	background-color: #333;
}


.imgcv {
	text-align: center;
	font-family: Helvetica;
	font-size: 8pt;
	color: #FFFFFF;
	letter spacing; 1px;
}
.imgcv img{
	vertical-align:bottom;
	border: 3px solid #238fcd;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
}

.imgcv:hover img{
	border: 3px solid rgb(255,0,255);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
}

.imgcv:hover{
	color: black; /* irrelevant definition to overcome IE bug */
}

/* FOOTER -------------------*/
#footer {
	float:left;
	text-align: center;
	width: 773px;
	height: 50px;
	padding: 10px;
	background-color: #FFF;
	margin-bottom: 30px;
}
/* POSTS -------------------*/

/* LIFESTREAM -------------------*/

#lifestream {
	float:right;
	width: 280px;
	height: auto;
	padding: 10px;
	background-color: #FFFFFF;
}

/* LIGHTBOX -------------------*/


/* YAHOO PIPES -------------------*/
#pipe {
	float:left;
	width: 370px;
	background-color: #FFF;
	border-right: 1px solid #888;
	padding-right: 15px;

	}
#pipe2 {
	float:right;
	width: 370px;
	background-color: #FFF;
	}
.pipe {
	text-align: left;
	font-family: Helvetica;
	font-size: 9pt;
	color: #666;
	letter spacing; 1px;
}
#ybf {
	DISPLAY: none;
}


