/*
Title: gdharries.com layout-css
Updated: November 1, 2009
*/

/* Top
----------------------------------------------- */

	#top {
		color: #757575;
		font-size: 80%;
		width: 640px;
		padding-bottom: 10px;
		border-bottom: 1px solid #757575;
		}

	.caption {
		padding-top: 10px;
		font-size: 115%;
		font-weight: normal;
		line-height: 24px;
		}

	.caption a {
		font-weight: bold;
		}
		
/* Content
----------------------------------------------- */

	#content {
		margin: 40px auto;
		width: 640px;
		}
		
		.blog-post {
			margin: 10px 0 20px 0;
			width: 100%;
			}
			
			.blog-post h1 {
				margin: 0 0 10px 0;
				font-size: 120%;
				line-height: 1.4em;
				font-weight: normal;
				font-family: "madawaska-1","madawaska-2",serif;
				}
				
			.blog-post h2 {
				margin: 5px 0 10px 0;
				font-size: 85%;
				font-weight: normal;
				color: #010101;
				font-family: "madawaska-1","madawaska-2",serif;
				}
				
			.blog-post p {
				margin: 0 0 10px 0;
				font-size: 90%;
				line-height: 1.5em;
				}

			.blog-post ul, .blog-post ol {
				margin: 0 0 10px 0;
				line-height: 1.5em;
				}

			.blog-post li {
				margin: 0 0 10px 0;
				font-size: 90%;
				line-height: 1.5em;
				}

			.blog-post blockquote {
				color: #666;
				border-left: 5px solid #757575;
				padding: 0 0 0 15px;
				margin: 0 0 10px 0;
				font-size: 100%;
				}
				
			.blog-post img {
				margin: 10px 0;
				padding: 10px;
				background: #FFF;
				border: 1px solid #999;
				}
				
			#comment-form {
				width: 100%;
				margin: 10px 0;
				}
				
				#comment-form p {
					font-size: 90%;
					}
					
				#submit-form {
					font-size: 90%;
					}

				#comment-box {
					font-family: Helvetica, Arial, sans-serif;
					font-size: 110%;
					}
				
/* Bottom
----------------------------------------------- */

	#bottom {
		color: #757575;
		width: 640px;
		text-align: center;
		}

		#bottom p {
			font-size: 70%;
			line-height: 1.1em;
			margin-bottom: 5px;
			}