/* mods.css changes the whole look and feel of the website.  This is the only file you should need to change. */

body {
	font-family: century gothic, verdana, arial, sans-serif;
        font-size:14px;

background-image: url("http://www.photof1.com/wp-content/uploads/2013/07/flag_background.jpg");	



}
#page {
	background-color: #fffcff;
	padding:1em;

}
a:link, a:visited {
	color: #8f387e;
}
a:hover {
	color:#c14faf;
}
#access {
	background-color: #3291db;
}
#site-title a {
	font-family: 'Rye', cursive;
	text-decoration: none;
}
#site-description {
	font-family: "Rye", cursive;
}
h1.entry-title, h1.widget-title {background-color: #5991ea; font-size:14px;  padding:2px;}