/*
*
*
*	node styles
*
*
*/

/*	Structure
-------------------------------------------------------------- */

 

#page-title {
	font-size: 1.6em; 
	line-height: 1em; 
	color: #1d38ac;
	font-weight:bold;
}
	

.node-unpublished{
	padding:10px;
}

.user-picture img{ 
	float:right;
	margin:0 0 5px 10px;
}



.submitted-info{ /* submitted info */
	margin-bottom:20px;
	padding:5px 0px 5px 2px;
	position: relative;
	border-bottom:1px dashed #ccc;
}


 
 

span.node-status-unpublished{
	position: absolute;
	right:0px;
	top:0px;
	padding:4px;
}

.links-container{ /* links */
	margin:15px 0 15px 0;
	padding:0px;
}

.links-container ul.links{ /* links */
	margin:0px;
	padding:0px;
}

.links-container ul.links li.comment-add{
	padding:2px 0 2px 23px;
}

.field-name-field-tags{ /* tags */
	overflow:auto;
	padding-top:10px;
	margin-bottom:10px;
	clear: left;
}

.field-name-field-tags a{
	float:left;
	padding:5px 5px 5px 25px;
	margin-right:5px;
	margin-bottom:5px;
}


 
 
 
 
 

.teaser-container{ /* teasers */
	margin-bottom:40px;
	padding-bottom:5px;
	
}

.teaser-created{
	width:50px;
	height:50px;
	float:right;
	margin:0 0 5px 10px;
}

.teaser-created-month{
	width:50px;
	height:20px;
	line-height: 20px;
}

.teaser-created-day{
	width:50px;
	height:30px;
	line-height: 30px;
}

.teaser-content{
	margin-left:0px;
}

.teaser-meta{
	margin-top:10px;
	position: relative;
	min-height: 10px;
}

.teaser-text{
	min-height:165px;
}

.teaser-meta strong.teaser-author{
	padding: 2px 0 0px 23px;
}

.teaser-meta span.teaser-readmore{
	position: absolute;
	right:0px;
	top:0px;
	padding-left: 23px;
}


/*	Look & Feel
-------------------------------------------------------------- */

.node-unpublished{
	background: #fcf3f2;
}

span.node-status-unpublished{
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	background: red;
	border:1px solid #e50404;
	color: white;
}







.node-name,
.node-date,
.teasernode-date{
	font-style: italic;
	font-size:0.85em;
	color:#999;
}

 








.field-name-field-tags a{ /* tags */
	background: url(../img/icons/label_16.png) no-repeat 5px center;
}

h2.teaser-title{ /* teasers */
	font-size: 1.4em;
}

h2.teaser-title a{ /* teasers */
	text-decoration:none;
}

h2.teaser-title a:hover{
	color:#ff6600;
	text-decoration:underline;
}



.teaser-container{
	border-bottom:1px dashed #ccc;
}

.teaser-created{
	border:1px solid #ccc;
}

.teaser-created-month{
	font-weight: bold;
	background: #054b81;
	color:white;
	text-transform: uppercase;
	text-align: center;
}

.teaser-created-day{
	background: white;
	text-align: center;
	font-style: italic;
	font-size: 2.2em;
	font-weight: bold;
}
	
 

span.teaser-readmore{
	background:url(../img/icons/page_white_text_width.png) no-repeat left top;
	font-size:0.85em;
 
}

span.teaser-readmore a{
	text-decoration:none;
}

span.teaser-readmore a:hover{
	color:#ff6600;
	text-decoration:underline;
}


.field-type-image {
    float:right;
	padding-left:4px;
}


.field-name-field-bannerimg {
float:right;
padding:0 0 10px 10px;
	}