/*
Theme Name: Gotlands Museum
Theme URI: http://www.gotlandsmuseum.se/wp
Author: Ninni Gahnström (design) & Henrik Jansson(code)
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 2.0
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Extra fonter
-------------------------------------------------------------- */


@font-face {
    font-family: Whitney-Bold ;
    src: url('/wp-content/themes/gotlandsmuseum/fonts/whitney-bold-webfont.eot');
    src: url('/wp-content/themes/gotlandsmuseum/fonts/whitney-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/gotlandsmuseum/fonts/whitney-bold-webfont.woff') format('woff'),
         url('/wp-content/themes/gotlandsmuseum/fonts/whitney-bold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/gotlandsmuseum/fonts/whitney-bold-webfont.svg#Whitney-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: Whitney-Book;
    src: url('/wp-content/themes/gotlandsmuseum/fonts/whitney-book-webfont.eot');
    src: url('/wp-content/themes/gotlandsmuseum/fonts/whitney-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/gotlandsmuseum/fonts/whitney-book-webfont.woff') format('woff'),
         url('/wp-content/themes/gotlandsmuseum/fonts/whitney-book-webfont.ttf') format('truetype'),
         url('/wp-content/themes/gotlandsmuseum/fonts/whitney-book-webfont.svg#Whitney-Book') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: Whitney-Semibold;
    src: url('/wp-content/themes/gotlandsmuseum/fonts/whitney-semibold-webfont.eot');
    src: url('/wp-content/themes/gotlandsmuseum/fonts/whitney-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/gotlandsmuseum/fonts/whitney-semibold-webfont.woff') format('woff'),
         url('/wp-content/themes/gotlandsmuseum/fonts/whitney-semibold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/gotlandsmuseum/fonts/whitney-semibold-webfont.svg#Whitney-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* Html taggar */
* { margin:0; padding:0; } 
body {
font-family: 'Whitney-Book', Arial, Sans-Serif;
background:#787878 url('/wp-content/themes/gotlandsmuseum/images/bg.gif') repeat left top;
color: #282c2f; 
margin:0px auto;
height:auto;
text-align:center;
}


hr{display: none;}
a{color: #a1000c;text-decoration: none;}
a:hover {color: #faa900;text-decoration: underline;}
ul{list-style-type: none;}
h1{font-size:1.5em;line-height: 100%;font-weight:normal;padding:0px 0px 7px 0px;font-family: 'Whitney-Semibold', Arial, Sans-Serif}
h2{font-size:1.5em;line-height: 100%;font-weight:normal;padding:0px 0px 7px 0px;font-family: 'Whitney-Semibold', Arial, Sans-Serif}
h3{font-size:1.1em;font-weight:bold;padding:0px 0px 2px 0px;font-family: 'Whitney-Semibold', Arial, Sans-Serif}
h4{font-size:1.1em;font-weight:bold;padding:10px 0px 5px 0px;font-family: 'Whitney-Semibold', Arial, Sans-Serif;}
small{font-size:1em;}
img{border:0px 0px 0px 0px;}
.clear{clear:both;}

/* End html tags */



/* =Uppbyggnad
-------------------------------------------------------------- */

#page {
        margin: 1em auto;
	display: block;
	background-color:#fff;
	width: 64em;
	text-align:left;
  	-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;
	margin-bottom:1em;
}


#header_left {
        width:50%;
	float:left;
        padding:0;
	margin:0;
	height:81px;
}
#header_right {
	padding:0;
	margin:0;
	float:right;
        width:50%;
	height:81px;
	text-align:right;
}


#header_right img{
	padding-right:10px;
	padding-top:25px;
}

#header_bottom {
	clear:both;
        width:100%;
	background-color:#434343;
	padding:0;
	margin:0;
}

#main{
	width:100%;

	

}

#main_left {
	float: left;
	padding-left:.5em;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:0;
	margin:0;
	width:14.5em;
 	
}
#main_content {
	padding-left:0;
	padding-right:0;
	padding-top:1em;
	padding-bottom:1em;
	margin:0;
        float: left;
	width:30em;
	
}

#main_right {
	float: right;
	padding-left:1em;
	padding-right:.5em;
	padding-top:1em;
	padding-bottom:0;
	margin:0;
	width:16.5em;
        
 	
}

#colophon {
	clear: both;
	display: block;
	background-color:#434343;
	
}

#knappar{
padding-top:1em;
padding-left:0;
}

#knappar img{
padding-left:.3em;
padding-bottom:.3em;
}


/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #faa900;
	display: block;
	float: left;
	margin: 0 auto 0em;
	width: 100%;
	
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	font-size:1em;
	font-family:'Whitney-Bold',Verdana;
        text-transform:uppercase;
	display: block;
	line-height: 2em;
	padding: 0 .7em;
	text-decoration: none;
	color:#000;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


/* = Styr innehållsruta i mitten
-------------------------------------------------------------- */

.entry-header h4 a{
	color:#000;
}

.page-header h2	{
	padding-bottom:1em;
}

.spacer	{
	clear:both;
	margin-bottom:1em;
	border-bottom:1px dotted grey;
}

.entry-content	{
	
	font-size:.9em;
	font-family:'Whitney-Book',Verdana;

}

.entry-summary	{
	
	font-size:.9em;
	font-family:'Whitney-Book',Verdana;

}


}
.entry-wrapper{
	width:10%;
	margin:0px;
	
}

.entry-left{
	width:60%;
	float:left;
	margin-bottom:2em;
	
}
.entry-right{
	width:30%;
  	float:left;
	padding-left:1em;
	padding-top:1em;
	
}

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Bilder
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

#comments{clear:both;}

article.comment {
	display: block;

}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

#main_right h1	{

	color:#fff;
	font-size:1em;
	font-family:'Whitney-Semibold',Verdana;
	display: block;
	background-color:#434343;
	padding-left:0.5em;
	padding-top:0.3em;
	padding-right:0;
	padding-bottom:0.4em;
	margin:0;

}

/* =Textrutor i högra spalten
-------------------------------------------------------------- */

#main_right .textwidget	{
	padding-left:0.5em;
	padding-top:0.1em;
	padding-right:0;
	padding-bottom:0.5em;
	color:#000;
	font-size:.8em;
	font-family:'Calibri',Verdana;
}

/* =Vänstra spalten
-------------------------------------------------------------- */

#tertiary{
	margin:0;
	padding:0;
}
#tertiary h1{
	color:#fff;
	letter-spacing:0.1em;
	font-size:1em;
	font-family:'Whitney-Semibold',Verdana;
	display: block;
	background-color:#a2000d;
	padding-left:0.5em;
	padding-top:0.3em;
	padding-right:0;
	padding-bottom:0.4em;
	margin:0;
}

#menu-huvudmeny	ul {
font-weight:normal;
margin:0;
padding:0;
}

#menu-huvudmeny  a   	{
	color:#000;	
	letter-spacing:0;
	font-size:0.8em;
	font-family:'Calibri', Verdana;
	text-decoration: none;
	display:block;
	padding-left:0.3em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px dotted grey;
	
}

#menu-huvudmeny	.current-menu-item {
	font-weight:bold;
}

#menu-huvudmeny .sub-menu li{
	
	list-style-position:inside;
	background-image: url('/wp-content/themes/gotlandsmuseum/images/pil.gif');
	background-repeat: no-repeat;
	background-position: 10px 8px; 
	
	
	
}

#menu-huvudmeny ul.sub-menu a{
padding-left:2em;	
	
	
}




/* =Sidfot
-------------------------------------------------------------- */

#colophon {
	padding: .5em 1em .5em 2em;
        border-bottom:1em solid #faa900;
	color:#fff;
	font-family:Verdana,Arial, Sans-Serif;
	font-size:.7em;
}

#colophon a
{
color:#fff;
}


#colophon table
{
width:100%;
}

#colophon td
{
text-align:left;

}

/* =Google Translate
-------------------------------------------------------------- */

#translate {height:3em;width:10em;position:relative; left:18em; display:none; padding: 0.9em; background-color: #FFF; border: solid 1px #999; top:.5em; z-index:5; }

#translate img{
padding:0;
margin:0;}


/* =The Events Calendar
-------------------------------------------------------------- */

.event{
 	padding:0 0 0 .5em;
	font-size:.8em;
	font-family:'Whitney-Bold',Verdana;
	
}

.even{
background-color:#e2e4e5;
padding:.5em 0 .5em 0;
}

.odd{

}


.when{
 	padding:0 0 0 .5em;
	font-size:.8em;
	
}


.dig-in {
	
 	padding:0 0 1em 0;
	font-size:.8em;
	font-family:'Whitney-Bold',Verdana;
	text-align:right;
	
}

.column {
width:100%;
}

