/* Madwoman In The Attic CSS  			*/
/* Created by Jeannette of   			*/
/* Dharma Studios (dharmastudios.net)	*/
/* May 9, 2007							*/

/* template Colors						*/
/* green: #96C56F						*/
/* dark green: #234805					*/

body {
background-image: url('/layout/background.jpg');
background-color: white;
background-repeat: no-repeat;
background-position: top right;
font-family: "trebuchet ms",arial,helvetica;
font-size: 13px;
color: #000000;
margin: 0px;
padding: 0px;
}

/* Main Content Area Formatting */

#mainout {
position: absolute;
top: 100px; left: 130px;
padding: 8px;
margin-right: 60px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/green1.png', sizingMethod='scale');
}
body>#mainout {background: url('/layout/green1.png');}
#mainin {
border: 1px solid white;
padding: 5px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/white1.png', sizingMethod='scale');
}
div>#mainin {background: url('/layout/white50.png');}

/* Miscellaneous Formatting */

img {border:0}
img.border {border: #96C56F 1px solid;}

a {color: #234805; text-decoration: none;}
a:visited {color: #234805;}
a:hover {color: #000000; text-decoration: underline;}
a:active {color: #234805;}

h3 {
margin-top: 30px;
text-align: center;
color: #234805;
}

/* Navigation Formatting */
div.nav {
border-width: 0px 5px 5px 0px;
border-color: #DFEDD2;
border-style: solid;
position: absolute;
left: 0px; top: 100px;
}

ul.nav {
list-style-type: none;
width: 120px;
margin: 0px; padding: 0px;
}
ul.nav li {
margin-left: 10px;
line-height: 20px;
}
ul.nav li a {

}

/* Links Page Formatting */

ul.links {}
li.link {
list-style-type: circle;
color: #65953D;
}

li.lihead {
font-weight:bold;
margin-top: 15px;
list-style-type: none;
}
li.lidesc {
margin-bottom: 5px;
list-style-type: none;
}

/* Gallery thumbnail page */

.gallerythumbs img  {
	border: 1px solid #FFFF00;
	margin: 5px;
	}

.cart1 {
	border-top: 1px solid #FFFF00;
	border-left: 1px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
	}
.cart2 {
	border-top: 1px solid #FFFF00;
	border-right: 1px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
	text-align: center;
	}
.vdivider {width: 3px;}
.hdivider {height: 3px;}
	
#hzoom1 {border: 1px solid #ffff00; background-image: url('/pix/bg_left.gif');}