/* CSS for layout 1 of Whimsical, a babyz site */
/* PLEASE ASK BEFORE TAKING */

body {
background-color: #ddddde; 
background-image: url('img/whimsical1.png');
background-position: bottom left;
background-repeat: no-repeat;
background-attachment: fixed;
padding: 0px;
margin: 0px;
}

/* LAYOUT */

#content {
	position: bottom right;
	width: 500px;
	margin-top: 15px;
	margin-left: 630px;
}


#pagecontent {	
padding: 10px;
font-family: arial;
font-size: 11px;
font-weight: normal;
line-height: 18px;
letter-spacing: 2px;
color: #404040;
text-align: justify;
position: relative;
}

#sidebar {
  position: relative
	width: 500px;
	padding-bottom: 20px;
}

#sidebar a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-family: arial;
	font-weight: none;
	font-size: 15pt;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #307b1c;
}

#sidebar a:hover {
	color: #2b6979;
}

#sidebarcontent {
line-height: 15pt;
font-family: georgia;
font-size: 12px;
font-weight: normal;
color: #404040;
text-align: center;
}

 /* FOOTER */
 
#footer
	{
	background: url(img/footerbg.png) no-repeat top right;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #020202;
	border-left: 0px solid #007675;
	color: #404040;
	font-family: trebuchet ms, arial, sans-serif; 
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	width: 300px;
	letter-spacing: 0; 
	margin-top: 80px;
	padding: 40px 125px 70px 35px;
	text-align: justify;
	}
	
#footer A  {
	text-decoration : none;
	color: #2b6979; 
    }

#footer A:hover {
	text-decoration: underline;
	color: #808080;}
	

/* STYLE */

a {
  font-family: arial;
	text-decoration: none;
	font-weight: bold;
	color: #808080;
} 

a:hover {
	color: #FFFFFF;
}
b, strong {
	color: #263c6a;
}

i {
color: #427a3c;
}

h1
	{
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	color: #2b6979;
	font-family: times new roman; 
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 5px;
	padding: 10px 10px 5px 10px; 
	text-align: right; 
	text-transform: lowercase;
	}

h2
	{
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px dotted #ffffff;
	border-left: 0px solid #ffffff;
	color: #808080;
	font-family: times new roman; 
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 5px;
    margin: 10px 0 -10px 0px;
	text-align: left; 
	text-transform: lowercase;
	}
	
	.letter
	{
	color: #356630; 
	font-family: times new roman; 
	font-size: 52px;
	font-weight: normal; 
	letter-spacing: 6px;
	padding: 0px; 
	text-transform: lowercase;
	}

textarea, input, select, button {
	border: 0px solid #fff;
	background-color: #0d0d0d;
	margin: 0px;
	font-family: georgia;
	font-size: 12pt;
	color: #fff;
	padding: 2px;
}

img {
	border: 0px none;}


