/*  
Theme Name: Keishichou Network
Theme URI: http://www.paperchimestst.com/
Description: Third layout for Keishichou Network.
Version: 2.0
Author: Jay
Author URI: http://paperchimestst.com/kei_net

	This theme was designed and built by Jay

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
        background: #ffffff url('images/bg_wht_cross.gif')left;;
	font-size: 8pt
	font-family: Verdana, Arial, Sans-Serif;
        color: #003399;
	text-align: center;
        padding: 0;
        margin: 0 0 0px 0;
	}

#page {
	font-family: Verdana, Arial, Sans-Serif;
	background: #ffffff url('images/sidebar_bg.jpg') left;
        background-repeat: repeat-y;
	text-align: left;
        margin: 0 0 0px 0;
        padding: 0;
        width: 100%;
	}

#header {
	background: url('images/top_banner_bg.jpg') left;
        margin: 0 0 0px 0;
        padding: 0;
        height: 55px;
        width: 100%;
	}

#headerimg 	{ 
        margin: 0 0 0px 0;
        background: url('images/top_banner.jpg') no-repeat left;
	height: 55px; 
	width: 450px;
	} 

#content {
	font-size: 8pt;
	}

.info {
	text-align: left;
        margin-left: 180px;
        padding: 10px 10px 0px 35px;
/*        width: 83%;*/
	}

.info .postmetadata {
        padding-top: 5px;
        }

.postmetadata {
        text-align: right;
        margin: right;
        }

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/btm_banner_bg.jpg') top; 
	border: none;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 116px;
        clear: both;
	}

#footerimg 	{ 
        margin: 0 0 0px 0;
        background: url('images/btm_banner.jpg') no-repeat bottom left;
	height: 116px; 
	width: 100%;
	} 

#footerimg p    {
	padding: 10px 0;
        margin-left: 180px;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

p {
  font-size: 8pt;
  margin: 0 0 15px 0;
}

table {
  text-align: left;
}

/* Sidebar CCS */
#sidebar {
	background: #eee url('images/sidebar_bg.jpg') left;
	font: 8pt Verdana, Arial, Sans-Serif;
        float: left;
        padding: 10px 0 10px 0;
        width: 173px;
        margin: 0 0 0 0px;
	list-style-type: none;
	}

#sidebar form {
	margin: 0;
	}

#sidebar .sorted {
        border: 1px solid #004a80;
        background-color: white;
        text-align: left;
        width: 166px;
        margin: 0 0 10px 10px;
        }

.sorted h1 {
        font-size: 8pt;
        color: white;
        font-weight: bold;
        text-align: center;
        background-color: #004a80;
        margin: 0 0 0px 0;
        }

.sorted h1 a, .sorted h1 a:visited {
        color: white;
        }

.sorted h1 a:hover {
        background-color: #66CCFF;
        text-decoration: none;
        }

.sorted .titlelist {
        padding: 5px 0px 5px 10px; /*top-right-bottom-left*/
        }

.titlelist ul {
  list-style-type: none;
  margin: 0 0 0px 0;
  padding: 0 0 0px 0;
}

/* Links CCS */
a, a:visited {
       text-decoration: none;
       }
a {
       color: #0099FF;
       }

a:visited {
       color: #9966FF;
       }

a:hover {
       font-weight: bold;
       text-decoration: underline;
       }

/* Others */
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.newspost {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}
/* End Structure */

/* Begin Headers */
h1 {
        font-size: 8pt;
        color: white;
        font-weight: bold;
        text-align: center;
        background-color: #66CCFF;
        }        

h2, h3 {
        font-size: 8pt;
        color: #66CCFF;
        font-weight: bold;
        text-align: left;
        background-color: #ffffff;
        margin: 15px 0 0 0px;
        }        

/* End Headers */

/* 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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

input {
   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*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
