/*
Theme Name: Andreas Runsten
Theme URI: http://www.andreasrunsten.com
Description: A theme by <a href="http://www.andreasrunsten.com">Andreas Runsten</a>.
Version: 2.5
Author: Andreas Runsten
Author URI: http://www.andreasrunsten.com
*/


/* Imports 
----------------------------------------------- */
@import "css/reset.css";


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

html, body {height:100.01%;}

body {
	background: #fff;
	color: #333;
	font: 12px/18px Arial, Verdana, sans-serif;
}

a {color: #448fb4; text-decoration: none;}
a:hover {text-decoration: underline;}

img {border:none;}

hr {
	border: none 0;
	border-bottom: 1px solid #ccc;
	height: 1px;
	margin: 10px 0;
}

.alignleft {float:left;}

.alignright {float:right;}

.clear{clear:both;}

blockquote {
	color: #595959;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	font-style: italic;
	padding: 8px 15px 8px 60px;
	margin: 5px 0;
}


/* Typography
----------------------------------------------- */

h2 {
	font-size: 24px;
	margin-bottom: 18px;
}

h3 {
	font-size: 18px;
	margin-bottom: 18px;
	font-weight: 700;
}


/* Layout
----------------------------------------------- */

#container {
	margin: 0 auto;
	width: 978px;
}

#header {
	margin: 90px auto;
	clear:both;
	width: 978px;
}

#content {
	width: 720px;
	float:left;
}

.start #content {
	width: 978px;
}

#sidebar {
	float: right;
	width: 220px;
}

#footer {
	border-top: 1px solid #EAEAEA;
	height: 20px;
	padding: 20px 0px;
	margin:0 auto;
	width: 978px;
	clear: both;
}


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

#header .logo {
	display:-moz-inline-box;
 	display:inline-block;
	left:0;
	width:131px;
	height:90px;
	text-indent:-9999px;
	float:left;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header .default {background: url(images/ar-logo.png)}

#header .main-headline {
	font-size: 45px;
	color: #333333;
	font-weight: lighter;
	position:relative;
	top: 47px;
	left:10px;
	line-height: 1;
	padding-bottom: 10px;
	text-transform: lowercase;
}



/* Main Navigation
----------------------------------------------- */

#nav {
	width: 100%;
	height: 45px;
	background: #333;
	position: absolute;
	margin: 0px;
	top: 0px;
}

#nav ul {
	width:978px;
	margin: 0 auto;
	list-style: none;
	padding-top:12px;
}
#nav li {
	display:inline;
	float:left;
	margin-right: 15px;
	font-weight: 700;
}

#nav li a {
	color: #fff;
	font: 14px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
}

#nav li a:hover, a:focus {
	color: #ccc;
	text-decoration: none;
}

/* #header #nav li {
	display:inline;
	float:left;
	line-height: 0;
}

#header #nav li a {
	height:33px;
	text-indent:-999em;
	display: block;
	margin-right: 15px;
}

#header #nav li a:hover, a:focus {background-position: 0 -34px;}
#header #nav li a:active {background-position: bottom;}

#header #nav .home a {
	background: url(images/home-button.png) 0 0 no-repeat;
	width:72px;
	}
#header #nav .work a {
	background: url(images/work-button.png) 0 0 no-repeat;
	width:67px;
	}
#header #nav .about a {
	background: url(images/about-button.png) 0 0 no-repeat;
	width:70px;
	}
#header #nav .services a {
	background: url(images/services-button.png) 0 0 no-repeat;
	width:87px;
	}
#header #nav .get-in-touch a {
	background: url(images/get-in-touch-button.png) 0 0 no-repeat;
	width:114px;
	} */
/* Content
----------------------------------------------- */


.intro-text {
	background: url(images/intro-text.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 40px;
	height: 150px;
	width: 670px;
}

#featured-slideshow {
	margin-bottom: 36px;
}

#featured-slideshow ul {
	margin-bottom: -5px;
}

#featured-slideshow .tab-bar {
	width: 978px;
	height: 45px;
	background: #333;
}
	
.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 200%;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.post-info {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-info a {
	color: #666666;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.nav .previous {
	float: left;
	margin: 0 15px 15px 0;
}

.nav .next {
	float: right;
	margin: 0 0 15px 15px;
}

.nav div a {
	font-size: 110%;
}

.column1, .column2, .column3 {
	width: 306px;
	height: 100px;
	float: left;
	margin-right: 30px;
}

.column3 {
	margin-right: 0;
}


/* Twitter */

#twitter {
overflow:hidden;
position:relative;
top: -47px;
float: right;
}

#twitter .birdie {
	background: url(images/bird.png) no-repeat 0 0;
	width: 48px;
	height: 43px;
	float:left;
}

.tweet {
	font-size: 14px;
	font-style:italic;
	color: #999;
	overflow: hidden;
	padding-left: 20px;
	width:330px;
}

.tweet ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tweet .time {
	font-style: normal;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

/* Let's talk
----------------------------------------------- */

.lets-talk #header {
	background: url(images/lets-talk-header.png) 0 0 no-repeat;
	width: 621px;
	height: 300px;
	margin: 30px auto;
	text-indent: -9999px;
}

.lets-talk #content {
	width: 474px;
	height: 590px;
	margin: 0 auto;
	float: none;
	position: relative;
	margin-bottom: 40px;
}

.lets-talk h2 {
	font-family: Helvetica, Arial, Sans-serif;
	margin-top: 30px;
}

.lets-talk h3 {
	font-family: Helvetica, Arial, Sans-serif;
	margin-bottom: 0; 
}

.lets-talk label {
	position: absolute;
	top: 34px;
	left: 11px;
	color: #999;
	font-size: 14px;
	font-weight: bold;
}

.lets-talk .wpcf7 .name,
.lets-talk .wpcf7 .email,
.lets-talk .wpcf7 .phone {
	position: relative;
}

.lets-talk input[type="text"] {
	background: url(images/text-field.png) 0 0 no-repeat;
	border: none;
	color: #333;
	width: 453px;
	height: 34px;
	font-size: 14px;
	padding: 7px 11px;
}

.lets-talk .message {
	background: url(images/message-box.png) no-repeat;
	background-position: 0 36px;
	height: 260px;
	width: 474px;
}

.lets-talk textarea {
	background: none;
	border: none;
	color: #333;
	width: 448px;
	height: 180px;
	font-size: 14px;
	margin: 10px 0 0 11px;
	resize: none;
}

.lets-talk [type="submit"] {
	background: url(images/send-button.png) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	width: 103px;
	height: 44px;
	text-indent: -9999px;
	right: 0;
	position: absolute;
}

.lets-talk .wpcf7-form-control-wrap input.invalid {
	background-position: 0 -51px;
}

input:-webkit-autofill {
	background: none !important;
    background-color: none !important;
}

.lets-talk div.wpcf7-validation-errors,
.lets-talk div.wpcf7-mail-sent-ok {
	border: none;
	position: absolute;
	top: 499px;
	padding: 0;
	font-weight: bold;
	color: #ff6666;
}

.lets-talk div.wpcf7-mail-sent-ok {
	color: #79c547;
}


/* Comments
----------------------------------------------- */

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}


/* Sidebar
----------------------------------------------- */

.sidebar {
	margin-bottom: 30px;
}

.sidebar h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidebar ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidebar p {
	margin-top: 8px;
	line-height: 1.3;
}


/* Footer
----------------------------------------------- */

#footer ul a {
	list-style: none;
}

#footer ul li a {
	float: left;
	margin-right: 15px;
}


/* Extra
----------------------------------------------- */

#be-right-back {
	background: #fcfbf7 !important;
}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner {
  width: 226px;
  height: 300px;
  margin-left: -113px;  /***  width / 2   ***/
  position: absolute;
  top: -150px;          /***  height / 2   ***/
  left: 50%;
}
.be-right-back {
	display: block;
	margin: 100px 60px;
	height: 17px;
	width: 101px;
}
