/*   
Theme Name: Technomads
Theme URI: 
Description: 
Author: Keath and Ceridwen
Author URI: http://www.keathandceridwen.com/
Version: 0.1
*/

/* Color Schemes
   -------------
 Orange Dark: #AA3511
 Orange Light: #E0D3CD
 GreenBlue Dark: #618788
 Green Light: #D4DBD3
 Blue Light: #B6CAD1
*/

body {
 background-image: url('images/background.jpg');
 background-repeat: repeat-x;
 background-color: #FFFFFF; 
 margin: 0;
 font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
 }

#polaroid {
 position:absolute;
 left:0px;
 top:0px;
 width:279px;
 height:285px;
 background: url('images/current-polaroid.jpg') no-repeat;
 }

#header-img {
 position:absolute;
 left:279px;
 top:0px;
 width:486px;
 height:184px;
 }

#subheader {
 position:absolute;
 left:279px;
 top:184px;
 width:60%;
 height:101px;
 margin: 3px 5px 0 35px;
 }

 #subheader #search {
  float: left;
  width: 45%;
  }
		
 #subheader #cats {
  float: right;
  width: 45%;
  }

#sidebar {
 position:absolute;
 left:0px;
 top:285px;
 width:285px;
 margin: 10px 0 10px 3px;
 }

#content {
 /*position:absolute;
 left:285px;
 top:285px;
 margin: 10px 20px 10px 35px;
 padding: 0;*/
 right:0;
 margin: 291px 20px 10px 300px;
 padding:0;
 z-index:0;
 }

#footer {
 text-align: center;
 font-size:.7em;
 border: 1px solid #D4DBD3;
 width:100%;
 height:100%;
 }

.post {
 border-top: 1px #E0D3CD dotted;
 padding: 7px 3px 1px 4px;
 }

.comments {
 margin: 0 0 5px 5%;
 padding-left: 8px;
 /*border-left: 3px #618788 solid;
 border-bottom: 1px #618788 solid; */
 }

/* author_image style */
.author_image {
 float:right;
 }

/* Typography and Colors Styles */
h1, h2, h3 {
 font-weight: bold;
 color: #AA3511;
 }

.post_head {
 margin-top:-19px;
 }

p {
 font-size: .8em;
 }

.entry ol li {
 font-size: .8em;
 }

a:link {
 color: #AA3511;
 text-decoration: underline;
 }

a:visited {
 color: #618788;
 text-decoration: none;
 border: none;
 }

a:hover {
 color: #E0D3CD;
 text-decoration:none;
/* wicked annoying - remove! border-bottom: 1px #E0D3CD dashed; */
 }

.pagetitle {
 text-align:center;
 text-decoration:underline;
 }

.footnote {
 font-size:smaller;
 vertical-align:baseline;
 position:relative;
 bottom:0.33em;
 }

.footnotes {
 font-size:.7em;
 border-top:1px solid black;
 width:70%;
 margin-left:5%;
 }
/* End Typography & Colors */

/* Calendar Styles */
#wp-calendar {
 border: 1px solid #333333;
 text-align: center;
 margin: 0 0 0 -15px;
 padding: 0;
 font-size: smaller;
 }

#wp-calendar caption {
 font: bold 1.2em 'Century Gothic', Verdana, Arial, Sans-Serif;
 text-align: center;
 background-color: #AA3511;
 color:#FFFFFF;
 border: 1px solid #333333;
 border-bottom: none;
 margin: 0;
 padding: 0;
 }

#wp-calendar tbody, #wp-calendar tfoot {
 background-color: #717171;
 padding: 0;
 margin: 0;
 }

#wp-calendar tbody tr td a {
 background-color: #AA3511;
 color:#FFFFFF;
 }

/* unused?
#wp-calendar th {
 padding: 0;
 }
*/
/* End Calendar Styles */

/* Postit Date */
.post .post_cal {
 border: 1px solid #A6A6A6;
 text-align: center;
 width: 50px;
 float: left;
 margin: 0 10px 5px 0;
 }

 .post_cal .dayname {
  background-color: #AA3511;
  border-bottom: 1px solid #A6A6A6;
  color: #FFFFFF;
  font-size: smaller;
  font-weight: bolder;
  width: 100%;
  }
	
 .post_cal .daynum {
  border-bottom: 1px solid #A6A6A6;
  font-size: xx-large;
  font-weight: bold;
  width: 100%;
  }
	
 .post_cal .month, .post_cal .year {
  font-size: smaller;
  width: 100%;
  }

.postmetadata {
 font-weight: bold;
 }
/* End Postit Date */

/* Sidebar Styles */
#sidebar ul {
 list-style-type: none;
 margin: 0 5px 10px 0;
 padding-left:0;
 font-size: smaller;
 }

#sidebar ul li {
 list-style-type: none;
 list-style-image: none;
 margin-bottom: 10px;
 margin-left:0;
 padding-left:0;
 }

#sidebar ul ul, #sidebar ul ol {
 margin: 5px 5px 5px 25px;
 padding-left:0;
 font-size: smaller;
 }

/*
unused?
#sidebar ul ul li, #sidebar ul ol li {
 margin: 2px 5px 0 0;
 padding: 0;
 }
*/

#sidebar ul li h3 {
 font-size: 1.35em;
 }

#sidebar ul li ul li {
 list-style-type: square;
 }

#sidebar .one-image, #sidebar .one-image a:hover {
 display:inline;
 border:0;
 }

.sidebox {
 margin: 0 auto; /* center for now */
 width: 17.5em; /* ems so it will grow */
 background: url('images/sbbody-r.gif') no-repeat bottom right;
 }

.boxhead {
 background: url('images/sbhead-r.gif') no-repeat top right;
 margin: 0;
 padding: 0;
 text-align: left;
 }

.boxhead h3 {
 background: url('images/sbhead-l.gif') no-repeat top left;
 margin: 0;
 padding: 8px 30px 8px;
 font-weight: bold; 
 font-size: 1.2em; 
 line-height: .8em;
 }

.boxbody {
 background: url('images/sbbody-l.gif') no-repeat bottom left;
 margin: 0;
 padding: 5px 0px 10px 0px;
 }
/* End Sidebar Styles */

.imagelink {
  float:left;
  margin:10px 10px 10px 0;
  border:none;
 }

.feed {
 border:0;
 list-style-image:url(./images/feed-icon-10x10.png);
 }

/* running chart styles */
table.chart {
 border:1px dashed black;
 border-collapse:separate;
 font-size:10px;
 }
table.chart td {
 padding:3px;
 border: 1px dashed gray;
 }
table.chart td.noborder {
 border: none;
 }
table.chart th {
 margin-bottom:0;
 background-color:#AA3511;
 color:white;
 font-size:12px;
 font-variant:small-caps;
 font-stretch:wider;
 }
table.chart th.subhead {
 margin-top:0;
 background-color:#E0D3CD;
 font-size:10px;
 font-variant:small-caps;
 font-stretch:wider;
 }

/* WPG2 Styles */
.g2image_normal {
 margin: 4px;
 }

.g2image_float_left {
 float: left;
 clear: left;
 margin: 4px;
 }

.g2image_float_right {
 float: right;
 clear: right;
 margin: 4px;
 }

.g2image_centered {
 display: block;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 }

#gallery {
 position:absolute;
 left:0px;
 top:285px;
 }

/**
 * WordPress Static Stuff that should never have been removed from original theme!
 */

.alignright {float:right; margin:0 0 1em 1em; text-align:right;}
.alignleft {float:left; margin:0 1em 1em 0; text-align:left;}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
a .alignright {float:right; margin:0 0 1em 1em}
a .alignleft {float:left; margin:0 1em 1em 0}
a .aligncenter {display: block; margin-left: auto; margin-right: auto}

.wp-caption {
  text-align:center;
  padding:7px 2px 2px;
}

.wp-caption p.wp-caption-text {
  font-size:12px;
  line-height:17px;
  padding:2px 4px 5px;
  margin:0;
  color:#555;
	font-style:italic;
}
