/* =========================== elements ============================= */

body { 
	background: #fff;
	font: normal 12px Georgia, Arial;
	color: #fff; word-wrap: break-word;
}

p {
	margin-bottom: 15px;
}

a:link, a:visited { 
	color: #066; 
	text-decoration: none; 
}
a:link:hover, a:visited:hover, a:active, a:focus {
	text-decoration: underline; 
}

img {
	display: block;
}
a img {
	border: none;
}


// Underordered Lists
ul {
	margin-left: 10px;
	list-style: circle;
}
ul li {
	margin-bottom: 5px;
}


// Ordered lists
ol {
	margin-left: 10px;
	list-style: circle;
}
ol li {
	margin-bottom: 5px;
}


// Definition Lists
dl { 
}

dt { 
	float: left; 
	clear: left;
} 
dt:after { 
	content: ":"; 
} 

dd { 
	margin: 0 0 0 110px; 
	padding: 0 0 0.5em 0;
}

/* ========================= elements end =========================== */

/* ============================ layout ============================== */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{ display: inline-table; }
.clearfix{ display: block; }
.clearfix{ height: 1%; } /* IE */

.holder{ 
	width: 690px;
	margin: 0 auto;
	position: relative;
}

/* ========================== layout end ============================ */


.post {
	padding-left: 10px;
	width: 450px; 
	padding-top: 20px;
	padding-bottom: 20px;
}

#pane {
}

.post .date {
	font-size: 18px;
	color: #999999;
	font-style: italic;
}

.post h2 {
	font-size: 24px;
	color: #009999;
	font-style: italic;
	margin-bottom: 10px;
}

.vvqbox {
	padding-bottom: 10px;
}

.post p {
	font-size: 14px;
	color: #666666;
	font-style: italic;
	line-height: 150%;
	text-align: justify;
	width: 445px;
}
.post p a {
	color: #009999;
}

.post .vvqbox {
	text-align: left;
}

.comment-link {
	cursor: pointer;
	color: #009999;
	font-style: italic;
}

.further {
	display: block;
	color: #999999;
	margin-bottom: 20px;
}
.further a {
	color: #009999;
}



#respond {
	color: #009999;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
}

#commentform {}

#commentform h3 {
	color: #009999;
	margin-bottom: 10px;
}

#commentform label {
	color: #009999;
	margin-bottom: 10px;
}

cite {
	color: #009999;
}

cite a {
	color: #009999;
}

.submit {
	background: none;
	background-color: #009999;
	padding: 3px; color: #ffffff;
	border: 0;
}
