/*
Theme Name: Buro [room] by sofie
Description: Child theme for the Buro theme 
Author: Intervaro Webbyrå i Lund
Author URI: http://intervaro.se
Template: buro
*/

@import url("../buro/style.css");

header.col-full {
	padding-top: 40px;
	padding-bottom: 40px;
}

#content-wrapper {
	background-image: url('img/bg.jpg');
}

#comments .comment-entry p {
	color: #0d0d0d;
}

#post-author .title,
#post-author a,
#post-entries a,
.profile-content {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 { color: #0d0d0d; font-family: Droid Serif, Georgia, times, serif; font-weight: normal; line-height: 1.2em; text-shadow: 1px 1px 0 rgba(0,0,0,0.5); }

#logo {
	/*width: 100%;*/
}
.site-title {
	padding-bottom: 15px;
	/*text-align: right;*/
}
#logo .site-title a:hover {
	text-decoration: none;
}
.site-description {
	text-align: right;
}
.layout-full #main, .col-full { max-width: 77.7708em; }  /* 940 / 14 = 67.143 */
#content {
	background-color: #fff;
}
#main {
	border-top: none;
}

.gform_body ul {
	padding: 0;
	margin-left: 0;
}
.gform_body ul li {
	list-style: none;
}


header nav {
	margin-top: 40px;
	width: 100%;
}
nav,
nav .nav a {
	color: #FFF;
}
.entry a {
	color: #CC278A;
}


#sidebar {
	margin-top: 48px;
}
#sidebar a:visited {
	color: #0d0d0d;
}


#widget_sp_image-4 {
	clear: both;
}

.widget .gform_wrapper .top_label textarea.textarea,
.widget .gform_wrapper .top_label input.large {
	width: 274px !important;	
}

.widget ul#gform_fields_1 {
	clear: none;
}
#gform_widget-2 h3 {
	border-bottom: none;
}

.entry img, img.thumbnail { max-width: 98%; }



.widget_sp_image img {
	max-width: 100% !important;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.widget_sp_image img {
	height: auto !important;
}