/* OpenNote CSS Document */
h1 {
	border-bottom: 1px dashed black;
	color:red;
}

.center {
	text-align: center;
}

#footer {
	margin-top:30px;
	border-top: 1px dashed black;
	padding-top: 10px;
}

.meta-time {
	font-size:11px;
	color:#777777;
}

.list-none {
	list-style-type: none;
	list-style-image: none;
	margin-left:0px;
}

.nav-bar{
	text-align:right;
	border: 1px solid #d3d3d3;
	padding:4px;
	margin-top:10px;
	margin-bottom:10px;
}

.ads-link {
	margin-top:10px;
	margin-bottom:10px
}

.ads-img {
	margin-bottom:10px;
	margin-top:10px;
}

.ads-sky {
	text-align:center;
}

p {
	font-size: 15px; 	
}

li p {
	font-size: 12px;
}

code {
	color: brown;
	font-size:11px;
}

.code {
	color: brown;
	padding: 8px;
	border: 1px solid orange;
	background-color: #eeeeee;
	font-size:11px;
	height: auto;
	width: 100%;
}

#featured li {
	margin-top: 8px;
	margin-bottom: 8px;	
}

.source {
	font-size:12px;
	color: graytext;
	boder: 1px solid #D2D2D2;
	padding: 4px;
	background-color:#F6F8FD;
}

.tips {
	font-size:12px;
	color: #666666;
	margin-bottom: 4px;
	margin-top:10px;
}

.dropbox {
	padding-top:10px;
	padding-bottom:10px;
	background-color: #eeeeee;
	border-top: 1px solid orange;
	border-bottom: 1px solid orange;
	margin:0pt 0pt 1.5em;
}