/*
Theme Name: Demo 
Theme URI: http://www.creativeworkshop.se/
Description: Custom made theme for Creative 
Author: Creative Workshop i Stockholm
Version: 1.1
Tags: Light, Simple, Fast
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a, a:active, a:hover, a:focus{
	outline:none;
	-moz-outline-style: none;
}

.clear{
	clear:both;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* =Typography & Colors
-------------------------------------------------------------- */

body{
	font-family:"Segoe UI", "Helvetca Neue", "Trebuchet MS";
	font-size:87.5%;
	letter-spacing:0px;
}


h1, h2, h3, h4, h5, h6{
	font-family:"Segoe UI", "Helvetca Neue", "Trebuchet MS";
	margin:0px 0px 17px 0px;
	color:#000;
}

h1{
	font-size:350%;
	font-weight: bold;
	text-transform: uppercase;
	line-height:40px;
	margin:0px 0px 25px 0px;

}

h2{
	font-size:280%;
	line-height:40px;
	margin:0px 0px 20px 0px;

}

h3{
	font-size:200%;
	line-height:30px;
	margin:0px 0px 17px 0px;

}

h4{
	font-size:210%;
	line-height:20px;
}

h5{
	font-size:180%;
	line-height:18px;
}

p{
	font-family:"Segoe UI", "Helvetca Neue", "Trebuchet MS";
	margin:0px 0px 25px 0px;
	line-height:21px;
	color:#000;
	font-size:110%;
}

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

a:hover{
	text-decoration:underline;
}


/* = STRUCTURE & LAYOUT
-------------------------------------------------------------- */

html{
	height:100%;
    min-height:100%;
    margin:0;
    padding:0;
}

body{
	text-align:left;
	font-size:87.5%;
	width:100%;
	background:#aaa;
	clear:both;	
}

.page{
	width:100%;
	height:100%;
	overflow:auto;
	
}


/* Header */

#main-header{
	width:80%;
	max-width: 1060px;
	margin:2% auto 2% auto;
	vertical-align:bottom;
	position:relative;
}

#main-header.startpage{
	margin:15% auto 2% auto;
}


/* Logotype */

#main-header #logo{
	float:left;
	width:30%;
}

#main-header #logo a{
	display:block;
}

#main-header #logo img{
	width:100%;
}



#main-header #mobile-logo{
	display:none;
	text-align:center;
}

#main-header #mobile-logo img{
	width:50%;
	height:auto;
	margin:10% 0 10% 0;
}



/* Navigation */

#main-header nav{
	font-size:0px; /* inline space fix */
	height:22px;
	float:right;
	text-align:right;
	width:75%;
	position:absolute;
	bottom:15px;
	right:0;
}

#main-header nav .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}

#main-header nav ul > li{
	display:inline-block !important;
	position:relative;
	text-align:left;
	margin:0px !important;
}



#main-header nav a{
	color:#000;
    display: block;
	line-height:30px;
	padding: 0;
	margin:0px 0px 0px 20px;
	font-size:18px;
	font-family:"Segoe UI", "Helvetca Neue", "Trebuchet MS";
	
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
}



#main-header nav li:hover a{
	color:#000;
	text-decoration:underline;	
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
}


#main-header nav ul ul {
	position: absolute;
	top: 30px;
	left:20px;
	background:#fff;
	float: left;
	padding:15px 15px 5px 15px !important;
	z-index:9999;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}

#main-header nav ul ul a {
	line-height: 1em;
	padding: 0px;
	margin:0px !important;
	height: auto;
	font-size:17px !important;
	color:#2e2e2e !important;
	text-decoration:none !important;
}

#main-header nav ul ul a:hover{
	text-decoration:underline !important;
}

#main-header nav ul ul li {
	min-width: 150px;
	padding:0px !important;
	margin:0px 0px 10px 0px !important;
}

#main-header nav li:hover > ul 

#main-header nav ul li.current_page_item > a,
#main-header nav ul li.current-menu-ancestor > a,
#main-header nav ul li.current-menu-item > a,
#main-header nav ul li.current-menu-parent > a,
body.single-format-standard nav#nav li#menu-item-64 a,
#main-header nav ul ul li:hover > a {
	color:#000 !important;
	text-decoration:underline;	
}



/* Main */

#main{
	width:80%;
	max-width:1060px;
	margin:0 auto 3.5% auto;
}


#main #content{

}

#welcome{
	margin:0 0 20px 0 !important;
	width:80%;
	padding:17% 10%;
	background-size: 100% !important;
	
	
}

#welcome.startpage{
	margin:0px 0px 15px 0px !important;
	clear:both;
	padding:0px !important;
	width:100% !important;
}


/* Slider */

.bx-viewport{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
}

.bx-wrapper{
	width:100%;
}

#slider .slide{
	width:100%;
	background-size:cover !important;
}

#slider .slide .slide-content{
	padding:20% 7% 20% 7%;
}

.slide-content h2{
	line-height:40px;
	padding:10px 15px;
	margin:0;
	color:#000;
}

.slide-content p{
	margin:0px 0px 14px 0px;
	font-size:100%;
	line-height:18px;
}

.tape {
  background-color: hsla(0,0%,100%,.8);
  box-shadow: inset 0 0 1em .5em hsla(0,0%,100%,.1);
  transform: rotate(-5deg);
  -webkit-filter: drop-shadow(0 1px 1px hsla(0,0%,0%,.3));
}
.tape:after,
.tape:before {
  background-size: .4em .4em;
  bottom: 0;
  content: '';
  position: absolute;
  top: 0;
  width: .2em;
}
.tape:after {
  background-image: linear-gradient(45deg, transparent 50%, hsla(0,0%,100%,.3) 50%),
                    linear-gradient(-45deg, transparent 50%, hsla(0,0%,100%,.3) 50%);
  background-position: 0 100%;
  left: -.2em;
}
.tape:before {
  background-image: linear-gradient(135deg, transparent 50%, hsla(0,0%,100%,.3) 50%),
                    linear-gradient(-135deg, transparent 50%, hsla(0,0%,100%,.3) 50%);
  background-position: 100% 100%;
  right: -.2em;
}

.bx-wrapper{
	position:relative;
}

.bx-controls{
	text-align:center;
	z-index:100;
	padding:1% 0 0 0;
}

.bx-pager-item{
	display:inline-block;
}

.bx-pager a{
    background: url("images/pager_dots.png") no-repeat scroll left bottom transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    height: 13px;
    margin: 0 8px 0 0;
    text-decoration: none;
    text-indent: -9999px;
    text-shadow: 0 -1px 0 #000000;
    width: 12px;
}

ul#bx-pager li{
	height:107px !important;
}

.bx-pager .active,
.bx-pager a:hover {
	background-position: top left;
}

/* Boxes */

.boxes{
	width:101.4% !important;
	clear:both;
}

.boxes li{
	float:left;
	vertical-align:top;
	text-align:left;
	margin:0 1% 1% 0;
	position:relative;
	background:#fff;
	width:29.2% !important;
	height:300px;
	padding:1.5% 1.5% 5% 1.5%;
}

.boxes li.last{
	margin:0 !important;
}

.boxes .inner-bild{
	position:relative;
}

.boxes .box.bild{
	position:relative;
}

.boxes .box.text .content{
	padding:1%;
}

.boxes li .content{
	height:270px !important;
}

.boxes .box.bild .content{
	width:100%;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position: center center !important;
}

.boxes .box.bild .title{
	width:100%;
	margin-top:18px;
	text-align:left;
	font-size:22px;
	font-style: italic;
	line-height:30px;
	font-family: "Segoe UI", "Helvetca Neue", "Trebuchet MS";
}

.boxes .box.cut{
	background:url('images/cut_mask.png') no-repeat bottom right;
} 

.boxes li h3{
	color:#000;
	font-size:180% !important;
	line-height:110%;
	margin:0 0 7% 0;
	text-align:left;
}

.boxes li .content{
	text-align:left;
}

.boxes li .content.top{
	border-top:1px solid #efefef;
}


.boxes li h2,
.boxes li h3{
	font-size:130%;
	line-height:23px;
	font-weight:bold;
	margin-top:10px;
	letter-spacing:normal !important;
}

.boxes li p{
	font-size:110%;
	line-height:18px;
	margin:0px;
}

.boxes a.more{
	color:#000;
	font-family:"Segoe UI", "Helvetca Neue", "Trebuchet MS";
	display:inline-block;
	font-size:16px;
	margin:17px 0px 0px 0px !important;
	text-decoration:none;
}


.boxes a.more:hover,
.clickable:hover a{
	text-decoration:none;
}


.boxes .clickable{
	cursor:pointer;
}

.boxes .noframe{
	background-size:100% !important;
	background-repeat:no-repeat !important;
	background-position: top center;
}

.boxes li a.hidden{
	text-indent:-9999px;
}

/* Workers */

ul.workers li{
	margin:0 1% 3% 0 !important;
	width:31% !important;
	display:inline-block;
	vertical-align:top;
	padding-left:0 !important;
}

ul.workers li:before{
		border:0 !important;
		border-style:none !important;
		content:none !important;

}

ul.workers li a,
ul.workers li span{
	font-family:"Segoe UI","Helvetca Neue","Trebuchet MS";
}

ul.workers li h3{
	font-size:110% !important;
	font-weight:bold;
	text-transform:uppercase;
	margin:9px 0 0 0 !important;
	line-height:17px;
}


ul.workers li span{
	font-style:italic;
	margin-bottom:10px;
	display: inline-block;
}

ul.workers li .worker-image img{
	width:100%;
	height:auto;
}

/* Sidebar boxes */

#sidebar .boxes li{
	float:none !important;
	vertical-align:top;
	text-align:center;
	
	margin:0 0 5% 0;
	position:relative;
	background:#fff;
	width:88% !important;
	height:300px !important;
	padding:5% 5% 7% 5% !important;
}

#sidebar .boxes li.box.text .content{
	height:auto !important;
}


/* MAP */

.acf-map {
	width: 100%;
	height: 400px;
	margin: 0 0 0 0;
}


/* Inner content */
.inner-content{
	width:56.5%;
	padding:5% 5%;
	background:#fff;
	float:left;
}

.inner-content.full{
	width:90%;
	padding:5% 5%;
	background:#fff;
	float:none !important;
}

.inner-content ul,
.inner-content ol{
	margin:0 0 25px 0;
}

.inner-content ul li,
.inner-content ol li{
	color: #000;
    font-family: "Segoe UI","Helvetca Neue","Trebuchet MS";
    font-size: 110%;
    line-height: 14px;
    margin: 0px;
    padding:0 0 0 20px;
}

.inner-content ul li:before,
.inner-content ol li:before { 
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.7em;
    position: relative;
}

.inner-contnent img{
	width:100% !important;
	height:auto !important;
}

/* Sidebar */
aside#sidebar{
	width:32.3%;
	float:right;
}

aside#sidebar ul li{
}

aside#sidebar ul li a{

	
}

aside#sidebar ul li a:hover{
	color:#000;
	text-decoration:none;
	
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
}

.submenu-rv{
	background:#fff;
	margin-bottom:17px;
}

.submenu-rv li a{
	padding:5% 6%;
	width:88%;
	display:inline-block;
	font-size:17px;
}

.submenu-rv li a:hover{
	text-decoration:underline !important;
}

.submenu-rv li.submenu-item-current a{
	color:#000 !important;
	text-decoration:underline !important;
}



/* Prods */
.prods{
	
}

.prods li{
	margin:0 0 8% 0;
}

.prods li.last{
	margin:0;
}

.prods li h2{
	font-size:145%;
	line-height: 25px;
	margin:0 0 2% 0;
}

.prods li p{
	margin:0px 0px 18px 0px;
}

.prods .entry-utility{
	width:100%;
	border-top:1px solid #F8F8F8;
	padding:2% 0 0 0;
	margin:2.5% 0 0 0;
}

.prods .entry-utility > li{
	display:inline-block;
	margin:0 5% 0 0;
	color: #7C7C7C;
    font-family: "Segoe UI","Helvetca Neue","Trebuchet MS";
}

.prods .entry-utility li a{
	color: #000;
}

/* Single */

h1.singl{
	margin:0px;
}

.inner-content .entry-utility{
	width:100%;
	border-top:1px solid #F8F8F8;
	border-bottom:1px solid #F8F8F8;
	padding:1.5% 0 1.5% 0;
	margin:0 0 3% 0;
}

.inner-content .entry-utility > li{
	display:inline-block;
	margin:0 4% 0 0;
	color: #7C7C7C;
    font-family: "Segoe UI","Helvetca Neue","Trebuchet MS";
}

.inner-content .entry-utility li a,
#nav-below a,
.entry-meta a,
.entry-utility a{
	color: #FE970D;
	font-family:"Segoe UI","Helvetca Neue","Trebuchet MS";
	font-size:16px;
}

.entry-meta,
.entry-utility{
	font-family:"Segoe UI","Helvetca Neue","Trebuchet MS";
	font-size:16px;
}

.entry-content p{
	margin:0 0 20px 0;
}

/* Nyheter */

.post h2{
	margin:0 0 0 0;
	line-height:38px;
	font-size:240%;
}

.post h2 a{
	color:#2e2e2e;
}

.post h2 a:hover{
	text-decoration:none;
	color:#FE970D;
}

.entry-meta{
	margin:0 0 17px 0;
}

.type-post{
	margin:0 0 40px 0 !important;
}

/* Nav */
#nav-below{
	padding:4% 0 0 0;
	margin:3% 0 0 0;
	border-top:1px solid #F8F8F8;
	font-family: "Segoe UI","Helvetca Neue","Trebuchet MS";
}

#nav-below .nav-previous{
	float:left;
	width:50%;
}

#nav-below .nav-next{
	float:right;
	width:50%;
	text-align: right;
}


/* Footer */
.main-footer{
	
}

.upper-footer{
	background:#eeeeee;
	border-top:1px solid #f9f9f9;
}

.upper-footer .social{
	width:80%;
	max-width:1060px;
	margin:0 auto 0 auto;
	padding:3% 0 3% 0;
}

.upper-footer .social div{
	width:40% !important;
	float:left;
	margin:0 10% 0 0;
}

.lower-footer{
	background:#000;
	color:#fff;
	line-height:20px;
	margin:0 0 0 0;
	overflow:hidden;
	position:relative;
	font-family:"Segoe UI", "Helvetca Neue", "Trebuchet MS";	
}

.main-footer ul.cont-details{
	padding:30px 0;
}

.main-footer ul.cont-details li{
	display:inline-block;
	margin:0px 35px 0px 0px;
	color:#fff;
	font-size:110%;
}

.main-footer ul.cont-details li.last{
	margin:0px !important;
}

.main-footer ul.cont-details li a{
	color:#fff;
}

.main-footer .cont-details{
	width:80%;
	max-width:1060px;
	margin:0 auto 0 auto;
}

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/* Nav */

.wp-pagenavi{
	margin:10% 0 0 0;
}

.wp-pagenavi,
.wp-pagenavi a{
	font-family:"Segoe UI", "Helvetca Neue", "Trebuchet MS" !important;
}

/* Searchforms */

form#searchform input[type="search"]{
	padding:1.5% 3%;
	font-size:100%;
	width:50%;
	font-family:"Segoe UI", "Helvetca Neue", "Trebuchet MS" !important;
}

input[type="image"]{
	position:relative;
	left:-32px;
	top:6px;
	opacity:0.2;
}


/* Gforms */

.gform_wrapper{
	margin:7% 0 0 0 !important;
}

.gform_wrapper input[type="text"],
.gform_wrapper textarea{
	padding:1% 2% !important;
	font-size:105% !important;
	margin:0 0 2% 0;
	width:96% !important;
	font-family:"Segoe UI", "Helvetca Neue", "Trebuchet MS" !important;
}

.gform_wrapper textarea{
	width:97% !important;
	border:1px solid #b5b5b5;
}

.gform_wrapper input[type="submit"],
a.button{
	background:#282828;
	border:1px solid #282828 !important;
	color:#fff;
	font-size:105% !important;
	border:none;
	padding:2% 5% !important;
	font-family:"Segoe UI", "Helvetca Neue", "Trebuchet MS" !important;
	
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}

.gform_wrapper input[type="submit"]:hover,
a.button:hover{
	background:#fff;
	border:1px solid #7d7d7d !important;
	color:#000;
	font-size:105% !important;
	text-decoration:none;
	border:none;
	padding:2% 5% !important;
	font-family:"Segoe UI", "Helvetca Neue", "Trebuchet MS" !important;
	cursor:pointer;
	
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}

a.button{
	margin:4% 0 3% 0;
	display:inline-block;
}

ul.gfield_checkbox li{
	display:inline-block;
	margin:0 12px 0 0 !important;
}

label.gfield_label{
	display:none !important;
}

/* END STRUCTURE */



/* START RESPONSIVE */



#mobile-menu {
	display: none;
	visibility: hidden;
}

nav#nav .menu-header{
	display: block;
}


/* Ipad Portrait & Landscape */

@media only screen and (min-width : 569px) and (max-width : 1024px)
{
	body{
		width:100%;
	}
	
	#main-header,
	#main,
	.main-footer .cont-details,
	.upper-footer .social{
		width:94%;
	}	
	
	#welcome .header {
    	padding: 7.5% 5%;
	}
	
	nav#nav .menu-header{
		display: block !important;
	}
	
	#boxes ul li{margin:0 2.7% 2% 0;}
	
	.main-footer ul li{
		margin:0px 20px 0px 0px;
	}
	
	.boxes li{
		float:left;
		vertical-align:top;
		text-align:center;
		margin:0 1% 1% 0;
		position:relative;
		background:#fff;
		width:29.2% !important;
		height:300px;
		padding:1.5% 1.5% 5% 1.5%;
	}

} /* End iPad */




/* iPhone Portrait & Landscape */

@media only screen and (min-width : 0px) and (max-width : 568px)
{
	body{
		width:100%;
	}
	
	#main-header #logo{
		float:none;
		width:100%;
		height:auto;
		text-align:center;
		margin:0 0 10% 0;
	}
	
	
	
	
	#main-header #mobile-logo{
		display:block;
	}
	
	#main-header,
	#main,
	.main-footer .cont-details,
	.upper-footer .social{
		width:90%;
	}
	
	#slider .slide .slide-image{
		display:none;
	}
	
	#slider .slide .slide-content{
		background: none repeat scroll 0 0 #FFFFFF;
	    padding: 10% 13%;
	    width: 74%;
	}
	

	
	
	#main-header nav{
		background:#fff;
		width:100%;
		float:none;
		min-height:44px;
		clear:both;
		position:relative;
		height:auto !important;
	}
	
	#main-header nav a{
		line-height:42px !important;
	}
	
	#main-header nav ul ul,
	#main-header nav li:hover > ul {
		display:none !important;
	}
	

	
	
	#mobile-menu { 
		background: url("images/icon-mobile.png") no-repeat center right; 
		cursor: pointer; 
		display: inline-block; 
		float: right; 
		height: 40px; 
		width: 99%; 
		padding:4px 0px 0px 0px;
		text-align:center;
		visibility: visible; 
		position:absolute;
		top:0px;
		right:7px;
		z-index:1 !important;
	}
	
	#mobile-menu.active{
		width:20%;
	}
	
	
	#mobile-menu.active h3{
		display:none !important;
	}
	
	#mobile-menu h3{
		display: block;
		color:#404040;
		line-height: 36px;
		padding: 0 25px;
		margin:0px 0px 0px 0px;
		text-decoration: none;
		font-size:16px;
		text-transform:capitalize;
		font-family:"Segoe UI", "Helvetca Neue", "Trebuchet MS" !important;
		text-shadow:0px 1px 0px #fff;	
	}
	
	nav#nav .menu-header{ display: none; }
		
	#main-header nav ul li{
		display:block !important;
		text-align:center;
		background:none;
		border-bottom:1px solid rgba(0,0,0,0.05);
		border-top:1px solid rgba(255,255,255,0.6);
	}
	
	#main-header nav ul li.last{
		border-bottom:0px solid rgba(0,0,0,0.05);

	}

	ul.workers li{
		margin:0 0% 5% 0;
		width:100% !important;
		display:inline-block;
		vertical-align:top;
	}
	
	
	.boxes li{
		width:100%; margin:0 0 2% 0;
	}
	
	.boxes.lower li.last{
		margin:0 !important;
	}
	
	#main{
		margin-bottom:40px;
	}
	
	.inner-content{
		width:90%;
	}
	
	.inner-content img{
		width:100%;
		height:auto;
	}
	
	aside#sidebar{
		width:100%;
		border:none;
		margin:2% 0 0 0;
	}

	
	.submenu-rv li.submenu-item-current a{
		background:none;
	}	
	
	
	.boxes li{
		float:left;
		vertical-align:top;
		text-align:center;
		margin:0 0 3% 0 !important;
		position:relative;
		background:#fff;
		width:88% !important;
		height:335px;
		padding:5% 5% 7% !important;
	}
} /* End iPhone */


























/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}



#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}


