/* Reset -------------------------------------------------------------------*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,samp,small,strike,strong, sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,button,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;} /* remember to define focus styles! */
body {background-color: #fff;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal; }
html { height: 100%; margin-bottom: 1px; }
hr {display : none;}

/* General ---------------------------------------------------------------- */

body {
    font: normal 13px/20px Georgia, serif;
    background: url(../images/bg.gif) repeat-x top left;
    color: #444;
}

h1 {
	position: absolute;
	top: 75px;
	left: 10px;
	width: 192px;
	height: 92px;
	background: url(../images/frog.gif) no-repeat;
}
h1 a {
	display: block;
	width: 192px;
	height: 92px;
	text-indent: -9999px;
}
h2 { 
  	font-size: 20px;
  	margin-bottom: 20px;
	font-weight: normal;
	color: #333;
}

h3 { 
  	font-size: 16px; 
  	margin-bottom: 20px;
	font-weight: normal;
	color: #333;
}

p {
	margin-bottom: 20px;
}

ul, ol {
	margin-bottom: 20px;
}

/* next is for Navigation Cookbook */
.nav-example {
	margin-bottom: 20px;
} 
.nav-example ul, .nav-example ol { 
	margin-bottom: 0px;
}
li {
	margin-left: 15px;
	list-style: square;
}
ol li {
	list-style: decimal;
}
a {
	color: #619300;
}
a:hover {
	text-decoration: none;
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }

blockquote {
	margin-bottom: 20px;
	padding: 10px 10px 0;
	background: #f7f7f7;
	border: 1px solid #ddd;
	font-style: italic;
}

.left { float: left; }
.right { float: right; }

/* Layout ----------------------------------------------------------------- */

#container {
    margin: 0 auto;
}
#container,
#header,
#content,
#general,
#footer {
    width: 800px;
}
#header {
    position: relative;
    height: 200px;
    background: #77C022;
}
#main {
    padding-top: 36px;
}
#content_home {
    width: 800px;
    padding: 0 10px;
}
#content {
    float: right;
    width: 538px;
    padding: 0 10px 10px;
}
#sidebar {
    float: left;
    width: 222px;
    padding: 0 10px 10px;
}
#general {
    clear: both;
    border-top: 1px solid #ddd;
    padding: 0;
}
#footer {
    clear: both;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

/* Header ----------------------------------------------------------------- */

#header p {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	position: absolute;
	bottom: 45px;
	left: 252px;
}
#nav_access { 
	position : absolute; 
	top : -9999px; 
	margin: 0;
}

/* ADD THIS FOR IE */
#header_image {
	background:transparent url('../images/home_intro.gif') no-repeat scroll;
	width:800px;
	height:237px;
	margin-top:146px !important;
	position:absolute;
}

/* Main navigation -------------------------------------------------------- */

#nav_main {
	position: absolute;
	z-index: 1001;
	bottom: 0;
	margin: 0;
}
#nav_main li {
	float: left;
	margin-left: 0px;
	list-style: none;
}
#nav_main li a {
	float: left;
	display: block;
	background: #77C022;
	border-right: 1px solid #77C022;
	padding: 1px 15px 0;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
}

#nav_main li a:hover {
	background: #68A81D;
}

#nav_main li a.current {
	background: #fff;
	color: #333;
}
/* Sub navigation --------------------------------------------------------- */

#nav_sub li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	line-height: 14px;
	border-bottom: 1px solid #ddd;
}
#nav_sub li:first-child {
	padding-top: 0;
}
#nav_sub li a {
	color: #444;
	display: block;
}

#nav_sub li a.current {
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}

/* General ---------------------------------------------------------------- */

#general {
	font: normal 11px/15px Georgia, serif;
}
#general .box1 {
	float: left;
	padding: 10px;
	width: 222px;
}
#general .box2 {
	float: left;
	padding: 10px;
	width: 294px;
	border-left: 1px solid #ddd;
}
#general .box3 {
	float: left;
	padding: 10px;
	width: 222px;
	border-left: 1px solid #ddd;
}
#general h3 { margin-bottom: 8px; }
#general a { text-decoration: none; }
#general #latest-news ul { margin: 0; list-style: none; }
#general #latest-news li { margin: 0; padding: 4px 0; list-style: none; }
#general #latest-news .date {
	float: left;
	display: block;
	padding-right: 5px;
	width: 45px;
	color: #666;
	text-align: right;
	font-size: .9em;
}

/* Footer ----------------------------------------------------------------- */

#footer li {
	padding: 0 10px;
	list-style: none;
	margin: 0;
}

#footer li.copyright {
	float: left;
	width: 380px;
}

#footer li.credits {
	float: right;
	width: 380px;
	text-align: right;
}

/* Tables ------------------------------------------------------------------*/

table {
	width: 100%;
	margin-bottom: 20px;
}

table thead th {
	font-weight: bold;
}

table tbody th a {
	color: #333;
	font-size: 13px;
}

table thead th {
	padding-bottom: 6px;
}

table tbody td,
table tbody th {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #ccc;
	vertical-align:top;
}

/* Home -------------------------------------------------------------------*/

#img_intro {
	position: relative;
	z-index: 1000;
	top: -90px;
	left: -10px;
	margin-bottom: -80px;
}

/* Blog -------------------------------------------------------------------*/

.entry {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.entry h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
.entry h3 a {
	text-decoration: none;
}
.entry h4 {
	font-size: 14px;
	color: #999;
}
.entry .date {
	float: left;
	display: block;
	padding-right: 5px;
	width: 110px;
	color: #666;
	text-align: right;
	font-size: .9em;
}
.archive.entry {
	margin-bottom: 5px;
	border-bottom: 0;
}

#comment_form table {
  width: 100%;
}

#comment_form table tr td {
// width: 25%;
}

#comment_form img {
  vertical-align: middle;
  margin: 0.5em;
  padding: 0.1em;
  margin-left: 0;
  border: 1px solid grey;
}

/* Screenshot ------------------------------------------------------------*/

#screenshots {
	display: block;
	overflow: hidden;
	width: 545px;
}

.screenshot {
	cursor: pointer;
	float: left;
	width: 160px;
	margin: 0 7px 7px 0;
	padding: 6px;
	border: 1px solid #eee;
}

.screenshot:hover{ border: 1px dashed #bbb; color: #000; }

.screenshot span {
	display: block;
	font-weight: bold;
	padding: 2px 0 2px 1px;
	height: 28px;
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;
}

/* Twitter ------------------------------------------------------------*/

#twitter {
	position:relative;
	text-decoration:none;
	font-size:10px !important;font-style:normal;font-weight:normal;line-height:10px !important;
}
#twitter .tt {
	display:none;
	position:absolute;top:-28px;left:30px;
	padding:5px;width:130px;
	background:#E8F5FC;border:1px solid #07AAEF;
	color:#07AAEF;font-family:Helvetica,Arial,sans-serif;
	text-transform:uppercase;
}
#twitter:hover .tt { display: block; }
#twitter .tt .p, #twitter .tt .ip {
	position:absolute;width:0;height:0;border-bottom-width:0;background:none;
}
#twitter .tt .p {
	border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #07AAEF;bottom:-5px;right:auto;left:5px;margin-left:-5px;
}
#twitter .tt .ip {
	border-left: 3px solid transparent;border-right: 3px solid transparent;border-top: 3px solid #E8F5FC;bottom: auto;top:-5px;left:-3px;
}

