/*
Theme Name: pk-suffusion-style.css
/ks/css/pk-suffusion-style.css
*/
/*
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: normal;
	margin:0;
	line-height: 1.1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; font-weight: bold; }
h5 { font-size: 1.2em; font-weight: bold; background-color: #9FF; }
h6 { font-size: 1.2em; font-variant: small-caps; }
*/
/*
#nav ul ul a, #nav ul ul a:visited {
width:250px;background-color:#CCCCCC;
}
*/
/*
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image:  url(/ks/graphics/theme/body-bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
}
*/
/* post title */
h1.posttitle,
h2.posttitle {
/*	color: #000; */
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font-size: 1.6em; background-color: #FADAAE;
	border-bottom: dotted 1px #CCCCCC;
}

a,
h1.posttitle a,
h2.posttitle a {
	color: #0000FF;
	text-decoration: underline;
}

a:visited,
h1.posttitle a:visited,
h2.posttitle a:visited {
	color: #90C;
	text-decoration: underline;
}

a:hover,
h1.posttitle a:hover,
h2.posttitle a:hover {
	text-decoration: underline;
	color: #0000FF;
	background-color: #FF9;
}
a:active,
h1.posttitle a:active,
h2.posttitle a:active {
	color: #F00;
	text-decoration: underline;
	background-color: #FF0;
}
/*
*/

#tm0 tr .tm1, #tm0 tr .tm2, #tm0 tr .tm3, #tm0 tr .tm4 { padding:0px;}
#tm0 tr .tm3, #tm0 tr .tm4 { padding-top:3px;}
#tm0 tr .tm1, #tm0 tr .tm3 { text-align: right;}
#tm0 tr .tm2, #tm0 tr .tm4 { text-align: left;}
#tm0 tr .tm1 { padding-right: 20px;}
#tm0 tr .tm2 { padding-left:  20px;}
#tm0 tr .tm3 { padding-right: 5px;}
#tm0 tr .tm4 { padding-left:  5px;}

.ksIndent { /* usage: class="ksIndent" */
	padding-left:30px; 
}
.ksframe { /* usage: class="ksframe" */
	padding: 5px; 
	border: 1px solid #aaa;
}
.center { /* usage: <div class="center"><img src... /></div> */
  text-align: center;
}
.ksImgCenter,
.aligncenter { /* usage: class="aligncenter" */
	text-align:center;
	padding:0;
  display: block;
	margin:0.5em auto 0.5em auto;
  margin-left: auto;
  margin-right: auto;
}
.alignright { /* usage: class="alignright" */
	padding:0;
	float:right;
	margin: 0.5em 0em 0.5em 1.5em;
}
.alignleft { /* usage: class="alignleft" */
	text-align:left; 
	padding:0;
	float:left;
	margin: 0.5em 1.5em 0.5em 0em;
}
.form-allowed-tags { display: none; }
a.more-link,
.more-link {
	text-align:left;
	float:none;
	font-weight: bold;
	background-color: #FC6;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 1em;
	padding-left: 1em;
}

