@charset "utf-8";
/* WAcreative Typo Styling */

body {
	color: #1d1d1d;
}

h1 {
	margin: 0 0 20px 0;
	padding: 0;
}

a {
	color: #1d1d1d;
	text-decoration: none;
}

a:visited {
	color: #1d1d1d;
	text-decoration: none;
}

a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

.pages {
	font-size: 24px;
	font-weight: bold;
}

.tags {
	font-size: 12px;
	font-weight: bold;
}

.entries {
	font-size: 12px;
}

.content {
	font-size: 10px;
}

.footDiv {
	font-size: 10px;
}

/* Entries */

.entry-title {
	font-size:60px;
	font-weight: bold;
	margin:0 0 30px 0;
}

.entry-date {
	font-size:10px;
	color:#666;
}

.entry-line {
	background-color:#111;
	width:700px;
	height:1px;
	margin:45px 0 80px 0;
}

.entry {
	width:700px;
	margin:0 0 30px 0;
}

.entry img {
	margin:0 0 20px 0;
}


.entry a {
	padding:0 0 0 0;
}

.entry-extra1 {
	float:left;
	margin:0 30px 0 0;
}

.entry-extra2 {
	float:right;
}

.entry-text {
	font-size: 12px;
	margin:0 0 20px 0;
}

.entry-text-top {
	margin:0 0 20px 0;
}

#close-entry {
	font-size: 10px;
	font-weight: bold;
	cursor:pointer;
	color:#333333;
}

#close-entry:hover {
	color:#FFFFFF;
}

/* PAGES */

.txtDiv p {
	font-size: 12px;
}