/*
Theme Name: HMG - Simple
Theme URI: http://HiveMindsGaming.com/
Description: 3 Columns flexible
Version: 1.2
History: 1.2 artichle_body img
1.1: body, news_pagging, footnote, article_title
1: table.main_content, h3, a, categories
Author: Alexandar Tzanov
Author URI: http://alexandartzanov.com/
*/

body {
	background: #045FB4;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 3px 3px 3px 3px;
}

a {
	text-decoration: none;
}

#categories {
	background: #DF0101;
	color: #FFFFFF;
	text-align: center;
}

#categories h3 a, #categories h3 a:hover, #categories h3 a:visited, #categories h3 a:active{
	color:#FFFFFF;
	text-decoration: none;
}

.content {
	clear: both;
}

.footnote {
	font-size: .7em;
	font-family: "Trebuchet MS", Georgia, Tahoma, serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: right;
	clear: both;
}

.article_title a {
	color: #7c1111;
/*	border: thin solid;
	box-shadow: 0.2em 0.2em #CCC;*/
}

.article_body img {
	float: right;
	padding: 2px;
	border: 1px solid #aaa;
	margin: 3px;
}

table.main_content {
	border-width: 3px 3px 3px 3px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(8, 75, 138) rgb(8, 75, 138) rgb(8, 75, 138) rgb(8, 75, 138);
	border-collapse: collapse;
	background-color: rgb(255, 255, 240);
}

table.main_content tr {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}

table.main_content td {
	border-width: 0px 0px 0px 0px;
	padding: 3px 15px 3px 3px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}

#news_pagging {
	font-style: italic;
	border-top-style: groove;
	border-top-width: 3px;
	border-top-color: #045FB4;
	text-align: center;
}