/*  
Theme Name: Dr Dave 2
Theme URI: http://unknowngenius.com/
Description: my own little theme, loosely based on WP's default (Kubrick) by Michael Heileman
Version: 2.0
Author: dr Dave
Author URI: http://unknowngenius.com/
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	}

#content {
	font-size: 1.2em
	}

.entry p {
word-wrap:break-word;
}

 .entry {
	line-height: 1.4em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}
 
.post-footer .alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 0.9em;
	}

.post .post-footer, .post .post-footer-short
{
	clear:both;
	text-align:center;
	position: relative;
}

.post .post-footer
{
	height: 96px;
}

.post .post-footer-short
{
	height: 16px;
}

.post-footer .postmetadata
{
	padding: 5px 15px 5px 15px;
	color:#777;
	border: none;
	background-color:#235581;
	position: absolute;
	bottom: 30px;
	left:90px;
	width: 400px;
}

.post-footer .alt
{
	padding: 3px 15px 5px 15px;
	left:60px;
	width: 440px;
	margin-top:20px;
	bottom: 23px;
}


.post-footer .postmetadata p
{
	margin:0;
	padding:0;
}

#footer {
	background-color: #eee;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}



h3 {
	font-size: 1.3em;
	}

.post-footer a
{
	color:#FFF;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
.title-short a, .title-short a:visited, .title a, .title a:visited {
	color: white;
	}

.title small {
	color: #222;
}

.entry p a:visited {
	color: #006;
	}
	
.comment-link
{
	font-weight: bold;
	text-align: right;
}


#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	text-align:left;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.photobar a {
	color: #DDD;
	text-decoration: none;
	}

.entry p a, a {
	color: #06c;
	text-decoration: none;
	}
	
	
a:hover, h2 a:hover, h3 a:hover, .post-footer a:hover, .title a:hover, .show-all:hover, .hide-all:hover
{
	color: #0CC;
	text-decoration: none;
}

.entry p a:hover 
{
color: #C00; 
}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	text-align: left;
	position:relative;
	}
	

	
#header {
	padding: 0;
	margin: 0 auto 20px auto;
	width: 100%;
	background-color: #73a0c5;

	 background: url("images/header.jpg") no-repeat top; border: none; 	
	 height: 260px;
	}

#headerimg {
	margin: 0;
	height: 230px;
	width: 100%;
	}

#headerimg, #sidebar-menu
{
	cursor: pointer; cursor: hand;
}

#random-quote
{
	position:relative;
	color: #333;
	top:155px;
	left:263px;
	text-indent:-5px;
	padding-left:5px;
	font-size:12px;
	text-align:left;
	width:310px;
	color: #AAA;
	font-weight:bold;
}

.narrowcolumn {
	margin: 10px auto 0px auto;
	width: 600px;
	}

/* not used: */
	.widecolumn {
	margin: 10px auto 0px auto;
	width: 600px;
	}
	
	.post {
	margin: 0 0 40px 0;
	padding: 0;
	text-align: justify;
	border: none;
	}
	
	.post .title h2	{
		color: #FFF;
		margin: 0px 0px 3px 0px;
		padding: 0;
	}
	
	.title h2 small
	{
		font-size:70%;
	}
	
	.post .photobar h2 
	{
		color: #000;
		margin: 10px 0 0 0;
		padding: 0;
	}
	
	.post .title
	{
/*      height:40px; */	
/*padding: 15px 18px 20px 15px; */
        padding: 15px 18px 5px 15px;
		margin: 0;
	}
	
	.post .title-short
	{
		height:15px;
		padding: 3px 18px 5px 15px;
		margin: 0;
	}
	
	.post .quickie
	{
		color: #CCC;
		margin: 15px 12px 8px 12px;
	}
	
	.separator
	{
		margin-top:8px;
		margin-left:-15px;
		position:relative;
		left:0px;
		height:11px;
		width:534px;
	}
	
	.post .photobar
	{
		float: left;
		width: 140px;
		margin: 0;
		padding: 0;
	}
	
	.photobar small
	{
		font-size:60%;
	}
	
	.photobar .photo-title, .photobar .photo-title a, .photobar .photo-title a:visited
	{
		color: white;
		margin-top: 5px;
		padding: 0px 5px 0px 0px;
	}
	
	.photobar .photo-title h3
	{
		font-size:1em;
		margin: 5px 0px 3px 0px; 
		text-align: left;
	}
	
	.photobar img
	{
	   margin-bottom: 3px;
	}
	
	.phototext a
	{
		color: #EEE;
	}
	
	.phototext a:visited
	{
		color: #DDD;
	}
	
	.photobar .photo-text, .photobar .iphone-text
	{
		padding: 0px 15px 0px 0px;
		font-size:0.8em;
		color:black;
		text-align:left;
		text-indent:3px;
	}
	
	.post img
	{
		border: 1px solid black;
	}
	
		
	.show-all, .hide-all, .side_cmt_link
	{
		margin: 2px;
		color: #DDD;
	}
	
	
	#recent-pics
	{
		padding: 0px 20px 0px 20px;
		margin:0;
		text-align:center;
	}
	
	#recent-pics p.iphone-text
	{
	    display:none;
	}
	
	 p.iphone-pics
	{
	    margin: 0;
	    padding: 0;
	    display: inline;
	    text-indent: none;
	}
	
	
    .entry p.iphone-pics img {
        margin: 5px;
    }
	
	.keitai-pics .keitai-pic-large, .keitai-pics .keitai-pic, #recent-pics .keitai-pics
	{
		display: inline;
		padding: 0;
		margin: 0;
	}
    
    
	#recent-pics .keitai-text
	{
		display: none;
	}
	.hide-extra .extra
	{
		display: none;
	}
	
	.show-extra .show-all, .hide-extra .hide-all
	{
		display: none;
	}
			
	.keitai-text
	{
		text-align: left;
	}
	
	.post .keitai-pic img, #recent-pics img
	{
		margin: 3px 3px 5px 3px;
	}
	
	 .entry-full .keitai-pic-large img
	 {
	 	margin: 0 14px 20px 14px;
	 }

		
	.post .entry
	{
		border-top: 1px solid #446;
		border-left: 1px solid #446;
		border-bottom: 1px solid #FFF;
		border-right: 1px solid #FFF;		
		background-color: #EEF;
		color:#000;
	}
	
	.post .entry-narrow
	{
		float: left;
		width: 450px;	
		margin:0;
		padding:0;
	}

.post .entry-full, .post .entry-quickie
{
		padding:0;
		margin:10px 4px 0 6px;
		border: none;
		width: 580px;
}

	.post .entry-full .entry, .post .entry-quickie .entry
	{
		margin: 0;
		width: 552px;
		padding:10px 15px 5px 15px;
		border: 1px solid #000;
	}	

	.post .entry-quickie .entry .post-tags
	{
		display: none;
	}
	
	.entry-half .entry
	{
		padding: 15px;
		margin:10px 4px 3px 0px;
		border: 1px solid #000;
	}	
		
	.entry-narrow .entry
	{
		padding: 15px;
		margin:10px 20px 10px 20px;
	}

	.post .entry p
	{
		text-indent: 1.4em;
	}
		
	.post .comment-area
	{
		padding: 15px;
		margin:10px 30px 10px 25px;
	}

	.post .comment-area a
	{
		color: #FFF;
	}
	
	.post .comment-area a:visited
	{
		color: #DDD;
	}
		
	.widecolumn .post {
	margin: 0;
	}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2, h3
{
	margin-bottom:10px;
}

.title h2 {
	margin: 30px 0 0;
	text-align:left;
	}

.title-short h2 {
	margin: 3px 0 0;
	text-align:left;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

.comment-area h3 {
	padding: 0;
	margin: 20px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Sidebar */
#sidebar
{
	position:absolute;
	top:241px;
	left:10px;
	border: none;
	padding: 0px;
	z-index: 5;
}

#sidebar #close-box
{
	left:-5px;
	bottom:-5px;
	margin-top:5px;
	margin-right:5px;
	font-weight:bold;
}

#sidebar .box
{
	border: none;
	padding:15px 20px 20px 20px;
	width:700px;
	background: url("images/sidebar_bg.png") repeat;
}

#sidebar .box .column
{
	background-color:#DDF;
	margin-left:15px;
	margin-right:15px;
	padding:5px;
	float:left;
	min-width: 180px;
}


#sidebar form {
	margin: 0;
	}
	


#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar-menu
{
	position:relative;
	bottom:8px;
	left:20px;
	height:20px;
}

#sidebar-menu .item
{
	background-color: #73A9DA;	
	line-height:20px;
	display:inline;
	margin-right: 20px;
	padding:3px 7px 3px 7px;
	font-weight: bold;
}

#sidebar-menu .item:hover, #sidebar-menu .item a:hover, #sidebar-menu .active, #sidebar-menu .active:hover
{
	background-color: #4379EA;	
	color: #FFF;
}

.hide
{
	display:none;
}

.show
{
	display:block;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote {
	color: #777;
	font-weight: normal;
	}
	

	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	font-weight:bold;
	}

#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;
	}


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

#sidebar h2.linkcat
{
	font-size:10px;
}

#sidebar #box-menu-links
{
	width: 700px;
}

#sidebar #linkroll
{
	width: 240px;
}

#sidebar #linkroll
{
	width: 240px;
}

#sidebar #categories
{
	width: 170px;

}

#sidebar .column
{
	width: 160px;
}

/* End Sidebar */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 0px;
	margin: 0 0 2px 12px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 12px 2px 0;
	display: inline;
	}

.alignright {
	float: right !important;
	}
	
.alignleft {
	float: left !important;
	}
	
.navleft:before {
    content: "\00ab\00a0";
}

.navright:after {
    content: "\00a0\00bb";
}

p.attachment {
    text-align: center;
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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;
	}

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

/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform
{
	text-align:left;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/


.commentlist {
	padding: 0;
}

.commentlist .alt {
	margin: 0;
	padding: 10px;
}

.commentlist .comment, .commentlist .trackback, .commentlist .pingback
 {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	border-top:1px #223 solid;
	border-left:1px #223 solid;
	border-bottom:1px #778 solid;
	border-right:1px #778 solid;
}

.commentlist .comment, .commentlist .trackback, .commentlist .pingback
{
    background-color: #74A5C4;
}

.commentlist .trackback, .commentlist .pingback
{
    background-color: #5495C4;
}

.commentlist .comment img.avatar 
{
    float: left;
    margin: 0 7px 5px 0;
    padding: 0;
}

.commentlist .comment .number
{
	position:absolute;
	color: white;
	left:22px;
	top:24px;
	font-weight:bold;
	width:30px;
	height:24px;
	line-height: 22px;
	text-align:center;
	font-size:13px;
}

.commentlist .comment .one-digit
{
	font-size:18px;
}

.commentlist .comment .two-digit
{
	font-size:16px;
}


.commentlist .comment .comment-author
{
    text-align: left;
    
}

.commentlist .trackback .comment-author, .commentlist .pingback .comment-author
{
    text-align: left;
    
/*  
position:relative;
  padding-left: 84px;
    background: url("images/tsukubai.jpg") no-repeat top left;
    height:53px;
*/    
}

.commentlist .comment-meta
{
    font-size: 70%;
}



.commentlist .comment .subscribed
{
	 background: url("images/tsukubai_subscribed.jpg") no-repeat top left;
}

.commentlist .comment .admin
{
	 background: url("images/tsukubai_admin.jpg") no-repeat top left;
}

.commentlist .comment .trackback, .commentlist .comment .pingback
{
	 background: url("images/tsukubai_pingtrack.jpg") no-repeat top left;
}

.commentlist .comment .admin .number
{
	 color: #002;
}


.commentlist p {
    text-align: left;
	margin: 10px 5px 10px 0;
	color:#000;
}


.commentlist .item, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist .comment p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 10px 15px 30px 40px;
	padding: 5px 15px 5px 15px;
	border: 1px solid #ddd;
	background-color: #DDF;
	}

.post .entry blockquote p
{
	text-indent:0;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	text-align: right; 
	font-size: 90%;
	font-weight: bold;
	}

blockquote strong {
    color: #444;
}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.entry hr {
	display: block;
	width: 20px;
	}

a img, img.wp-smiley
{
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/


img.photo
{
	margin: 15px;
}

.photo_group
{
	text-align: center;
}

img.photo { border: 1px ridge black;}
img.photo_justified { border: 1px ridge black; float: left; margin-right: 8px; margin-bottom: 5px;}
img.photo_justified_right { border: 1px ridge black; float: right; margin-left: 8px; margin-bottom: 5px;}
.photo_group { text-align: center;}

dl.gallery-item {
    width: 33%;
}

.row-by-4 dl.gallery-item {
    width: 25%;
}

dl.gallery-item img {
    border: 1px solid black;;
}

/* SUBSCRIPTION MANAGER STYLE */
.subscription-manager {
padding: 10px 0 20px 0;
margin: 5px 0 0 55px;
width: 650px;
}

.subscription-manager div.wrap {
background: #fafafa;
padding: 5px 10px;
margin: 20px 0;
border: 1px solid #ccc;
}

.subscription-manager div.wrap h2 {
margin: .5em 0 1em 0;
border-bottom: 2px solid #589bd2;
}

.subscription-manager div.wrap fieldset {
border: 1px solid #555;
margin: 1em 0;
padding: 5px 10px;
}

.subscription-manager div.wrap fieldset legend {
font-weight: bold;
font-size: small;
}

.subscription-manager div.wrap p.submit {
text-align: right;
}


.subscription-manager .updated {
        background: #B9D6EF;
        border: 1px solid #589bd2;
        margin: 1em 5% 10px;
        padding: 0 1em;
}

.subscription-manager .updated-error {
background-color: #FFA3A3;
border: 1px solid #FF5D5D;
}

.subscription-manager div.wrap form {
margin: 0;
padding: 0;
}

.subscription-manager div.wrap li {
        margin-bottom: 6px;
        line-height: 130%;
}
/* END SUBSCRIPTION MANAGER STYLE */

.author_sig
{
	display:inline;
	border: 1px solid #FFF;
	text-align: center;
	padding: 2px;
	height: 10px;
	width:10px;
	margin-bottom: 2px;
	line-height:9px;
	font-size: 9px;
	font-weight: bold;
}

.author_14
{
	color: #F69;
	border-color: #F69;
}

a.author_14:link
{
	color: #F69;
}

a.author_14:visited, a.author_8:visited
{
	color: #999;
}

a.author_14:hover, a.author_8:hover
{
	color: #FFF;
}

.author_6
{
	color: #FF0;
	border-color: #FF0;
}

.author_8
{
	color: #00008B;
	border-color: #00008B;
}

a .author_8, a .author_8:link
{
	color: #00008B;
}

.author_15
{
	color: #66FF00;
	border-color: #66FF00;
}

a .author_15, a .author_15:link
{
	color: #66FF00;
}

.google-ad-box
{
	position:absolute;
	top:241px;
	left: 9px;
	width:728px;
	padding:4px 6px 2px 6px;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	border-left: 1px #333 solid;
	border-right: 1px #333 solid;
	background-color: #73A9DA;
	z-index: 0;
}

#google-text
{
	height: 66px;
}

#google-links
{
	height: 16px;
}

.blog_error
{
	text-align: center;
	color:#FFF;
	background-color:#F00;
	font-weight:bold;
	border: 1px solid #900;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 8px;
}

.blog_error A,.blog_error A:link
{
	color:#DDD;
	text-decoration:underline;
}

.entry object.movie
{
	text-align: center;
	margin: auto;
	border: 1px black solid;
}

.wp-caption-text
{
    margin-top:2px;
    margin-bottom:10px;
    font-style:italic;
    background-color: #FFF;
}

.more-link {
    font-weight: bold;
    font-style: italic;
}