/* CSS styles for article pages at largescaleplanes.com */

#articleLinks li {
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #EEE;
}

#articleLinks dt {
	margin: 0 0 .2em 0;
	padding: 0 0 .0 20px;
	background: url(/assets/images/bullet_red.png) no-repeat 0 .2em;
}

#articleLinks dd {
	margin: 0 0 .5em 20px;
	padding-bottom: .5em;
	border-bottom: 1px solid #EEE;
	font-size: .9em;
}

#articleContent h1 {
	/*position: relative;
	top: -55px;*/
	margin-bottom: 0;
}

#articleContent h2 {
	margin-top: .2em;
	margin-bottom: 1em;
}

#articleContent h4 {
	margin-top: 1.5em;
	margin-bottom: 0;
}

#articleContent img {
	border: 1px solid #000;
	margin: auto;
	margin-bottom: 10px;
	display: block;
}

#articleContent h2 + img {
	margin-top: 15px;
}

#articleContent dt {
	margin-top: 1em;
	font-weight: bold;
}

div.imgGallery {
	float: left;
	position: relative;
	width: 210px;
	height: 138px;
	margin: 5px;
	padding: 3px 5px 5px 5px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 4px 2px -2px #DDD;
	overflow: hidden;
}

div.imgGallery:hover {
	border-color: #333;
	box-shadow: 0 4px 2px -2px #CCC;
}

#articleContent div.imgGallery img {
	/*max-width: 200px;
	max-height: 133px;
	margin-bottom: 0;
	border: none;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
	position: absolute;
	left: 0;
	top:0;
	right:0;
	bottom:0;
	margin: auto;
	max-width: 200px;
	max-height: 133px;
	height: auto;
	border: 1px solid #EEE;
}

iframe.youtube {
	padding: 5px;
	border: 1px solid #CCC;
}

/*#articleContent p,
#articleContent ul,
#articleContent ol,
#articleContent dl {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}*/


/* ---------- styles for sponsor banners ---------- */

#articleContent #productSponsors {
	padding-left: 0;
}

#articleContent #productSponsors img {
	max-width: 950px;
	margin: 5px 0;
	padding: 5px;
	display: inline;
	border: 1px solid #DDD;
}

/* ---------- styles for temp upgrade notice ---------- */

#notice {
	margin: 1em;
	padding: 10px 10px 10px 50px;
	border: 1px solid #900;
	background: #FFE url(/assets/images/important.png) 5px 10px no-repeat;
}

#notice p {
	margin: 0;
	color: #600;
}

#notice a, #notice a:visited {
	color: #900;
}