@import url(http://fonts.googleapis.com/css?family=Oxygen:300,400,700);

/*Start*/
body {
	background: #333 url('images/krs.jpg') no-repeat fixed bottom;
	background-size:100% 100%;
	margin:0;
	padding:0;
	font-family: 'Oxygen', 'sans-serif';
	font-size: 1.0em;
	color: #ccc;
	font-weight: 300;
}

* {
	margin:0;
	padding:0;
}

table {
	width: 100%;
	text-align: center;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #fff;
	background: #3B4C62 none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #3B4C62;
	font-family: Oxygen, sans-serif;
}

code, blockquote {
	display: block;
	border-left: 5px solid #3B4C62;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #3B4C62;
	color:#eee;
	border: none;
}
blockquote {
	border-left: 5px solid #3B4C62;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #eee;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
	color: #F00;
	font-size: 1em;
}


/*Hyperlink*/
a {
	color: #9F0000;
	text-decoration: none;
}

a:hover {
	border-bottom-color: #fff;
	color: #fff;
}

a:focus {
	outline: none;
	color: #FFFF00;
	font-size: 5em;
	font-weight: bold;
	font-family: Oxygen, sans-serif;
}



/*Container for outer body*/
.width, #container {
	max-width: 1100px;
	margin: 0 auto;
}

#container {
	padding: 20px 10px;
	background-color: rgba(0, 0, 0, 0.4);
}

/*Header*/
header {
	padding: 20px;
	margin: 0 auto;
	text-align:center;
	border-radius: 20px;
}

header h1 {
	margin-bottom: 20px;
}


/*2nd Background */
nav ul li.selected a,
nav ul li.selected a:hover {
	background-color: rgba(59, 76, 98, 0.3);
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
	text-align: center;
}

/*Body & Background*/
#body {
	border-radius: 20px;
	background-color: rgba(10, 10, 10, 0.95);
 	padding: 5px 20px;
	margin: 10px 0; 
	clear: both;
}

/*Start of Sidebars*/
#content {
	float: left;
	color: #F00;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

.two-column {
	width: 10%;
}

.with-left-sidebar {
	margin-left: 2%; 
}

.with-right-sidebar {
	margin-right: 2%; 
}
/*End of Sidebars*/

.three-column {
	width: 55%;
	margin: 0 2%;
}

/*Article*/
article {
    padding: 10px 10px 20px 5px;
 }

/*Article Time & Date*/
article .article-info {
	color: #FC0;
	font-size: 0.85em;
	letter-spacing: -0.5px;
	padding: 0 0 5px 0;
	font-weight: bold;
}


.sidebar {
	margin-top: 10px;
}

.small-sidebar { 
   width: 20%;
}

.big-sidebar {
	width: 30%;
}

.left-sidebar { 
	float: left;
}

.right-sidebar {
	float: right;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}




/*Text Start*/
h1 {
	color: #ddd;
	font-size: 36px;
	font-weight: 200;
}

h2 {
	color: #ddd;
	font-size: 2.2em;
	letter-spacing: -1px;
	padding: 0 0 5px;
	font-weight: bold;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
}

h3 {
	color: #F00;
	font-size: large;
	margin-bottom: 10px;
	letter-spacing: 0px;
	font-weight: bold;
}

h4 {
	color: #9F0000;
	font-size: 1.5em;
	text-transform: uppercase;

	strong;
	font-weight: 300;
	padding-bottom: 10px;
}

h5 {
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #eee;
}

h7 {
	text-align: right;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}
/*Text End*/

/*Copyright Footer*/
footer  {
	font-size: 13px;
	color: #ddd;
	text-align: center;
	margin-top: 30px;
}


/* End Line Code*/
.end {
	clear: both;
}

/* menu */
#menu { float: center; width: 200px; height: 20px }
#menu ul a { float: right; display: block; width: 200px; height: 20px; font-size: 13px; padding: 20px 0; color: #666; text-decoration: none; font-weight: bold; text-align: center; outline: none; background: url(images/menu_off.png) top left no-repeat }
#menu ul a:hover, #menu ul .current { color: #fff; background: url(images/menu_on.png) top left no-repeat }
/*End*/


@media screen and (max-width: 740px) {

	body { font-size: 0.8em; }	

	header h1 a, header h1 a:hover { padding: 5px; }

	div#container { width: auto; }

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; padding: 0; }
	
	#content, aside.sidebar { float: none; width: auto; }

	footer .footer-content ul { width: auto; float: none; }
}


@media screen and (max-width: 540px) {

	body { font-size: 0.8em; background-position: left -100px; }

	header, header h1 a, header h1 a:hover { text-align: center; padding: 10px 0 0 0; font-size: 1.1em; }

	nav ul { margin-top: 0; padding: 0px; }
	
	nav ul li { float: none; text-align:center; display: block; margin-bottom: 2px;  }

	nav ul li a { float: none; margin-top: 0; display: block; }

	nav { height: auto; position: relative; }

}
#container #body #content h4 {
	color: #F4F4F4;
}
#container #body #content h4 strong {
	color: #9F0000;
	font-size: 24px;
}
#container #body #content h4 {
	color: #F90;
}
#container #body #content h4 {
	color: #FC3;
}
#container #body #content h4 {
	font-size: 12px;
}
#container #body #content h4 {
	font-weight: bold;
	color: #FC0;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#container #body #content p strong u {
	color: #9F0000;
}
#container #body #content p {
	color: #FFF;
}
#container #body #content p {
	color: #F00;
	font-size: large;
	font-weight: bold;
}
#container #body #content pre {
	font-weight: bold;
}
#container #body #content pre {
	font-size: medium;
}
#container #body #content pre {
	font-size: small;
}
#container #body #content pre {
	font-size: medium;
}
#container #body #content pre {
	font-size: small;
}
.RightMenu {
	text-align: right;
}
#container #body .sidebar.small-sidebar.left-sidebar #menu ul ul li .current {
	text-align: center;
}
.menudot {
	font-size: 1px;
}
#container #body .sidebar.small-sidebar.left-sidebar ul .text p {
	color: #FC0;
}
#container #body .sidebar.small-sidebar.left-sidebar ul .text p .article-info {
	color: #D7AF25;
}
#container #body #content h2 {
	font-family: Verdana, Geneva, sans-serif;
}
#container #body #content h2 {
	font-size: 18px;
}
#container #body #content h4 strong {
	font-size: 16px;
}
#container #body .sidebar.small-sidebar.right-sidebar article p {

}
