/*
theme name: noproblemtheme
theme URI: http://www.noproblemteam.com/blog/content/theme/noprobtheme
description: a sample wordpress theme
version: 1.0
author: Drew Daddono
author URI: http://www.noproblemteam.com
tags: awesome, elaborate, spectacular, terrific
*/
#wrap {
	width:525px;
	margin:0 auto;
}
#header {
	text-align:center;
	color: white;
	.class1 a:link {color: white}      /* unvisited link */
	.class1 a:visited {color: white}  /* visited link */
	.class1 a:hover {color: red}  /* mouse over link */
	.class1 a:active {color: white}  /* selected link */
}
#h3 {
	color: white;
	.class1 a:link {color: white}      /* unvisited link */
	.class1 a:visited {color: white}  /* visited link */
	.class1 a:hover {color: red}  /* mouse over link */
	.class1 a:active {color: white}  /* selected link */
} 

.post_snippet {
	border:2px solid #ccc;
	margin:40px 0px;
	padding:20px;
	-moz-border-radius: 10px 0px 10px 0px;
}