/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/
body {
	background:#fff;
	color:#333;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	padding-bottom:10px;
}
p,form,h1,h2,h3,h4,h5,h6 {
	margin:0;
}
select,textarea,input {
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img {
	border:0 solid;
}
a {
	color:#003366;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
	display:block;
	height:0px
}

#container {
	width:800px;
	margin:0 auto;
	text-align:left;
	padding-top:11px;
}

#header1 {
	background: url(../../../../../../img/bg-header.gif) no-repeat right #f6f6f6;
	width:800px;
	height:90px;
}
	#header1 h1 {
		float:left;
	}
	#header1 h1 a,#header1 h1 a:hover {
		display:block;
		text-decoration:none;
		background:url(../../../../../../img/globis.gif) no-repeat;
		width:100px;
		height:90px;
	}
	#header1 h2 {
		background:url(../../../../../../img/slogan.gif) no-repeat bottom right;
		width:350px;
		height:22px;
		padding-top:32px;
		padding-left:15px;
		float:left;
	}
		#header1 h1 span, #header1 h2 span {
			font-size:1px;
			visibility:hidden;
		}
	#header1 form {
		float:right;
		padding:20px 12px 0 0;
	}
		#header1 form label {
			display:block;
			font-size:10px;
			color:#838383;
		}
		#header1 form input {
			border:solid 1px #000;
			font-size:10px;
			display:block;
			float:left;
		}
		#header1 form button {
			border:solid 1px #666666;
			color:#838383;
			font-size:10px;
			display:block;
			background:#e3e3e3;
			float:left;
			margin-left:5px;
			cursor:pointer;
			height:19px;
			width:32px;
			text-align:center;
			padding:0;
			overflow:visible;
			position:relative;
		}
		
#nav {
	width:800px;
	padding-top:14px;
}
	#nav .left {
		width:562px;
		height:219px;
	}
#nav  .left  {
		background:url(../../../../../../img/courses-head.jpg) no-repeat;
	}
	
	#nav ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}	
		#nav li {
			display:block;
			float:left;
		}
			#nav li img {
				display:block;
				float:left;
				width:11px;
				height:23px;
				background:#fff;
			}
			#nav li img.s1 {
				width:12px;
				height:23px;
			}
			#nav li img.s2 {
				width:108px;
				background:#fff;
				height:23px;
			}
			#nav li a {
				display:block;
				float:left;
				background:#fff;
				color:#838383;
				text-decoration:none;		
			}
			#nav li a:hover {
				color:#003366;
			}
			#nav li a.active {
				background:url(../../../../../../img/nav-l.gif) no-repeat top left;
				color:#000;
				padding-left:7px;
			}
			#nav li a.activeinvert {
				background:url(../../../../../../img/nav-l.gif) no-repeat top left;
				color:#000;
				padding-left:7px;
			}
				#nav li a span {
					display:block;
					float:left;
					cursor:pointer;
					height:23px;
					line-height:23px;
					padding-right:7px;
				}
				#nav li a.active span {
					background:url(../../../../../../img/nav-r.gif) no-repeat top right;
				}
				#nav li a.activeinvert span {
					background:url(../../../../../../img/nav-r.gif) no-repeat top right;
				}
				
	#nav .right {
		width:238px;
		padding-top:23px;
	}
		#nav .right img {
			display:block;
		}
.BoxOut {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #F6F6F6;
}

#footer1 {
	background:url(../../../../../../img/footer-c.gif) repeat-x top;
	color:#e3e3e3;
	height:90px;
	width:800px;
	font-size: 10px;
}
#footer1 .cl {
	float:left;
	display:block;
}
#footer1 .cr {
	float:right;
	display:block;
}
#footer1 a {
	color:#e3e3e3;
	text-decoration:underline;
}
#footer1 a:hover {
	text-decoration:none;
}
#footer1 ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
	#footer1 ul li {
		display:inline;
	}
		#footer1 ul li a {
			text-decoration:none;
		}
		#footer1 ul li a:hover {
			text-decoration:underline;	
		}
#footer1 .left {
	padding-top:12px;
	padding-left:2px;
}
	#footer1 .left p {
		padding-top:9px;
	}
#footer1 .right {	
	text-align:right;
	padding:14px 2px 0 0;
}





#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header1 {
	/* Contains the H1 and menu */
	}
	
#primary h3 {
	/* Contains the main column */
	font-size: 22px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

