@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

.about_page {
	background: #fd2222;
}

.code_page {
	background: #39f200;
}

.blog_page {
	background: #261ec5;
}

img {
	border: none;	
}

body {
	color: #000000;	
}

#container {
	background: #000;	
}

#mainContent, #sidebar {
	font-size: .95em;
	color: #CCCCCC;
}

#mainContent h1, #sidebar h1 {
	font-size: 1.8em;
}

#mainContent h2, #sidebar h2 {
	font-size: 1.4em;
}

#mainContent p, #sidebar p {
	line-height: 1.4em;
	font-size: 1em;
}

#mainContent a, #sidebar a {
	color: #fff;
	text-decoration: none;
}

#mainContent a:visited, #sidebar a:visited{
	text-decoration: none;
}

#mainContent a:hover, #sidebar a:hover {
	/*color: #6644c5;	*/
	text-decoration: underline;
}

#mainContent ul {
	margin-left: 15px;
}

#footer p {
	color: #fff;	
}

div.clear {
	clear: both;	
}

a:active {
	outline: none;	
}
