@charset "UTF-8";
body {
	margin:0;
	padding:0px;
	border:0;
	height:100%;
	overflow-y:auto;
}
#content {
	float: left;
	width: 655px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 0px;
	font-size: 0.99em;
	line-height: 1.4em;
}
#sidebar {
	color:#000;
	height: auto;
	font-size: 12px;
	border: 1px #999;
	float: right;
	width: 280px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 7px;
}
#sidebar li{
	margin-left: -4px;
	margin-bottom: 10px;
}
/*---------------------------------------------------*/
/* All Content Centering */
/*---------------------------------------------------*/
#page {
	text-align: left;
	padding: 0px;
	width: 100%;
}
#container {
	width: 990px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height:100%;/*allow page to expand with added content*/
}
/*---------------------------------------------------*/
/* Header */
/*---------------------------------------------------*/

#header {
	margin:0px;
	width: 100%;
	background-color: #222;
	padding: 0px;
	top: 0px;
	left: 0px;
	/*border-bottom-width: 0px;*/
	border-bottom-style: none;
	/*border-bottom-color: #09F;*/
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
#headerbox {
	width: 990px;
	text-align: left;
	background-color: #222;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 54px;
	padding: 0px;
	color: #FFF;
}
/*#pageTitle {*/
/*	width: 990px;*/
/*	text-align: left;*/
/*	margin-top: 8px;*/
/*	font-size: 1.5em;*/
/*	color: #434343;*/
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
/*	margin-right: auto;*/
/*	margin-left: auto;*/
/*	height: 30px;*/
/*}*/
/*---------------------------------------------------*/
/* Main Content Areas */
/*---------------------------------------------------*/
#mainArea {
	background: #FFFFFF;
	width: 990px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #666;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	clear: both;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#mainAreaHome {
	background: #FFFFFF;
	width: 990px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #666;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	clear: both;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#mainArea a {
	color: #2B2E35;
	text-decoration: none;
	border-bottom: 1px dotted;
	padding-bottom: 3px;
	margin-bottom: 100px;
}
#mainAreaHome a {
	color: #2B2E35;
	text-decoration: none;
	border-bottom: 1px dotted;
	padding-bottom: 4px;
}
#mainAreaHome a:hover {
	color: #FFFFFF;
	background: #0066FF;
	border: none;
}
#mainArea ul {

}
#mainArea a:hover {
	color: #FFFFFF;
	background: #0066FF;
	border: none;
}
h1 {
	color: #333;
	padding-right: 0px;
	clear:both;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #09F;
	margin-top: 10px;
	padding-bottom: 5px;
}
h2 {
	margin: 0px;
	color: #333;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	clear:both;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 1.3em;
	line-height: 16px;
	font-weight: normal;
}
h2 a {
	color: #DC5402;
}
h3 {
	font-size: 1.1em;
	clear:both;
	color : #333;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	margin-top: 1;
	margin-right: 0;
	margin-left: 0;
}
h5 {
	color : #006CD6;
	margin-top: 12px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0033FF;
	padding-bottom: 2px;
	padding-top: 3px;
	font-family: "Lucida Grande", Arial, "Times New Roman";
	font-size: 1.2em;
	font-weight: lighter;
}
/*---------------------------------------------------*/
/* Pages Lists */
/*---------------------------------------------------*/
#mainArea ul {
	margin-top:18px;
	margin-bottom: 20px;
}
/*#mainArea ul li {
/*	list-style-image: url(http://www.kaziunas.com/images/bulletblue.gif);
}
#mainAreaHome ul {
	margin-top:25px;
	font-size: 25px;
	margin-left: -18px;
}
#mainAreaHome ul li {
	padding-bottom: 5px;
	list-style-type: none;
}
#sidebara ul {
	margin-left:
}
.tutorials {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-left: 5px;
	margin-right: 5px;
}
.tutorials_home {
	color: #000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
/*---------------------------------------------------*/
/* Images*/
/*---------------------------------------------------*/
#mainArea img {
	border: 0px solid #000;
}
#mainArea img a:hover{
	border: none;
}
/*---------------------------------------------------*/
/* Footer */
/*---------------------------------------------------*/
#footer {
	width: 100%;
	overflow: hidden;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	float: left;
	background-image: url(http://www.kaziunas.com//images/wavy_bkg_grey2.jpg);
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: inset;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCC;
}
#footer a {
	color: #000;
	font-weight: bold;
}
#footer a:hover {
	background: #A8C8FF;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#footerbox {
	width: 990px;
	font-size: 1.2em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	color: #333;
	height: 110px;
}
.footerleft {
	width: 990px;
	float: left;
}
.fleft {
	width: 200px;
	float: left;
	text-align: right;
	padding-top: 5px;
}
.fright {
	width: 780px;
	float: right;
}
pre {
	font-size: .9em;
	background-color: #ECECEC;
	border: 1px dashed #666;
	padding: 8px;
}
/*---------------------------------------------------*/
/* Float */
/*---------------------------------------------------*/
.left {
	float:left;
	width: 730px;
}

.right {
	float:right;
	padding-left: 10px;
	height: 70px;
	padding-top: 16px;
	text-align: right;
}
#noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
