/* Colour */
body {
	background-image: url("/images/layout/shell/grow-red.jpg");
}
#head h1 {
	color: #DD1D00;
}
#nav_100 a {
	background-image: url("/images/nav/home.gif");
	color: #a8a8a8;
}

/* Frame */
#mainCopy {
	width:586px;
}
#section {
	float:left;
	width:416px;
}

/* Section */
#section h1 {
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:2em;
	line-height:1.2em;
}

/* Article */
#section .article h2 {
	margin:0 0 2px 0;
}
	#section .article h2 a {
		text-decoration:none;
		color:#62626a;
	}
#section .article.list p {
	margin:0 0 8px 0;
}
#section .article p.info {
	margin:0 0 8px 0;
	color:#92929a;
}
	#section .article p.info a {
		text-decoration:underline;
		color:#92929a;
	}
#section .article .image {
	margin:0 0 8px 0;
}
	#section .article .image img {
		padding:1px;
		background:#ffffff;
		border:1px solid #a2a2a2;
		display:block;
	}
#section .article p.tags {
	margin:0 0 22px 0;
}
	#section .article p.tags a {
		text-decoration:underline;
		color:#92929a;
	}
	
#section .article .containimages {
	position:relative;
}
	#section .article .containimages a.left,
	#section .article .containimages a.right {
		top:50%;
		left:1px;
		width:20px;
		height:100px;
		background:#ffffff url(../../images/arrow-left.gif) no-repeat center center;
		margin-top:-50px;	
		display:block;
		text-indent:-9999px;
		outline:0;
		position:absolute;
		z-index:9999;
	}
	#section .article .containimages a.right {
		right:1px;
		left:auto;
		background:#ffffff url(../../images/arrow-right.gif) no-repeat center center;
	}
	
/* Comments */
#section #comment{
	
}
	#section .comments h2,
	#section #comment h2 {
		margin:0 0 6px 0;
	}
	#section h2.commenth2 {
		margin-bottom:8px;
	}
	#section #comment h3 {
		font-size:1.3em;
		line-height:1.2em;
		margin:0 0 10px 0;
		padding:0 0 2px 0;
		border-bottom:1px solid #DDDDDD;
	}
	#section #comment label {
		margin-left:0;
		margin-right:10px;
		width:203px;
		margin-bottom:10px;
	}
	#section #comment label.l {
		margin-right:0;
	}
	#section #comment label.twoColWidth {
		width:416px;
		margin-right:0;
	}
	#section #comment p {
		margin:0 0 5px 0;
	}
	#section #comment input {
		width:195px;
	}
	#section #comment textarea {
		width:408px;
		height:120px;
	}
	#section #comment button.btnSubmit {
		margin-top:0;
	}
	
#section .comments .comment h4 {
	font-size:1.3em;
	line-height:1.2em;
	margin:0 0 5px 0;
	padding:0 0 2px 0;
	border-bottom:1px solid #DDDDDD;
}

/* Pagination */
.pag {
	border-top:1px solid #cccccc;
	padding:10px 0 0 0;
	font-size:1.1em;
}
	.pag .paginatorL {
		width:50%;
		float:left;
	}
	.pag .paginatorR {
		width:50%;
		float:right;
		text-align:right;
	}

/* Side */
#side {
	float:right;
	width:140px;
	border-top:1px solid #dcdcdc;
	background:url(../../images/side.gif) repeat-y top center;
	padding:5px 0 0 0;
}
	#side h3 {
		color:#4f4f4f;
		padding:18px 18px 14px 18px;
		line-height:1em;
		margin:0;
	}
	#side ul {
		margin:0;
		padding:0;
		font-size:1em;
	}
		#side ul li {
			list-style:none;
			font-size:1.1em;
			line-height:1.2em;
			padding:0 0 8px 0;
			margin:0;
			color:#626262;
		}
			#side ul li a {
				text-decoration:none;
				color:#626262;
				display:block;
				padding:0 18px;
			}
				#side ul li a:hover {
					text-decoration:underline;
				}
	
		#side ul li li {
			font-size:1em;
		}
			#side ul li li a {
				padding:0 30px;
			}
	
	#side ul.archive {
		background:url(../../images/side-bottom.gif) no-repeat bottom center;
		padding:0 0 40px 0;
	}
		#side ul.archive li a {
			background:url(../../images/right.gif) no-repeat 9px 3px;
		}
			#side ul.archive li li a {
				background:none;
			}
				#side ul.archive ul {
					padding-top:8px;
					display:none;
				}
					#side ul.archive li:hover ul {
						display:block;
					}
