/*
Theme Name: Pia Ulin Theme
Theme URI: http://orangelab.se/
Description: Temat för piaulin.com.
Version: 1.0
Author: Rickard Westerlind
Author URI: http://orangelab.se/
*/

/* Begin Typography & Colors */
body {
	font-size: 13px;
	font-family: Arial, Sans-Serif;
	background: #fff;
	color: #111;
	letter-spacing: 0.1px;
	line-height: 1.3;
	font-weight: bold;
	text-align: left;
	}

a {
	color: #111;
	text-decoration: none;
	}

a:hover {
	color: #b1b2b3;
	}

#leftcol a {
	text-decoration: none;
	}

#leftcol a:hover, #leftcol li.current_page_item a {
	color: #b1b2b3;
	}

small {
	
	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 13px;
	}
	
h3 {
	font-size: 13px;
	margin-top: 24px;
}

#uiw {
	font-size: 50px;
	text-align: left;
	}
	
#uiw {
	background: url('images/loading_uiw.gif') no-repeat center center #fff;
	color: #ddd;
	}

#logotype, #pagetitle {
	font-weight: bold;
	height: 35px;
}

#putext {
	position: absolute;
	z-index: 9999999;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	padding: 0;
	}
	
#pagewrapper {
	padding: 0;
	width: 870px;
	margin: 20px 0 0 25px;
	}

#leftcol {
	float: left;
	width: 155px;
	margin-right: 10px;
	}
	
#menu {
	margin-top: 25px;
	}

#menu .submenu li {
	padding-left: 10px;
	}

#menu .submenu li a {
	color: #333;
	}

#menu .submenu li a:hover {
	color: #b1b2b3;
	}

#content {
	width: 705px;
	margin-top: 25px;
	float: left
	}

.clear {
	clear: both;
	}

#footer {
	padding: 0;
	margin: 14px auto 0 auto;
	width: 982px;
	clear: both;
	}

#uib, #uiw {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999998;
	overflow: hidden;
	}

/* End Structure */



/*	Begin forms */

input {
	background-color: #4e4e4e;
	color: #e5e4e0;
	font-size: 10px;
	border: 0;
	padding: 3px 4px 0 3px;
}

input.submit {
	background-color: #fff;
	color: #000;
	font-size: 10px;
	border: 0;
}

/* End forms */



/* Begin Images */
p img {
	padding: 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	display: inline;
	}

img.alignleft {
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Various Tags & Classes */
.hidden {
	display: none;
	}
	
a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Start slideshow */

#slideshow_wrapper {
	position: absolute;
	z-index: 9999999;
	padding-left: 321px;
}

#slideshow {
	position:relative;
	height:500px;
	width: 740px;
}

#slideshow img {
	position: absolute;
	display: none;
}

#slideshow img.active {
    z-index: 10;
}

#slideshow img.last-active {
    z-index:0;
}

/* End slideshow */