/*  
Theme Name: Organic Remixed
Theme URI: http://test.hobbitskull.com
Description: <p>Organic remixed theme. Web 2.0 style with a nice pop art and vector art flare to it.</p>
Version: 1.0
Author: kokoka
Author URI: http://hobbitskull.com

*/
@charset "utf-8";
/* CSS by Ali Razaqpur - alirazaqpur@gmail.com - http://ali.razaqpur.com/ */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;

}
a {
	color: #1F5C05;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px;
	margin-top: 5px;
}
h2 {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
h4 {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}


/* Table Styles */

.headercontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #1F5C05;
	background: url('img/header_bg.png') repeat-x;
	padding-left: 20px;
	padding-right: 20px;
}
.headercontainer a {
	text-decoration: none;
	color: #1F5C05;
}
.headercontainer .h1 {
	color: #1F5C05;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.headercontainer .h2 {
	color: #1F5C05;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.leftcollum {
	text-align: right;
	background: #FFFFFF url(img/leftcollum_bg.png) repeat-y;
	background-position: right;
	width: 216px;
	padding-top: 10px;
}
.leftcollumspacer {
	background: #FFFFFF url(img/leftcollum_bg.png) repeat-y;
	background-position: right;
	width: 216px;
	height: 10px;
}
.panel1top {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	/*background: #FFFFFF url(img/leftcollum_panel1.png) repeat-y;*/
	background: #FFFFFF url(img/leftcollum_panel1.png) no-repeat;
	background-position: top right;
	padding: 0px;
	padding-top: 15px;
	padding-left: 30px;
	min-height: 30px;
}
.panel1top .searchform {
	color: #666666;
	border: 1px solid #1F5C05;
	background: url(img/searchform_bg.png) repeat-x;
	width: 100px;
	height: 18px;
	padding: 0px;
	padding-top: 3px;
}
.panel1top .searchbutton {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #1F5C05;
	background: url(img/searchbutton_bg.png) repeat-x;
	height: 23px;
	padding: 0px;
}
.panel1bottom {
	background: #FFFFFF url(img/leftcollum_panel1.png) no-repeat;
	background-position: bottom right;
	padding: 0px;
	padding-left: 38px;
	height: 15px;
}
.panel2top {
	background: #FFFFFF url(img/leftcollum_panel2.png) no-repeat;
	background-position: top right;
	padding: 0px;
	padding-left: 38px;
	height: 10px;
}
.panel2middle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #FFFFFF url(img/leftcollum_panel2middle.png) repeat-y;
	background-position: top right;
	padding: 0px;
	padding-left: 30px;
}
.panel2middle a {
	color: #336600;
}
.panel2middle ul {
	margin: 5px;
}
.panel2middle li {
	list-style-type: none;
	margin-left: 0px;
}
.panel2bottom {
	background: #FFFFFF url(img/leftcollum_panel2.png) no-repeat;
	background-position: bottom right;
	padding: 0px;
	padding-left: 50px;
	height: 15px;
}
.middlecollum {
}
.middlecollum .toppanel {
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	text-align: left;
	background-color: #BDCEA4;
	margin: 10px;
	padding: 32px;
}
.middlecollum .recentcontainer {
	height: 221px;
}
.middlecollum .recentcontainer a {
	text-decoration: none;
	color: #336600;
}
.middlecollum .recentcontainer li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.middlecollum .recentblog {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #336600;
	background: url(img/recentblog_bg.png) no-repeat;
	width: 307px;
	height: 174px;
	line-height: 30px;
	padding: 25px;
	padding-top: 20px;
	float: left;
}
.middlecollum .recentcomment {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #336600;
	background: url(img/recentcomment_bg.png) no-repeat;
	width: 328px;
	height: 174px;
	line-height: 30px;
	padding: 25px;
	padding-top: 20px;
	float: right;
}
.middlecollum .postheader {
	font-weight: bold;
	color: #336600;
	border: 1px solid #336600;
	text-align: left;
	background: url(img/blogtitle_bg.png) repeat-x;
	height: 39px;
	line-height: 39px;
	margin: 10px;
	padding: 10px;
}
.middlecollum .postheader a {
	color: #336600;
}
.middlecollum .postheader .date {
	font-size: 14px;
	float: right;
	margin-right: 8px;
}
.middlecollum .postcontents {
	font-size: 12px;
	color: #666666;
	text-align: left;
	margin: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.middlecollum .postcontents a {
	color: #006699;
	text-decoration: none;
}
.middlecollum .postcontents a:hover {
	color: #000000;
	text-decoration: none;
}
.middlecollum .postfooter {
	font-size: 14px;
	font-weight: bold;
	color: #336600;
	border: 1px solid #336600;
	text-align: left;
	background: url(img/blogfooter_bg.png) repeat-x;
	height: 12px;
	line-height: 12px;
	margin: 10px;
	padding: 10px;
}
.middlecollum .postfooter a {
	color: #336600;
}
.middlecollum .copyright {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #A8D26B;
	margin: 10px;
	margin-top: 50px;
	padding: 10px;
}
.middlecollum a {
	
}
.middlecollum a:hover {
	text-decoration: none;
}
.rightcollum {
	background: url(img/rightcollum_bg.png);
	background-position: left;
	width: 73px;
}

/* Wordpress Stuff */

.linkcat {
	margin: 0px;
}
.pagenav {
	margin: 0px;
}