/*   
Theme Name: karappo style
Description: simple and minimal. style for print.
Author: sabotenbrother
Author URI: http://d.hatena.ne.jp/yubokumin_saboten/
Version: 0.2.5
Tags: white, black, two-columns, fixed-width, right-sidebar
*/

@charset "utf-8";

body {
	color: #404040;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center; /* for IE */
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;

}

a:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 0;
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;

}

form {
	font-family: Georgia, "Times New Roman", Times, serif;

}

h1 {
	font-size: 182%;
}

h2 {
	font-size: 153.9%;
}

h3 {
	font-size: 138.5%;
}

h4 {
	font-size: 123.1%;
}

h5 {
	font-size: 93%;
}

h6 {
	font-size: 85%;
}


em {
	font-style: italic;
}

/* ------------------------------
 Layout
------------------------------ */
#container {
	margin: 0 auto;
	text-align: left;
	width: 830px;
}

#inner {
	margin: 0 20px;
	position: relative;
}

#header {
	width: 790px;
	margin: 80px 0 0 0;
}

#main {
	float: left;
	width: 500px;
}

#main .entry {
	position: relative;
	width: 500px;
	padding-bottom: 150px;
}

#side {
	float: right;
	margin-top: -30px;
	width: 230px;
}

#footer {
	margin-top: 90px;
	margin-bottom: 40px;
	width: 790px;
}

.clear {
	clear: both;
}

.clear hr {
	display: none;
}

.printhide {
}

/* ------------------------------
 Header & Header Layout
------------------------------ */
#header_menu_bg {
/*	background: transparent url(images/gradient-top.png) repeat-x scroll center bottom;*/
	color: #FFF;
	width: 100%;
	height: 250px;
	top: 0px;
	left: 0px;
	line-height: 25px;
	position: fixed;
	text-transform: lowercase;
/*	z-index: 1000;*/
}

#header_menu_container {
	margin: 0 auto;
	text-align: left;
	width: 830px;
}

#header_menu_inner {
	margin: 0 20px;
}

#header_menu_left {
	float: left;
	font-size: 85%;
	width: 540px;
}

#header_menu_left ul {
	display: block;
}

#header_menu_left li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#header_menu_left li a {
	color: #FFF;
	display: block;
}

#header_menu_left li a:hover {
	background: transparent url(images/menu_arrow_white.png) center bottom no-repeat;
}

#header_menu_right {
	float:right;	
	font-size: 85%;
	width: 230px;
}

#header_menu_right ul {
	display: block;
}

#header_menu_right li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#header_menu_right li a {
	color: #FFF;
	display: block;
}

#header_menu_right li a:hover {
	background: transparent url(images/menu_arrow_white.png) center bottom no-repeat;
}

#header h1 {
	font-size: 300%;
	padding: 0;
	height: 81px;
	position: relative;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	font-style: italic;
	text-indent: -9999px;
	background: transparent url(images/jordan-hillier-adelaide-web-design.jpg) no-repeat;
}

a.logo-home {
	display: block;
	width: 790px;
	height: 84px;
}

#header h1 a:hover  {
	text-decoration: none;
}

#header h1 a {
	color: #404040;
}

#header h1 a:hover {
	color: #404040;
	text-decoration: none;
}

#blog_description {
	color: #404040;
	font-size: 93%;
	margin: -15px 0 145px 0;
	
}

	span.ampersand {
		font-family:"Baskerville","Palatino", "Book Antiqua","Georgia",serif;
		font-style: italic;
		font-size: 130%;
		padding-top: 5px;
		}


/* ------------------------------
 Main Content
------------------------------ */
#main a {
	color: #404040;
	text-decoration: underline;
}

#main a:link {
	color: #404040;
}

#main a:visited {
	
}

#main a:hover {
	
}

#main h2.entrytitle {
	padding: 0;
	margin: 0;
	border-bottom:1px solid grey;
}

#main h2.entrytitle a {
	color: #404040;
	text-decoration: none;
}

#main h2.entrytitle a:link {
	color: #404040;
}

#main h2.entrytitle a:visited {
	color: #404040;
}

#main h2.entrytitle a:hover {
	background: transparent;
	color: #404040;
}

#main .prevnext {
	text-align: left;
}

#main .prevnext span.more {
	float: right;
}

#main .prevnext a {
	color: #404040;
	font-size: 85%;
	text-decoration: none;
	padding-bottom: 5px;
}

#main .prevnext a:hover {
	text-decoration: none;
}

#main p {
	color: #202020;
	font-size: 93%;
	/*line-height: 175%;*/
	margin: 0 0 1em 0;
	letter-spacing: 0.02em;
}

#main p a {
	text-decoration: underline;
	color: #202020;
}

#main .date {
	color: #202020;
	font-size: 93%;
	margin: 6px 0 45px 0;
	padding-top: 5px;
	line-height: 150%;
	text-align: right;
	}

#main .date a {
	color: #202020;
	text-decoration: none;
}

#main .date a:hover {
	background: #404040;
	color: #FFF;
	text-decoration: none;
}

#main .time {
	color: #404040;
	font-size: 93%;
}

#main .dateonly {
	color: #404040;
	font-size: 153.9%;
	top: 0;
	left: 490px;
	position: absolute;
}

#main .topagetop {
	margin: 60px 0 190px 0;
	text-align: left;
}

#main .entry_footer {
	color: #404040;
	font-size: 85%;
	margin: 0px 0 0px 0;
	padding: 8px 0 8px 0;
}

#main .entry_footer a {
	color: #404040;
	text-decoration: none;
}

#main .entry_footer a:hover {
	text-decoration: none;
}

#main q {
	color: #404040;
	font-size: 93%;
	width: 370px;
	margin: 0 auto;
}

#main q:before {
     content: open-quote;
}

#main q:after {
     content: close-quote;
}

#main blockquote {
	width: 400px;
	background: url(images/quote_start.jpg) no-repeat scroll top left;
	margin: 30px auto;
}

#main blockquote p {
	background: url(images/quote_end.jpg) no-repeat scroll bottom right;
	margin-left: 18px;
	margin-right: 18px;
	text-decoration: underline;
}

#main .continue {
	margin-top: 40px;
}

#main .continue a {
	background:#202020;
	color:#FFF;
}

#main .continue a:hover {
	color:#000;
}


/* ------------------------------
 Side Menu
------------------------------ */

div#sidebar {
	margin-top: 0px;
}

#sidebar h2 {
	font-size:153.9%;
	margin: 0;
	padding:0 0 8px
	}

#sidebar ul {
	color: #000000;
	font-size: 85%;

}

#sidebar li {
	margin: 4px 0 0 0;
	padding: 0 0 3px 0;
}

#sidebar li a {
	color: #404040;
	display: block;
	width: 100%;
}

#sidebar li a:hover {
	background-color: #202020;
	color: #FFFFFF;
}


#sidebar ul li ul.children {
	color: #000;
	font-size: 100%;
}

#sidebar ul li ul.children li {
	border-bottom: none;
	font-style: italic;
	margin: 3px 0 0 0;
	padding: 5px 0 1px 0;
	/* padding: 5px 0 1px 2em; */
}



/* ------------------------------
 Sidebar for widget
------------------------------ */

#widgetbar {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#widgetbar h2 {
	font-size: 153.9%;
	margin: 30px 0 8px 0;
	padding: 0 0 8px 0;
	text-align: left;
}



#widgetbar ul {
	color: #000000;
	font-size: 85%;
}

#widgetbar li {
	margin: 4px 0 0 0;
	padding: 0 0 3px 0;
}


#widgetbar ul li {
	border-bottom: 1px solid grey;
}

#widgetbar li a {
	color: #404040;
}

#widgetbar li a:hover {
	color: #404040;
}

div.widget {
	font-size: 85% !important;
}


/* ------------------------------
 Footer
------------------------------ */
#footer p.copyright {
	color: #7F7F7F;
	font-size: 85%;
	text-align: left;
	border-bottom:1px solid grey;
	padding-bottom: 5px;
}

#footer p.copyright a {
	color: #7F7F7F;
}

#footer p.copyright a:hover {
	color: #7F7F7F;
	text-decoration: u;
}


#footer p.copyright span.rss {
	font-style: normal;
	float: right;
}


/* ------------------------------
 Search Form
------------------------------ */
#searchform {
	background: transparent url(images/searchform.jpg) left top no-repeat;
	display: block;
	width: 230px;
	height: 22px;
	top: 62px;
	left: 560px;
	position: absolute;
}

#searchform input {
	display: block;
	float: left;
	outline: n;
}

#searchform .isearch {
	background: none;
	border: none;
	color: #666;
	font-size: 93%;
	margin: 4px 0 0 6px;
	width: 190px;
}

#searchform .ibutton {
	background: none;
	border: none;
	cursor: pointer;
	margin-top: -16px;
	width: 35px;
	float: right;
}


/* ------------------------------
 List Menu Form
------------------------------ */
#archive {
	display: block;
	height: 22px;
	width: 230px;
}

#archive select {
	font-size: 93%;
}


/* ------------------------------
 bookmarker
------------------------------ */
#bookmarker {
	background: transparent url(images/marker.png) no-repeat;
	cursor: pointer;
	height: 90px;
	left: 0px;
	position: absolute;
	top: 500px;
	width: 100%;
	z-index: 500;
	display: none;
}

#bookmarker_switch {
	cursor: pointer;
}


/* ------------------------------
 comment list
------------------------------ */
#comment h2 {
	font-size: 93%;
	border-bottom: 1px solid #000;
	font-weight: bold;
	margin: 60px 0 16px 0;
	padding: 0 0 8px 0;
	clear:both;
}

#comment .comment_entry {
	width: 240px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	float: left;
	
}

#comment .author-id-1 .everyone_comment {
	line-height: 180%;
	margin-bottom: 10px;
	padding-left: 10px;
	height: auto;
	background-color: #d1d3d4;
	clear: both;
}


#comment .author-id-0 .everyone_comment {
	line-height: 180%;
	margin-bottom: 10px;
	padding-left: 10px;
	height: auto;
	background-color: #ceebf5;
	clear: both;
}

	#comment .everyone_comment span.speech-bubble {
		display: block;
		background: url(images/comment-bubble-author-bottom.jpg) no-repeat;
		height: 38px;
		width: 240px;
		margin-left: -10px;
	}
	

	#comment .author-id-0 span.speech-bubble {
		display: block;
		background: url(images/comment-bubble-bottom.jpg) no-repeat;
		height: 38px;
		width: 240px;
		margin-left: -10px;
	}


#comment .everyone_comment p {
	padding-right: 10px;
}


#comment .comment_author a:link {
	color: #404040;
}

#comment .comment_author a:hover {
	color: #FFF;
	background: #404040;
}

#comment .avatar_photo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#comment .author-id-1 {
	background: url(images/comment-bubble-author.jpg) no-repeat;
	display: block;
	height: auto;
}

#comment .author-id-0 {
	background: url(images/comment-bubble.jpg) no-repeat;
	background-color: #ceebf6;
}

#comment p.usetags {
	background: #F9F9F9;
	margin-bottom: 5px;
}


p.comment-author-para {
	padding-left: 10px;
	padding-top: 10px;
}

p.nocomments {
	display: none;
}

/* ------------------------------
 comment form
------------------------------ */
#commentform {
	clear: both;
}

#commentform .textform {
	color: #606060;
	width: 230px;
	height: 18px;
	border: #CCC solid 1px;
	
}

#commentform .textform:hover {
	background: #F6F6F6;
}

#commentform .textbox {
	color: #606060;
	width: 470px;
	height: 180px;
	border: #CCC solid 1px;
	padding: 15px;
	overflow: auto;
}

#commentform .textbox:hover {
	background: #F6F6F6;
}

#commentform .submit_btn {
}

#commentform .labeltext {
	color: #606060;
	font-size: 85%;
}

#commentform p {
	margin: 0 0 4px 0;
	padding: 0;
}

#commentform label {
	margin: 0;
	padding: 0;
}

/* ------------------------------
 feed icon
------------------------------ */
#feed {
	top: 100px;
	right: 0;
	position: absolute;
	width: 230px;
}

#feed img {
	margin-right: 3px;
	margin-top: 13px;
}

#feed p {
	color: #404040;
	font-size: 85%;
}

#feed a {
	color: #404040;
}

#feed a:hover {
	color: #404040;
}

/*
#feed a.social-media {
	display: block;
	width: 35px;
	height: 35px;
	float: left;
	padding-right: 2px;
}

	#feed a.social-media.rss { 	background-color: orange; }
	#feed a.social-media.twitter { 	background-color: red; }
	#feed a.social-media.skype { 	background-color: blue; }
	#feed a.social-media.facebook { 	background-color: yellow; }
	#feed a.social-media.flickr { 	background-color: green; }
	#feed a.social-media.lastfm { 	background-color: pink; }
*/	


/* ------------------------------
 extra
------------------------------ */
#extrastuff p {
	margin-top: 20px;	
}


/* ------------------------------
 comment form
------------------------------ */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}
.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}





/* ------------------------------
 09-03-20 added
------------------------------ */
#side li {
	list-style: none;	
}

#main ul, ol {
		margin: 0.5em 0;
        padding: 0 0 0 2.5em; 
        font-weight: normal;
        line-height: 175%;
}

#main ul ul, ul ol, ol ul, ol ol {
        margin: 0;
        padding: 0 0 0 2em;
        font-size: 1em;
}

#main li {
		margin: 0.2em 0;
        padding: 0;
}

#main ul { list-style: square inside; }
#main ol { list-style: decimal inside; }

#main dl{
	line-height: 175%;
	padding:0.5em 0 0.6em 0;
}

#main dt{
	font-weight: bold;
}

#main dd{
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#main pre {
	line-height: 140%;
	padding: 1em;
	border: 1px solid #CCC;
	width: auto;
	_width: 90%;
	overflow: auto;
	_overflow: scroll;
	color: #000;
	background-color: #F9F9F9;
	font-family: 'MS Gothic', monospace;
}


#main table{
	width: 100%;
	border-spacing: 2px;
	margin: 0 0 1em 0;    border: 1px #E3E3E3 solid;
}

#main th, td{ padding:0.3em 0.75em; }

#main th{
	border-bottom: 2px #404040 solid;
	color: #404040;
	text-align: left;
	    background: #F5F5F5;
}

#main td{
	border-bottom: 1px #E3E3E3 dotted;
	color: #404040;
}

#main caption{
	text-align: left;
	color: #FFF;
	margin-bottom: -1em;
	margin-top: 1em;
}

#main abbr {
	border-bottom: #404040 dotted 1px;
}


#main h2 {
	border-bottom:1px solid grey;
}

p.bommm {
	padding-top: 15px;
}

/*
====================================
*/

span.comment {
	float: right;
}

span.nktagcloud_counter {
	padding-left: 3px;
	
}

div.twitter-stream {
	font-size:85%;
	border-bottom:1px solid grey;
	padding-bottom:3px;
	padding-top:3px;
}

div.profile-link {
	text-align: right;
	padding-bottom: 3px;
	border-bottom:1px solid grey;
}

p.contact {
	font-size: 85%;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom:1px solid grey;
}

div.widget_twitterstreamwidget p {
	
	font-size: 85%;
}

ul.social-media {
	margin-top: 20px;
}

ul.social-media li {
	float: left;
	list-style: none;
}

ul.social-media li a {
	display: block;
	background: url(http://www.jordanhillier.com/wp-content/uploads/2010/01/social-media-connect.jpg) 0px -10px;	
	width: 38px;
	height: 35px;
}

	ul.social-media li a.rss { background-position: 0 -10px; }
	ul.social-media li a.twitter { background-position: -35px -10px; }
	ul.social-media li a.skype { background-position: -74px -10px; }
	ul.social-media li a.facebook { background-position: -112px -10px; }
	ul.social-media li a.flickr { background-position: -152px -10px; }
	ul.social-media li a.lastfm { background-position: -191px -10px; }


