/*
Theme Name: Mini
Theme URI: http://secondbeginning.org/
Description: Main Theme for SecondBeginning.org/blog/
Version: 0.1
Author: Andrew Kennedy
*/

/* ----- The Reset ------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}




body {
	width:700px;
	margin:20px auto;
	font-family: Helvetica, Trebuchet MS;
	font-size:12px;
}
strong {
	font-weight:800;
}
a {
	color: #090;
	margin:2px;
	text-decoration:none;
}
a:hover {
	color: #0C0;
}
#headerb {
	border-top:#000 thin solid;
	border-bottom:#000 thin solid;
	padding-top:20px;
	margin-top:3px;
}
nav a {
	margin-right:10px;
	color:#000;
}
h1 {
	font-size:54px;
	font-weight:600;
	margin:20px 0;
}
h2 {
	font-size:18px;
	font-weight:400;
}
#search {
	float:right;
	width:200px;
}
.text {
	float:right;
	width:580px;
	clear:both;
}
.post_info {
	width:100px;
	padding-right:20px;
}
.post {
	clear:both;
	border-bottom:#666 thin dotted;
	padding-bottom:10px;
	margin-bottom:20px;
}
#latest {
	padding-left:0px;
	font-weight:800;
}
fieldset.search {
	border: none;
	width: 243px;
	margin: 0 auto;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	font-size: 1em;
	width: 198px;
	height:1.1em;
	border:#000 thin solid;
	background: #fff;
	margin-right:-1px;
}
.search input.box:focus {
	background: #E8E8E8;
	outline: none;
}
#meta {
	text-align:left;
}
#meta ul li {
	display: inline;
}
#meta ul li a {
	margin-right:10px;
	color:#000;
}
#meta ul li a:hover {
	color:#0C0;
}
#top {
	margin:20px 0;
	border-bottom:#666 thin dotted;
}
#footer {
	padding-top:20px;
	text-align:center;
	clear:both;
}
#main {
	width:500px;
	margin-top:20px;
}
.clear {
	clear:both;
}
#sidebar {
	float:right;
	width:180px;
	margin-top:20px;
}
#content {
	margin-bottom:20px;
	padding:20px 0;
	border-bottom:#666 thin dotted;
}
#index_sidebar {
	padding:20px 0;
}
#sidebar ul {
	padding-bottom:20px;
}
#index_sidebar ul li {
	float: left;
	width: 180px;
	list-style: none;
}
#notfound h2, #notfound p {
	margin-bottom:10px;
}
#post_top {
	margin-bottom:10px;
}
p {padding-bottom:10px;}
.title {
	font-family: "Microsoft Tai Le";
	font-size:54px;
	margin-bottom:10px;
}
.select {
	color:#345;
}
.post_title {
	font-size:20px;
	margin-bottom:10px;
}
.post_title a {
	color: #345;
	border:none;
}
.post_title a:hover {
	color:#fff;
	background:#345;
}
#breadcrum {
	float:right;
	padding:3px;
}
#breadcrum a {
	
}
#breadcrum a:hover {
	
}


.cat {
	float: left;
	width: 150px;
	padding-right:10px;
	list-style: none;
	margin:10px 0;
}
.twitter {
	margin-right:25px;
}
.other {
	margin-top:10px;
}

#pages {
	border-bottom:#666 thin dotted;
	padding-bottom:20px;
}
.alignleft {
	float:left;
	text-align:left;
}
.alignright {
	float:right;
	text-align:right;
}

.smart-archives p {
	padding:0;
	margin:0;
}

.smart-archives p a {
	padding:0 3px 0 0;
	margin:0;
}
.smart-archives p span {
	padding:0 3px 0 0;
	margin:0;
}
#archivelist h3 {
	font-size:18px;
	margin-top:10px;
}
.highlight {
	background:#FF0;
}
#headclear {
	clear:both;
	margin-top:30px;
}