/* -----------------------------------------------------------------------------
    CommentPP, Thread type bulletin board system.
    Copyright (C) 2012,2013 Kaga, Hiroaki

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
----------------------------------------------------------------------------- */

body{
	text-align:center;
	background-color: #FFFFFF;
}

img{
	max-width: 100%;
	height: auto;
	width: auto;
}

a.menu:link, a.menu:visited {
  color: #000000;
}

h1.title {
	padding-top: 8px;
	margin: 0;
	line-height: 1.2em;
	font-size: 27px;
}

h1.title a, h1.title a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#message {
	margin: 0px 10px 0px 10px;
	padding: 2;
	width: 600;
	background-color: #DCDCDC;
	border: 1px solid #000000;
}

h2 {
	line-height: 1.5em;
	font-size: 18px;
	margin: 0;
}

h3 {
	line-height: 1.5em;
	font-size: 16px;
	margin: 0;
}

.container {
	margin: 0 auto;
	width:800;
	text-align:left;
}

div#menubar {
	padding: 10px;
	text-align:right;
}

div#header {
	padding: 10px;
	color: FFFFFF;
	background-color: #000000;
}

div#main {
	text-align:left;
	background-color: #FFFFFF;
}

div#ranking {
	padding: 10px;
}

div#tag {
	padding: 10px;
}

div#threadtitle {
	padding: 10px;
}

div#thread {
	margin: 0px 10px 0px 10px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

div#newcomment {
	padding: 10px;
}

div#newthread {
	padding: 10px;
	background-color: #FFFFFF;
}

div#login {
	padding: 10px;
}

div#list {
	padding: 10px;
}

div.comment {
	margin: 10px 0px 10px 0px;
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

div.body {
	padding: 6px 0px 6px 0px;
}

div#navigation {
	text-align: left;
}

div#footer {
	text-align: center;
}
