/*  
Theme Name: Simpleton
Theme URI: http://www.fresh01.co.za/
Description: Simpleton is a free theme by <a href="http://fresh01.co.za">Cobus Bester</a> with a clean, simple design
Version: 1.0
Author: Cobus Bester
Author URI: http://www.fresh01.co.za/
*/

body  {
	text-align: center;
	background-color:#4573B3;
  font-family: Arial,  Verdana, sans-serif;
  line-height: 1.5; /* Unitless for proper inheritance */
}

body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */

table, tr, td, th  {
	border: none;
}

img  {
	border: none;
	text-decoration:none;


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  font-family:  Arial, Verdana, sans-serif;
  color:#000; 
  clear:both; 
  font-weight: bold;
}

h1{font-size: 1.1em;}
h2 { font-size: 13px; line-height:1.7em;}
h3 { font-size: 13px; line-height:1.3em;}
h4 {font-size: 0.9em; font-weight:100;}
h5 { font-size: 1em; font-weight:bold;}
h6 { font-size: 1em;}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em 0; text-align:left; }
p.last      { margin-bottom:0; }

ul, ol      { margin: 0 0 1.5em 1.5em; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

a:link		{ color: #345B9E; text-decoration: none; outline: none; }
a:hover     { color: #000000; text-decoration: underline;}
a:active	{ color: #345B9E; text-decoration: none;}
a:visited	{ color: #345B9E; text-decoration: none;}

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }


/* Forms
-------------------------------------------------------------- */

label     { font-weight: bold; }
textarea  { height: 180px; width: 300px; }


/* Some default classes
-------------------------------------------------------------- */

p.small   { font-size: 0.8em; margin-bottom: 1.875em; line-height: 1.875em; }
p.large   { font-size: 1.2em; line-height: 2.5em; }
p.quiet   { color: #666; }
.hide     { display: none; }


/* Extra fancy typography
-------------------------------------------------------------- */

/* For great looking quote marks in titles, replace "asdf" width:
   <span class="dquo">&#8220;</span>asdf&#8221;
   (That is, when the title starts with a quote mark). 
   (You may have to change this value depending on your font size). */  
   
.dquo { margin-left: -.7em; } 


/* Reduced size type with incremental leading
   (http://www.markboulton.co.uk/journal/comments/incremental_leading/)

   This could be used for side notes. For smaller type, you don't necessarily want to 
   follow the 1.5x vertical rhythm -- the line-height is too much. 
   
   Using this class, it reduces your font size and line-height so that for 
   every four lines of normal sized type, there is five lines of the sidenote. eg:

   New type size in em's:
     10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)

   New line-height value:
     12px x 1.5 = 18px (old line-height)
     18px x 4 = 72px 
     60px / 5 = 14.4px (new line height)
     14.4px / 10px = 1.44 (new line height in em's) */

p.incr, .incr p {
	font-size: 0.83333em; /* font size 10px */
	line-height: 1.44em;  
	margin-bottom: 1.8em; /* Still 1.5 x normal font size as baseline */
}
	
.button {
	font-size:20px !important; 
	font-weight:400 !important; 
	padding:6px 16px; 
	background:#FC0 url(http://www.odesk.com/images/btn_mid.gif) repeat-x scroll left top; 
	border-color:#FFDA47 rgb(165, 132, 0) rgb(165, 132, 0) rgb(255, 218, 71); 
	border-style:solid; 
	border-width:2px; 
	color:#000 !important; 
	text-decoration:none;
	display:block;
	margin:11px 0 11px 0px;
	width:185px;
	text-align:center;
	}

.noCircle {
	padding:0px auto;
	margin:0px auto;
	text-align:left;
	font-size:12px;
	}
.noCircle a {
	color:#345B9E;
	text-decoration:none;
	}
.noCircle a:hover {
	color:#000000;
	text-decoration:underline;
	}
.oconomy {
	padding-left:10px;
	margin:0 auto;
	}
.postBreak {
	background-color:#ffffff;
	}
}
/*------------------------- SITE STRUCTURE -------------------------*/

#container  {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	padding:0px auto;
	background-image:url(http://www.grouptivity.com/blog/wp-content/uploads/2009/04/background.gif);
}

#header  {
	position: relative;
	width: 960px;
	height: 75px;
	border-top: 24px solid #ED0000;
	border-bottom: 2px solid #ED0000;
	background-color:#ffffff;
}

#rss_search  {
	position: absolute;
	top: 0px;
	right: -15px;
}

#rss_search img {
	border: none;
	
}

#main  {
	float: left;
	background-color:#ffffff;
}

#content  {
	float: left;
	margin: 0 10px 20px 0;
	width: 610px;
}

.post  {
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
}

.post img  {
	padding: 5px;
	background-color: #eaeaea;
}

.post h2  {
	margin-bottom: -10px;
}

.post h3 a {
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.6em;
}

.post h2 a {
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.7em;
}

.navigation a, a.more-link  {
	text-decoration: none;
}

#recent  {
	border-bottom: 1px solid #eaeaea;
	background-color:#ffffff;
}

#recent h2  {
	padding: 10px 15px;
	border-bottom: 5px solid #345B9E;
}

#recent ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent li  {
	float: left;
	display: block;
	width: 170px;
	padding: 15px;
}

#recent li a  {
	text-decoration: none;
	font-size: 1.5em;
}

#bottomboxes  {
	width: 610px;
}

#recentcomments  {
	float: left;
	width: 610px;
}

#recentcomments strong  {
	color: #345B9E;
}

#pop_posts  {
	float: left;
	width: 300px;
}

#pop_posts h2, #recentcomments h2  {
	padding: 10px 15px;
	border-bottom: 5px solid #345B9E;
}

#pop_posts ul, #recentcomments ul  {
	margin: 0;
}

#pop_posts ul li, #recentcomments ul li  {
	display: block;
	height: 25px;
	padding: 8px 0 0 25px;	
	border-bottom: 1px solid #f5f5f5;
}

#recentcomments ul li  {
	border-right: 1px solid #eaeaea;
}

#pop_posts ul li:hover, #recentcomments ul li:hover  {
	background-color: #f5f5f5;
}

#pop_posts ul li:last-child, #recentcomments ul li:last-child  {
	border-bottom: 2px solid #eaeaea;
}

#pop_posts ul li a, #recentcomments ul li a {
	color: #000;
	text-decoration: none;
}

#recent li:last-child {
	border-right: none;
}

#about  {
	margin-bottom: 10px;
}

#about img  {
	padding: 5px;
	background-color: #eaeaea;
}

#about h2  {
	margin: -37px 0 15px 10px;
	font-weight: normal;
}

#footer  {
	padding: 10px;
	width: 940px;
	height: 50px;
	border-top: 1px solid #747474;
	background-color: #f5f5f5;
	color: #747474;
	margin:0 auto;
	clear:both;
}

#footer a  {
	color: #747474;
}

/*------------------------- SIDEBAR WIDGETS -------------------------*/

#sidebar  {
	float: right;
	padding: 10px;
	width: 320px;
	background-color: #f5f5f5;
}

#sidebar p  {
	margin: 5px;
}

#sidebar .left  {
	float: left;
	border-right: 1px solid #eaeaea;
	width: 160px;
	padding-right: 3px;
}

#sidebar .right  {
	float: left;
	width: 155px;
	padding-left: 0px;
}

#sidebar ul  {
	margin: 0 0 10px 0;
}


#sidebar ul li  {
	list-style: none;
}

#sidebar ul li h3 {
	font-weight: normal;
	font-size: 1.7em;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #345B9E;
	border-bottom: 1px solid #eaeaea;
}

#sidebar ul li ul li {
	padding: 5px 0 0 0px;
}

#sidebar ul li ul li a {
	color: #345B9E;
	text-decoration: none;
	padding: 5px 0 0 10px;
}

#sidebar ul li ul li a:hover {
	color: #000000;
	text-decoration: underline;
	padding: 5px 0 0 10px;
}

#calendar_wrap  {
	font-size: 8pt;
}

/*------------------------- END SIDEBAR WIDGETS -------------------------*/

/*------------------------- END SITE STRUCTURE -------------------------*/

/*------------------------- NAV -------------------------*/

#nav  {
	position: relative;
	bottom: 0;
	margin-bottom: -8px;
	margin-top:-93px;
	background-color:#ffffff;
}

#nav ul  {
	margin: 0;
	padding: 0;
}

#nav ul li  {
	display: inline;
	list-style: none;
}

#nav ul li a  {
	margin: 0;
	height: 30px;
	padding: 0px 6px 0 6px;
	color: #999;
	text-decoration: none;
}
#nav .blog {
	background-color:#999999;
	color:#ffffff;
	width:30px;
	padding:3px;
	}

#nav ul li a:hover  {
	color: #000;
	background-color:#ffffff;
	border-bottom: 0px solid #345B9E;
	padding-bottom:3px;
	
}

.nav2  {
	position: relative;
	bottom: 0;
	margin-bottom: 0px;
	padding-bottom: 3px;
	text-decoration: none;
	font-size:16px;
	color:#000;
	font-weight:bold;
	background-color:#F5F5F5;
	border-bottom: 2px solid #ED0000;
	font-family:Arial, Helvetica, sans-serif;
}

.nav2  a  {
	margin: 0 auto;
	padding: 3px 10px 0 10px;
	color: #4573B3;
	text-decoration: none;
}

.nav2  a:hover  {
	color: #009ee0;
	text-decoration: none;
}

/*------------------------- END NAV -------------------------*/

#searchform  {
	text-align: center;
	height: 50px;
	width:243px;
	padding-top:5px;
	padding-left:20px;
	margin-right:12px;
	background-color: #ffffff;
	vertical-align:middle;
}

#searchform #s  {
	width: 130px;
	margin: 10px 0px 7px 0px;
	background-color: #fff;
	border: 1px 1px 1px 1px;
	border-color:#eaeaea;
	font-size: 16px;
	padding: 0 5px;
}

#searchform  #searchsubmit {
	border: 1px solid #989898;
	background-color: #eaeaea;
	margin: 0 5px;
	font-size: 14px;
}

#header h1 a  {
	color: black;
	font-size: 1.75em;
	text-decoration: none;
}

.floatright  {
	float: right;
}

.floatleft  {
	float: left;
}

.textright  {
	text-align: right;
}

.textleft  {
	text-align: left;
}

.recententry  {
	border: 1px solid black;
}
.sup {
	font-size: 9px;
	text-transform: capitalize;
	vertical-align: super;	
	}
.related {
	margin:0px auto;
	padding:0px auto;
	margin-left:-40px;
	}