@charset "utf-8";

/*--->>> Table of Contents:
*	
*	Typography
*	Main Layout
*	News Layout
*	Control Layout
*	
**/

/*--->>> Typography <<<---*/
#newsWrap a input {
	cursor:pointer;
}
#newsWrap div.news {
	text-indent:1em;
	text-align:justify;
}
	#newsWrap div.news h4 {
		text-align:center;
	}
	#newsWrap div.news a {
		text-decoration:none;
		color:#000;
	}
	#newsWrap div.news h4 a:hover {
		text-decoration:underline;
	}
	#newsWrap div.news div.data {
		text-align:right;
		font-size:smaller;
		text-transform:lowercase;
	}
#newsWrap div.edit {
	text-indent:0;
}

/*--->>> Main Layout <<<---*/
#newsWrap {
	padding-top:1px;
}

/*--->>> News Layout <<<---*/
#newsWrap div.news {
	margin:0 25px;
	padding:15px;
	overflow:auto;
}
	#newsWrap div.news h4 {
		margin-bottom:10px;
	}
	#newsWrap div.news h4.hidden a {
		color:#F00;
	}
	#newsWrap div.news hr {
		margin-top:10px;
		margin-bottom:5px;
		clear:both;
	}
	#newsWrap div.news div.data {
		text-align:right;
		font-size:smaller;
		padding-right:15px;
		text-transform:lowercase;
	}
	#newsWrap div.news span.imgShadow {
		margin-right:10px;
	}

/*--->>> Control Layout <<<---*/
#newsWrap div.new {
	margin-top:20px;
	padding-left:25px;
}
#newsWrap div.edit {
	float:left;
}

/*--->>> Edit Layout <<<---*/
#newsWrap form {
	/*background:#FFC;*/
}
#newsWrap fieldset {
	/*background:#CCF;*/
}
#newsWrap fieldset.thumb {
	width:140px;
	min-height:150px;
	position:relative;
	float:left;
	margin-right:5px;
	
	/*background:#FFC;*/
}
#newsWrap fieldset.thumb div.button {
	padding-top:5px;
	clear:both;
}


/*--->>> Footer Layout <<<---*/

/*--->>> Graphics & appearance <<<---*/

/*--->>> Debug <<<---*/



