/* Adapted from Chris Pearson's Pressrow theme at http://www.pearsonified.com/ */

body { background: #535773; color: #444; font: 100% Geneva, Verdana, sans-serif; text-align: center; }

* { padding: 0; margin: 0; }

a img { border: 0; }

/*---:[ global elements ]:---*/

a { color: #1873a1; text-decoration: underline; }

	a:visited { color: #1873a1; text-decoration: underline; }

	a:hover { color: #1c9bdc; text-decoration: underline; }

p { margin: 0 0 15px 0; }

blockquote { padding: 5px 10px 0 10px; margin: 0 0 15px 0; border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; background: #f5f5f5; color: #666; }

	blockquote p { margin-bottom: 7px; }

/*---:[ headlines ]:---*/

h1 { font-weight: bold; font-size: 2.8em; line-height: 1.8em; }

	#header h1 { text-align: center; letter-spacing: .2em; }

	h1 a, h1 a:visited, h1 a:hover { color: #222; text-decoration: none; }

h2 { font-weight: normal; font-size: 2.0em; }

#header h2 { background: #f5f5f5; border-top: 1px solid #ddd; width: 100%; font-style: italic; font-size: 1.2em; }

	.post h2 { color: #000; line-height: normal; padding-top: 10px; margin-bottom: 10px; }

		.post h2 a { color: #000; text-decoration: none; }

		.post h2 a:visited { color: #000; text-decoration: none; }

		.post h2 a:hover { color: #1873a1; text-decoration: none; border-bottom: 2px dashed #ccc; background: #f6f6ff; }

h3 { font-weight: normal; font-size: 1.5em; margin-bottom: 4px; color: #999; }

h4 { font-weight: normal; padding: 4px; line-height: 1.2em; font-size: 1.0em; background: #f5f5f5; border-bottom: 1px solid #ddd; width: 100%; }


/*---:[ core layout elements ]:---*/

#container { width: 1100px; margin: 0 auto; }

	#page { width: 1100px; background-color: #fff; border-left: 2px solid #ddd; border-right: 2px solid #ddd; }

		#header { width: 1100px; margin-bottom: 30px; }

			#content_box { width: 1100px; padding-bottom: 5px; text-align: left; }

				#content { width: 1100px; margin: 0 35px 0 35px; }
				
				* html #content { overflow: hidden; }
				
				* html #header { overflow: hidden; }

			#footer { display: block; width: 1100px; padding-top: 8px; padding-bottom: 8px; border-top: 1px solid #222; font-size: 1.0em; letter-spacing: .3em; }

/*---:[ header styles ]:---*/

#nav { width: 100%; border-top: 1px solid #222; border-bottom: 2px solid #222; float: left; }

	#nav ul { list-style: none; }

		#nav li { float: left; }

			#nav li a, #nav li a:visited { display: block; height: 2.0em; padding: 0 1.2em; line-height: 2.0em; color: #222; text-decoration: none; font-size: 0.9em; text-transform: uppercase; letter-spacing: .3em; float: left; cursor: pointer }

			#nav li a:hover { color: #fff; background: #222; text-decoration: none; }

			#nav li.current_page_item a:link, #nav li.current_page_item a:visited { background: #222; color: #fff; cursor: default; }

#pic { border-bottom: 2px solid #222; }

/*---:[ content styles ]:---*/

.post { width: 1000px; margin-bottom: 50px; font-size: 1.0em; line-height: 1.4em; }

	.entry ul, .entry ol { margin: 0 0 15px 40px; color: #000; }

	.entry ul { list-style-type: square; }

		.entry li { padding: 3px 0; }

			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0 0 0 30px; }

	.entry dl { margin-bottom: 15px; }

	.entry dt { font-weight: bold; color: #000; }

	.entry dd { margin: 0 0 0 20px; font-style: italic; }

	.entry img.left { padding: 6px; margin: 0 10px 5px 0; background: #f5f5f5; border: 1px solid #bbb; float: left; }

	.entry img.left_off { margin: 0 10px 5px 0; float: left; }

	.entry img.right { padding: 6px; margin: 0 0 5px 10px; background: #f5f5f5; border: 1px solid #bbb; float: right; }

	.entry img.right_off { margin: 0 0 5px 10px; float: right; }

	.entry img.center { display: block; padding: 6px; margin: 0 auto 15px auto; background: #f5f5f5; border: 1px solid #bbb; }

	.entry img.center_off { display: block; margin: 0 auto 15px auto; }

/*---:[ footer styles ]:---*/

#footer p { text-align: center; display: block; }

	#footer a, #footer a:visited { color: #222; text-decoration: none; }

	#footer a:hover { text-decoration: none; color: #222; }