/*
Theme Name: Thermal Clad
Theme URI: http://thermal-clad.com/wp-content/themes/tclad
Description: /
Author: /
Author URI: http://thermal-clad.com
Version: 1.0
*/

body {
	margin:0px;
	padding:0px;
	background-color:#214D87;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}

a {
	color:#A5D1FF;
	text-decoration:none;
}

a:hover {
	color:#214D87;
}

h1 {
	font-size:22px;
	font-weight:bold;
	color:#A5D1FF;
	margin:0px 0px 10px 0px;
}

h2 {
}

.homepage-content {
	margin: 10px; 
	padding: 5px 10px; 
	overflow-y: scroll; 
	height: 140px; 
	text-align: justify; 
	overflow-x: hidden;
}

.homepage-content h1.three,h2.three {
	font-size:18px;
	font-weight:bold;
	color:#A5D1FF;
	margin:10px 0px 10px 0px;
	text-decoration:underline;
}

h3 {
	font-size:18px;
	font-weight:bold;
	color:#A5D1FF;
	margin:10px 0px 10px 0px;
	text-decoration:underline;
}

h4 {
	font-size:16px;
	font-weight:bold;
	color:#A5D1FF;
	margin:10px 0px 10px 0px;
	text-decoration:underline;
}

p {
	margin:10px 0px 0px 0px;
}

img {
	border:none;
}

#whole {
}

#wrapper {
	width:737px;
	text-align:left;
}

	#top {
		height:152px;
	}
	
		#logo {
			float:left;
			width:168px;
			height:152px;
			background:transparent url(img/logo.jpeg) no-repeat;
		}
		
			#logo a {
				display:block;
				height:100%;
				width:100%;
			}
		
		#top-image {
			float:left;
			width:531px;
			height:152px;
			background:transparent url(img/topimg.jpg) no-repeat;
			border-left:1px solid #fff;
			border-right:1px solid #fff;
		}
		
		#top-right-img {
			float:left;
			width:36px;
			height:152px;
			background:transparent url(img/toprightimg.gif) no-repeat;
		}
	
	#body {
		background-color:#A5C9E2;
		float:right;
	}
	
		#sidebar {
			width:168px;
			float:right;
			border-top:1px solid #fff;
		}
		
			#sidebar ul {
				margin:26px 0px 0px 0px;
				padding:0px;
			}
			
				#sidebar li {
					margin:0px;
					padding:0px;
					list-style:none;
					border-top:1px solid #fff;
					font-size:11px;
					font-family:Arial, Helvetica, sans-serif;
				}
				
					#sidebar li a {
						display:block;
						font-weight:bold;
						height:20px;
						background-color:#7BA9D8;
						text-decoration:none;
						border-bottom:1px solid #4587CA;
						color:#000;
						padding:4px 0px 0px 6px;
					}
					
					#sidebar li a:hover {
						background-color:#3476B9;
					}

				
		
		#content {
			width:528px;
			float:right;
			background-color:#6B81AF;
			border-left:1px solid #fff;
			border-top:1px solid #fff;
			min-height:340px;
			padding:20px;
		}
	
	#footer {
		width:725px;
		height:20px;
		background-color:#fff;
		float:left;
		color:#214D87;
		padding:6px;
	}
	
		#footer a {
			color:#214D87;
		}	
	
			#footer a:hover {
				color:#7BA9D8;
			}		
	
#commentform textarea {
	width:300px;
	height:100px;
}

#cat_menu {
	float:right;
	border:1px solid #214D87;
	padding:6px;
	background-color:#fff;
	width:130px;
	text-align:center;
}

#cat_menu a {
	color:#214D87;
}

#cat_menu a:hover {
	color:#7BA9D8;
}

	#cat_menu li {
		list-style:none;
		margin:0px;
		padding:0px;
	}
	
	#cat_menu ul {
		padding:0px;
		margin:0px;
	}
	
#picture-page img {
	margin:6px;
}