/* CSS Document */
#content h1 {
	margin-bottom: 5px;
	color: #000;
}

#column-left {
	width: 576px;
	float: left;
}

#column-right {
	float: right;
	width: 300px;
}

#article {
	float: left;
	width: 576px;
}

	#article .date, #comments .date {
		font-size: 11px;
		color: #666;
		margin: 0;
	}

	#article .text {
		font-size: 13px;
		line-height: 19px;
	}
	
	#article .text h2 {
		font-size: 14px;
		color: #F60;
		margin-bottom: 2px;
	}
	
	#article .template {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	#article p {
		margin-top: 0;
	}
	
	#article .text ul {
		list-style:circle; 
		margin-bottom: 10px;
		margin-left: 30px;
	}
	
		#article .text ul li {
			margin-bottom: 5px;
		}	

	#article .text pre {
		font-family:monospace;
		font-size: 11px;
		width: 500px;
		padding: 10px;
		margin: auto;
		overflow: auto;
		border: 1px solid #999;
		background-color: #E9F0F4;
		color: #000;
		line-height: 13px;
		display: block;
	}
	
	#article .useful {
		border: 1px solid #D0DDE7;
		width: 283px;
		height: 30px;
		float: right;
		margin-top: 10px;
	}
	
		#article .useful .inner {
			background-color: #E9F0F4;
			border: 1px solid #FFF;
			height: 28px;
		}
		
		#article .useful p {
			margin: 0;
			text-indent: 10px;
			color: #5689B7;
			font-weight: bold;
			font-size: 10px;
			text-transform: uppercase;
			line-height: 28px;
			float: left
		}
		
		#article .useful ul{
			float: left;
			margin-top: 5px;
		}

		#article .useful ul li {
			float: left;
			display: block;
		}
		
		#article .useful img {
			margin-left: 7px;
		}

#source {
	background-color: #EFEFEF;
	margin-bottom: 15px;
	padding: 16px;
	height: 150px;
}

	#source a {
		color: #000;
	}
	
	#source img {
		float: left;
		position: absolute;
	}

	#source img.clip {
		margin-right: 10px;
		clip: rect(0px 86px 86px 0px);
	}
	
	#source p {
		margin-left: 96px;
	}
	
#tags {
	width: 300px;
	margin-bottom: 15px;
}


#options {
	float: left;
}

	#options li {
		font-weight: bold;
	}

#social-bookmarks {
	float: right;
}

	#social-bookmarks li {
		float: right;
		display: block;
		width: 25px;
	}
	
#comment {
	width: 574px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCDCE7;
	float: left;
}

	#comment .inner {
		border: 1px solid #FFF;
		background-color: #D0DDE7;
		padding: 14px;		
		width: 544px;
		float: left;
	}	
	
	#comment p {
		margin-top: 5px;
	}
	
	#comment input {
		height: 16px;
		padding: 5px;
		border: 0;
	}
	
	#comment #comment-text {
		height: 72px;
		width: 535px;
		border: 0;
		padding: 5px;
	}
	
	#comment form {
		width: 543px;
		float: left;
	}
	
	#comment .col {
		float: left;
		display: block;
		width: 181px;
	}
	
		#comment .col label {
			display: block;
			color: #666;
		}
		
		#comment .col input {
			width: 160px;
		}
	
	#comment button {
		border: 1px solid #FFF;
		background-color: #5689B7;
		color: #FFF;
		height: 30px;
		font-size: 12px;
		margin-top: 10px;
	}
	
#comments {
	border: 3px solid #EFEFEF;
	float: left;
	padding: 15px;
	width: 540px;
}

	#comments h2 {
		margin: 0;
	}

	#comments dl dt {
		background-color: #EFEFEF;
		height: 26px;
		line-height: 26px;
		text-indent: 10px;
	}
	
	#comments dl dd {
		margin: 0 0 20px 10px;
	}
	
.warning {
	font-size: 10px;
	color: #666;
	clear: both;
}

#ad-full-banner {
	width: 468px;
	margin: 30px 0 0 54px;
}

.form {
	display: block;
	width: 90%;
	margin: auto;
}

	.form label {
		display: block;
		width: 120px;
		float: left;
		line-height: 25px;
	}
	
	.form input {
		border: 1px solid #CCC;
		height: 19px;		
		padding-top: 2px;
		line-height: 19px;
		text-indent: 10px;
	
		border-radius: 8px;
    	-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	
	.form em {
		clear: both;
		display: block;
		margin-left: 120px;
	}
	
/****************
 * FLASH MESSAGE
 ****************/
#flash-message {
	border: 1px solid #BAFD2F;
	background-color: #D3FE7A;
	min-height: 40px;
	width: 70%px;
	margin: auto;
	line-height: 40px;
	color: #5F952D;
	text-indent: 10px;
}

#flashMessage.message {
	padding: 0;
	margin: 0;
}

.flash-message-inner {
	border-top: 1px solid #FFFFFF;
}	
