/*
Theme Name: Orangelab Theme
Theme URI: http://orangelab.se
Description: The theme for Orangelab.
Author: Orangelab
Version: 1.0
*/

/* =Global
-------------------------------------------------------------- */

body {
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
	background-color: #e8e8e8;
}

.clear {
	clear: both;
}

a {
	color: #ff6600;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #000;
}

/* =Layout and structure
-------------------------------------------------------------- */

#header {
	background: url(images/gradient_bg.gif) repeat-x 0 0;
	background-image: -moz-linear-gradient(0 100% 90deg, #e4e4e4, #ffffff);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e4e4e4));
	width: 100%;
	height: 450px;
}

#headerbottom {
	background: url(images/gradient_bg.gif) repeat-x 0 bottom;
	background-image: -moz-linear-gradient(0 100% 90deg, #e8e8e8, #dcdcdc);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dcdcdc), to(#e8e8e8));
	height: 35px;
}

#contactbox {
  width: 150px;
  position: fixed;
  top: 10px;
  right: 10px;
  background: #e0e0e0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#main {
}

#content {
	width: 600px;
	margin: 0 auto;
}

#footer {
	width: 600px;
	margin: 50px auto 50px auto;
	position: relative;
}

#site-footer {
	padding-top: 30px;
}

#footer .footer-title {
	font-family: arial, sans-serif;
	font-size: 25px;
	letter-spacing: -1px;
	line-height: 1.1;
	color: #ccc;
	text-shadow: #555 1px 1px 2px;
	-webkit-transform: skewY(-5deg);
	-moz-transform: skewY(-5deg);
	margin: 20px 0 40px 0;
	display: block;
	position: absolute;
	top: 110px;
	left: 0;
}

#footer .footer-col {
	font-size: 11px;
	color: #666;
	width: 117px;
	float: left;
	padding-top: 200px;
}

#site-footer, #site-footer a {
	font-size: 11px;
	color: #666;
}

#site-footer a:hover {
	color: #ff6600;
}

/* =Header
-------------------------------------------------------------- */

#site-title, #site-title a {
	display: block;
	font-family: arial, sans-serif;
	font-size: 130px;
	letter-spacing: -8px;
	line-height: 1;
	color: #ff7311;
	-webkit-transform: skewY(-3deg);
	-moz-transform: skewY(-3deg);
	margin: 0 auto 0 auto;
	padding-top: 20px;
	width: 600px;
}

#site-title a:hover {
	color: #333;
}

#site-description {
	font-family: arial, sans-serif;
	font-size: 60px;
	letter-spacing: -4px;
	line-height: 1.1;
	color: #ffcc33;
	text-shadow: #555 1px 1px 3px;
	-webkit-transform: skewY(-6deg);
	-moz-transform: skewY(-6deg);
	width: 600px;
	margin: 0 auto;
}

.blue {
	color: #0066cc;
}

#contactbox a {
	display: block;
	height: 40px;
	padding-left: 50px;
	color: #111;
	line-height: 40px;
}

#contactbox a:hover {
	color: #ff6600;
}

a.office { background: url('images/office_icon.png') no-repeat 0 center; }
a.phone { background: url('images/phone_icon.png') no-repeat 0 center; }
a.mail { background: url('images/mail_icon.png') no-repeat 0 center; }

#office_adress {
	text-align: center;
	font-size: 12px;
	display: none;
}

/* =Misc. styles
-------------------------------------------------------------- */

h1.page-title, h1.entry-title {
	font-weight: normal;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.padding-10 {
	padding: 10px;
}

img.alignright {
	margin: 0 0 10px 10px;
}

a.small {
	font-size: 12px;
	color: #666;
}


/* =Page and content
-------------------------------------------------------------- */

h1.page-title, h1.entry-title, h3 {
	font-family: arial, sans-serif;
	font-size: 30px;
	letter-spacing: -2px;
	line-height: 1.1;
	color: #ffcc33;
	text-shadow: #555 1px 1px 3px;
	-webkit-transform: skewY(-5deg);
	-moz-transform: skewY(-5deg);
	margin: 20px 0 40px 0;
	display: block;
}

.post {
	clear: both;
}

.post .entry-date {
	float: left;
	clear: left;
	color: #666;
	width: 150px;
	padding: 10px 0 10px 0;
}

.post .entry-content {
	float: left;
	clear: right;
	width: 450px;
	padding: 10px 0 10px 0;
}

#content p {
	margin-bottom: 20px;
}

.case-link {
	position: relative;
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 280px;
}

.case-link img {
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	clip: rect(0px,60px,200px,0px);
	border: 5px solid #fff;
	margin-bottom: 20px;
	box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;

}

.case-link.first-on-row {
	margin-right: 40px;
}

.case-link .title {
	display: block;
	color: #333;
	font-weight: bold;
}

.case-link .text, .case-link .link {
	color: #333;
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}

.case-link:hover .text, .case-link:hover .link  {
	color: #ff6600;
}

.case-link:hover img {
	border: 5px solid #ff6600;
}

.post-meta-key {
	font-weight: bold;
	display: block;
}

ul.post-meta li {
	display: block;
	margin-bottom: 20px;
}

.googleMap {
	font-size: 12px;
}

/* =Microblog
-------------------------------------------------------------- */

#microblog {
	background: url('images/microblog_icon.gif') no-repeat 10px 7px;
}

#microblog .headline-wrapper {
	height: 32px;
	margin-left: 50px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#microblog .headline {
	font-size: 12px;
	color: #333;
	line-height: 1;
	position: absolute;
	top: 40px;
	left: 10px;
	width: 530px;
	overflow: hidden;
}

#microblog .read-all {
	text-align: right;
}

#microblog .read-all a {
	font-size: 11px;
	color: #888;
	font-weight: normal;
}

#microblog .read-all a:hover {
	color: #ff6600;
}