/* 
Copy from "style.css" into this file and make the changes HERE!
This makes it possible to upgrade the core system and theme without destroying your style changes.

Here is a List of Common CSS styles you may want to change: 

*/

/* to activate delete this line 

//MAIN TEXT FONT FAMILY (Size, family, spacing top bottom, Color of font)  //
body {font: 14px Georgia, Times, Serif; line-height: 1.5; color: #333;}

// LINK COLOR SITEWIDE //
a:link, a:visited  { color: #333333; }
a:hover  { color: #666666; }

// POST TITLE SIZE AND COLOR //
.post .title a:link, .post .title a:visited { color:#000000; font-size:36px; }

// POST BACKGROUND COLOR //
.post { background: #ffffff; }

to activate delete this line */ 

body {
	background-color: #777;
	background-image: url("images/body.png");
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}


#header {
	padding: 0;
	width: 960px;
	height: 300px;
}

.navigation {
	font-size: 12px;
}

p.post-meta {
	display: none;
}

.entry {
	padding-top: 18px;

}

h1, h2, h3, h4, h5, h6, #credit {
	font-family: "Myriad Pro", "Lucida Grande", Arial, Helvetica, sans-serif;
}

.nav a:link, .nav a:visited { color: white; text-decoration: none; font-family: "Myriad Pro", "Lucida Grande", Arial, Helvetica, sans-serif; }

#credit {
	padding-top: 20px;
}
