/* Lib Dem Colors 

Blue 008290
Light Blue 80c8cf
Red b31b34
Gold ffa500
Green
Silver dddddd


*/



/* Structural Colours */

body {
		background:#D5DADD;
}

#main, #footer, #content, #sidebar {
		background:#ffffff;
}

#header {
		background: #008290 url(../images/header_bg.jpg) repeat-y scroll;
}

#dropin {
		background: #008290;
		border: 1px solid #ffffff;
		color:#ffffff;
}

/* Headings */

h1, h2, h3,a {
	color:#29447e;

}

/* Header */

#title, #header h1, #header h1 a{
	color:#ffffff;
}

#description {
	color:#ffa500;
}


/* Navigation */

#navlist li a
		{
			color: white;
		}

#navlist li a:hover
		{
			background: #008290;
			color: white;
}

#navlist li.donate a {
    background:#b31b34;
}

/* Sidebar and General Widgets */

#sidebar {
	border-left:20px #ffffff;
}

h2.widgettitle {
	color:#b31b34;
}

/* Posts */
