/* 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;
}

/* Headings */

h1, h2, h3,a {
	color:#29447e;

}

/* Header */

#title, #header h1, #header h1 a{
	color:#ffffff;
}

#description {
	color:#ffa500;
}


/* Navigation */

.menu-header-container ul li a
		{
			color: white;
		}

.menu-header-container ul  li a:hover
		{
			background: #008290;
			color: white;
}

.menu-header-container ul  li.donate a {
    background:#b31b34;
}

/* Sidebar and General Widgets */

#sidebar {
	border-left:20px #ffffff;
}

h2.widgettitle {
	color:#b31b34;
}

/* Posts */

.post {
	border-bottom: 2px solid #ddd;
}

.first {

	border-bottom: 0px;
}
