/**
 * CSS document for news page (index)
 */

/* ========= Christmas ========= */
.christmasBell {
	border:0;
	vertical-align:middle;
}
.christmasText {
	font-size:16px;
	font-weight:bold;
	color:#C01F25;
}
/* ============================ */

/* div tag holding a set of news */
.news {
	margin:0 10px;
	padding:0;
}
/* div tag holding only the date */
.newsDate {
	float:left;
	clear:left;
}
/* div tag holding clickable image icons */
.newsImages {
	float:left;
	clear:none;
	padding:0;
	margin-left:10px;
}
.newsImages img {
	border:0;
	margin:0 3px 0 0;
	width:14px;
	height:14px;
	vertical-align:middle
}
.newsImages span {
	font-size:12px;
	margin:0 5px;
}
/* div tag holding admin option link (if logged in) */
.adminOptions {
	float:right;
	clear:right;
}
 /* link images */
.adminOptions img {
	width:16px;
	height:16px;
	cursor:pointer;
	border:0;
	margin:0 5px 0 0;
	vertical-align:top;
}
/* div tag holdin the news content */
.newsContent {
	
}
/* a delimiter between sets of news */
.delimiter {
	width:100%;
	height:3px;
	margin:20px auto;
	background:url(../Images/design/delimiter.gif) repeat-x center left;
}

/* Override textarea */
.textarea {
	width:400px;
	height:150px;
}

/* Div tag holding link page numbers */
.pageNumbers {
	margin:15px auto 5px auto;
	display:table;
	text-align:center;
}
.pageNumbers a, 
.pageNumbers span {
	font-size:12px;
	color:#000000;
	text-align:center;
	margin:0 2px;
}
.pageNumbers span {
	font-weight:bold;
	color:#C01F25;
}

/*==========================================================*/
/*----------------     For editing News     ----------------*/
/*==========================================================*/

/* div tag, wrapper */
.editNews {
	width:474px;
	margin:10px auto 0 auto;
}
/* div tag, header */
.editNews .heading {
	background:url("../Images/design/bg_button.gif") #6F849E top left repeat-x;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	color:#FFFFFF;
	text-align:left;
	padding:2px 8px;
	border:1px solid #333333;
}
/* div tag holdin images */
.editNews .images {
	margin:0;
	padding:0;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}
/* div tag holding a single image */
.editNews .images .image {
	float:left;
	clear:none;
	width:110px;
	min-height:112px;
	margin:3px;
	padding:3px 0;
	text-align:center;
	background-color:#E4E4FF;
	border:1px solid #CCCCEE;
}
/* the img tag */
.editNews .images .image img {
	border:0;
}
/* div tag holding admin options for each image */
.editNews .images .image .imageAdminOptions {
	margin:0;
	padding:0 3px 2px 0;
	text-align:right;
	line-height:0;
}
.editNews .images .image .imageAdminOptions img {
	border:0;
	cursor:pointer;
	vertical-align:top;
}
/* bottom row, just for good design */
.editNews .bottom {
	background:url("../Images/design/bg_button.gif") #6F849E top left repeat-x;
	height:8px;
	border:1px solid #333333;
}
/* outer div tag holding upload form */
.editNews .addImages {
	margin:0;
	padding:10px 0;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}
/* div tag holding the actual form */
.editNews .addImages .uploadForm {
	margin:0 auto;
	padding:0;
	border:1px dashed #000000;
	display:table;
}
/* Override */
.editNews .addImages .uploadForm form div {
	margin:5px;
}

form.inplaceeditor-form input[type="text"]{
	width:100px;
}