/* ============= Blog-posts ========= */

#page-description {
	float: left;
	width: 500px;
	margin: 140px 0 0 60px;
	padding: 0;
}

#post {
	margin: 0 0 30px 0;
}

h2 {
	color: #383838;
	font-size: 30px;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 20px;
	padding-bottom: 4px;
}

#page-description p {
	font-size: 14px;
	color: black;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

#blog-posts p a:link, blog-posts p a:visited {
	color: #666;
}

#blog-posts p a:hover {
	color: red;
}

#page-description a:link, #page-description a:visited {
	color: #808080;
}

#page-description a:hover {
	color: #333;
}

blockquote {
	background-color: #CCC;
	color: black;
	padding: 30px;
}

blockquote p {
	width: 400px;
	font-size: 14px;
	color: black;
	margin: 10px 0;
	padding: 0;
}

blockquote strong {
	font-size: 16px;
}

hr {
	width: 350px;
	margin: 20px 0;
	text-align: center;
}


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:550px;
  //height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:500px; 
  //height:203px;
  padding:10px;
}

#boxes .close {
	position: absolute;
	right: 20px;
	top: -10px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#boxes .close:hover {
	text-decoration: underline;
}





