/*******************
 * herebox.org , Mike Waggoner
 * Licensed under Creative Commons By; Non-Commercial; Share Alike
 * http://creativecommons.org/licenses/by-nc-sa/2.0/
 *******************/

/*
    Theme Name: herebox
    Theme URI: http://herebox.org/
    Description: ho ha he
    Version: 0.2
    Author: mike waggoner
    Author URI: http://herebox.org/
  */


/* Fundamental classes
   -------------------------------------------- */

.right {
	float: right;
	margin-left: 10px;
}

.left {
	float: left;
	margin-right: 10px;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}


/* Whole page
   -------------------------------------------- */

body {
	background-image: url("/images/back-pop-brown.gif");
	background-position: top;
	background-attachment: fixed;
	background-repeat: repeat;
	
	background-color: #ccc;

	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 80%;

}

p, td, th, li {
	font-size: 1em;
	line-height: 1.65em;
}


blockquote {
	border: 1px #000 solid;
	background-color: #dddddd;
	padding: 0.5em;
	font-family: serif;
}

/*
pre { 
	margin-left: 1em;
	color: black;
	background-color: #dddddd;
	border: solid thin;
	padding: 1em;
	font-family: monospace;
}*/

a:link, a:visited {
	text-decoration: none;
	color: #0066cc;
	margin-left: 1px;
	/* border: 1px solid white; */
}
a:hover {
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	/* text-decoration: underline; */
	/* background-color: #eee; */
	/* border: 1px solid #ccc; */
	color: #0000cc;
}

/* Primary Sections
   -------------------------------------------- */

#page { /* Contins entire document */
	margin: auto;
	width: 760px;
	/* border: dotted #fff 1px; */
}

/* Header
   -------------------------------------------- */

#header { /* Used to style blog title */
	margin: 0;
	padding: 0;
	background-color: #333333;
	border: 1px solid black;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:visited, #header a:hover, #header a:active {
	border: none;
	text-decoration: none;
}

#headerimg {
	margin: 0;
	padding: 0;
	background-image: url("/images/herebox-snow-banner-760x162.jpg");
	background-repeat: none;

	height: 162px;
}

/* Top nav
   -------------------------------------------- */

#navi {
	font-family: arial;
	font-size: 1.5em;
	text-decoration: bold;
	margin: 0 1em 0 4em;
	color: #ccc;
}

#navi a {
	text-decoration: none;
	color: #ccc;
}

#navi a:hover {
	text-decoration: underline;
}

#navi ul, #navi li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

/* Middle (everything between header and footer)
   -------------------------------------------- */

#middle {
	padding: 0;
	margin: 0;
	border: 1px dashed white;
}

/* Content (collection of all posts)
   -------------------------------------------- */

#content {
	/* background-color: #6699ff; */
}

#content h2 { /* used for date */ }
#content h3 {  /* used for posttitle */  }

.pagetitle { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	color: #ccc;

	margin: 10px;
	width: auto;
	text-align: center;
}

/* Post
   -------------------------------------------- */

/* need cool date font! */
.date {
	/* border-bottom: dashed 1px; */
	font-family: Georgia, "Times New Roman", Times, serif;
	
	margin: 10px;
	width: auto;
	text-align: center;
	/* background-color: #ccc; */

	font-size: 1.2em;
	color: #ccc;
}

.post { /* container block for all but date elements */
	margin: 10px;
	padding: 1px 15px 15px 15px;
	background-color: #aaa;
}

.post .posttitle {
	margin-bottom: 0.33em;
	padding: 10px;
	border: 1px dashed black;

	font-size: 1.5em;
	font-weight: normal;
}

.post .meta, .tags {
	padding: 0 0 0 10px;
	
	font-size: 0.85em;
	color: #333;
}

.post .entry {
	margin: 1em 17em 1em 0;
	padding: 5px 15px 5px 15px;
	background-color: #ccc;
	border: solid 1px;
}	

.post .feedback {
	margin: 0;
	border-top: 1px dotted black;
}

.static {
	margin: 1em 1em 1em 0;
	padding: 5px 15px 5px 15px;
	background-color: #ccc;
	border: solid 1px;
}


/* Comments
   -------------------------------------------- */

div#comments {
	margin: 10px;
	padding: 1px 15px 15px 15px;
	background-color: #aaa;
}

/* Navigation
   -------------------------------------------- */

div#navigation {
	margin: auto;
	
	width: 100px;
	
	text-align: center;
	
	padding: 5px;
	background-color: #aaa;
	border: 1px #ccc inset;
}

/* Sidebar
   -------------------------------------------- */

#sidebar {
	/* position: absolute; */
	/* right: 5em; */
	
	float: right;
	margin: 15px 15px 0 0;
	
	width: 17em;

	font-size: 90%;
}

/* make IE put it in the right place */
/*
* html #menu {
	right: 5em;
}
*/

#flickr { /* flickr containter */
	padding-left: 0;
	margin-left: 0;
	height: auto;
	color: black;
	text-align: center;
}

#flickrimg1 { /* first, and only, image properties */
	width: 90%;
	border: none;
}

#contact dt {
	color: purple;
}

#contact dd {
	color: black;
}

#sidebar form input {
	margin: 0 10px 10px 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
	/*text-indent: 1000em;*/
}

#sidebar li {
	margin-top: 10px;
	padding: 0.5em;
	margin-left: 0;
	color: black;
	border: 1px solid black;
	background-color: #669999;
	/*text-indent: 1000em;*/
}

#sidebar a:link, #sidebar a:visited {
	color: black;
	border: none;
	margin-left: 1px;
}

#sidebar a:hover {
	border-top: 1px purple dashed;
	border-bottom: 1px purple solid;
}

#sidebar ul ul {
	margin-left: 0;
	list-style: hebrew;
	list-style-position: inside;
	padding: 0 0.5em 0.5em 0.5em;
	text-indent: 0;
	
	color: black;
}

#sidebar li li {
	border: none;
	margin-top: 0;
	padding: 0;
}

#sidebar form{
	margin: 0;	 
}

#sidebar form br {
	display: none;
}

#sidebar input {
	width: 6em;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
}

/* Footer (everything below middle)
   -------------------------------------------- */

#footer {
	margin: 20px 0 0 0;
	padding: 0 10px 0 10px;
	width: 325px;
	
	clear: both;

	color: #bbb;
	border: 1px dashed #aaa;
}

#footer p {	
	font-size: 90%;
}

#footer p a:visited, #footer p a:link {
	color: white;
}

#footer p a:hover {
	text-decoration: underline;
}

/* Temporary & testing
   -------------------------------------------- */

/* Tabnav - from camworld.com
   -------------------------------------------- */

#tabnav {
	position: absolute;
	float: right;
	right: 6em;
	height: 20px;
	top: 75px;
	padding-left: 10px;
	/* background: url(/images/tab_bottom.gif) repeat-x bottom; */
}

#tabnav ul, #tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited {
		float: left;
		background: #ccc;
		font-size: 10px;
                font-family:verdana, palatino, georgia, arial, sans-serif;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 6px 2px 6px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active {
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
}

#tabnav a:hover {
		background: #fff;
}

.divider {
		border-right: 1px dotted #ccc;
}
            
.subnav {
        margin-top:4px;
	    font-size: 10px;
        font-family:verdana, palatino, georgia, arial, sans-serif;
        line-height: 14px;
	    font-weight: bold;
	    text-decoration: none;
	    color: #666;
}

.subnav a,
.subnav a:visited,
.subnav a:active,
.subnav a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #666;
    line-height: 14px;
	font-size: 10px;
}	

/* Plugin specific */

li.twitter-item {
  margin-bottom: 1.5em;
}

