/*
Theme Name: Tiny
Theme URI: http://wp.berkano.net/
Description: Tiny is a WordPress theme for minimalists.
Author: Ben de Groot
Author URI: http://berkano.net/
Version: 0.8
.
Copyright (C) 2006 Ben de Groot
You can redistribute this theme and/or modify it under the terms of
the GNU General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.
.
*/


* {
	margin: 0;
	padding: 0;
	}

html, body {
	background: #ddd;
	color: #444;
	}
body {
	text-align: center; /* IE quirks auto margins workaround */
	font: 0.625em 'bitstream vera sans', 'lucida grande', verdana, sans-serif;
	padding: 10px;
    line-height: 18px;
	}
html>body { font-size: 11px; } /* for modern browsers that can resize px */

#wrap {
	width: 675px;
	margin: 20px auto; /* auto centers the div */
	text-align: left; /* after centering #wrap above for IE we return to normal alignment */
	background: #fff;
	border: 1px solid #000;
	}

#header {
	height: 250px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background: #251401;
	}

#menu {
	background: #f3f3f3;
	text-align: right;
	margin: 0px 0px 20px 0px;
	padding: 5px 8px;
	}

#content {
	text-align: left;
	margin: 5px 45px 45px 45px;
	}

#footer {
	border-top: 1px solid #ccc;
	color: #888;
	text-align: center;
	margin: 20px;
	}

/*	Header image and link	 */

#header h1 {
	font-size: 3.5em;
	line-height: 1em;
	margin: 0;
	}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 330px;
	height: 140px;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	}

#smlink {
	float: left;
	width: 30%;
	text-align: left;
	margin: 0;
	}

#searchform, #searchform p {
	font-size: 1em;
	margin: 0;
	}
#searchform input {
	width: 110px;
	font-size: 1em;
	background: #fff;
	color: #333;
	margin: 0;
	border: 1px solid #888;
	}
#searchform input:focus {
	border-color: #36d;
	}

/*	Giving block elements a default margin.	 */

h2, h3, h4, h5, h6, p, ul, ol, dl, pre, fieldset, address, table {
	margin: 1em 0;
	}

/* 	General styling		*/

h2 {
	font: normal 2em/120% 'Nimbus Sans L', helvetica, arial, sans-serif;
	margin-bottom: .2em;

	}

h3 {
	font: normal 1.5em/120% 'Nimbus Sans L', helvetica, arial, sans-serif;
	margin-bottom: .1em;
	}

h4 {
	font: normal 1.1em 'Nimbus Sans L', helvetica, arial, sans-serif;
	margin-bottom: .2em;
	}

h5 {
	font-size: 1em;
	}

address {
	font-style: italic;
	}

blockquote {
	margin: 1em 0;
	padding: 0 0 0 1.2em;
	border-left: 4px solid #251401;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre, var {
	font-family: 'bitstream vera sans mono', 'andale mono', monospace;
	font-size: 1em;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	border: none;
	}

#content p {
	text-align: justify;
	}

#content form p {
	text-align: left;
	}

ol {
	margin-left: 3em;
	margin-top: 1.5em;
	}

textarea {
	width: 320px;
	}

ul {
	list-style: square;
	margin-left: 1.5em;
	line-height: 2em;
	}

a:link {
	color: #77513C;
	border-bottom: 1px dotted #77513c;
	text-decoration: none;
	}
a:visited {
	color: #77513C;
	border-bottom: 1px dotted #77513c;
	text-decoration: none;
	}
a:hover, a:active {
	color: #fff;
	background: #77513C;
	border-bottom: 0px dotted #77513C;
	text-decoration: none;
	}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #444;
	background: #fff;
	border-bottom: 0px dotted #fff;
	text-decoration: none;
	}

h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	color: #444;
	background: #fff;
	border-bottom: 0px dotted #fff;
	text-decoration: none;
	}

.commentlink {
	text-align: right;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	}

.commentlist li {
	color: #444;
	font-style: normal;
	padding: 1em;
	}

.commentlist .alt {
	background: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.commentlist p {
	margin: .6em 0 0 0;
	}

.hilite {
	background: #f93;
	}

#content .more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	color: #888;
	margin-top: .3em;
	}

.posted cite {
	font-weight: bold;
	font-style: normal;
	}

#postcomment {
	text-align: left;
	}

input#submitComment {
	padding: 2px 4px;
	}

input#submitComment:hover {
	cursor: pointer;
	}


/*	Navigation links		*/

.prev {
	display: block;
	float: left;
	text-align: left;
	width: 48%;
	}

.next {
	display: block;
	float: right;
	text-align: right;
	width: 48%;
	}

.nav:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
* html .nav { height: 1%; }



/*	Asides Stuff		*/


div.quotesblock {
	background: #ffeebb;
	border: 1px solid #ddd;
	border-width: 1px;
	padding: 3px 0px 3px 0px;
	margin: 0;
	list-style: none;
	width: 585px;
	-moz-border-radius: 10px;
	}


div.mp3player {
	background: #ffeebb;
	border: 1px solid #ddd;
	border-width: 1px;
	padding: 3px 0px 3px 0px;
	margin: 0;
	list-style: none;
	width: 585px;
	-moz-border-radius: 10px;
	}

div.quotesblock123 {
	background: #ffF;
	border: 0px solid #ddd;
	border-width: 0px;
	padding: 1px 0px 1px 0px;
	margin: 0;
	list-style: none;
	width: 585px;

	}

div.twitter {
	background: #251401;
	border: 0px solid #251401;
	border-width: 0px;
	padding: 5px 0px 5px 0px;
	margin: 0;
	list-style: none;
	width: 585px;
	color: #fff;

	}
div.asidesblock {
	padding: 0px 9px 0px 9px;
	margin: 0;
	width: 585px;
	}

#sidebar {
	float: right;
	width: 230px;
	background: url(side-top.jpg);
	margin-left: 10px;
	padding-top: 55px;
}


#sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 6px 0;
}

#sidebar p, #bar #akismetwrap {
	padding-left: 30px;
}

#sidebar ul {
	margin: 0 0 0 40px;
	padding: 0;
}

#sidebar li {
	background: url(bullet.png) no-repeat left top;
	list-style: none;
	padding-left: 15px;
	text-align: left;
	padding-right: 30px;
}

#bottom {
	font-size: 12px;
	text-align: center;
	}

#bottom #tbag {
	font-size: 20px;
	text-align: left;
	}

#bottom .bottom-left,
#bottom .bottom-mid {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	}

#bottom .bottom-left {
	font: 50%/160% 'bitstream vera sans', 'lucida grande', verdana, sans-serif;
	}

#bottom .bottom-right {
	font-size: 14px;
	line-height: 18px;
	float: right;
	width: 40%;
	height: 100%;
	}

#bottom .bottom-left ul li,
#bottom .bottom-mid ul li,
#bottom .bottom-right ul li {
	list-style: none;
	}

#bottom .bottom-left ul li a:hover,
#bottom .bottom-mid ul li a:hover,
#bottom .bottom-right ul li a:hover {
	border: none;
	background-color: #EDEDED;
	}

#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}


#header-left {
float:left;
width:300px;
}

#header-right {
margin:0 auto;
float:right;
width:245px;
}

/* Pimped Bubble */
div#pimped.bubble {
font-size: 0.9em;
color: #fff;
width: 200px;
margin-top: 35px;
}

div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url(http://jimjacob.com/wp-content/themes/k2/images/tip-pimped.gif) no-repeat 15px 0;
}


h1.blog-title {
	font-weight: bold;
	letter-spacing: -1px;
	padding: 75px 40px 0;
	color: #ddd;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	color: #ccc;
	}

div.hr {
  height: 1px;
  width: 80%;
  border-top: 1px dotted gray;
  margin: auto;
  padding-bottom: 20px;
}
div.hr hr {
  display: none;
}

div.inline
{
display:inline;
}
