a img {
	vertical-align: middle;
}

.article {
	padding-top: 20px;
	border: 1px dotted #4e9a06;
	padding: 1em;
	margin-bottom: 2em;
	background-color: #EFFFEF;
}

.article h1 {
	margin-top: 0em;
	border-bottom: 1px solid #4e9a06;
}


.article cite {
	font-size: 12px;
}

.article ul {
	margin: 0px;
	padding: 0px;
}

.article ul li {
	display: inline;
	list-style: none;
	margin: 1em;
	font-size: 10px;
}

.article .abstract {
	background-color: #BBFFAA;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	margin-top: -20px;
}

.article .abstract p {
	display: inline;
	padding: 0px;
	margin: 0px;
}

.articleContent cite {
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	
}

.articleContent cite p {
	display: inline;
}

.sideIntro {
	float: left;
	width: 120px;
	margin:0;
	padding:0;
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px dotted; 
}

.sideContent {
	clear: right;
	margin-left: 150px;
	top: 0px;
	right: 10px;
	width: auto;
}

.cleaner {
	clear: both;
	font-size:1px;
	height: 1px;
	padding: 0px;
	margin:0px;
}

.articleContent {
}

.articleContent h1 {
	padding-right: 24px;
}

.articleContent h1 img {
	float: right;
	margin-top: 8px;
	margin-right: -24px;
}

.date {
	background-color: white;
	/* border: 1px solid #4e9a06; */
	width: 100px;
	height: 126px;
	text-align: center;
	/* padding: 2px; */
	margin: 0px 15px 0px 15px;
}

.date .year,.month {
	position: relative;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	background-color:#4e9a06;
	color: white;
	padding: 0px;
	margin: 0px;
}

.date .day, .dow {
	position: relative;
	clear: both;
	font-size: 48px;
	font-weight: bold;
	color:#4e9a06;
	padding: 0px;
	margin: 0px;
}

.date .dow {
	font-size: 12px;
}

.creatorBlock {
	clear: both;
	margin: 0px;
	border-bottom: 1px solid white;
	text-align: center;
	font-size: 12px;
}

.creatorBlock .permalink {
	clear: both;
	text-align: left;
}

.tagsBlock {
	clear: both;
	margin: 0px;
	height: auto;
	border-top: none;
}
	

.tagsBlock ul {
	margin: 0px;
	padding: 0px;
}

.tagsBlock ul li {
	display: inline;
	list-style: none;
	padding: 2px;
	font-size: 10px;
}

#form {
	width: auto;
	padding:12px;
	border: 1px solid #4e9a06;
	background-color:#73d216;
	font-size: 12px;
}

#form p {
	clear: both;
	height: auto;
}

#form p label {
	position: relative;
	float: left;
	width: 25%;
	padding-top: 4px;
}

#form p input, select, textarea {
	width: 73%;
	left: 0%;
	font-size: 12px;
	padding: 2px;
}

#form p textarea {
	width: 98%;
}

#form p.footer {
	clear: both;
}

#loginbox {
	margin: 0 10% 0;
	width: 30em;
	padding: 0px;
	height: 200px;
}

#loginbox h1 {
	margin: 2px;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}


#loginbox p {
	width: 20em;
	clear: both;
	margin: 2px;
	margin-left: 12px;
	margin-right: 12px;
}

#loginbox p.buttons {
	clear:both;
	padding-top: 12px;
	text-align: right;
}

#loginbox p label {
	width: 8em;
	float: left;
	padding-top: 2px;
}

#loginbox p input[type=],input[type=text],input[type=password] {
	width: 10em;
	clear: right;
}

#userToolBar {
	width: 260px;
}


.subtitle p {
	padding: 2px;
	font-size: 12px;
	margin:0px;
	background-color: #BBFFAA;
}

.article-new {
	background-image: url("/static/images/article-new.png");
	height: 24px;
	width: 24px;
}

.category-new {
	background-image: url("/static/images/category-new.png");
	height: 24px;
	width: 24px;
}

.attachment-new {
	background-image: url("/static/images/attachment-new.png");
	height: 24px;
	width: 24px;
}

.attachment {
	background-image: url("/static/images/attachment.png");
	height: 24px;
	width: 24px;
}

.articleicon {
	background-image: url("/static/images/article.png");
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-position: center center;
}
	
.tag-new {
	background-image: url("/static/images/tag-new.png");
	height: 24px;
	width: 24px;
}

.tagsList,.categoryList {
	background-position: left middle;
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 50px;
	margin-top: 5px;
}

.tagsList {
	background-image: url("/static/images/tag.png");
}

.tagsList ul {
	margin: 0px;
	padding: 0px;
}

.tagsList ul li {
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
}

.categoryList {
	background-image: url("/static/images/category.png");
}

.expando, .permalink, .compress {
	float: right;
	margin-left: 5px;
	vertical-align: middle;
	border: none;
}

textarea {
	height: 350px;
}

.commentList {
	border: 2px dashed #DDDDDD;
	background-color: #EEEEEE;
	padding: 10px;
	font-size: 10px;
	margin: 20px;
}

.visible {
	display: block;
}

.unvisible {
	display: none;
}

.accordion-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

