/* narrow css styles */

.container {
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 15px;
	margin-top: 100px;
}

.page_header {
  margin-top: 30px;
  text-transform: uppercase;
  width: 550px;
}

.content_600, .content_300 {
	margin-top: 50px;
}

#postcontent, .postcontent_600 {
	width: 550px;
}

.thumbwall-container {
	width: 550px;
}

#thumbwall-canvas {
	width: 572px;
}

.postcontent_project {
	width: 550px;
}

.postcontent_project .project_header, .postcontent_600 .project_header {
  height: 40px;
  padding-top: 20px;
  margin-bottom: 20px;
}

/*** IMAGES  ***/

.content .featured_image , .content .featured_image img {
	width: 550px;
}

.content.archive .post_body {
  height: auto;
  float: left;
  clear: both;
  width: 550px;
}

.content.archive .post_body h2 {
	width: auto;
}

.content.archive .details {
	width: auto;
	padding: 25px 0px 13px 0px;
	/*float: right;*/
	clear: none;
}

.content .details {
	padding-bottom: 10px;
}

#supersized, #supersized li {
	width: 550px;
	height: 367px; /* 2:3 aspect ratio */
}

#supersized a {
	text-align: center; /*center images in slideshow in mobile view*/
}

/**** COLOUMNS   ****/


.csscolumns .columns2 {
/*  	-webkit-column-count: 2;
 	-webkit-column-gap: 30px;

 	-moz-column-count: 2;
  	-moz-column-gap: 30px;
  	-moz-column-fill: balance;

  	column-count: 2;
  	column-gap: 30px;*/

  	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.columns2 p, .columns2 p:first-of-type {
	padding: 0 !important;
	/*margin-top: 0;*/
	/*width: auto;*/
	text-align: justify;
	margin-bottom: 10px;
}

/**** Slideshow Text  ****/


.split_slideshow #supersized .slide-0 a {
	text-align: center;
}

.split_slideshow #supersized .slide-0 img {
	width: auto;
	height: auto;
}

.split_slideshow #supersized .slide-0 .postcontent_text {
	width: 60%;
	font-style: normal;
	text-decoration: none;
}

/**** MISC  ****/

body {
	-webkit-text-size-adjust: none;
}

#logo_box, #menu {
	width: 100%;
	text-align: left;
	padding-bottom: 20px;
}

#menu ul {
	/*margin-right: 10px;*/
	float: left;
}

.de #menu a {
	padding: 1px 3px 1px 49px;
}

.en #menu a {
	padding: 1px 3px 1px 52px;
}

#menu li:first-of-type a {
	padding: 1px 3px 1px 0px;
}

#menu .current-menu-parent > a, #menu .current-page-ancestor > a {
	padding: 1px 3px 1px 21px;
	color: #111;
	/*background: #fff url('../img/icons_sprite.png') no-repeat 0px -276px;*/
	font-family: 'UniversLTStd65Bold', 'Lucida Grande', 'Arial', sans-serif;
}

#menu .current-menu-parent > a:hover, #menu .current-page-ancestor > a:hover {
	color: #111;
	/*background: #fff url('../img/icons_sprite.png') no-repeat 0px -276px;*/
}


iframe.contact_map {
	width: 550px;
	height: 367px;
}

#footer {
	margin: 40px 0 0px 0;
	padding: 22px 0;
}

.content .post_body h1, .content .post_body h2,  .content.archive .post_body h2, .content .post_body h3, .content .post_body h4, .content .post_body ol {
	padding: 22px 0px 13px 0px;
}



/***** FONT SIZES ****/

html,
body {
	font-size: 14px;
}

#logo_box a {
	font-size: 14px;
	line-height: 23px;
}

#menu {
	font-size: 14px;
	line-height: 23px;
}

.content, .content_600, .content_300, .postcontent_project .postcontent_text {
	font-size: 14px;
	line-height: 18px;
}

.content form h3, .content h3 a {
	font-size: 14px;
	line-height: 35px;
	font-weight: normal;
}

.content h1 {
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
}

.content h2 {
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
}

.content h3 {
	font-size: 14px;
	font-weight: normal;
}

.content h4 {
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
}

.content h5 {
	font-size: 14px;
	font-weight: normal;
}

.content h6 {
	font-size: 14px;
	font-weight: normal;
}

.project_link a, .map_link a {
	font-size: 14px;
}

#thumbwall-canvas .thumb-title {
	 font-size: 12px;
	 line-height: 27px;
}

p.projectcategory_title {
	font-size: 15px;
}

.home .home_project_link {
	font-size: 14px;
	line-height: 30px;
}

.home .address {
	line-height: 2.2em;
}

li.widget {
	font-size: 14px;
	line-height: 23px;
}

ul#slide-list li a, ul#slide-controls li a  {
	font-size: 14px;
}

#slidecounter {
	font-size: 13px;
}

#slidecaption {
	font-size: 12px;
}