/*-----------------------------------------------------------------------
------------ LEGEND           -------------------------------------------
------------ * GENERAL        -------------------------------------------
------------ * LAYOUT         -------------------------------------------
------------ * ARTICLES       -------------------------------------------
------------ * SIDEBAR        -------------------------------------------
------------ * ADVERTISEMENTS -------------------------------------------
------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------
------------ =GENERAL ---------------------------------------------------
------------------------------------------------------------------------*/
a {
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

a.btn-arrow-right, input.btn-arrow-right,
		a.btn-arrow-left, input.btn-arrow-left {
	background: #fff url('/images/layout/btn_right_arrow.png') no-repeat scroll top right;
	border: 1px solid #e7e6e7;
	display: block;
	color: #333 !important;
	font-size: 14px;
	line-height: 30px !important;
	height: 30px !important;
	padding-right: 40px;
	text-align: center;
	text-decoration: none !important;
	width: 150px !important;
}
a.btn-arrow-right:hover, input.btn-arrow-right:hover,
		a.btn-arrow-left:hover, input.btn-arrow-left:hover {
	background-color: #de5370;
	background-image: url('/images/layout/btn_right_arrow_on.png');
	color: #fff !important;
	text-decoration: none !important;
}
input.btn-arrow-right, input.btn-arrow-left {
	cursor: pointer;
	line-height: 28px !important;
	height: 32px !important;
}
a.btn-arrow-left, input.btn-arrow-left {
	background: #fff url('/images/layout/btn_left_arrow.png') no-repeat scroll top left;
	padding-left: 40px;
}
a.btn-arrow-left:hover, input.btn-arrow-left:hover {
	background-image: url('/images/layout/btn_left_arrow_on.png');
}
.cb { clear: both; }


/*-----------------------------------------------------------------------
------------ =LAYOUT ----------------------------------------------------
------------------------------------------------------------------------*/
body {
	background: #fdfbe5 url('/images/layout/bg_tile.png') repeat scroll top left;
	padding-bottom: 40px;
}
#top-strip {
	background: transparent url('/images/layout/bg_tile_top.png') repeat scroll top left;
	height: 7px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: -1;
}
#header {
	height: 55px;
	position: relative;
}
	#header h1 {
		bottom: -1px;
		height: 48px;	
		left: 0;
		margin: 0;
		padding: 0;
		position: absolute;
	}
	#header .search {
		bottom: 5px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
	}
		#header .search input {
			border: 1px solid #a0b4a1;
			color: #949494;
			font-weight: bold;
			text-align: right;
			padding: 3px;
			width: 196px;
		}
#content {
	background: #fff;
	border: 1px solid #d0cfa3;
}
#main {
	border-right: 1px solid #e7e6e7;
}
.paginate {
	margin: 3px;
}
	.paginate .older {
		float: right;
	}
#footer {
	background: #fff;
	border: 1px solid #d0cfa3;
	color: #5f5f5f;
	font-size: 11px;
	margin-top: 20px;
}
	#footer #copyright {
		margin: 10px 10px;
		vertical-align: middle;
	}
		#footer #copyright img {
			vertical-align: middle;
		}
	#footer a { color: #5f5f5f; text-decoration: underline; }
	#footer a:hover { color: #5f5f5f; text-decoration: underline; }


/*-----------------------------------------------------------------------
------------ =ARTICLES --------------------------------------------------
------------------------------------------------------------------------*/

#articles {
}
.article {
	margin: 10px;
	margin-bottom: 20px;
}
.article h3.title {
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 0;
}
	.article h3.title a {
		color: #000;
		text-decoration: none;
	}
	.article h3.title a:hover {
		color: #5f5f5f;
		text-decoration: underline;
	}
.article .by-line {
	color: #5f5f5f;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 15px;
}
	.article .by-line a.author {
		color: #5f5f5f;
		font-weight: bold;
	}
	.article .by-line .share-links {
		font-size: 12px;
		list-style: none;
	}
		.article .by-line .share-links li {
			float: left;
			margin-left: 4px;
		}
			.article .by-line .share-links li.twitter-share { margin-top: 2px; }
			.article .by-line .share-links li.facebook-share { height: 25px; }
			
			.article .by-line .share-links li.comments { 
				font-style: normal;
				font-size: 11px;
				margin-top: 2px;
				margin-left: 0;
			}
			.article .by-line .share-links li.comments a:hover { text-decoration: none; }
			.article .by-line .share-links li.comments a .count {
				background: transparent url('/images/layout/comment_count_bg.png') no-repeat scroll top left;
				color: #ffffff;
				display: block;
				height: 20px;
				line-height: 18px;
				text-align: center;
				padding-left: 10px;
			}
			.article .by-line .share-links li.comments .count .count-text { margin-left: 12px; color: #DE5370; }
.article .text { }

.article .text ul, .article .text ol { margin-left: 20px; }
.article .text .article-images ul { margin-left: 0; }
.article .text p { margin-bottom: 12px; }
.article  a { color: #DE5370; }

.article .text img { margin-right: 20px; border: 1px solid #5f5f5f; }

.article .related-items { margin-top: 10px; }

.article .footer {
	border-color: #e7e6e7;
	border-style: solid;
	border-width: 1px 0;
	color: #5f5f5f;
	font-size: 11px;
	height: 40px;
	line-height: 40px;
	margin: 3px -10px;
	position: relative;
	text-align: center;
}
.article .footer a { color: #5f5f5f; text-decoration: none; }
.article .footer a:hover { color: #5f5f5f; text-decoration: underline; }
.article .footer .categories {
	left: 10px;
	position: absolute;
}
.article .footer .more {
	right: 3px;
	top: 4px;
	position: absolute;
}
.article .footer .comments { }
	.article .footer .comments a .count {
		background: transparent url('/images/layout/comment_count_bg.png') no-repeat scroll top left;
		color: #ffffff;
		display: block;
		height: 20px;
		left: 294px;
		line-height: 20px;
		position: absolute;
		top: 10px;
		width: 28px;
	}
	.article .footer .comments a:hover .count { text-decoration: none; }
						.article .text .article-images img {
							border: 0;
						}

						.article-images {
							float: left;
							height: 554px;
							margin-right: 10px;
							width: 500px;
						}
							.article-images .main-image {
								overflow: hidden;
								height: 500px;
								margin-bottom: 2px;
								width: 500px;
								text-align: center;
							}
								.article-images .main-image img {
/*
									height: 500px;
									width: auto;
*/
									text-align: center;
								}
						.article-images .secondary-image-list {
								list-style: none;
								margin-bottom: 0;
								overflow: hidden;
								width: 460px;
						}
							.article-images .secondary-image-list li {
								border: 2px solid transparent;
								float: left;
								height: 50px;
								list-style: none;
								margin: 0 2px 0 0;
								overflow: hidden;
								width: 50px;
							}
							.article-images .secondary-image-list li.selected {
								border: 2px solid #333;
							}
								.article-images .secondary-image-list li img {
									height: auto;
									width: 50px;
								}
					.article-images .expand-link {
						float: right;
						margin-top: -32px;
					}


/*-----------------------------------------------------------------------
------------ =COMMENTS --------------------------------------------------
------------------------------------------------------------------------*/
.comments {}
	.comments h4 { color: #5f5f5f }
	

						.comments {
							margin: 10px;
						}
						.comments .comment {
							clear: both;
							padding: 10px;
							margin-bottom: 10px;
						}
						.comments .comment.even { background: #f9f8eb; }
							.comments .comment .comment-avatar {
								border: 1px solid #333;
								height: 50px;
								float: left;
								width: 50px;
							}
								.comments .comment .comment-avatar img {
									height: 50px;
									width: 50px;
								}
							.comments .comment .comment-body {
								border-right: 1px solid #e7e6e7;
								float: left;
								margin-left: 10px;
								margin-right: 10px;
								padding-right: 10px;
								width: 400px;
							}
							.comments .comment .comment-meta {
								float: left;
								font-size: 12px;
								position: relative;
								width: 150px;
								z-index: 100;
							}
							.comments .comment .comment-meta .comment-updated-date {
								font-size: 10px;
								position: relative;
								z-index: 100;
							}
							.comments .comment .comment-meta .comment-author,
								.comments .comment .comment-meta .comment-date {
								position: relative;
								z-index: 100;
							}
							.comments .comment .comment-meta .comment-number {
								color: #eee;
								font-size: 60px;
								font-weight: bold;
								line-height: 50px;
								position: absolute;
								top: 0;
								right: 0;
								z-index: 9;
							}
								.comment-form {
									margin-bottom: 10px;
								}
								.comment-form div.input, .comment-form div.checkbox {
									clear: both;
									margin-bottom: 10px;
								}
								.comment-form div.input label {
									float: left;
									height: 24px;
									width: 80px;
								}
								.comment-form div.input input {
									border: 1px solid #9f9f9f;
									float: left;
									font-size: 14px;
									height: 24px;
									padding-left: 4px;
									width: 356px;
								}
									.comment-form div.input.required input {
										background: #fff url("/images/layout/input_required_bg.png") scroll no-repeat 50% right;
										padding-right: 60px;
										width: 296px;
									}
								.comment-form div.input textarea {
									border: 1px solid #9f9f9f;
									font-size: 14px;
									height: 90px;
									padding: 4px;
									width: 434px;
								}
								.comment-form div.submit input {
									float: right;
								}
								.comment-form-wrapper {
									width: 445px;
								}



/*-----------------------------------------------------------------------
------------ =SIDEBAR ---------------------------------------------------
------------------------------------------------------------------------*/
#sidebar .block {
	border-bottom: 1px solid #e7e6e7;
	margin: 10px;
	margin-left: -10px;
	margin-right: -27px;
	padding-left: 10px;
	padding-bottom: 10px;
}
	#sidebar .block h4 {
		color: #5f5f5f; /*#0b5a6f;*/
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
		margin-bottom: 0;
		padding-top: 2px;
	}
	#sidebar .block ul {
		font-size: 14px;
		line-height: 20px;
		list-style-image: url('/images/layout/list_bullet.png');
		margin-top: 5px;
		margin-bottom: 5px;
	}
		#sidebar .block ul li {
			margin: 0 0 0 25px;
		}
#sidebar a {
	color: #000; /*#5f5f5f #0b5a6f;*/
	text-decoration: none;
}
	#sidebar a:hover {
		color: #DE5370; /*#16aed7;*/
		text-decoration: underline;
	}
#sidebar p {
	margin-bottom: 10px;				
}

.recent-comments {
	font-size: 12px;
	margin-right: 15px;
}
	.recent-comments li {}
		.recent-comments li .comment-author {
			border-top: 1px dotted #e7e6e7;
			font-size: 10px;
			margin-top: 5px;
			padding-top: 5px;
		}
			#sidebar .recent-comments li .comment-author a {
				color: #DE5370;
				text-decoration: underline;
			}
		.recent-comments li .comment-meta {
			font-size: 10px;
			margin-bottom: 10px;
		}
#sidebar .block.advertisement { text-align: center; }
#sidebar .block.advertisement .title {
	color: #555;
	font-size: 10px;
}



/*-----------------------------------------------------------------------
------------ =ADVERTISEMENTS --------------------------------------------
------------------------------------------------------------------------*/
#articles .advertisement {
	border-bottom: 1px solid #e7e6e7;
	height: 70px;
	text-align: center;
}
#articles .advertisement .ad-body {
	border: 1px solid #000;
	width: 460px;
	height: 50px;
	margin: 0 auto;
}
#articles .advertisement .title {
	color: #5b5b5b;
	font-size: 11px;
}
