/* background color */

body {
	background-image:url(http://libertinesque-blog.com/wp-content/themes/comet/images/bodybackgr3.jpg); background-position:center top; background-attachment:fixed; background-repeat:no-repeat;
	z-index:2;

}



/* link colors */

a {

	color: #B91313;

}

a:hover {

	color: #E81E1E;

}



/* border color for menu and columns */

.nav, .c1, .c2, .c3 {

	border-color: #D2D2D2;

}



/* background color for selected page in the menu - same color as above */

.nav li.current_page_item > a, .nav li.current_page_parent > a { 

	background: #D2D2D2;

}



/* background color for widgets */

.widget {background-image:url(http://libertinesque-blog.com/wp-content/themes/comet/images/postbackgr.png); background-repeat:repeat;}



/* wiget titles */

.widget h2 {



	color: #555;

}


