
/* Universal Selectors
----------------------------------------------------------------------------- */

	*  {
		margin: 0;
		padding: 0;
		/* Resets all margins and paddings on the page */
		}
		
	ul {
		list-style-type: none;
		}
		
	* a:hover {
		cursor: pointer;
		color: #f23f72;
		/* works well for onclick anchors */	
		}
	
	:link img {
		border: none;
		}
	
	* img {
		border: none;
		}
	
	a img {
		border: none;
		}
	
	:link img, :active img {
		border: none;
		}





/* Structure
----------------------------------------------------------------------------- */
	

	body {
		font-size: 62.5%; /* Sets the page font to 10px */
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		text-align: left;
		color: #8b8680;
		}


	#wrapper {
		width: 746px;
		margin: 10px auto;
		padding: 0;
		text-align: left;
		font-size: 1.1em;
		}
		
	#header {
		height: 123px;
		background: url(../images/top1.png) no-repeat;
		margin-bottom: 20px;
		}
		
	#menu {
		width: 100%;
		background: #ececec;
		}


	#content {
		float:left;
		width: 500px;
		padding: 0 0 20px;
		margin: 20px 0 0 20px;
		}
		
	#sidebar {
		float: right;
		width: 180px;
		margin: 20px 0 20px 0;
		padding: 0 0 60px 20px;
		border-left: 1px dashed #ccc;
		}
		
	#footer {
		padding: 0 0;
		clear: both;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		text-align: center;
		color: #8b8680;
		background: #EEE;
		height: 15px;
		}
	
	#extras { /* Används till blogg, gästbok och hundarnas sidor */
		float:left;
		width: 100%;
		height: 100%;
		padding: 0 0 20px 0;
		margin: 20px 0  20px 0;
		}
					
	#veckansbild {
		float: right;
		width: 190px;
		margin: 20px 0 20px 0;
		padding: 0 0 0 20px;
		border-left: 1px dashed #ccc;
		}
		
						
	/* Content
	----------------------------------------------------------------------------- */
	
		#content h2 a {
			color: #f23f72;
			text-decoration: none;
			}
	
		#content p {
			font: 1em/2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
			padding: 13px 0;
			color: #8b8680;
			text-align: justify;
			}

		.left {
			float: left;
			}
	
		.strong {
			font-weight: bold;
			}
	
	
	
	/* Sidebar
	----------------------------------------------------------------------------- */
	
		#sidebar ul li.side {
			padding-bottom: 25px;
			}
			
		#sidebar div {
			line-height: 1.7em;
			}
			
		#sidebar h2 {
			display: block;
			padding: 0 0 10px;
			}
		
		#sidebar ul li a {
			line-height: 1.9em;
			}
			
		#sidebar ul li ul li ul {
			padding-left: 15px;
			}
			
		#sidebar ul li ul li ul li ul {
			padding-left: 30px;
			}

		#sidebar ul a:link, a:active {
			color: #8b8680;
			text-decoration: none;
			}

		#sidebar ul a:visited {
			color: #8b8680;
			text-decoration: none;
			}

		#sidebar ul a:hover {
			color: #ccc;
			text-decoration: none;
			}


		.textwidget {
			text-align: justify;
			margin-right: 20px;
			margin-bottom: 20px;
			}
	
	
	
	
	
	/* Footer
	----------------------------------------------------------------------------- */
	
		#footer p {
			line-height: 2.2em;
			}

		#footer p a:link, a:active {
			color: #8b8680;
			text-decoration: none;
			}

		#footer p a:visited {
			color: #8b8680;
			text-decoration: none;
			}

		#footer p a:hover {
			color: #ccc;
			text-decoration: none;
			}



/* Lists
----------------------------------------------------------------------------- */

	#content ul, #content ol {
		line-height: 2em;
		padding: 15px 0 15px;
		}

	#content ul li a, #content ol li a {
		line-height: 2.5em;
		}





/* Headings
----------------------------------------------------------------------------- */

	h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
		color: #f23f72;
		font-weight: normal;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		}

	h1 {
		font-size: 2.2em;
		color: #f23f72;
		}

	h2 {
		font-size: 14px;
		color: #f23f72;
		}

	h3 {
		font-size: 14px;
		color: #f23f72;

		}

	h4 {
		font-size: 1.6em;
		color: #f23f72;
		}
		
		
		
		
		
/* Images
----------------------------------------------------------------------------- */

	#content img {
		border: 0;
		padding: 0;
		margin: 0;
		display: inline;
		}

	#content img.none {
		border: 0;
		max-width: 90%;
		margin: 0 auto;
		}


/* Tables
----------------------------------------------------------------------------- */
	
	.stamtavla {
	border: none;
	width: 100%;
	padding: 2px;
	color: #695d54;
	font-weight: normal;
	font-family: 1em/2em 'Trebuchet MS', Verdana, Sans-Serif;
	}	
	
	.kantlinje {
	border-bottom-style: dashed; 
	border-bottom-color: #695d54; 
	border-bottom-width: 1px;
	padding: 2px;
	}

	.info {
	border: none;
	width: 60%;
	color: #695d54;
	font-weight: normal;
	font-family: 1em/2em 'Trebuchet MS', Verdana, Sans-Serif;
	text-indent: 2px;
	}
	
	.parents {
	border: none;
	width: 70%;
	font-weight: normal;
	font-family: 1em/2em 'Trebuchet MS', Verdana, Sans-Serif;
	margin: auto;
	}
	
	.kantlinje_info {
	border-bottom-style: dotted; 
	border-bottom-color: #695d54; 
	border-bottom-width: 1px;
	}
	
	.info_pink {
	background-color: #edb8c5;
	}
		
		
/* Results
----------------------------------------------------------------------------- */


	.resultat{
		font-family:verdana;
		font-size:11px;
		color:#6F6A54;
		background-color:#FFFFFF;
		border:0px;
		padding: 0px;
	}

	.resultat td.list{
		background:#f188ab;
		color:#000000;
	}




/* MH Tables
----------------------------------------------------------------------------- */
	

	.mh{
	font-family:verdana;
	font-size:11px;
	color:#6F6A54;
	background-color:#FFF;
	border-top:1px solid gray;
	border-left:1px solid gray;
	}
	
	.mh td
	{
		font-family:verdana;
		font-size:11px;
		color:#6F6A54;
		text-align:left;
		border-bottom:1px solid #ccc;
		border-right:1px solid #ccc;
	}
	
	.mh td.tazza{
		background:#f188ab;
	}


		
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		margin: 0;
		padding: 0 0 0 25px;
		background: url(images/quote.gif) top left no-repeat;
		}

	html>body blockquote {
		background-position: 0 0;
		}
		
	.center {
		text-align: center;
		}
		
	.img_familj_right {
	border: none;
	padding: 10px 10px 10px 0px;
	}	
