/*
	Theme Name: The Wild Type
	Description: None
	Version: 0.0.1
	Author: Todd Harris
	Author URI: http://toddharris.net/
	Theme URI: http://thewildtype.com/
		 
	Copyright 2008 Todd Harris, Ph.D. - All Rights Reserved
*/

/* Major Components */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #2b2d23;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
//	font-family: Helvetica, "Lucida Grande", Verdana, Arial, sans-serif;
	font-variant: normal;
	font-style:normal;
	font-weight:normal;
/*	font-size:62.5%;
	font-size-adjust:none; */
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:800px;
	height:100%;
}

p {
}


#maincontainer {
	margin: 15px 0px auto;
	padding: 15px 0 0 3px;
	width: 800px;
	text-align: left;
	overflow: hidden;
	border-left:1px solid #6699cc;
	border-top:1px solid #6699cc;
}

#singlecontainer {
	margin: 0;
}

#feedbackcontainer {
	margin: 0;
}

#bottomcontainer {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	height: 100%;
	overflow: hidden;
/*	background: url(images/bottombg.gif); */
}

/* Basic XHTML styling */

h1, h2, h3 {
	margin: 0px;

}

h1 {
	text-align: left;
	font-size: 1.6em;
	color: #666666;
}

h2 {
	margin: 8px 0 10px 0px;
	padding: 0;
	font-size:1.5em;
	color: #666666;
}

h3 {
	line-height: 120%;
	margin: 15px 0 0 20px;
	font-size:1.4em;	
}	

h4 {
	color: #666666;
	font-size:1.3em;
	font-weight: bold;

}

a { text-decoration: none; }

a:link    { color:#339999; }
a:visited { color: #339999; }
a:hover   { color: #66CCCC; }
a:active  { color: #99FFFF; }


a img {
	max-width: 400px;
	border: none;
	padding: 1px;
}

/* Header Styling */

#header {
	text-align:left;
}

#header .title {
	font-size:1.6em;
	font-weight:bold;
	padding-bottom:2px;
}


#headerbyline {
	font-style:italic;
	font-size:1.0em;
	color:#666666;
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 5px;
	text-align:left;
}

#header a:link{
	text-decoration: none;
	color: #339999;
}

#header a:visited { }


/* Search Form Styling */

#search{
	float:right;
	width:200px;
	margin: 0;
	padding: 7px 30px 0 0;
	-moz-opacity:0.4; */
	text-align:right;
}
#search:hover{
	-moz-opacity:1.0;
}
#search .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}
#search input{ 
	width:175px; 
	font-size: 0.85em; 
	background:#f2f2f2;
	margin-top:2px;
}
#search input:focus{
	background:#FFF;
}

#searchform{
	margin:1em 0;
	border: none;
}

#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:30em;
	color:#666666;
	padding:0.25em;
}

#searchform #searchsubmit{
	background:#000;
	color:#666666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

#searchresult {
	float: right;
	width: 475px;
	margin: 0;
	margin-top: 12px;
	text-align: left;
	padding: 0 15px 0 5px;
	line-height: 150%;
}

#searchresult h2 {
	margin-left: 0;
}

#searchresult ul {
	list-style-type: none;
	list-style-image: none;
	margin: 2px 10px 2px 0;
	padding: 0;
}

#searchresult ul li {
	margin: 0 5px 0 0;
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0 3px 0px;
	color: #777777;
	border-bottom: 1px solid #cccccc;
}

#searchresult ul .date {
	color:#858585;
	padding:0 1.5em 0 0;
}


/* Titlebar Styling */

#titlebar {
	width: 840px;
	height: 0px;
	margin: 10px auto 4px auto;
}


/* Main Content Styling */

#content {
	margin: 0;
	text-align: left;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 500px;
}

#singlecontent {
	float: right;
	width: 500px;
	margin: 0;
	text-align: left;
	padding: 5px 15px 0 5px;
	line-height: 150%;
}

/* Post Styling */

.post {
	margin: 0px 25px 45px 0px;
	padding: 0px 35px 0px 20px;
/*        border-left: 1px dotted #CCCCCC;
        border-bottom: 1px dotted #CCCCCC;
*/
	color:#444444;
}

.posttitle {
	margin: 5px 0px 10px 0px;
	color:#666666;
	font-size: 1.0em;
}

.postdate {
	font-weight:bold;
}

.posttitle a:link {
	margin: 0;
	padding: 0;
}

.posttitle a:visited { }

.posttitle a:hover, .posttitle a:active { }

.postcontent {
  margin-right:10px;
  font-size:0.9em;
  line-height:1.8em;
  margin-top:5px;
  padding:5px 0px 0px 0px;
}


.postcontent ul {
	list-style-type: none;
	list-style-image: none;
	font: Helvetica, sans-serif;
}

.postcontent ol {
	font: Helvetica, sans-serif;
}
.postcontent ul li {
	list-style-type: none;
//	list-style-image: url(images/bullet.gif);
	list-style-image:none;
	margin-top: 3px;
	margin-left: 0px;
}

.postcontent ol li {
	margin-top: 3px;
	margin-left: 0px;
}

.postcontent a:link {
}

.postcontent a:visited {}

.postcontent a:hover {  }

.postcontent p img {
	max-width: 400px;
	border: none;
	padding: 1px;
}

.postcontent h2 {
	padding-bottom:2px;
	font-weight:bold;
}

.aside {
	font-style:italic;
}


/* Misc Post Styling */

.postmetaclass {
	float:right;
	text-align:right;
}

.postmetadata {
	float:right;
	color:gray;
	font-size:0.8em;
	text-align: right;
}	


.details {
	border-top:1px solid #CCCCCC;
	margin:5px 0 5px 0;
	padding:5px 0px 5px 0px;
	font-size: 0.7em;
	line-height:1.5em;
	color:gray;
}

/* FRIEND FEED PLUGIN */
.friendfeedcomments { margin:0 0pt;}


.flickr-yourcomment {
	margin-top:5px;
}

.mapstraction {
	padding:8px 0 5px 0;
}

.tags {
      padding: 0 0 2px 0;
}

.details a:link, .details a:visited {  }

.details a:hover {  }




.singlecomment {
	color: #666666;
	text-align: right;
	font-size: 0.9em;
	margin: 0 0 10px 0;
	padding: 10px 25px 10px 0px;
	background: url(images/postbottom.gif) no-repeat;
}

.navigation {
	text-align: center;
	margin: 0px 0 0;
	padding: 0px 0 0 0;
	width: 100%;	
	font-size:0.8em;
	}

.navigation .left {
	float: left;
	width: 50%;
	text-align: left;
	}

.navigation .right {
	float: right;
	width: 50%;
	text-align: right;
}

/* Sidebar styling */

#sidebar {
	float: right;
	width: 300px;
	line-height: 1.4em;
	font-size: 0.8em;
}

#sidebar h2 {
	margin: 0px 5px 5px 0;
	color: #666666;
	font-size:1.0em;
//	text-transform:lowercase;
//	background-color:#E7E7E7;
	background-color:#FFFFFF;
	padding:10px;
}

#sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
}

#sidebar ul {
	list-style-type: none;
	list-style-image: none;
	margin: 8px 0 0 5px;
	padding: 0;
//	border-bottom: 1px solid #cccccc;
}

#sidebar .textwidget {
	padding: 0px 0 0px 20px;
}

#sidebar ul li {
	margin: 3px 5px 0 0;
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0 3px 20px;
	color: #666666;
}

#sidebar ul li a {
	height:1%; /* IE WIN */
}

#sidebar ul li a:hover {
	text-decoration: none;
}

#sidebar ol{
	list-style-type: none;
	list-style-image: none;
	margin: 2px 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}

#sidebar ol li{
	margin: 0 5px 0 0;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	color: #666666;
}

/* Footer Styling */

#footer{
	border-top:1px solid #6699cc;
	font-size:0.7em;
	clear:both;
	margin: 0 auto;
	padding: 0;
}

#footercredit {
	text-align: left;
	margin: 0px;
	padding: 10px 0 10px 30px;
	color: #878787;
	float: left;
}

#footermeta {
	text-align: right;
	margin: 0px;
	padding: 10px 30px 10px 0;
	color: #878787;
	float: right;
}

#footer a:link, #footer a:hover {  }

#footer a:visited { }

#footer a:hover {  }

/* Info menu styling */

#infomenu {
	float: left;
	width: 230px;
	margin-top: 1.2em;
	padding-left: 25px;
}

#infomenu h2 {
	margin-left: 0;
}

#infomenu p {
	padding-bottom: 0.6em;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}

dl {
	margin:0 0;
	border-bottom: 1px solid #cccccc;
	padding:0.5em 0 0.6em 0;
}

dt {
	display:inline;
	margin:0;
	padding:0;
	color:#909090;
}

dd {
	display:inline;
	margin:0;
	padding:0;
	color: #555555;
}

/* Bottombar styling */

#bottombar {
	width: 760px;
	margin: 0 auto;
	padding: 1.2em 20px 0 20px;
}

.bottombarbox {
/*
	float:left;
	width: 30%;
	padding: 0 0 0 10px;
*/
}

.bottombarboxleft {
    float:left;
    width: 30%;
    padding: 0 0 0 10px;
}

.bottombarboxright {
	float:left;
	width: 50%;
	padding: 0 0 0 10px;
}

.bottombarboxheader {
	height: 22px;
	margin: 0 5px 5px 0;
	border-bottom: 2px solid #0860a8;
}

.bottombarboxheader .iconimg {
	margin: 0px 3px 0 0;
	width: auto;
	float: left;
}

.bottombarbox h2 {
	margin: 0;
	padding: 2px 0 2px 0;
	color: #666666;
}

.bottombarbox p {
	margin: 0;
	padding: 5px 5px 5px 0;
	color: #666666;
}

.bottombarbox a img {
	float: right;
	margin: 0;
	padding: 9px 7px 1px 0;
}

.bottombarbox ol{
	list-style-type: none;
	list-style-image: none;
	margin: 8px 0;
	padding: 0;
}

.bottombarbox ol li{
	margin: 0 5px 0 0;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	color: #666666;
}

.bottombarbox ul{
	list-style-type: none;
	list-style-image: none;
	margin: 2px 0;
	padding: 0;
}

.bottombarbox ul .date{
	color:#666666;
	padding:0 1.5em 0 0;
}

.bottombarbox ul li{
	margin: 0 5px 0 0;
	list-style-type: none;
	list-style-image: none;
	padding: 3px 0 2px 0px;
	color: #777777;
}

.bottombarbox ul li ul {
	margin-bottom: 2px;
}

.bottombarbox ul li ul li{
	margin-left: 15px;
	padding-left: 0;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}

.bottombarbox ul li a, .bottombarbox ol li a, {
	color: #0860a8;
	height:1%; /* IE WIN */
}

.bottombarbox ul li a:hover, .bottombarbox ol li a:hover, .bottombarbox ul a:hover .date {
	text-decoration: none;
	color: #666666;
}

.bottombarbox ul li ul {
	margin: 0;
	padding: 0;
}

#bottomclose {
	width: 760px;
	margin: 0 auto;
	height: 25px;
/*	background: url(images/bottomclose.gif) no-repeat; */
}

/* WordPress Comments Styling */

#feedback {
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
/*	border-top: 1px solid #cccccc; */
}

.submit{ 
	margin: 0;
	padding:0 0.5em;
}


#commentform textarea {
	border: 1px solid #c1c1c1;
	background-color: #f7f9fd;
	width: 100%;
}

#commentform textarea:focus {
	background-color: #ffffff;
	border: 1px solid #555555;
}

#commentlist {
	font-size: 11px;
	margin: 0 0 0 0px;
	padding: 0;
}

#commentlist li {
	margin: 0;
	margin-top: 8px;
	padding: 5px;
	list-style-type: none;
	list-style-image: none;
	border: 1px solid #cccccc;
}

.color1 {
	background-color: #f7f9fd;
}

.color2 {
	background-color: #ffffff;
}

div.commentarea {
	margin-top:10px;
}

#commentlist p {
	margin: 4px;
}

#commentform {
	width: 455px;
	padding: 0;
	margin: 0;
	margin-left: 0px;
}

.comment-feedback {
	padding: 5px 0px 5px 0px;
	margin: 0;
}

/* Form styling */

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	padding: 1px;
	border: 1px solid #AFA186;
	background-color: #f7f9fd;
	font-size: 1.0em; 
}

input:focus, textarea:focus {
	border: 1px solid #555555;
	background-color: #ffffff;
}

acronym, abbr {
	border-bottom: 1px dashed #aaa;
	cursor: help;
	letter-spacing: .07em;
}

blockquote {
	color: #666666;
	padding: 1px 15px 1px 10px;
	margin: 10px 20px 5px 20px;
	border-left: 2px solid #0860a8;
	background-color: #e5ecf9;
}

.quote {
	color: gray;
	line-height:1.6em;
	margin-right: 15px;
	margin-left: 15px;
}

/* Calendar Styling */

#wp-calendar {
	text-align: center;
	empty-cells: show;
	font-size: 11px;
	margin: 0;
	width: 100%;
}

#wp-calendar #next a {
	padding-right: 8px;
	text-align: right;
	color: #555555;
}

#wp-calendar #prev a {
	padding-left: 8px;
	text-align: left;
	color: #555555;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#wp-calendar a:hover {
	background-color: #eaeaea;
	color: #666666;
	display: block;
}

#wp-calendar caption {
	margin: 0;
	padding: 8px 0;
	font-size: 1.15em;
	color: #555555;
	font-weight: bold;
	text-align: left;
}

#wp-calendar td {
	color: #a0a0a0;
	font: normal 12px Helvetica, sans-serif;
	letter-spacing: normal;
	line-height: 130%;
	padding: 0;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	background-color: #e5ecf9;
}

#wp-calendar #today{
	border: 1px solid #cccccc;
	color: #000;
}


/* Flickr */
//.flickr-photo { border: solid 2px #666666; }
//.flickr-yourcomment { padding-top:2px;}
//.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption {
        padding-top:4px;
	text-align:left;
	font-style:italic;
 }



div#box{
	width: 18em;
	padding: 20px;
	margin:0 auto;
        background:#E6E6E6;
        color:#000
}


div.sectiontitle {
	font-size:1.0em;
	margin: 5px 0px 3px 0px;
	padding-bottom:5px;
	font-size: 1.0em;
	font-weight:bold;
}

div.sidebartitle {
	font-size:1.1em;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted gray;
}






#navbar{
        display: block;
        font-size:0.8em;
        height:20px;
}

#navbar, #navbar ul {
	line-height: 1;
	list-style: none;
}

#navbar a ,#navbar a:hover{
	color:#666666;
	border:none;
	display: block;
	text-decoration: none;
}

#navbar li {
	float: left;
	list-style:none;
}

#navbar a,#navbar a:visited {
	color:#109dd0;
	display:block;
	font-weight:bold;
	padding:6px 12px;
}

#navbar a:hover, #navbar a:active {
	color:#666666;
	text-decoration:none
}	

#navbar li ul {
	border-bottom: 1px solid #a9a9a9;
	height: auto;
	left: -999em;
	position: absolute;
	width: 900px;
	z-index:999;
}

#navbar li li {
	width: auto;
}

#navbar li li a,#navbar li li a:visited {
        color:#109dd0;
	font-weight:normal;
	font-size:0.9em;
}

#navbar li li a:hover,#navbar li li a:active {
	color:#666666;
}	

#navbar li:hover ul, #navbar li li:hover ul, #navbar li li li:hover ul, #navbar li.sfhover ul, #navbar li li.sfhover ul, #navbar li li li.sfhover ul {
	color:#666666;
/*	left: 30px; */
}




.code {
	font-family:Courier;
	margin:2px 0px 2px 5px;
	background-color:#666666;
	color:#000000;
	}






/* Styling for the main index page */
.column {
	padding-top:25px;
	width:200px;
	padding:15px;
	float:left;
	font-size:0.9em;
}


#featurebox {
	font-style:italic;
	padding-top:25px;
	width:400px;
	padding:15px;
	font-size:1.0em;
	margin-bottom:5px;
   	color:gray;
	
}

.panel {
   margin-bottom:15px;
   color:gray;
}

.panel .subtitle {
	font-weight:bold;
        padding-bottom:2px;
	padding-top:5px;
	margin-bottom:2px;
/*	border-bottom:1px dotted #6699cc;	*/
	color:#2b2d23;
}


.copyright {
	float:none;
        color:gray;
	font-size:0.6em;
}


.emphasis {
	font-weight:bold;
}


div.image {
  padding:10px;
  margin:10px;
/*  float:right; */
}


.credit {
        padding-top:65px;
	text-align:left;
	color:gray;
	font-size:0.6em;
}
