/*
master CSS file
2009.05.15 VVVas
*/
/* html { overflow: scroll; } */
body, form { margin: 0px; padding: 0px; }
img { border: none; }

body { background: #151921 url("/tina/_img/background.jpg") repeat-x 50% 0; }

#header { height: 110px; }

#header, #main, #footer {
	margin: 0 auto;
	width: 960px;
}

#main, #content, #menu { padding: 10px; }

#main {
	width: 940px;
	overflow:hidden;
	background: url("/tina/_img/border.gif") repeat-x 0 0;
}

#content, #menu {
	background: #FFCC99 url("/tina/_img/content.jpg"); 
	color: #000000;
}

#content {
	float: right;
	width: 690px;
}

#menu {
	margin-right: 10px;
	width: 200px;
	float: left;
}
#footer { padding-top: 10px; }
#print_footer { display: none; }

a:link, a:visited, a:active { color: #0079EE; }
a:hover { color: #EE0077; }

#content p, #content ul, #menu p, #menu ul { line-height: 1.25em; }
/* 20px / 16 = 1.25em */
body {
	color: #CCCCCC;
	font: 1em Arial, Helvetica, sans-serif;
}

address, p, ul, h1, h2, h3, h4, h5, h6 {
	padding: 0 0 0.75em 0;
	margin: 0;
}
h2, h3 { font-size: 1.6em; }
h1, h2, h3, h4, h5, h6 {
/* 	font-family: Georgia, serif;  */
	padding: 0 0 0.3125em 0;
}

small.date {
	float: right;
	padding: 1em 0 0 0.5em;
}
sub, sup { font: 0.5em Arial, Helvetica, sans-serif; }
sub { vertical-align: text-bottom; }
sup { vertical-align: text-top; }

table {
	border-collapse: collapse;
	margin-bottom: 0.75em;
} 
td {
	border: 1px solid #310f0e;
	padding: 0.3125em;
}

/* #menu style */
#menu ul, #menu2 ul { list-style: none outside; }
#menu p strong {
	font-size: 1.6em;
	line-height: 1.4em;
}

/* h1.logo style */
h1.logo {
	font: 2.5em Georgia, serif;
	margin: 0; padding: 0;
	margin-top: 30px;
	position: relative;
	width: 960px; height: 50px;
	float: left;
	overflow: hidden;
	/* no img */
	background: #4B091C;
}

h1.logo a span, h1.logo span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 960px;
	height: 50px;
	background: url("/tina/_img/logo.jpg") no-repeat top left;
}

/* no img */
h1.logo a, h1.logo {
	text-decoration: none;
	text-align: right;
	color: #DBBE4D;
}

/* #footer style */
.pont {	color: #666666; font-size: 0.6em; }
.pont a:link, .pont a:visited, .pont a:active { color: #666666; }
.pont a:hover { color: #EE0077; }

/* WP */
div.sociable ul li {
	float: left;
	list-style: none;
	width: 16px; height: 16px;
	margin-right: 2px;
}

a.more-link:link, a.more-link:visited, a.more-link:active, a.more-link:hover {
	padding: 3px 5px; 
	color: #FAE592;
	background-color: #300F0F;
	text-decoration: none;
}

ol.comment {
	padding: 0; margin: 0;
}
ol.comment li.comment {
	list-style: none;
	padding: 0 0 1.25em 0;
}
ol.comment li.comment img {
	float: right;
	padding: 3px;
}
textarea.comment { width: 460px; }