/*
Theme Name: Square Goldfish
Theme URI: http://www.squaregoldfish.co.uk
Description: Baed on <a href="http://masnikov.com/emerald_stretch">Emerald Stretch</a> by Nikolaj Masnikov
Version: 0.1
Author: Steve Jones
Author URI: http://www.squaregoldfish.co.uk
*/

html, body {
  height: 100%;
  background-color: #2323A3;
}

body {
  margin: 0;
  background-color: #2323A3;
  font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 67.5%;
  color: #EAEAEA;
}

#wrapper{
  min-width: 900px;
  position: relative;
  min-height: 100%;
  background-color: #2323A3;
}

p {
  margin: 0px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FF8F29;
}

a {
  border: 0px;
  color: #999;
  text-decoration: none;
}

a:hover {
  color: #FF8F29;
  text-decoration: underline;
}

img {
  border: 0px;
}

.imglink {
    cursor: pointer;
}

hr {
  color: #EAEAEA;
  height: 0px;
  margin-top: 3px;
  margin-bottom: 3px;
}

td {
    vertical-align: top;
    padding: 5px;
}

/*code {
  font: 12px Monaco, "Lucida Console", "Courier New", "Courier", monospace;
  padding: 15px;
  border: #cde9a7 1px solid;
  background: #e9ffcb;
  display: block;
}*/

code, pre {
  font-family: 'Lucida Console', 'Courier New', Courier, Fixed;
  font-size: 90%;
  font-weight: bold;
  border: #cde9a7 1px solid;
  background: #374AD9;
  overflow: auto;
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px;
	display: block;
/*  width: 95%; /* Important for IE6  */
}

#header {
  color: #EAEAEA;
  clear: both;
  background-color: #2323A3;
  margin-bottom: 15px;
}

#header h1 {
  font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;
  letter-spacing: -1px;
  font-size: 250%;
  padding: 12px 0px 0px 0px;
  margin: 0;
  line-height: 90%;
}

#header h2 {
  font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;
  font-size: 160%;
  padding: 1px 0px 0px 0px;
  margin: 0px;
}

#header a, #header a:hover, #header a:active, #header a:visited {
  color: #FF8F29;
  text-decoration: none;
  border: 0;
}

#header a:focus {
  outline:none;    /* kills dotted border around the link */
}

#header a img {
  border: 0;
}

#header-logo {
  float: left;
  width: 111px;
  height: 100px;
  border: 0;
}

#header-logo-gravatar {
  margin: 11px 0 0 27px;
}

#header-title {
  margin: 0 0 0 0px;
  text-align: center;
  height: 110px;
  border: 0;
}

#header-navi {
  border: 0px;
  height: 35px;
  font-size: 130%;
  padding: 0px;
  margin: 0px 1px 0px 0px;
  vertical-align: middle;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

#header ul {
  margin: 0;
  padding: 0;
  float: left;
}

#header-navi ul li {
  line-height: 35px;
  text-align: center;
  float: left;
  list-style: none;
}

#header-navi li a {
  padding: 0px 9px;
}

#header-navi li a:hover {
  background: #EAEAEA;
  color: #2323A3;
  font-weight: bold;
}

#header-navi a, #header-navi a:active, #header-navi a:visited {
  color: #FF8F29;
  text-decoration: none;
  display: block;
  font-weight: bold;
}

/* Drop-down menus */
#dropmenu, #dropmenu ul {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-position:outside;
  position:relative;
  z-index:100;
  width:100%;
}

#dropmenu a {
  display:block;
  padding:0.25em 1em;
  text-decoration:none;
}

#dropmenu a:hover {
}

#dropmenu li {
  float:left;
  position:relative;
}

#dropmenu ul {
  position:absolute;
  display:none;
  width:13em;
  top:1.9em;
  border:2px solid #EAEAEA;
}

#dropmenu ul a {
}

#dropmenu li ul {
  width:13em;
  top:auto;
  background:#374AD9;
}

#dropmenu li ul a {
  width:  11.6em;
  height: auto;
  float:  left;
  text-align: left;
}

/* Sub-menu */
#dropmenu ul ul {
  top:auto;
}

#dropmenu li ul ul {
  left: 13em;
  margin:0px 0 0 0px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}
/* Drop-down menus */

#content-wrapper {
  margin-bottom: 1em;
  float: right;
  width: 98%;
  display: inline;
  background-color: #2323A3;
}

#content {
  width: 70%;
  float: left;
  font-size: 120%;
  line-height: 150%;
  display: inline;
  background-color: #2323A3;
  text-align: justify;
  padding-left: 8px;
  padding-right: 8px;
}

#content a {
  color: #999;
  text-decoration: underline;
}

#content a:visited {
  color: #999;
  text-decoration: underline;
}

#content a:hover {
  color: #FF8F29;
  text-decoration: underline;
}

#content img {
  /*margin: 0 10px 10px 0;*/
}

#content h1 {
  margin-top: 0;
  font-size: 190%;
  line-height: 115%;
}

#content h2 {
  font-size: 160%;
  line-height: 120%;
}

#content h3 {
  font-size: 130%;
  line-height: 120%;
  font-weight: bold;
}

#content blockquote {
  background-color: #e9ffcc;
  border-left: 3px solid #cde9a7;
  margin: 0 0 5px 15px;
  padding: 5px 10px 1px 8px;
}

#content h1 a, #content a h1,
#content h2 a, #content a h2,
#content h3 a, #content a h3 {
  text-decoration: none;
  color: #FF8F29;
}

#content h1 a:visited, #content a:visited h1,
#content h2 a:visited, #content a:visited h2,
#content h3 a:visited, #content a:visited h3 {
  color: #FF8F29;
  font-weight: bold;
  text-decoration: none;
}

#content h1 a:hover, #content a:hover h1,
#content h2 a:hover, #content a:hover h2,
#content h3 a:hover, #content a:hover h3 {
  color: #FF8F29;
  text-decoration: underline;
}

#content .pagetitle {
  margin-bottom: 10px;
  font-weight: bold;
}

#content .subtitle {
  font-weight: bold;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 10px;
}

#content .inset_pic {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

.apiPrototype {
  font-family: "Lucidatypewriter", monospace;
  font-weight: bold;
  font-style: italic;
  font-size: 1.2em;
}

.eapp {
    float: left;
    text-align: center;
    width: 110px;
    height: 87px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.eapp_icon {
    height: 50px;
    cursor: pointer;
}

.eapp_icon_image {
    border: none;
    color: #2323A3;
    background-color: #A0A0A3;
}


#content ul, #content ol {
  padding: 0 0 0 20px;
}

#content ul {
  list-style: square;
}

#content ul li, #content ol li {
  margin: 3px 0 3px 0;
  padding: 0;
}

#sidebar-right {
  list-style: none;
  float: right;
  width: 23%;
  margin-right: 15px;
  padding-left: 15px;
  font-size: 110%;
  display: inline;
  line-height: 125%;
  background-color: #2323A3;
  text-align: left;
  border-left: 1px solid #999999;
}

#sidebar-right h2, #sidebar-right h2 {
  margin-top: 0px;
  font-size: 120%;
  font-weight: bold;
  color: #FF8F29;
  padding: 1px 0 1px 1px;
  line-height: 110%;
}

#sidebar-right h2 a, #sidebar-right h2 a{
  color: #FF8F29;
  text-decoration: none;
}

#sidebar-right ul, #sidebar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar-right ul li, #sidebar-right ul li {
  margin: 0 0 20px 0;
}

#sidebar-right ul ul, #sidebar-right ul ul {
  padding: 0 0 0 8px;
}

#sidebar-right ul ul li, #sidebar-right ul ul li,
#sidebar-right ul ul ul li, #sidebar-right ul ul ul li {
  margin: 5px 0;
}


#postmeta {
  font-size: 80%;
  margin-bottom: 30px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #7878EF;
  color: #EAEAEA;
  clear: both;
  line-height: 100%;
}

#postmeta a {
  color: #999;
  text-decoration: underline;
}

#postmeta a:visited {
  color: #999;
  text-decoration: underline;
}

#postmeta a:hover {
  color: #FF8F29;
  text-decoration: underline;
}

#postmeta p {
  line-height: 100%;
}

#postmeta img {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

#postmeta .editlink {
  float: right;
  margin-top: 5px;
}

.postnav {
  width: 86%;
  float: left;
  list-style: none;
  line-height: 110%;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 0;
}

.postnav li.left {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.postnav li.right {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
}

#comments {
  clear: both;
  float: none;
  margin-top: 50px;
}

#comments ul li, #comments ol li {
  margin-bottom: 40px;
  border-bottom: 1px dotted #688848;
}

#comment-area {

}

#comment-form {

}

.commenter {
  color: #EAEAEA;
}

.comment-moderation {
  color: red;
}

.comment-info {

}

#footer {
  position: relative;
  margin: -25px 0 0;
  clear: both;
  height: 17px;
  line-height: 17px;
  color: #EAEAEA;
  padding: 0 15px 0 15px;
  font-size: 110%;
  border-top: 4px solid #2323A3;
  border-bottom: 4px solid #2323A3;
  background: #2323A3;
}

#footer a {
  color: #999;
  text-decoration: underline;
}

#footer a:hover {
  color: #FF8F29;
  text-decoration: underline;
}

#footer p {
  margin: 0;
}

#footer-left {
  float: left;
  text-align: left;
}

#footer-right {
  float: right;
  text-align: right;
}

.hasFloat:after {
  content: "";
  display: block;
  clear: both;
}

#searchform input {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color:#EAEAEA;
  margin: 0 0 3px 0;
  padding: 2px 4px 2px 4px;
  color:#2323A3;
}

#searchform input:hover {
  cursor:text;
  background-color: #2323A3;
  border: #7878EF 1px solid;
  color: #EAEAEA;
}

#searchform #s {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin: 0 0 3px 0;
  background-color:#EAEAEA;
  padding: 3px 4px 3px 4px;
  border:#7878EF 1px solid;
  color:#2323A3;
}

#searchform #s:hover {
  background-color:#EAEAEA;
  color:#2323A3;
}

img#wpstats {
  width: 0px;
  height: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.alignnone {
   float: none;
}

.wp-caption {
   #border: 1px solid #ddd;
   text-align: center;
   background-color: #2323A3;
   font-style: italic;
   padding: 7px;
   margin: 10px 10px 10px 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 90%;
   line-height: 120%;
   padding: 0;
   margin: 5px 0 0 0;
}

#wp-calendar {
  margin: 0 auto;
  line-height: 150%;
}

table#wp-calendar{
  width: 90%;
}

#wp-calendar a {
  text-decoration: underline;
  font-weight: bold;
}

table#wp-calendar tfoot td a{
  border: 0;
  font-weight: normal;
}

table#wp-calendar th, table#wp-calendar td {
  text-align: center;
}

.widget_tag_cloud {
  line-height: 200%;
}
