/*
Theme Name: Nordisk Yoga
Theme URI: http://nordiskyoga.dk
Description: WordPress-tema til Nordisk Yoga.
Version: 1.5
Author: DamstedBerg ApS
Author URI: http://damstedberg.dk
*/

/* Global reset */
/* Originally found in the Starkers naked WordPress theme: http://elliotjaystocks.com/blog/archive/2008/free-starkers-wordpress-theme/ */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/*******************************************************************/

body{
background: #7994AC url('images/ranke.png') no-repeat 580px 100px;
border-top: 6px solid #615A8E;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 62.5%;
color: #000000;
}

#wrapper{
width: 900px;
height: 560px;
margin-left: 55px;
}

	#menu{
	height: 21px;
	font-size: 1.3em;
	padding-top: 13px;
	}
	
		#menu li{
		display: inline;
		}
		
		#menu a{
		color: white;
		margin-right: 15px;
		text-decoration: none;
		}

	#content{
	width: 776px;
	height: 424px;
	border: 1px solid #9DA8C2;
	overflow: auto;
	}
	
	.home{
	background: url('images/forsidebillede.jpg');
	}
	
		.home .aktuelt{
		position: relative;
		top: 25px;
		left: 50px;
		}
		
		.home #home-content{
		margin: 90px 0 0 15px;
		width: 245px;
		}
		
		.home p{
		font-size: 1.2em;
		}
		
	.page{
	background: #7994AC;
	position: relative;
	}
	
		.page #page-content{
		margin: 25px 15px 0 15px;
		}
		
			.page #page-content .underviser{
			height: 190px;
			}
		
		.page #gallery-content{
		margin-top: 10px;
		}
		
			.page #gallery-content #gallery-display{
			width: 550px;
			height: 414px;
			float: left;
			position: fixed;
			}
		
			.page #gallery-content #gallery-thumbs{
			width: 90px;
			height: 410px;
			float: right;
			overflow: auto;
			}
			
				.page #gallery-content #gallery-thumbs li{
				display: inline;
				}
			
	.external{
	background: #7994AC;
	}
	
		.external #page-content{
		height: 421px;
		}
	
	#footer{
	width: 788px;
	height: 80px;
	position: relative;
	color: white;
	}
		
		#footer #address{
		width: 100%;
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 1.2em;
		}
		
		#footer #home-link{
		width: 109px;
		height: 75px;
		cursor: pointer;
		background: transparent;
		position: absolute;
		left: 677px;
		top: 0;
		}
		
		#footer #links{
		margin-top: 8px;
		}
		
		#footer a{
		color: white;
		text-decoration: none;
		}
	
h1{
color: white;
font-size: 2.0em;
margin-bottom: 20px;
}

h2{
color: white;
font-size: 1.9em;
margin-bottom: 20px;
}

.underviser h2{
margin-bottom: 10px;
}

h3{
color: white;
font-size: 1.7em;
margin-bottom: 20px;
}
		
p{
margin-bottom: 10px;
font-size: 1.3em;
}

a{
color: white;
text-decoration: underline;
}

.alignleft{
float: left;
padding: 3px 3px 3px 0;
}

.alignright{
float: right;
padding: 3px 0 3px 3px;
}

.aligncenter{
margin: 0 auto;
}

img.underviser-img{
border: 2px solid #9DA8C2;
padding: 0;
margin: 0 7px 0 0;
}

/*#page-content img{
border: 1px solid #000000;
}*/

.wpcf7-mail-sent-ok{
font-size: 1.3em;
font-weight: bold;
}

.teacher-list ul{
padding: 0;
font-size: 1.3em;
}

	.teacher-list ul li{
	float: left;
	width: 100px;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
	.teacher-list ul li img{
	display: block;
	}
