/* Breadcrumbs
----------------------------------------------- */
#module_breadcrumbs {
	clear: both;
	text-align: left;
	margin-left: 0px;
}

#module_breadcrumbs ul {
	margin:0;
	padding:6px 3px;
	width:100%;
}

#module_breadcrumbs li {
	float:left;
	padding: 0px 2px;
	margin:0;
	margin-left: -10px;
	text-decoration: none;

	list-style:none;
}

#module_breadcrumbs ul li a {
	padding: 2px 24px 2px 0px;
	text-decoration: none;
	background: url(images/arrow.gif) no-repeat right center;
}

/* TAGS
----------------------------------------------- */
p.tags {
	line-height: 2.25em;
	margin: 2em 5%;
	text-align: justify;
	vertical-align: middle;
}
p.tags a,
p.tags span {
    color: #47A;
    margin-right: 0.5em;
}
p.tags span:hover {
    cursor: pointer;
    text-decoration: underline;
}
p.tags span.selected {
    background: #CEC;
}

/* Action form error message
----------------------------------------------- */
.haserror {
	border: solid #CCCCCC 1px;
	padding: 3px 3px 3px 3px;
	margin-bottom: 10px;
	background: #FFFFCC;
}

.haserror p {
	color: Red;
	background-color: transparent;
}

.haserror li{
	list-style: square;
	margin-left: 15px;
}


.topstory, .topsection {
	margin-bottom: 5px;
	padding: 5px;
	border-left: 4px solid #D3D3D3;
	margin-bottom: 8px;
	border-bottom: thin solid #D3D3D3;
	border-right: thin solid #D3D3D3;
	border-top: thin solid #D3D3D3;
	background: #F6FFEE;
}

.title {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	display: block;
	clear: both;
}

.title  a img{
	margin-right: 8px;
	padding: 0;
	float: left;
}


.summary {
}



h2 {
	background-color: #efefef;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 16px;
}

.section_title {
	border-bottom: 1px solid #D3D3D3;
	font-size: 14px;
	margin-bottom: 10px;
	border-left: 5px solid #CCCCCC;
	margin-top: 5px;
	padding: 5px;
}

/** Post Links **/
#tagsWrap {
	border: thin solid #D5D5D5;
	background-color: #D9EBED;
	margin-bottom: 8px;
}

#tagsWrap dt,
#tagsWrap dd{
	float:left;
	margin:3px 5px 3px 0px;
	font-size:70%;
}

#tagsWrap:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#tagsWrap dt{
	display: run-in;
}

#description {
	margin-bottom: 10px;
}

#description .right{
	float:
	right;
}
.story_title {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 14px;
	line-height: 140%;
	display: block;
	clear: both;
	background-color: #E4E4E4;
}

.story_title h2{
	font-weight: bold;
	background-color: #DFDFDF;
	border-bottom: thin dotted #CCCCCC;
}
.story_title .property {
	font-size: 70%;
	color: #D3D3D;
}
.story_title .hits{
	font-size: 70%;
	text-align: right;
	float: right;
	padding-right: 8px;
}

dl .recentPosts {

}

dl .relatedPosts {
	float:left;
}

/* view botton
----------------------------------------------- */
.button {
	margin-right: 10px;
	margin-top: 0em;
	text-align: right;
}


/* Pure CSS Buttons.
   Learn more ~ http://www.halmatferello.com/lab/pure-css-buttons/
   Licensed under GPL and MIT.
----------------------------------------------- */
.pcb, .pcb span {
	background: url('images/secondary.png') no-repeat;
	height: 23px;
	line-height: 23px;
	padding: 3px 0 7px 0;
}

.pcb, a.pcb:link, a.pcb:visited {
	color: #333;
	font-size: 11px;
	padding-left: 14px;
	text-decoration: none !important;
}
/* ie 6 hack */
* html div#frame .pcb {
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
/* ie 7 hack */
*:first-child+html .pcb {
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}

.pcb span {
	background-position: right -326px;
	padding-right: 14px;
}

a.grey-button {
	background-position: left -219px;
	padding-top: 3px;
}
a.grey-button span {
	background-position: right -545px;
	padding-top: 3px;
}
a.grey-button:hover {
	background-position: left -246px;
}
a.grey-button:hover span {
	background-position: right -572px;
}
a.grey-button:active, .grey-active-button {
	background-position: left -273px;
}
a.grey-button:active span, .grey-active-button span {
	background-position: right -599px;
}


.section-stories,
.related-posts {
	border: thin dashed #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}

#nextLink {
	text-align: right;
	float: right;
}

#prevLink {

}