/** Article full view **/
.article-full-view {
	position:relative;
}
.article-main-image {
	border: 4px solid #fff;
	background:#FFF;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 0px 1px 1px #d0d0d0;
	-moz-box-shadow: 0px 0px 1px 1px #d0d0d0;
	-ms-box-shadow: 0px 0px 1px 1px #d0d0d0;
	o-box-shadow: 0px 0px 1px 1px #d0d0d0;
	box-shadow: 0px 0px 1px 1px #d0d0d0;
}
.article-admin-controls {
	position:absolute;
	top:10px;
	right:10px;
	display:none;
}
div#mostUsedTagsList {
	display:none;
}
form#articleForm {
	
}
	form#articleForm div#divSWFUploadUI, form#articleForm div#divSWFUploadUI2 {
		margin:10px 0 10px 0;
	}
	/* Advanced controls */
	form#articleForm div#advanced {
		position:absolute;
		right:0;
		top:6px;
		width:230px;
		background:#F7F7F7;
		border:1px solid #CCC;
		padding:10px;
		-moz-border-radius:8px;
		-khtml-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius:8px;
	}
		form#articleForm div#advanced h3 {
			margin:0 0 10px 0;
			cursor:pointer;
		}
		form#articleForm div#advanced div {
			display:none;
		}

/* Carousel */
.page-header .carousel-caption {
	color:#FFF;
	/*-webkit-text-shadow:none;
	-moz-text-shadow:none;
	-ms-text-shadow:none;
	o-text-shadow:none;
	text-shadow:none;*/
}
.page-header .carousel-control {
	color:#CCC;
}
.page-header .carousel-control:hover {
	color:#FFF;
}
/*.page-header .carousel-control.left, .carousel-control.right {
	background-image:none;
}*/
.page-header .carousel-indicators li {
	border-color:#FFF;
}
.page-header .carousel-indicators .active {
	background-color:#FFF;
}

/* ----- article media ----- */

div#articleMainImage {
	/*width:495px;
	height:300px;*/
	background-repeat:no-repeat;
	display:none;
        position: relative;
}

div#articleMedia {
	position:relative;
	/*width:495px;*/
	display:none;
}
	div#articleMedia div.articleDocument {
		position:relative;
		height:20px;
	}
	div#articleMedia div.mediaElement {
		position:relative;
		float:left;
		width:243px;
		height:196px; /* img is 146px */
		padding:2px;
		margin-right:5px;
		text-align:center;
	}
		div#articleMedia div.controls{
			position:absolute;
			top:4px;
			right:4px;
			display:none;
		}
		div#articleMedia div.controls a.delImg {
			font-size: 0;
			display: block;
			height: 14px;
			width: 14px;
			background-image: url(../images/cancelbutton.gif);
			background-repeat: no-repeat;
			background-position: -14px 0px;
			float: right;
		}
		div#articleMedia div.controls a.delImg:hover {
			background-position: 0px 0px;
		}
		div#articleMedia div.mediaElement div.mediaText {
			position:absolute;
			bottom:0px;
			left:0px;
			width:243px;
		}
			div#articleMedia div.mediaElement div.mediaText textarea {
				padding:2px;
				margin:0 0 2px 2px;
				width:237px;
				height:40px;
			}

/* ----- swfupload ----- */

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

p#divStatus, p#divStatus2 {
	display:none;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

/* ----- form validation error message ----- */

span#validationStatus {
	border:1px solid #DAA1A1;
	padding:6px;
	line-height:20px;
	background:#F5EBEB;
	display:none;
	margin:10px 0 10px 0;
}
	span#validationStatus span {
		display:block;
		background:url(../images/exclamation.png) left bottom no-repeat;
		padding-left:20px;
		color:#DB4646;
		font-size:14px;
		margin-bottom:6px;
		line-height:normal;
	}


div#phpsid {
	display:none;
}


/* ----- status messages ----- */

span.errorMessageArticle {
	border:1px solid #DAA1A1;
	padding:6px;
	line-height:20px;
	background:#F5EBEB;
}
	span.errorMessageArticle span {
		display:block;
		background:url(../images/exclamation.png) left bottom no-repeat;
		padding-left:20px;
		color:#DB4646;
		font-size:14px;
		margin-bottom:6px;
		line-height:normal;
	}
	.displayBlock {
		display:block;
	}



/* ----- article comments ----- */

a.commentsLink10 {
	font-size:10px;
}
div#articleCommentsTitle {
	font-size:20px;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height:36px;
	border-bottom:2px solid #333;
	margin:0 0 6px 0;
}
form#articleCommentForm fieldset {
	background:#F7F7F7;
	margin-top:20px;
}
form#articleCommentForm textarea#articleComment {
	width:373px;
	height:60px;
	margin:10px 0;
}
textarea.articleCommentEdit {
	height:60px;
	width:420px;
}
form#articleCommentForm input#saveArticleComment {
	font-size:18px;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#333;
	padding:10px;
	cursor:pointer;
}
div#commentLoginForm {
	display:none;
}
div#articleCommentsFrame div.comment {
	background:#FFF;
	border:1px solid #CCC;
	margin:1px;
	padding:4px;
	-moz-border-radius:4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	margin-bottom:4px;
}
span#newArticleCommentStatus {
	color:#B50000;
	display:none;
}
ul#articleComments {
	margin:0 0 0 30px;
	padding:0;
	list-style:decimal;
	font-size:12px;
}
	ul#articleComments li {
		background:#FFF;
		border:1px solid #CCC;
		margin:1px;
		-moz-border-radius:4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius:4px;
		margin-bottom:4px;
		position:relative;
		padding:4px;
	}
	ul#articleComments li div.commentDate {
		position:absolute;
		top:2px;
		right:2px;
		color:#999;
		font-size:12px;
	}
	ul#articleComments li div.commentedBy {
		border-bottom:1px dotted #CCC;
		height:32px;
		padding:14px 46px 0 10px;
		overflow:hidden;
	}
		ul#articleComments li div.commentedBy a {
			font-size:12px;
		}
		ul#articleComments li div.commentedBy span {
		}
		ul#articleComments li div.commentedBy div.comment-controls {
			
		}
		ul#articleComments li div.commentedBy div.commentAvatar {
			width:42px;
			height:42px;
			background:#EEE no-repeat;
			position:absolute;
			top:4px;
			right:4px;
		}
	ul#articleComments li div.commentText {
		padding:10px;
	}


div.box {
	margin-left:10px;
}
div.box div.boxTitle {
	border-bottom:2px solid #5C5C5C;
	padding:4px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
div.box ul {
	list-style:none;
	padding:0;
	margin:0;
}
	div.box ul li a, div.box ul li a:visited, div.box ul li a:link{
		display:block;
		padding:6px 4px 6px 4px;
		border-bottom:1px dotted #CCC;
		outline:none;
		background:#EEE;
	}
	div.box ul li a:hover{
		background:#CCCCCC;
	}

/** Article row **/
.article-row article {
	margin-bottom:30px;
}
