/*
Theme Name: Parents Place
Theme URI: http://www.parentsplace.ie/
Description: Theme for Parents Place
Version: 1.0
Author: Web Design Leeds
*/

body {
	scrollbar-face-color: purple;
	scrollbar-highlight-color: purple;
	scrollbar-3dlight-color: purple;
	scrollbar-darkshadow-color: purple;
	scrollbar-shadow-color: purple;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	font-family: Arial, Verdana, Helvetica;
}

/* TEXT */

td {
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
color:#000000;
}

h2 {
font-size: 18px;
}

/* LINKS */

a.headline {
color:black;
font-weight:bold;
text-decoration:none;
}

a.headline:hover {
color:green;
font-weight:bold;
text-decoration:underline;
}

a:link {
color:green;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:green;
font-weight:bold;
text-decoration:underline;
}

/* SIDEBAR */

#menu {
color: #000000;
font-size: 12px;
font-family: Arial, Verdana, Helvetica;
}

#menu a {
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
color: green;
}

.widgettitle {
font-size:14px;
font-weight:bold;
color:black;
padding: 0px
}

ul {
font-size:12px;
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}



