/* wes.css */

/* Navigation
----------------------------------------------- */
body.wes #navigation ul.primary { text-transform: uppercase; font-size: 1.2em; list-style: none; margin: 0; padding: 0.5em 0; }
body.wes #wrapper .nav-current:link { color: #2b419a; } 
body.wes #wrapper .nav-current:hover { color: #dea221; }
body.wes #wrapper .nav-current:active { color: #dea221; }


/* Links
---------------------------------------------- */
body.wes a:link { color: #2b419a; }
body.wes a:visited { color: #2b419a; }
body.wes a:hover { color: #dea221; }
body.wes a:active { color: #dea221; }

/* Images
	--------------------------------------- */
	body.wes a img { border: 1px solid #2b419a; }
	body.wes a:hover img, body .comment a:hover .avatar { border: 1px solid #dea221; }


/* Footer
	--------------------------------------- */

		body.wes #theme-info { display: none; }
				
/* Headers
	--------------------------------------- */
	#blog-title { font-family: 'Times New Roman', Times, serif; font-size: 2.5em; font-weight: normal; margin: 0; border: none; padding: 0; line-height: 120%; }
	body.wes #tagline { font-family: 'Verdana', sans-serif; font-size: 1.3em; font-weight: normal; font-style: italic; color: #6b6b6b; margin: 0 0 0.7em 0; border: none; padding: 0; line-height: 120%; }

	body.wes h1, body .entry .title { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 2em; font-weight: normal; line-height: 120%; margin: 0; border-bottom: 1px solid #ccc; padding: 0 0 0.1em 0; }
	h2 { font-family: 'Times New Roman', Times, serif; font-size: 2em; font-weight: normal; line-height: 120%; margin: 0 0 0.5em 0; }
	body.wes h3 { font-size: 0.9em; font-weight: normal; color: #6b6b6b; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 0.8em 0; border-bottom: 1px solid #e5e5e5; padding: 0 0 0.4em 0; }
	h4 { font-family: 'Times New Roman', Times, serif; font-size: 1.5em; font-weight: normal; line-height: 120%; margin: 0 0 0.3em 0; }
	h5 { font-size: 1em; font-weight: bold; line-height: 120%; margin: 0 0 0.3em 0; padding: 0; }
	h6 { font-size: 0.8em; font-weight: bold; line-height: 120%; margin: 0 0 0.3em 0; padding: 0; }

/* Main structure
----------------------------------------------- */
body.wes { background-image: url('../images/wrapper.png'); background-repeat: repeat 50% 0; }
body.wes #wrapper { background-color: #FFFFFF; } 
body.wes#page-home .entry .meta, body.wes#page-details .entry .meta, body.wes#page-contact .entry .meta, body.wes#page-purchase .entry .meta { display: 		none; }

