/*

Theme Name: Botkyrka WordPress
File: css/default.css
Description: Main theme for Ny i Stockholm website.
Version: 1.0
Author: Magnus Grönberg, Houdini Interactive
Author URI: http://www.houdini.se

*/

/* GENERIC ELEMENTS */
*{
	margin: 0;
	padding: 0;
}

body{
	background: url(img/bg_tile.jpg) repeat-x #DCDED9;
	font-family: Tahoma, Geneva, arial, verdana, sans-serif;
	font-size: 13px;
}

h1{
	font-family: Georgia;
	font-size: 24px;
	font-weight: lighter;
}

h2{
	font-family: Georgia;
	font-weight: bold;
	font-size: 17px;
}

h2.contact-form{
	font-family: Georgia;
	font-size: 15px;
}

h3{
	font-weight: bold;
}

img, fieldset{
	border: 0;
}

p{
	line-height: 1.5em;
	padding-bottom: 1em;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

li{
	list-style-type: none;
}

.page li {
	list-style-type: disc;
	margin-left: 30px;
}

/* GENERIC CLASSES */
.clear{
	clear: both;
}

.left, img.alignleft{
	float: left;
}

.right, img.alignright{
	float: right;
}

.center{
	text-align: center;
}

.input-label{
	font-family: Georgia;
	font-size: 17px;
	font-weight: lighter;
}

.form-field{
	width: 360px;;
}

.form-select{
	width: 111px;
	padding-left: 0.5em;
}

.form-select option{
	padding-left: 0.5em;
}

.menu{
	color: #706e6a;
	font-family: georgia;
}

.menu:hover{
	color: #000;
	text-decoration: none;
}

.column{
	margin: 0 0 0 1em;
}

.send input{
	border: 0;
	width: 48px;
	height: 16px;
	background: url(img/knapp_skicka.png) no-repeat;
	cursor: pointer;
}

.inline-field{
	float: left;
	margin-left: 1em;
	width: 350px;
}

.search-label{
	font-weight: lighter;
	font-family: Georgia;
	font-size: 18px;
}

.search-btn{
	float: left;
	border: 0;
	width: 36px;
	height: 15px;
	margin: 0.2em 0 0 1em;
}

.menu-item-inactive{
	padding-left: 3em;
	font-weight: bold;
	line-height: 1em;

	height: 8px;
}

.menu-item-active{
	padding-left: 3em;
	font-weight: bold;
	line-height: 1em;

	height: 8px;
}

.error{
	color: red;
}

.success{
	color: black;
}

.awpcf7-form-control-wrap{
	float: right;
}

.awpcf7-captcha-captcha-326{
	float: left;
}

.wpcf7-validation-errors{
	padding-bottom: 2em;
	margin-left: 1em;
	color: red;
}

.inputs input{
	clear: both;
}

.inputs{
	margin-bottom: 1em;
}



