/*   
Theme Name: Magic Indian Summer
Theme URI: http://www.computergott.de
Description: Default layout for the homepage of Magic Indian Summer Bearded Collies.
Author: Matthias Maar
Author URI: http://www.computergott.de
Version: 1.0
.
Released under Creative Commons License "Attribution Non-commercial Share Alike (by-nc-sa)" available at: http://creativecommons.org/licenses/by-nc-sa/2.0
.
*/

/***************
* Common
***************/

body
{
	background-color: #FFFACD;
	background-image: url(images/Back_framed.jpg);
  background-repeat: no-repeat;
	border: 0;
	color: black;
	font-family: Georgia,serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

body.home
{
	background-image: url(images/Back_full.jpg);
}

#content ul
{
	list-style-type: square;
}

/***************
* Header
***************/

#header
{
	height: 80px;
}

/***************
* Navigation
***************/

#menu
{
	font-family: "Courier New",monospace;
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
  list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 80px;
  width: 200px;
}

#menu li
{
	margin-left: 20px;
	padding: 10pt;
}

#menu li a
{
	text-decoration: none;
}

#menu li a:link, #menu li a:visited
{
	color: black;
}

#menu li a:active, #menu li a:hover
{
	color: #FFFACD;
}

/***************
* Content
***************/

#main
{
  left: 210px;
  padding: 0px 20px 20px 20px;
	position: absolute;
	text-align: justify;
	top: 100px;
}

div.invisible
{
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

#content
{
	text-align: justify;
}

/***************
* Footer
***************/

#footer
{
	border-top: 2px dotted black;
  clear: both;
	font-size: 8pt;
	margin-top: 30px;
	padding-top: 10px;
	text-align: center;
}

/***************
* Formatting
***************/

.center
{
	text-align: center;
}

.float_left
{
	float: left;
	margin: 20px;
	text-align: center;
}

.float_left img
{
	padding-bottom: 10px;
}

.float_right
{
	float: right;
	margin: 20px;
	text-align: center;
}

.float_right img
{
	padding-bottom: 10px;
}

.clear
{
	clear: both;
}

div.title
{
  border-bottom: 1px solid black;
  clear: both;
	font-size: 15pt;
	font-weight: bold;
}

div.datetime
{
  color: grey;
	font-size: 8pt;
}

/* Home */

div.home
{
	margin-top: 50%;
	text-align: center;
}

/* Pedigree */

table.pedigree
{
  clear: right;
  text-align: center;
}

/* Gallery and Links */

.linktogallery a, .gallery img, .links img
{
	background-color: silver;
	border: 1px solid gray;
	color: black;
	margin: 4px;
	padding: 3px;
	text-decoration: none;
}

p.linktogallery
{
	line-height: 60px;
	margin: 30px 0px;
	text-align: center;
}

.linktogallery a
{
	margin: 10px;
	padding: 10px;
}

.linktogallery a:hover, .gallery a img:hover, .links a img:hover
{
	background-color: #FFCC80;
	border: 1px solid #FF9900;
}

/* Links only */

#content ul.links
{
	list-style-type: none;
	margin: 10px 0px -5px 10px;
	padding: 0;
}

div.link_description
{
	left: 110px;
	position: relative;
	top: -50px;
}

/* Contact */

dd
{
	margin: 0px 0px 10px 0px;
}

/* Puppies */

p.wurfmeldung
{
	line-height: 110px;
	text-align: center;
}
