/*
Theme Name: M3
Theme URI: http://magasin3.com
Description: Theme for Magasin 3 Stockholm Konsthall
Version: 1.0
Author: Ziad Fostock
Author URI: http://sweatshop.cc/
Tags: None

	This theme is designed by Jesper Nordström and built by Sweatshop, http://sweatshop.cc/
	The CSS and design is Copyright (c) Magasin 3 Stockholm Konsthall, http://www.magasin3.com
*/

/* For layout, detail-design, etc. see: /stylesheets/design.css. This stylesheet is for classes and tags used when editing content. */

/* Heading classes: H1, H2, H3, H4, etc. */
.head-l-bold, .head-l-bold-border, .head-l-bold-sp,
.head-l-norm, .head-l-norm-border, .head-l-norm-sp { font-size: 16px; line-height: 22px; }

.head-m-bold, .head-m-bold-border, .head-m-bold-sp,
.head-m-norm, .head-m-norm-border, .head-m-norm-sp { font-size: 14px; line-height: 19px; }

.head-s-bold, .head-s-bold-border, .head-s-bold-sp,
.head-s-norm, .head-s-norm-border, .head-s-norm-sp { font-size: 12px; line-height: 17px; }

.head-l-bold, .head-l-bold-border, .head-l-bold-sp,
.head-m-bold, .head-m-bold-border, .head-m-bold-sp,
.head-s-bold, .head-s-bold-border, .head-s-bold-sp { font-family: 'FuturaStdBold', 'Futura', Arial, sans-serif; color: #111; }

.head-l-norm, .head-l-norm-border, .head-l-norm-sp, 
.head-m-norm, .head-m-norm-border, .head-m-norm-sp,
.head-s-norm, .head-s-norm-border, .head-s-norm-sp { font-family: 'FuturaStdMedium', 'Futura', Arial, sans-serif; color: #111; }

.head-l-bold-border, .head-l-norm-border,
.head-m-bold-border, .head-m-norm-border,
.head-s-bold-border, .head-s-norm-border { display: block; padding-bottom: 14px; margin-bottom: 17px; border-bottom: 1px dashed #111; }

.head-l-bold, .head-l-norm,
.head-m-bold, .head-m-norm { margin-bottom: 0px; }

.head-s-bold, .head-s-norm { margin: 0px 0 0px; }

.head-l-bold-sp, .head-l-norm-sp, 
.head-m-bold-sp, .head-m-norm-sp,
.head-s-bold-sp, .head-s-norm-sp { margin-bottom: 10px; }	

/* Content-tags */
p { font-family: Arial, sans-serif; font-size: /*11px*/1em; line-height: /*15px*/1.4em; margin-bottom: 11px; color: #333; }
p:last-child { margin-bottom: 17px !important; }
h1, h2, h3, h4 { font-family: 'FuturaStdBold', 'Futura', Arial, sans-serif; color:#111; letter-spacing: .8px; font-weight: normal; }
h5, h6 { margin-top: 10px; font-size: 11px; font-weight: bold; }
ul { margin: 0 0 20px 20px; }
li { font-family: Arial, sans-serif; font-size: 11px; line-height: 16px; margin-bottom: 10px; color: #333; list-style: none url(images/dash.gif) outside; margin-bottom: 5px; }

form input, form submit { font-family: Arial, Verdana, sans-serif; }
label { display: none; }
.input-text { height: 23px;width:186px;margin: 0 0 7px 0; padding: 0 5px 0; border: 1px solid #111; }
.input-submit {font-size: 11px;cursor: pointer; background-color: #fff; color: #111; border: 1px solid #111;padding: 0 4px; height: 23px }

img { margin-bottom: 7px; }

	/* Anchors */
	a, a:visited, a:hover, a:active { color: #333; text-decoration: underline; outline: 0; }
	
	/* Emphasis */
	strong, b { font-weight: bold; }
	em, i { font-style: italic; }
	
/* Content-classes (For headings view top of this page) */
.alignleft { float:left; margin-right:20px; }
.more-space-above { margin-top: 30px; }