/*Start Body & Container*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#container {
	float:left;
	text-align: left;
	width: 500px;
	margin-left: 10px;
	position: relative;
	margin-top: 20px;
	background-color: #FBFBFB;
	border: 1px solid #E4E4E4;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;   
}
/*Stop Body & Container Codes */
/*Start Content Codes */
#content {
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	color: #666;
	font-family: "Tahoma", "Lucida Console", Arial, sans-serif;
	font-size: 11px;
}
#content ul li {
	list-style-image: url(img/bullet.gif);
}
#content a {
	color: #0083bc;
	text-decoration: none;
}
#content a:hover {
	color: #0083bc;;
	text-decoration: underline;
}
/*Stop Content Codes */
/*Start h1,h2 & Class Codes */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #0083bc;
}
h2 {
	font-family: "Tahoma", "Lucida Console", Arial, sans-serif;
	font-size: 11px;
	color: #68bd60;
}
.author {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.scrnn { 
	float: left;
	margin: 5px;
	padding: 4px; 
	border:1px solid #C5C7C4; 
	display: block; 
}
.scrnn:hover {
	float: left;
	padding:4px; 
	border:1px solid #0D9FC4; 
	display:block
}
.komutsatiri {
	color: #29891f;
}
.images { 
	margin: 5px;
	padding: 4px; 
	border:1px solid #C5C7C4; 
	display: block; 
}
#badge {
  position: absolute;
  top: 0;
  right: 0;
}
/*Stop h1,h2 & Class Codes */
/*Start ScreenCasts & Author & Information Codes */
.information {
	width: 300px;
	border: 1px solid #E4E4E4;
	padding: 5px;
}
#author {
	float: right;
	width: 205px;
	border: 1px solid #E4E4E4;
}
#screencasts {
	width:500px; 
	float:left; 
	color:#999999;
}
#screencasts a { 
	color:#999999; 
	background-color:#FFFFFF;
}
#screencasts a:hover { 
	color:#324962; 
	text-decoration: none; 
	background-color:#FFFFFF;
}
/*Stop ScreenCasts & Author & Information Codes */
/*Start Code Codes */
.codes {
	font-family: "Courier", "Courier New", monospace;
	font-size: 11px;
	color: #CCC;
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #000000;
}
.codes pre {
	margin: 5px;
}
/*Stop Code Codes */
