/*
Theme Name: extensionsbymathilda.se WP-theme
Theme URI: -
Description: Custom WP-Theme for extensionsbymathilda.se by andreas.hesselback@gmail.com
Version: 0.1


*/


/* -----------------------------------------------------------------------------
    reset
----------------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

/* blue borders on img links!? yeah, great idea! */
a img, :link img, :visited img {
	border: none;
}

/* takes away the dotted border from links when active in firefox */
:link, :visited, :active, :focus {
	text-decoration: none;
    outline: none;
}


/* ----------------------------------------------------------------------------
     clearfix & aligns ADD
----------------------------------------------------------------------------- */

/* "new" clearfix hack by Perishable at perishablepress.com */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* aligns */
img.center, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.textright {
	text-align: right;
	}
.center {
    text-align: center;
}


/* -----------------------------------------------------------------------------
    typographs
------------------------------------------------------------------------------*/

body {
    font-size: 16px;
    color: #444;
    font-family: georgia, tahoma, geneva, sans-serif;
    margin: 20px 0 0;
}

.font1 {
    font-family: 'Quicksand', sans-serif;
}
.font2 {
    font-family: 'Josefin Sans', sans-serif;
}



/* text-elements ----------------------------------------------------------------- */


h1, h2, h3, h4 {
    margin: 10px 0 5px 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    letter-spacing: -.08em;
}


h1, h2 { font-size: 24px; color: #111; }

p {
    line-height: 25px;
    margin: 0 0 15px 0;
}

strong      { font-weight: bold; }
em          { font-style: italic; }
small       { font-size: .95em; line-height: 1.2em; }
.lt         { text-decoration: line-through;}
blockquote  { font-size: 20px; line-height: 1.8em;padding:10px 0;}



/* links & hovers ----------------------------------------------------------- */


a:link, a:visited, a:active {
    color: #222;
    border-bottom: 1px solid #333;

}
a:hover {
    color: #000;
    border-bottom: 1px solid #ff0066;

}



/* -----------------------------------------------------------------------------
    stuff
------------------------------------------------------------------------------*/

body {
    background: #fff url('img/bg-2.png') top center fixed no-repeat;
}


#wrapper {
    width: 900px;
    margin: 0 auto 0 auto;
}


#content {
    margin: 30px 2px 0 0;
    padding: 0 20px 0 10px;
}

/* ---header & menu */

#header ul {
    list-style-type: none;
    font-size: 18px;
    letter-spacing: -.05em;
    text-transform: lowercase;
    background: transparent url('img/line.png') bottom center no-repeat;
    width: 100%;
    margin-left: -10px;
}
#header ul li {
    float: left;
    padding: 0 50px 2px 10px;
}
#header ul li:first-child {
    padding-left: 40px;
}
#header ul li:last-child {
    padding-right: 0px;
}

#header ul li:hover {

}

#header ul li a {
    color: #666;
    padding: 0 15px;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
}
#header ul li a:hover, #header ul li.current_page_item a {
    color: #000;
}

#header a:link, #header a:visited, #header a:active, #header a:hover {
    border-bottom: none!important;

}

/* --- kontakt & booking form */

div.contact {
    float: right;
    width: 300px;
    padding: 0 0 0 20px;
    margin-top: -25px;
}
div.contact span {
    color: #111;
    font-size:20px;
}
div.contact .block{
    padding-bottom:18px!important;
}
/*div.contact span a {
    color: #111;
    border-bottom: none;
}
div.contact span a:hover {
    color: #111;
    border-bottom: 1px solid #ff0066;
}*/
div.booking-form {
    margin-top: 40px;
}


div.booking-left {
    float: left;
    width: 420px;
}
div.booking-right {
    float: right;
    width: 420px;
}

input[type=text],.iphorm-element-text, .wpcf7-email {
    width: 350px;
}
textarea {
    width: 380px;
    height: 150px;
    padding: 3px;
    border: 1px solid #777;
}
.iphorm-element-textarea.iphorm_1_16  {
    height: 80px;
}
input[type=text], select, .iphorm-element-text.iphorm_1_2, .wpcf7-email {
    height: 30px;
    line-height: 30px;
    padding: 3px;
    border: 1px solid #aaa;
}
 .wpcf7-date {
    height: 30px;
    line-height: 30px;
    padding: 0 3px;
    border: 1px solid #aaa;
}

input[type=text], select, textarea {
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

select {
    font-size: 14px;
    width: 98px;
    margin-right: 30px;
    padding-bottom:1px;
}
select.how {
    width: 200px;
}


.wpcf7-text.postnr {
    width: 70px!important;
}
.wpcf7-text.postarea {
    width: 180px!important;
}
.location .wpcf7-select.dd {
    width: 140px!important;
    margin-right: 10px;
}
.typ .wpcf7-select.dd {
    width: 200px!important;
}
input.captcha {
    width: 240px!important;

}
img.wpcf7-captcha-captcha-952 {
    margin-bottom:-10px;
}



input:hover, input:focus, textarea:hover, textarea:focus {
    border-color: #FC7DAE!important;
}


.wpcf7-submit.book-btn {
width: 95%;
    padding: 15px;
    border: 0!important;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}
.wpcf7-submit.book-btn:hover {
    background-color: #FC7DAE;
    cursor: pointer;
}



.iphorm-element-select.iphorm_1_14, .iphorm-element-select.iphorm_1_15 {
    width: 220px;
}


/* gallery
.gallery a {
    border: 0!important;
}
.gallery img {
    margin: 0 20px 10px 0;
    border: 1px solid #ddd;
    padding: 2px;
    filter: alpha(opacity=95);
	-moz-opacity: 95;
	opacity: 95;
}
.gallery img:hover {
    border: 1px solid #ff6699;
    filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}  */

.gallery a img {
    margin: 0 20px 20px 0;
}
.gallery a {
    border-bottom: 0!important;
}

/* footer */

#footer p  {
    font-family: 'Quicksand', sans-serif;
}

