/*
Theme Name: Layout-o-matic
Theme URI: http://www.petergasser.com/layout-o-matic/layoutomatic.php
Description: default layout generator for webdesigners.
Version: 1.0
Author: pit.gas@gmail.com
*/

html {
height:100%;
}

body {
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 11px;
color: #454545 !important;
height:100%;
}

#defaults {
float:left;
}

a {
color:#ff9000;
}
a:hover {
color:#000;
}

.link {
border:solid 1px #8D7164;
float:right;
padding:3px;
background-color:#F0EBE7;
}
.link a {
color:#8D7164;
}
.link a:hover {
color:#000;
}



.d1c,
.d2c,
.d2cr,
.d2cl,
.d3c {
cursor:pointer;
float:left;
width:96px;
height:96px;
color:#8d7164;
border:solid 1px #ceb4a7;
background-repeat:no-repeat;
margin:2px;
padding:2px;
line-height:10px;
}

.d1c {
background-image:url(img/1c.gif);
}

.d2c{
background-image:url(img/2c.gif);
width:100px;
height:100px;
}

.d2cr {
background-image:url(img/2cr.gif);
}

.d2cl {
background-image:url(img/2cl.gif);
}

.d3c {
background-image:url(img/3c.gif);
}

#container {
margin-top:200px !important;
}
