/* wide css styles */

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

.page_header {
  margin-top: 40px;
  text-transform: uppercase;
  height: 20px;
  position: absolute;
  width: 900px;
  top: 0;
}

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

#postcontent, .postcontent_600, .content_600 {
	width: 100%;
}

.thumbwall-container {
	width: 920px;
}

#thumbwall-canvas {
	width: 920px;
}

.postcontent_project {
	width: 100%;
}

/*** IMAGES  ***/

.content .featured_image , .content .featured_image img {
	width: 100%;
}

.content.archive .featured_image,  .content.archive .featured_image img {
	width: 545px;
}

.content.archive .post_body {
	  height: auto;
	  float: right;
	  clear: none;
	  width: 35.7%;
}

#supersized, #supersized li {
	width: 900px;
	height: 600px;
}

#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: 3;
  	-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  ****/


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

.wide .split_slideshow #supersized .slide-0 img {
	width: auto !important;
	height: auto !important;
	max-height: 100%;
	max-width: 60.3%;
	float: left;
	top: 0 !important;
}

.wide .split_slideshow #supersized .slide-0 .postcontent_text {
	width: 35.7%;
	float: right;
	font-style: normal;
	text-decoration: none;
	clear: none;
}

.wide .split_slideshow #supersized .slide-0 .postcontent_text a {
	text-align: left;
	display: inline;
}

/**** MISC  ****/

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

#menu a {
	padding: 1px 3px 1px 30px;
}

#menu .current-menu-parent > a, #menu .current-page-ancestor > a {
	padding: 1px 3px 1px 30px;
	color: #111;
	/*background: #fff url('../img/icons_sprite.png') no-repeat 7px -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 7px -276px;*/
}

iframe.contact_map {
	width: 900px;
	height: 600px;
}

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

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

.content.archive .post_body h2 {
	padding: 0px 0px 13px 0px;
}

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

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

#logo_box a, #menu {
	font-size: 13px;
	line-height: 23px;
}

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

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

.content h1 {
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
}

.content h2 {
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
}

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

.content h4 {
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
}

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

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

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

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

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

.home .home_project_link {
	font-size: 13px;
}

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

li.widget {
	font-size: 13px;
	line-height: 23px;
}
.content h6 {
	font-size: 13px;
	font-weight: normal;
}

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

#slidecaption {
	font-size: 10px;
}