@charset "utf-8";

#blog {
}
#blog .heading {
	width:100%;
	border-bottom: 1px dotted #000;
	padding-top:10px;
}
#blog .code {
	width:300px;
	display:block;
	padding:0;
	border:1px solid #CCC;
	background:url(../images/code-bg.gif) repeat;
}
#blog .html {
	width:100%;
	display:block;
	padding:0;
	border:1px solid #C00;
	background:url(../images/filetype-html.gif) bottom right no-repeat;
}
#blog .code p { padding:10px; }
#blog .css {
	width:100%;
	display:block;
	border:1px solid #00C;
	background:url(../images/filetype-css.gif) bottom right no-repeat;
}
#blog .js {
	width:100%;
	display:block;
	border:1px solid #0C0;
	background:url(../images/filetype-js.gif) bottom right no-repeat;
}
#blog h3 {
	font-size:16px;
	padding-top:3px;
}
#blog a.button-example {
	display:block;
	float:right;
	width:120px;
	height:30px;
	margin-top:15px;
	margin-left:10px;
	background:url(../images/button-example.jpg) top left no-repeat;
	text-decoration:none;
	cursor:pointer;
}
#blog .button-example:hover {
	background:url(../images/button-example.jpg) bottom left no-repeat;
}
#blog .css-media {
	width:30%;
	display:block;
	float:left;
	padding:5px;
}
