/*
	Author Name : exer
	Author Site : http://exer.110mb.com
	Style Name : Athena
	Style URI : http://mzsk.hu/athena
	Version : 1.2
	Comments : Manifested from ash and dust of bits to support the forthcoming glory of the Athena librarian weblog.
	Warning : Be aware the numbers of the sidebars! Not just in K2, in the WordPress Widgets menu too! They must be the same.
	Copyright: You have no right to copy. Stoling this style from Athena weblog is strictly prohibited. If you do so despite our warning, we'll get you feel like hell.
*/

body {  
    background: #cdc99c;
    background-image: url('backg.gif');
	background-repeat: repeat;
	}

#page {
	/* The entire design is contained within the 'page' id */
	padding: 0 0 10px;
	border-color: #000;
	border-width: 2px;
	}

.columns-two #page { 
	/* Main column streched, so either 2 or 3 columns, the header size is fix */
	width: 950px;
	}
	
.columns-two #primary { /* Fitting */
	width: 650px;
	}	
	
#header {
	/* Contains the H1 and menu */
	background-image: url('headerback.jpg');
	}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	background-color: #f6f5ee;
	margin-top: 20px;
	border-style: solid;
	border-width: 0px 2px;
	padding: 0px 8px;
	}

h1 a:hover { /* Blog title in header, underlines pah */
	text-decoration: none;
	}

.secondary h4 { /* Sidebar headlines bolding now, !important tag is because IE */
	font-weight: bold !important;
	}

#primary a:hover, #primary a:visited:hover { /* Post title, no underlines */
	text-decoration: none;
	}

.entry-meta a { /* Authors, categories */
	color: #666;
	}
	
h2 a:hover, h2 span a:hover { 
	color: #d2551e !important;
	}

a { /* Links */
	color: #d2551e;
	text-decoration: none;
	}	
	
