/*  
Theme Name: Codeode
Theme URI: http://codeode.com/
Description: The <a href="http://www.codeode.com">codeode</a> theme.
Version: 0.01
Author: Jon Kågström
*/

html, body, form, fieldset
{
  margin: 0;
  padding: 0;
}

/**************************************************************
 * Body & Page
 **************************************************************/
body 
{
  font-family: Trebuchet MS, Helvetica, sans-serif;
  color: #000000;
  background: #FFFFFF;
}

#page 
{
  background-color: white;
  border: 1px solid #959596;
  text-align: left;
}

img
{
  border-style : none;
}

/**************************************************************
 * Header
 **************************************************************/
#header
{
  height: 150px;
  background: url('images/codeode.jpg') no-repeat bottom left;
  background-color: #636342;
}

#header a
{
  background-color: #636342;
}

#headerimg a
{
  background-color: #636342;
}

#headerimg
{
  float: right;
}

/**************************************************************
 * Sidebar
 **************************************************************/
#sidebar 
{
  float: left;
  width: 250px;
  margin-top: -11px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-size:90%;
}

/**************************************************************
 * Content
 **************************************************************/
#content 
{
  margin-top: 15px;
  margin-left: 302px;
  margin-right: 100px;
}


/**************************************************************
 * Links
 **************************************************************/
a
{
  color: #0064A1;
  text-decoration: none;
}

a:hover, a:active, a:focus
{
  color: #0064A1;
  text-decoration: none;
}

/**************************************************************
 * Heading & Titles
 **************************************************************/
h1, h2, h3
{
  color: #726E4C;
  margin-bottom: 0em;
}

small
{
  font-size: 90%;
  color: #92A3AE;
}

#footer
{
  clear: both;
  height: 40px;
  background-color: #636342;
  color: #ffffff;
  text-align: center;
  line-height:20px;
}

#footer a
{
  color: #ffffff;
}

#definition
{
  font-size:80%;
}

#donationList
{
	width: 500px;
}

#column
{
	float: left;
	width: 33%;
}


/**************************************************************
 * Lists
 **************************************************************/
html>body .entry ul
{
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li
{
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before
{
	content: "\00BB \0020";
}

.entry ol
{
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 15px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 8px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/**************************************************************
 * Other
 **************************************************************/
th 
{
  padding: 5px;
  font-weight: bold;
  text-align: left;
}

fieldset
{
  border: none;
}

fieldset a
{
  font-weight: bold;
}

hr
{
  border-top: 1px solid #D0D9DF;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  height: 1px;
}
