body 
{
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Links */

a:link { color: #335577; font-size: 12px; text-decoration: none; }

a:visited { color: #335577; font-size: 12px; text-decoration: none; }


/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 10px 0; padding: 0; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 16px; color: #333333;}

h6 
{ 
	font-size: 13px; 
	text-transform: uppercase; 
	margin: 5px 0; 
	font-weight: bold; 
}

img
{
	border: none;
}

ul { line-height: 1.8em; list-style-type: square; color: #333333; }

ol { line-height: 1.8em; color: #333333; }

i { font-size:11px;}

blockquote
{
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #cfcfcf;
	padding: 5px 5px; 
	margin: 5px 0 5px 0;
}

code { font-family: Consolas, Verdana, Arial, "Courier New"; }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

em { font-style: italic; }

strong { font-weight: bold; }

del { text-decoration: line-through; color: #555555; font-size: 11px; }

ins { text-decoration: none; color: #679b3c; }

p em, 
cite
{
	font-family: Consolas, Verdana, Serif;
}


/* Structure */

#container
{
	width: 750px;
	margin: 0 auto;
}

#header
{
	background: transparent url(images/komyuter-banner.png) center center no-repeat;
	height: 177px;
}

#navigation
{
	float: left; 
	width: 100%;
	background-color: #333333;
}

#wrapper
{
	margin: 0;
	padding: 5px 0 0 0;
	clear: both;
	float: left;
	width: 100%;
}

#content-home
{
	padding: 0px 2px;
	float: left;
	line-height: 1.6em;
	width: 370px;
}

#content1
{
	padding: 0;
	float: left;
	line-height: 1.6em;
	width: 545px;
}
#content2
{
	padding: 0;
	float: left;
	line-height: 1.6em;
	width: 749px;
}
#content3
{
	padding: 0;
	
	margin-left: auto; 
	margin-right: auto;
	line-height: 1.6em;
	width: 400px;
}
#content4
{
	padding: 0 4px 0 0;
	float: left;
	line-height: 1.6em;
	width: 581px;
}

#rightbar-wrapper
{
	width: 20%;
	float: left;
	padding: 0;
}

#rightbar
{
	float: left;
	padding: 0 0 0 0px;
}

#leftbar-wrapper
{
	width: 27%;
	float: left;
}

#leftbar
{
	float: left;
	padding: 0 0 0 5px;
}

#stickies-wrapper
{
	width: 22%;
	float: left;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0;
	color: #555555;
	text-align: center;
	padding: 5px 0;
	background-color: #cfcfcf;
}

/* Navigation */

#navigation ul
{
	margin: 0 5px;
	float: left;
	width: 95%;
	padding: 0 0;
	list-style-type: none;
}

#navigation li { float: left; margin: 0 0 0 5px; padding: 0; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #99bbdd;
	padding: 7px 10px;
	border: 1px solid #333333;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #32668C;
	border-color: #99bbdd;
}

#navitem li#litem a
{
	color: #f9f9f9;
	background-color: #32668C;
	border-color: #7799bb;
}


/* Header */

#header h1 { margin-bottom: 0; }

#header h1 a:link,
#header h1 a:visited
{
	color: #333333;
}

#header h1 a:hover,
#header h1 a:active
{
	color: #000000;
	background-color: transparent;
}

#header h1 span { visibility: hidden; }


/* Transit-main */
#transit-main
{
	padding: 5px 1px 5px 1px;
}

#transit-main img
{
	padding: 0 10px 0 10px;
	float: left;
	border: none;
}

div.img a:hover img
{

	-webkit-transform: scale(.8);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	
	/*opacity: .7;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;*/
}

#vertnavigation
{

}

ul#vertnavigation
{
	border-style:solid;
	border-top:3px solid #7799BB;
	border-bottom:1px solid #32668C;
	border-left:1px none;
	border-right:1px none;
	list-style-type:none;
}

ul#vertnavigation li
{
	margin: 0 0 0 -10px;
	padding: 5px 0 0 5px;
	border-bottom: 1px dotted #cccccc;
}

ul#vertnavigation li:hover
{
	background-color: #eeeeee;
}

ul#vertnavigation li a:hover,
ul#vertnavigation li a:active
{
	background-color: transparent; 
}

/* Sidebar */

ul#sidenotes
{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	list-style-type: none;
}

ul#sidenotes li
{
	padding: 5px;
	border-bottom: 1px dotted #cccccc;
}

ul#sidenotes li:hover
{
	background-color: #eeeeee;
}

ul#sidenotes li .title
{
	display: block;
	font-weight: bold;
}

ul#sidenotes li .date
{
	display: block;
	color: #777777;
	font-size: smaller;
}

ul#sidenotes li .content
{
	display: block;
}

ul#sidenotes li a:link,
ul#sidenotes li a:visited
{
	padding: 0; 
	color: #333333;
}

ul#sidenotes li a:hover,
ul#sidenotes li a:active
{
	background-color: transparent; 
}

/* Footer */
#footer 
{ 
	font-size: 11px;
	background-color:#333333;
}

#footer a
{ 
	color: #99bbcb;
}

#footer a:hover,
#footer a:active
{
	background-color:transparent;
	text-decoration: underline;
}

.navigationheader
{	
	font-weight: bold;
	font-size: 15px;
	color: #32668C;
}