
/* Author: Kya
Contact: kyaish@gmail.com
Collective: http://dazzle.nu
Personal Blog: http://kya.nu
Comments: I have spent many hours working on this layout and playing with the CSS so I appreciate that no one directly takes ALL of the design elements in this file. I can't stop you from taking snippets and I guess that is how many of us learn. So if you are here to see how I have created some effects I hope it can help in some way, as long as it's being taken for the right reasons and not just to simply copy one of my designs. */


body
{	color: #6b132b;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana,  Helvetica, Georgia;
	font-size: 11px;
	text-shadow: 1px 1px 1px #eeeeee;
        background: #BBE5FF url(3.png) 0 0 repeat-x;
	margin: 0px;
	padding: 0px;
        line-height: 25px;
        text-align: justify;}

b, strong
{	color: #721027;
	font-weight: bold;}

a
{	color: #bb264a;
	text-decoration: none;}

a:hover
{	color: #d94367;}

h2
{	color: #fe628b;
	font-size: 17px;
	text-shadow: 1px 1px 1px #6b132b;
	padding: 0px;
	margin: 0px;}

h3
{	color: #fea3bc;
	font-size: 15px;
	text-shadow: 1px 1px 1px #6b132b;
	padding: 0px;
	margin: 0px;}

img
{	background: #f595a7;
	padding: 5px;}

a img
{	background: #f595a7;
	border: 0px;
	padding: 5px;}	

a:hover img
{	background: #ce5c72;}

table
{	margin: 0px auto;}

input, select, textarea 
{       background: #df869d;
        padding: 10px;
        color: #000;
        margin: 0px 0px 0px 0px;
        border: 0px;
        width: 200px;
	border: 1px dashed #ad4b65;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;}

blockquote
{	-moz-border-radius: 15px;
	-webkit-border-radius-top: 15px;
	padding: 10px;
	background: #df869d;}

li
{	list-style: url(bullet.gif);}

#wrap
{	width: 600px;
	background: #f09db3 url(content.png);
	overflow: hidden;
	border: 10px solid #A8D0E5;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	margin: 30px auto;}

#sidebar
{	width: 200px;
	clear: both;
	float: left;}

#menu
{	width: 600px;
	background: #bc4265;
	border-bottom: 1px solid #8e3d53;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius-top: 15px 15px 0px 0px;
	margin: 0px auto;
	font-style: italic;
	text-align: center;
	font-family: Georgia;
	padding: 15px 0px 15px 0px;}

#menu a
{	padding: 15px 15px 15px 15px;
	color: #ffe1e9;
	text-shadow: 1px 1px 1px #770c28;
	font-size: 17px;}

#menu a:hover
{	background: transparent;
	color: #fafafa;}

#head
{	width: 200px;
	height: 200px;
	border-bottom: 1px solid #b85872;
	background: url(head.png);
	margin: 0px auto;}

#content
{	padding: 20px 20px 20px 20px;
	width: 360px;
	overflow: hidden;
	float: right;}

#foot
{	width: 600px;
	font-size: 9px;
	background: #ed90a8;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius-top: 15px 15px 0px 0px;
	border-top: 1px solid #b85872;
	margin: 0px auto;}

#foot p
{	padding: 20px;
	margin: 0px;}

#clear
{	clear: both;}

#stats
{	padding: 10px;}




