/*
Theme Name:     Ten To Eleven
Theme URI:      http://newseed.se/
Description:    Theme for NewSeed based on TwentyTen and extended to Eleven
Author:         Magnus Lindgren
Author URI:     http://ma.gnus.co/
Template:       twentyten
Version:        1.1.0
*/

@import url("../twentyten/style.css");

/* Import Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300);
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400italic,400);

img.align-right{
	float: right;
}

.seed_info{
	display: block;
	float: right;
	width: 230px;
	padding: 15px 15px;
	margin: 0 0 1em 1em;
	background: #f4f4f4;
}

.seed_info img{
}

ul.v-list{
	list-style-image: url("/wp-content/uploads/archive/hemsida_v.gif");
	list-style-type: square;
}

h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, body{
	font-family: 'Open Sans', sans-serif;
}

#site-title a{
	font-weight: 800;
}

#site-description{
	font-family: 'Vollkorn', serif;
	font-style:italic;
	font-size: 1.3em;
}

.promo-box{
	display: block;
	width: 40%;
	font-family: 'Vollkorn', serif;
	font-style:italic;
	font-size: 1.25em;
	letter-spacing: 0.05em;
	float: right;
	padding: 0 0 0.5em 0.5em;
}


#content table, #content td, #content th{
	border: none;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
}

#content thead th {
	background-color: #000;
	color: #AAA;
	font-size: 1em;
	font-weight: normal;
}

#wrapper{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
}

#branding img{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border: none;
}

#header{
	padding: 20px 0 0;
}

#final{
	width: 100%;
	font-size: 0.85em;
	text-align: center;
}


@media all and (max-width: 1024px) {
 /* smartphone layout */
	#wrapper{
	    margin-top: 0;
	    padding: 0;
	    width: 100%;
    	}
    	#header{
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
    		padding: 0;
    	}
	#branding img{
	}
    	#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper, #access{
	    width: 100%;
    	}
    	#branding img{
	    width: 100%;
	    height: auto;
    	}
	#main {
	    padding: 10px 0 0;
	}
    	#container {
    		float: none;
    		margin: 0;
    	}
    	#primary{
    		float: left;
    		width: 50%;
    	}
    	#secondary{
    		float: left;
    		width: 50%;
    	}
    	#content{
    		margin: 0 1em 0 1em;
    	}
    	#first{
    		min-width: 300px;
    		float: left;
    	}
    	#fourth{
    		min-width: 240px;
    		float: left;
    	}
    	#footer-widget-area .widget-area {
    		width: 240px;
    	}

    	#site-info, #site-generator, #second, #third{
    		display: none;
    	}

}

@media none and (min-width: 760px) and (max-width: 999px) {
	/* tablet layout */
	#wrapper{
	    margin-top: 20px;
	    padding: 0 20px;
    	}
    	#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper, #access{
	    width: 700px;
    	}
    	#branding img{
	    width: 700px;
	    height: 147px;
    	}

}

@media none and (min-width: 1000px) and (max-width: 1024px) {
	/* tablet layout */
	#wrapper{
	    margin-top: 0px;
	    padding: 0 20px;
    	}

}

img{
	max-width: 100%;
}


/* tiltpic */

.tiltpic img{
	position: relative;
	float: left;
	padding: 10px 10px 25px 10px;
	background: #eee;
	border: 1px solid #fff;
	-moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 2px 2px 3px #888;
	box-shadow: 2px 2px 3px #888;
}

.tiltpic img:hover{
	z-index: 100;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.tiltpic-1 img {
	z-index: 2;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
}
.tiltpic-2 img {
	z-index: 6;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
}
.tiltpic-3 img {
	z-index: 3;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
}
.tiltpic-4 img {
	z-index: 4;
	-webkit-transform: rotate(14deg);
	-moz-transform: rotate(14deg);
}
.tiltpic-5 img {
	z-index: 2;
	-webkit-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
}
.tiltpic-6 img {
	z-index: 6;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
}
.tiltpic-7 img {
	z-index: 5;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
}
.tiltpic-8 img {
	z-index: 4;
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
}

