/*   
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: 'Lucida Grande', Arial, Helvetica, sans-serif;
	text-align: center; /* for IE */
	background-color: #dfe0de;
}

#preload {
	display: none;
	position: absolute;
	top: -9999;
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 0;
	line-height: 130%;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}


/* ------------------------------
 Layout
------------------------------ */
#container {
	margin: 30px auto 20px auto;
	text-align: left;
	width: 960px;
	background:url('http://www.amystroup.com/images/background.jpg') top center no-repeat #dfe0de;
	min-height: 1222px;
}

#inner {
	margin: 0 auto;
	width: 960px;
	height: 830px;
	position: relative;
}

#header {
	width: 960px;
	height: 400px;
	margin: 0;
	padding: 0;
	position: relative;
}

#main {
	margin: 75px 180px 0 0;
	padding: 20px 5px 20px 10px; 
	float: right;
	width: 420px;
	height: auto;
	max-height: 600px;
	position: relative;
	background-color: #fefefe;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;	
}

#main .entry {
	position: relative;
	width: 400px;
}

#footer {
	height: 50px;
	width: 960px;
}

.clear {
	clear: both;
}

.clear hr {
	display: none;
}

.printhide {
}


/* NAVIGATION */

#navlinks {
	padding: 20px 30px;
	float: left;
}

.nav {
	float: left;
	list-style: none;
}

.nav li {
	float: left;
	position: relative;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0.06em;
}

.nav li a {
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	display: block;
}

.nav li a:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #EAEAEA;
}

#logo {
	position: absolute;
	display: block;
	top: 100px;
	left: 40px;
	float: left;
}

a.logo {
	height: 299px;
	width: 297px;
	background: url('http://www.amystroup.com/images/logo.png') top center no-repeat;
	display: block;
	opacity: 1;
}

a.logo:hover {
	opacity: 0.8;
}

#emailcorner {
	position: absolute;
	top: 1px;
	right: 0;
	height: 205px;
	width: 265px;
	float: right;
}

a.emailcorner {
	height: 205px;
	width: 265px;
	display: block;
	background: url('http://www.amystroup.com/images/email_corner.png') top center no-repeat;
}
#musicplayer {
	position: absolute;
	top: 650px;
	left: 40px;
	width: 215px;
	height: 20px;
	z-index: 999;
}
a.player {
	display: block;
	height: 20px;
	width: 215px;
	background: url('http://www.amystroup.com/images/player.png') top center no-repeat;
	opacity: 1;
}
a.player:hover {
	opacity: 0.9;
}
	
/* ------------------------------
 SOCIAL LINKS
------------------------------ */
#social {
	position: absolute;
	top: 250px;
	right: 0;
	z-index: 1000;
	float: right;
	height: 313px;
	width: 50px;
	background: url('http://www.amystroup.com/images/social.png') top center no-repeat;
}

a.facebook, a.twitter, a.youtube, a.myspace {
	display: block;
	width: 50px;
	height: 60px;
}

a.email {
	display: block;
	width: 50px;
	height: 73px;
}

a.facebook:hover {
	display: block;
	width: 50px;
	height: 60px;
	background: url('http://www.amystroup.com/images/social_fb.png') top center no-repeat;
}

a.twitter:hover {
	display: block;
	width: 50px;
	height: 60px;
	background: url('http://www.amystroup.com/images/social_tw.png') top center no-repeat;
}

a.youtube:hover {
	display: block;
	width: 50px;
	height: 60px;
	background: url('http://www.amystroup.com/images/social_yt.png') top center no-repeat;
}

a.myspace:hover {
	display: block;
	width: 50px;
	height: 60px;
	background: url('http://www.amystroup.com/images/social_ms.png') top center no-repeat;
}

a.email:hover {
	display: block;
	width: 50px;
	height: 73px;
	background: url('http://www.amystroup.com/images/social_em.png') top center no-repeat;
}


/* ------------------------------
 Main Content
------------------------------ */
#main a {
	color: #455971;
	text-decoration: underline;
}

#main a:link {
	color: #455971;
}

#main a:visited {
	color: #455971;
}

#main a:hover {
	background-color: #455971;
	color: #FFF;
}

#main h2.pagetitle {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}

#main h2.entrytitle {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

#main h2.entrytitle a {
	color: #404040;
	text-decoration: none;
	font-style: italic;
}

#main h2.entrytitle a:link {
	color: #404040;
}

#main h2.entrytitle a:visited {
	color: #404040;
}

#main h2.entrytitle a:hover {
	background: transparent;
	color: #455971;
}

#main .prevnext {
	margin: 10px 0 20px 0;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
}

#main .prevnext a {
	color: #455971;
	padding: 5px 10px;
	text-decoration: none;
}

#main .prevnext a:hover {
	background-color: #455971;
	color: #FFF;
}

#main p {
	color: #202020;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	letter-spacing: 0.02em;
	padding: 0 10px;
}

#main .date {
	color: #909090;
	font-size: 10px;
	margin: 5px 0 15px 0;
	border-top: 1px dotted #909090;
	padding: 5px 0 0 10px;
	line-height: 150%;
}

#main .date a {
	color: #505050;
	text-decoration: none;
}

#main .date a:hover {
	background: #455971;
	color: #FFF;
	text-decoration: none;
}

#main .time {
	color: #455971;
	font-size: 93%;
}

#main .dateonly {
	color: #455971;
	font-size: 153.9%;
	top: 0;
	left: 470px;
	position: absolute;
}

#main .topagetop {
	margin: 60px 0 190px 0;
	text-align: left;
}

#main .page_footer {
	border-top: 1px dotted #CCC;
	color: #404040;
	font-size: 85%;
	margin: 40px 0 40px 0;
	padding: 8px 0 8px 0;
}

#main .entry_footer {
	margin: 0;
	padding: 0;
	height: 20px;
}

#main .entry_footer a {
	color: #404040;
	text-decoration: none;
}

#main .entry_footer a:hover {
	color: #FFF;
	background: #455971;
	text-decoration: underline;
}

#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 {
	background:#455971;
	color:#FFF;
}


/* ------------------------------
 Sidebar for widget
------------------------------ */
#widgetbar h2 {
	font-size: 85%;
	border-bottom: 1px solid #444;
	font-weight: bold;
	margin: 60px 0 8px 0;
	padding: 0 0 8px 0;
}

#widgetbar ul {
	color: #000000;
	font-size: 85%;
}

#widgetbar li {
	border-bottom: 1px dotted #404040;
	font-style: italic;
	margin: 4px 0 0 0;
	padding: 0 0 3px 0;
}

#widgetbar li a {
	color: #404040;
}

#widgetbar li a:hover {
	color: #455971;
}

/* STORE CONTENT */

table.store {
	border: 0;
	width: 100%;
}
.store td {
	width: 50%;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	font-size: 10px;
	font-weight: normal;
}
.store p {
	font-weight: bold !important;
	font-size: 12px !important;
	margin: 0 0 8px 0 !important;
	letter-spacing: 0 !important;
	padding: 0 !important;
	line-height: 1.3em !important;
	color: #444 !important;	
}
.store th {
	background: none !important;
	text-transform: uppercase !important;
	border-bottom: 1px solid #e0e0e0 !important;
	padding: 10px 0 0 0 !important;
}
.store th h3 {
	font-weight: bold !important;
}
.store .disclaimer {
	font-size: 10px;
	color: #777;
	font-weight: normal;
}
#main a.itlink:hover {
	background-color: transparent !important;
}

/* ------------------------------
 Footer
------------------------------ */
#footer p.copyright {
	color: #474747;
	font-size: 10px;
	text-align: right;
	float: right;
	padding: 15px 10px;
}

#footer p.copyright a {
	color: #455971;
}

#footer p.copyright a:hover {
	text-decoration: underline;
}

#footer #mailinglist {
	float: left;
	width: 750px;
	height: 60px;
	background: url('http://www.amystroup.com/images/mailinglist.png') top center no-repeat;
	position: relative;
	list-style: none;
}

#mailinglist .signupform {
	position: absolute;
	top: 15px;
	left: 125px;
}

#mailinglist .wp-email-capture-name, #footer .wp-email-capture-email {
	width: 170px;
	height: 20px;
	border: none;
	margin-left: 70px;
	padding: 2px 5px;
	font-size: 11px;
}

#footer #mailinglist label {
	display: none;
}
#mailinglist .send {
	vertical-align: middle;
}

#signuppage {
	list-style: none;
	margin: 0 0 0 10px;
}

#signuppage label {
	font-size: 11px;
}
#signuppage .wp-email-capture-name, #signuppage .wp-email-capture-email {
	display: block;
	width: 170px;
	height: 20px;
	padding: 2px 5px;
	font-size: 11px;
	margin-bottom: 5px;
}

#signuppage .send {
	margin-top: 5px;
}



/* ------------------------------
 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;
}

#comment .comment_entry {
	background-color: #F8F8F8;
	width: 470px;
	margin-bottom: 10px;
	position: relative;
}

#comment .everyone_comment {
	line-height: 180%;
	padding: 15px 20px 10px 60px;
	margin-bottom: 10px;
}

#comment .comment_author {
	text-align: right;
	color: #404040;
	font-size: 85%;
	line-height: 180%;
	padding: 2px 6px 3px;
	border-top: 1px solid #ccc;
}

#comment .comment_author a:link {
	color: #404040;
}

#comment .comment_author a:hover {
	color: #FFF;
	background: #455971;
}

#comment .avatar_photo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#comment .author-id-1 {
	background: transparent url(images/comment_ramp1.jpg) right top no-repeat;
}

#comment .author-id-0 {
	background: transparent url(images/comment_ramp0.jpg) right top no-repeat;
}

#comment p.usetags {
	background: #F9F9F9;
	margin-bottom: 5px;
}


/* ------------------------------
 comment form
------------------------------ */
#commentform .textform {
	color: #606060;
	width: 230px;
	height: 18px;
	border: #CCC solid 1px;
}

#commentform .textform:hover {
	background: #F6F6F6;
}

#commentform .textbox {
	color: #606060;
	width: 440px;
	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;
}




/* ------------------------------
 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
------------------------------ */

#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: 0px #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{
	color: #404040;
}

#main caption{
	text-align: left;
	color: #FFF;
	margin-bottom: -1em;
	margin-top: 1em;
}

#main abbr {
	border-bottom: #404040 dotted 1px;
}







