/* CSS Document */


.toggler {
	color: #222;
	margin: 1px 0 0 0;
	padding: 0px;
	text-indent:7px;
	background: #eee;
	border:1px solid #000;
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}
 
.element {
background:#fff;
clear:both;
border:1px solid #000;
padding:0;
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}


/* MY STYLES */
img.sample{
width:200px;
float:right;
margin:10px;
}
ul.type{
list-style:none;
background:transparent;
margin:0 0 10px 0;
padding:0;
}
ul.type li{
border:none;
display:inline;
padding-right:10px;
color:#000;}
ul.type a{
color:#1f353c;
}
p.clr{
clear:both;
height:1px;
margin:0;
padding:0;}

.screenshot{

}
div.details{
font-size:10px;
border-bottom:1px solid #333;
padding:0 10px 5px 10px;
}
.details h3.entry-title{
color:#333;
font-size:12px;
padding:5px 0;}
.details p{
margin:0;
padding:0;
line-height:1.2em;}
.details p.entry-summary{
color:#555;}
.details p.entry-link{
color:#222;
text-align:right;
margin-top:10px;}
.details p.entry-link a{
color:#444;text-decoration:none;}
.details p.entry-link a:hover{
text-decoration:underline;
color:#ccc;}



