/*
Theme Name: Pia Ulin
Theme URI: http://piaulin.com/
Description: Theme for piaulin.com.
Version: 1.0
Author: Clinton Agency
Author URI: http://clintonagency.se/
*/

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


/* Begin Typography & Colors */
body {
	font-size: 13px;
	font-family:"museo-sans",sans-serif;
	background: #111;
	color: #fff;
	letter-spacing: 0.1px;
	line-height: 1.3;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	}

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

a:hover {
	color: #b1b2b3;
	}

#leftcol a {
	text-decoration: none;
	}

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

small {
	
	}

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

h1 {
	font-size: 13px;
	}

h2 {
	font-size: 15px;
	margin-bottom: 10px;
}

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

#content_box ul {
	list-style: disc inside;
}

#content_box ul li {
	
	margin-left: 20px;
}

/* End Typography & Colors */



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

#page {
    float: right;
    padding: 0;
    width: 100%;
    padding: 0 2% 0 170px;
	}
	
#pagewrapper {
    margin: 0;
    max-width: 100%;
    padding: 20px 0 0 25px;
	}

#leftcol {
	position: absolute;
	width: 155px;

	}
	
#menu {
	margin-top: 25px;
	}

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

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

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

#content {
	margin-top: 25px;
	}

.clear {
	clear: both;
	}

#footer {
	padding: 0;
	margin: 14px auto 0 auto;
	max-width: 980px;
	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*/



/* Vertical gallery */

.vertical-image {
	margin: 0 0 20px;
}

.vertical-image img {
	display: block;
	max-width: 100%;
}


/* Grid gallery */

.grid-image {
	margin: 0;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px 0 0;
	margin-bottom: 20px;
}

.grid-image img {
	display: block;
	max-width: 100%;
}

/* End slideshow */

#navicon {
	display: none;
	margin: 20px 0 0;
	width: 40px;
	height: 32px;
	float: right;
	background: transparent;
	cursor: pointer;
}

#navicon span {
	height: 5px;
	width: 40px;
	margin: 7px 0 0 0;
	display: block;
	background: #fff;
}
#navicon span.first-row {
	margin: 0;
}


@media only screen and (max-width: 468px) {

	#pagewrapper {
	    padding: 10px 10px 0 10px;
	}
	#leftcol {
	    width: 100%;
		position: relative;
	}
	#logotype {
		float: left;
	}
	#page {
	    padding: 0;
	    width: 100%;
	}
	
	#logotype, #pagetitle {
		margin: 20px 0 0 0;
	}
	
	#navicon {
		display: block;
	}
	
	#menu {
		display: none;
	}

	.grid-image {
	    margin: 0 0 2% 0;
	    width: 100%;
	}
} 