/* ---------------------------------------------*/ 
/*	Designed and Produced by Carlson Marketing  */
/*	Build start date:                           */
/*	Developer:                                  */
/*			                                    */
/*	News [Section] CSS                          */
/*			                                    */
/* ---------------------------------------------*/


/*----------------------------------*/
/* x. Overrides                		*/

	#contentColsWrapper {
	width: 849px;
	margin-top: -1px;
	margin-bottom: -1px;
	padding: 0;
	color: #fff;
	border-bottom: 1px solid #fff;
	background-color: #7597a0;
	}

		#contentColsWrapper h2 {
		margin-bottom: 10px;
		}

	#centrePiece {
		width: 1000px;
	}
	
	#intro {
		padding: 15px 0 0 20px;
	}
	
	#newsList {
		margin-top: 10px;
		border-top: 1px solid #fff;
		background-color: #ccc;
	}

		#newsList h3 {
			margin-top: 10px;
			font-size: 1.1em;
			font-weight: bold;
			margin-bottom: 0px;
		}

			#newsList div h3 a {
				color: #333;
				text-decoration: none;
			}

		#newsList .newsOuter {
			color: #000;
			border-top: 1px solid #fff;
		}

			#newsList .newsOuter img {
				float: left;
			    border-right: 1px solid #fff;
			    background-color: #ccc; 
			}
	
		#newsList .first {
			border-top: 0;
		}	

	#newsList .newsOuter .newsInner {
		float: left;
		margin-left: 10px;
		width: 600px;
		border: 1px solid #ff0000;
	}
	
	#newsList .newsOuter .newsInner span.date {
		font-size: 1em;
		display: block;
		margin-bottom: 10px;
	}

	#innerCol2 .imageSlot {
		position: relative;
	}


/* CMS */
/* sidebar */

h2 a.editLink,
h2 a.editLink:hover {
	font-size: 0.5em;
	font-weight: normal;
}

#innerCol2 .imageSlot a.editLink {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
a.editLink {
	text-decoration: none;
	background: #cc0000;
	border: 1px solid #fff;
	padding:1px 5px;
	font-size: 0.85em;
	color: #fff;
	height: 1.2em;
}
a.editLink:hover {
	background: #333;
	border: 1px solid #fff;
	padding:1px 5px;
	font-size: 0.85em;
	color: #fff;
}

div#adminPanel {
	width: 1000px;
}
div#adminPanel form {
	_margin-top: 7px;
	float:right;
}
div#adminPanel form fieldset#addArticle {
	margin: 0;
	width: 75px;
	margin-top:5px;
}
