/* html */
html {
	
}

/* body */
body {
	background-color: #eee;
	padding-top: 70px;
}

/* main */
#main {
	background-color: #fff;
	padding: 10px;
	
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/* header */
.navbar .navbar-toggle {
	left: 10px;
}

/* footer */


/* sidebar */


/* content.php */
.content-entry {

}

/* single.php */
.single {
	
}

/* miscellaneous */
.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Comments */
#btn-comments {
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}

/* Archive */
.archive-title{
	margin-left: 25px;
}

/* Requirements */
.wp-cation {}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignright{
	text-align:right;
}
.alignleft{
	text-align:left;
}
.aligncenter{
	text-align:center;
}