html {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
}

#snaggr-wrapper {
	clear: both;
	width: 750px;
	margin: 25px auto;
}

	#snaggr-header {
		background: url(../images/logo.png) no-repeat;
	}
		#snaggr-header h1 {
			text-indent: -9999px;
			height: 75px;
			width: 750px;
			margin: 0;
		}

			#snaggr-header h1 a {
				display: block; 
				height: 59px; 
				width: 385px;
			}

		#snaggr-intro {
			text-align: left;
			border-top: 1px solid #eee;
			border-bottom: 1px solid #eee;
			margin-bottom: 15px;
		}

			#snaggr-intro h2 {
				font-size: 1.1em;
				font-weight: bold;
				line-height: 1.5em;
				text-align: justify;
			}

				#snaggr-intro h2 a {
					color: #6D9BC8;
					text-decoration: none;
				}

				#snaggr-intro h2 a:hover {
					color: #3D6B9A;
				}

	#snaggr-footer {
		clear: both;
		margin: 10px auto;
		padding-top: 10px;
		text-align: left;
		border-top: 2px solid #eee;
	}

		#snaggr-footer p {
			line-height: 1.5em;
			color: #aaa;
			font-size: .8em;
			margin: 0;
			padding: 0;
		}

			#snaggr-footer p a:link,
			#snaggr-footer p a:visited{
				color: #aaa;
			}


			#snaggr-footer p a:hover,
			#snaggr-footer p a:active{
				color: #555;
			}

	#snaggr-bottom-navigation {
		overflow: hidden;
		clear: both;
		text-align: center;
		font-size: .9em;
		padding: 10px 0;
		margin-top: 10px;
		border-top: 2px solid #eee;
	}

		#snaggr-bottom-navigation ul {
			margin: 0;
			padding: 0;
		}

		#snaggr-bottom-navigation li {
			display: inline;
			padding-right: 15px;
			margin-right: 15px;
		}

		#snaggr-bottom-navigation li.last {
			margin-right: 0;
			padding-right: 0;
		}

			#snaggr-bottom-navigation li a:link,
			#snaggr-bottom-navigation li a:visited {
				color: #aaa;
				text-decoration: none;
				padding-bottom: 1px;
				border-bottom: 1px solid #aaa;
			}


			#snaggr-bottom-navigation li a:hover,
			#snaggr-bottom-navigation li a:active {
				color: #555;
				border-bottom: 1px solid #555;
			}

	#snaggr-content {
		overflow: hidden;
		clear: both;
		text-align: left;
	}

		#snaggr-content .column h3 {
			background: #f5f5f5 url(../images/header.gif);
			margin: 0 0 15px 0;
			padding: 5px;
		}

		#snaggr-content .column {
			width: 375px;
			float: left;
		}

		#snaggr-content .content-entry {
			border-bottom: 1px solid #eee;
			margin-bottom: 5px;
			padding: 0 5px 10px 5px;
		}

			#snaggr-content .content-entry p {
				font-size: .8em;
			}

				#snaggr-content .content-entry p a {
					font-weight: bold;
					color: #000;
					text-decoration: none;
				}

				#snaggr-content .content-entry p a:hover {
					color: #333;
				}

			#snaggr-content .content-entry span.meta {
				color: #bbb;
				font-size: .7em;
			}

				#snaggr-content .content-entry span.meta a {
					overflow: hidden;
					color: #aaa;
					text-decoration: none;
					border-bottom: 1px solid #eee;
				}

					#snaggr-content .content-entry span.meta a:hover {
						color: #999;
						border-bottom: 1px solid #999;
					}

				#snaggr-content .content-entry span.meta img{
					height: 16px;
					width: 16px;
					vertical-align: middle;
				}

div.article {

}

	div.article h3 {
		margin: 0;
		padding: 0;
	}

	div.article p {
		font-size: .9em;
		line-height: 1.3em;
	}

		div.article p a {
			color: #6D9BC8;
			text-decoration: none;
		}

		div.article p a:hover {
			color: #3D6B9A;
		}