/* Lazurite website stylesheet 1.0 */

body { min-width: 540px; text-align: center; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 81%; color: #545454; }

#wrapper { width: 540px; margin: 0 auto; text-align: left; }
	#header { padding: 30px 20px; }
		#title { width: 240px; float: left; margin: 0; }
		#nav { width: 240px; float: right; margin: 0; padding: 0; }
	#content { padding: 0 20px; }
	#footer { padding: 0 20px; }
.primary { width: 240px; float: left; margin: 0; }
.secondary { width: 240px; float: right; margin: 0; padding: 0; }
.clearer { clear: both; }

/* Header
----------------------------------------------- */
#site-title { font-size: 1.8em; line-height: 1.2; font-weight: bold; margin: 0; }
#tagline { font-size: 1.2em; font-style: italic; }

#nav { list-style: none; }
	#nav li { line-height: 1.5; margin: 0 0 0.1em 0; }
	#nav a:link, #nav a:visited, #nav a:active { text-decoration: none; }
	#nav a:hover { text-decoration: underline; }
	.current a:link, .current a:visited, .current a:active { color: #a8a8a8; }
	.current a:hover { color: #bf3030; }

/* Footer
----------------------------------------------- */
#footer { margin: 0 0 3em 0; }	
	#footer-top { margin: 2em 0 1em 0; border-top: 1px solid #d9d9d9; padding: 1em 0 0 0; }


/* Content
----------------------------------------------- */
#page-title { margin: 0 0 0.27em 0; line-height: 1.2; font-size: 1.8em; font-weight: bold; color: #a8a8a8; }

p { margin: 0 0 1em 0; line-height: 1.5; }

.thumb { float: right; margin: 0 0 20px 20px; }
.thumb2 { float: right; margin: 0 0 20px 20px; border: 1px solid #808080 }

a { text-decoration: underline; }
a:link, a:visited, a:active { color: #0080bf; }
a:hover { color: #bf3030; }