/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/
body {
	background:url(/images/bg.gif) repeat top center;
	color:#1c130f;
	font:11px "Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	text-align:center;
}
h2 {
	font:20px Georgia, "Times New Roman", Times, serif;
	color:#669999;
	padding-bottom:14px;
	
}
a {
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:1px
}
#container {
	background:url(/images/bg-content.png) repeat-y;
	width:994px;
	margin:0 auto;
}

#header1 {
	background:url(/images/bg-header.gif) no-repeat;
	width:900px;
	height:328px;
	margin:0 auto;
	text-align:left;
}
	#header1 h1 {
		float:left;
		height:58px;
		padding-left:20px;
	}
		#header1 h1 a {
			text-decoration:none;
			display:block;
			float:left;
			font:28px Georgia, "Times New Roman", Times, serif;
			color:#1c130f;
			padding-top:18px;
		}
		
	#header1 ul {
		float:right;
		padding-right:21px;
		padding-top:23px;
	}
		#header1 li {
			display:inline;
			font:18px Georgia, "Times New Roman", Times, serif;
			color:#669999;
		}
			#header1 li a {
				text-decoration:none;
				color:#669999;
			}
			#header1 li a:hover {
				text-decoration:underline;
			}
	#header1 .swf {
		text-align:center;
	}
		#header1 .swf img {
			display:block;
			margin:0 auto;
		}
#nav {
	background:url(/images/bg-nav.gif) repeat-x;
	height:43px;
	width:890px;
	margin:0 auto;
	text-align:left;
	padding-top:9px;
	padding-left:10px;
}
	#nav ul li {
		display:block;
		float:left;
		margin-left:10px;
	}
		#nav ul li a {
			background:url(/images/tab-left.gif) no-repeat bottom left;
			display:block;
			float:left;
			text-decoration:none;
			color:#669999;
			padding-left:10px;
		}
			#nav ul li a span {
				background:url(/images/tab-right.gif) no-repeat bottom right;
				height:43px;
				display:block;
				float:left;
				cursor:pointer;
				font:18px/43px Georgia, "Times New Roman", Times, serif;
				padding:0 20px 0 10px;
				
			}
		#nav ul li a:hover, #nav ul li a.active {
			color:#1c130f;
		}
		#nav ul li a.active {
			background:url(/images/tab-left.gif) no-repeat top left;
		}
			#nav ul li a.active span {
				background:url(/images/tab-right.gif) no-repeat top right;
			}


#page {
	/* The entire design is contained within the 'page' id */
	border:none;
	width:900px;
	margin:0 auto;
	text-align:left;
	}
	
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

#footer1 {
	background:#4a372f;
	width:900px;
	margin:0 auto;
	text-align:left;
	height:56px;
	color:#fff;
}
	#footer1 .left {
		padding-top:17px;
		padding-left:19px;
	}
	#footer1 .right {
		text-align:right;
		padding-right:21px;
		padding-top:8px;
	}
		#footer1 .right p {
			padding-bottom:3px;
		}
	#footer1 li {
		display:inline;
		color:#fff;
	}
	#footer1 a {
		color:#fff;
		text-decoration:underline;
	}
	#footer1 a:hover {
		text-decoration:none;
	}