/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

body {
	background-image: url('images/bodybg.jpg');
	background-repeat: repeat-x;
}

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;
}

/* HEADER */

#header {
	width: 900px;
	margin-top: -8px;
	margin-bottom: 0px;
}

	#logo {
		width: 250px;
		height: 140px;
		float: left;
		text-align: center;
		background-color: #ff3300;
	}
	
		#logo h2 a {
			font-family: arial;
			font-size: 20px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
			margin-top: -15px;
		}
		
		#logo h2 a span {
			font-size: 40px;
			margin-top: -15px;
		}
		
		#logo p {
			font-family: arial;
			font-size: 12px;
			font-weight: normal;
			font-style: italic;
			color: #ffffff;
			margin-top: -10px;
		}
	
	#headright {
		width: 650px;
		height: 140px;
		float: right;
	}
	
		#hrtop {
			width: 650px;
			height: 100px;
			margin-top: 0px;
			margin-bottom: 0px;
			text-align: right;
		}
		
			#hrtop a {
				font-family: arial;
				font-size: 15px;
				font-weight: bold;
				color: #ffffff;
				text-decoration: none;
				height: 40px;
				padding-left: 20px;
				padding-right: 20px;
				padding-top: 10px;
				padding-bottom: 10px;
				line-height: 100px;
			}
			
			#hrtop a:hover {
				background-color: #ff3300;
			}
		
		#hrbottom {
			width: 650px;
			height: 40px;
			margin-top: 0px;
			margin-bottom: 0px;
			text-align: right;
		}
		
			#searchbox {
				height: 30px;
				margin-top: 5px;
				margin-bottom: 5px;
				float: right;
			}
			
				#searchbox input.button {
					width: 75px;
					height: 30px;
				}
				
				#searchbox input.text {
					width: 250px;
					height: 22px;
					line-height: 20px;
					margin-right: -8px;
				}
				
			#facebook, #twitter, #youtube, #rss {
				width: 30px;
				height: 30px;
				margin-top: 5px;
				float: right;
				margin-right: 10px;
			}
			
				#facebook a {
					display: block;
					width: 30px;
					height: 30px;
					background-image: url('images/facebookbw.jpg');
					text-decoration: none;
				}
				
				#facebook a:hover {
					background-image: url('images/facebook.jpg');
				}
				
				#facebook a span {
					visibility: hidden;
				}
				
				#twitter a {
					display: block;
					width: 30px;
					height: 30px;
					background-image: url('images/twitterbw.jpg');
					text-decoration: none;
				}
				
				#twitter a:hover {
					background-image: url('images/twitter.jpg');
				}
				
				#twitter a span {
					visibility: hidden;
				}
				
				#youtube a {
					display: block;
					width: 30px;
					height: 30px;
					background-image: url('images/youtubebw.jpg');
					text-decoration: none;
				}
				
				#youtube a:hover {
					background-image: url('images/youtube.jpg');
				}
				
				#youtube a span {
					visibility: hidden;
				}
				
				#rss a {
					display: block;
					width: 30px;
					height: 30px;
					background-image: url('images/rssbw.jpg');
					text-decoration: none;
				}
				
				#rss a:hover {
					background-image: url('images/rss.jpg');
				}
				
				#rss a span {
					visibility: hidden;
				}
		
		#recentblock {
			width: 900px;
			height: 300px;
			border-bottom: #333333 1px solid;
			clear: both;
		}
		
			#recentblock h2 {
				font-family: arial;
				font-size: 15px;
				font-weight: bold;
				line-height: 20px;
				margin-top: 0px;
				margin-bottom: 0px;
			}
		
			#recentleft {
				width: 230px;
				height: 280px;
				padding: 10px;
				float: left;
				background-color: #f2f2f2;
			}
			
				.recentproject {
					width: 230px;
					height: 75px;
					margin-bottom: 5px;
					border-bottom: #e5e5e5 1px solid;
					padding-bottom: 5px;
				}
				
					.rpimage {
						width: 50px;
						height: 50px;
						float: left;
						margin-top: 0px;
					}
					
					.rptitle {
						width: 230px;
						height: 20px;
						margin-bottom: 5px;
						float: left;
						margin-left: 0px;
						line-height: 20px;
					}
					
						.rptitle a {
							height: 20px;
							font-family: arial;
							font-size: 13px;
							font-weight: bold;
							color: #333333;
							text-decoration: none;
							line-height: 20px;
						}
						
							.rptitle a:hover {
								text-decoration: underline;
								color: #ff3300;
							}
					
					.rpexcerpt {
						width: 170px;
						height: 50px;
						margin-top: 0px;
						float: right;
					}
					
						.rpexcerpt p {
							font-family: arial;
							font-size: 11px;
							font-weight: normal;
							margin-top: 0px;
						}
			
			#recentright {
				width: 650px;
				height: 300px;
				float: right;
			}
			
				#recentvideos, #recentimages {
					width: 305px;
					height: 280px;
					float: left;
					margin-left: 0px;
					padding: 10px;
				}
				
				#recentright h2 a {
					color: #ff3300;
					text-decoration: none;
				}
				
					#recentright h2 a:hover {
						text-decoration: underline;
					}
				
		#featuredpartners {
			width: 880px;
			height: 140px;
			padding: 10px;
			border-bottom: #333333 1px solid;
			clear: both;
		}
		
			#featuredpartners a {
				font-family: arial;
				font-size: 12px;
				font-weight: bold;
				color: #666666;
				text-decoration: none;
			}
			
				#featuredpartners a:hover {
					text-decoration: underline;
					color: #ff3300;
				}
		
			#featuredpartners h2 {
				font-family: arial;
				font-size: 15px;
				font-weight: bold;
				line-height: 20px;
				margin-top: 0px;
				margin-bottom: 10px;
			}
		
			#featuredpartners img {
				margin-bottom: 10px;
			}
			
			.fpblock {
				width: 210px;
				float: left;
				padding-right: 10px;
				font-family: arial;
				font-size: 12px;
				font-weight: normal;
				text-align: center;
			}
			
/* MAIN AREA */

#container {
	width: 900px;
}

	#sidebar {
		width: 250px;
		float: left;
		background-color: #f2f2f2;
	}
	
		#sidebar h3 {
			display: block;
			width: 235px;
			height: 30px;
			padding-left: 15px;
			font-family: arial;
			font-size: 18px;
			font-weight: bold;
			line-height: 30px;
			margin-bottom: 1px;
			background-color: #ff3300;
			color: #ffffff;
		}
		
		#sidebar ul {
			list-style: none;
			margin-top: 0px;
		}
		
			#sidebar ul li a {
				display: block;
				width: 235px;
				height: 25px;
				margin-top: 1px;
				margin-bottom: 0px;
				margin-left: -40px;
				padding-left: 15px;
				line-height: 25px;
				font-family: arial;
				font-size: 12px;
				font-weight: normal;
				color: #666666;
				text-decoration: none;
				background-color: #f2f2f2;
			}
			
				#sidebar ul li a:hover {
					background-color: #ff3300;
					color: #ffffff;
				}
	
	#content {
		width: 590px;
		float: right;
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
	}
	
		#content h2 {
			font-family: arial;
			font-size: 20px;
			font-weight: bold;
			color: #000000;
			line-height: 30px;
			border-bottom: #333333 1px solid;
		}
		
	.left {
		width: 275px;
		float: left;
	}
	
	.right {
		width: 275px;
		float: right;
	}
	
	.wide {
		width: 590px;
		float: left;
		clear: both;
	}
		
/* FOOTER */

#footer {
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: -8px;
}

#footertop {
	min-width: 1000px;
	max-width: 1500px;
	background-color: #e5e5e5;
	border-top: #333333 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

	#ftcontent {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	
		#fbbox {
			width: 320px;
			height: 300px;
			float: left;
		}
		
		#rssbox {
			width: 550px;
			float: left;
			margin-left: 10px;
		}
		
			#rssbox h2 {
				font-family: arial;
				font-size: 15px;
				font-weight: bold;
				line-height: 21px;
				margin-top: 0px;
			}
		
			#rssbox ul li a {
				font-family: arial;
				font-size: 12px;
				font-weight: normal;
				color: #333333;
				text-decoration: none;
			}
			
				#rssbox ul li a:hover {
					color: #ff3300;
					text-decoration: underline;
				}

#footerbottom {
	min-width: 1000px;
	max-width: 1500px;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333333;
}

	#fbcontent {
		width: 900px;
		height: 30px;
		margin-left: auto;
		margin-right: auto;
		line-height: 30px;
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
		color: #ffffff;
	}
	
		#fbcontent a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#fbcontent a:hover {
			text-decoration: underline;
		}
	
		.fbcinside1 {
			width: 450px;
			float: left;
			text-align: left;
		}
		
		.fbcinside2 {
			width: 450px;
			float: right;
			text-align: right;
		}
		
			.fbcinside2 a {
				margin-left: 10px;
			}
	