@charset "utf-8";
/*
Theme Name: WEB
Theme URI: http://mg-65.com
Version: 2.0
Description: 2 Column theme
Author: Matjaž
Author URI: http://mg-65.com
*/

* {
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS";
	}

body {
	background: #6e8bce;
	text-align: center;
	margin: 10px 0 0 0;
	}

#accessibility {
	display: none;
	}

/* -------------------
Main Structure
------------------- */
	
#frame {
	width: 802px;
	text-align: left;
	margin: 0 auto;
	background: #6e8bce url(http://mg-65.com/web/wp-content/themes/_images/bg_frame.jpg) 0 0 no-repeat;
	}
	
#middle {
	background: url(http://mg-65.com/web/wp-content/themes/_images/bg_frame.gif) 0 0 repeat-y;
	overflow: auto;
	width: 100%;
	}

#content {
	float: right;
	width: 600px;
	margin-top: 150px;
	border-left: 1px solid #98bae6;
	}
	
#sidebar {
	float: right;
	width: 190px;
	font-family: "Comic Sans MS";
	background-color: #3a70b6;
	color: #ffff99;
	margin-top: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	}

	
/* -------------------
Header
------------------- */

#header {
	height: 175px;
	}

#header h1 {
	width: 400px;
	float: left;
	padding-top: 137px;
	padding-left: 20px;
	}

#header h1 a{
	float: none;
	font-size: 12px;
	color: #ffffff;
	background-color: #3333cc;
	background-position: center center;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#header h1 a:hover{
	color: #ffcc00;
	text-decoration: underline;
	}

#header #blog {
	width: 300px;
	float: right;
	text-align: right;
	padding-top: 159px;
	padding-right: 10px;
	}

#header #blog li {
	list-style: none;
	float: right;
}

#header #blog li a {
	display: block;
	text-decoration: none;
	color: #ffcc00;
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	}

#header #blog li a:hover {
	background: #ffffff;
	}
	
/* -------------------
Content
------------------- */

#content .post {
	margin-top: 25;
	margin-right: 20px;
	margin-left: 25px;
	}
	
#content .entry, .post a, p, p a {
	line-height: 18px;
	font-size: 12px;
	color: #ffffff;
}

#content .entry p {
	margin-top: 10px;
	line-height: 24px;
}

/* general #content definitions */

#content .post {
	margin-top: 30px;
	}
	
#content .post h1 a{
padding-top: 20px;
	font-size: 16px;
	color: #ffcc33;
	text-decoration: none;
	font-weight: lighter;
	}

#content .post h1 a:hover{
	color: #fff7bd;
	text-decoration: underline;
	}
	
#content a:hover{
	color: #fff7bd;
	}

#content .post h2 {
	color: #cccccc;
	font-size: 11px;
	margin-top: 5px;
	}

#content ul.post-data {
	background: #447ac0;
	border-top: 1px solid #98bae6;
	list-style: none;
	color: #a5c1e5;
	line-height: 18px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
#content .post-data li {
	font-size: 11px;
	display:inline;
	}
	
#content .post ul.post-data a{
	padding: 0 0 0 15px;
	color: #cccccc;
	text-decoration: none;
	background-image: url(http://mg-65.com/web/wp-content/themes/_images/icon_postdata.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	}

#content .post ul.post-data li.posted a:hover, #content .post ul.post-data li.comments a:hover {
	color: #fff7bd;
	}

#content h3 {
	font-size: 14px;
	color: #ffcc00;
	text-align: center;
	font-weight: lighter;
	}

#content h4 {
	font-size: 18px;
	color: #CC0000;
	text-align: center;
	font-weight: bolder;
	}
/* -------------------
Sidebar
------------------- */

#sidebar h1 {
	font-family: "Comic Sans MS";
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	
#sidebar ul {
	list-style: none;
	}

#sidebar ul li {
	font-size: 10px;
	line-height: 18px;
	padding: 0 0 0 22px;
	}
	
#sidebar a {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #fff7bd;
	}


/* -------------------
Footer
------------------- */

#footer {
	clear: left;
	background: url(http://mg-65.com/web/wp-content/themes/_images/bg_footer.gif) 0 0 no-repeat;
	height: 71px;
	}
	
#footer #footertext {
	float: right;
	color: #b2c4dd;
	padding: 36px 30px 0 0;
	font-size: 12px;
	line-height: 24px;
	}
	
#footer #footertext a {
	color: #cccccc;
	text-decoration: none;
	}

#footer #footertext a:hover {
	color: #fff7bd;
	text-decoration: underline;
	}

	






