/* CSS Document */

body {
	color:#000000; /* Default text color */
	/*background-image:url(pinkplaid/background.png);*/
	background-image:url(pinkplaid/bg_img.png);
	background-color:#F7E6D4; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Element properties. These properties will decide how these elements appear in index.html or any other html document linking to this css file */
h1 { 
	font-size:16px;
	font-style:oblique;
}

h2 { 
	font-size:13px;
	font-style:oblique;
}

pinkplaid {
	border:none;
}

ul {
	list-style:georgian;
	color:#464648;
	background:none;
	font-weight:300;
}

hr {
	color:#D7D4DF;
	background-color:transparent;
	height:1px;
	width:400px;
	border:none;
	border-bottom:2px dotted #D7D4DF;
}
/* ==== End element properties ==== */

/* Dropcap properties. Will change the appearance of the first letter of any paragraph using class="dropcap" */
p {
	line-height:150%;
}

p.dropcap:first-letter {
	font:bold 300% 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-style:oblique;
	margin-right:3px;
	color:#B9CA94;
	float:left;
}
/* ==== End Dropcap properties ==== */

/* Link poperties */
a:link {
	color:#B9CA94;
	text-decoration:underline;
}

a:visited {
	color:#D6ADBA;
	text-decoration:none;
}

a:active {
	color:#D6ADBA;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}
/* ==== End link properties ==== */

/* Menu link poperties */
.menu a:link {
	color:#000000;
	text-decoration:underline;
}

.menu a:visited {
	color:#D6ADBA;
	text-decoration:none;
}

.menu a:active {
	color:#D6ADBA;
	text-decoration:none;
}

.menu a:hover {
	color:#000000;
	text-decoration:none;
}
/* ==== End menu link properties ==== */

/* Div ids. Position, sizes colors of the different boxes (divs) in page */
#header {
	background-image:url(pinkplaid/header.png);
	position:absolute;
	top:15px;
	left:50px;
	width:480px;
	height:48px;
	font-size:34px;
	padding-top:2px;
	padding-left:120px;
}

#menutop {
	background-image:url(pinkplaid/menutop.png);
	position:absolute;
	top:70px;
	left:50px;
	width:150px;
	height:20px;
	border:none;
}

#menu {
	background-image:none;
	background-color:#B9CA94;
	position:absolute;
	top:85px;
	left:50px;
	width:120px;
	height:300px;
	padding:15px;
	font-size:14px;
	border:none;
}

#menubottom {
	background-image:url(pinkplaid/menubottom.png);
	position:absolute;
	top:415px;
	left:50px;
	width:150px;
	height:20px;
}

#maintop {
	background-image:url(pinkplaid/maintop.png);
	position:absolute;
	top:70px;
	left:210px;
	width:435px;
	height:20px;
}

#main {
	background-color:#FFFFFF;
	position:absolute;
	top:90px;
	left:210px;
	width:415px;
	height:490px;
	overflow:auto;
	padding:10px;
	border:none;
}

#mainbottom {
	background-image:url(pinkplaid/mainbottom.png);
	position:absolute;
	top:600px;
	left:210px;
	width:435px;
	height:20px;
}

#footer {
	position:absolute;
	left:65px;
	top:600px;
	color:#000000;
	background-color:transparent;
}

#footer a {
	color:#000000;
	text-decoration:underline;
}

#text {
	visibility:visible;
}
	 
/* ==== End div id properties ==== */