﻿  /* CSS layout */
body {
	background-color: #333333;
}
img {
	border-style: none;
}
#allpage {
	margin: 10px auto auto auto;
	padding: 0;
	width: 960px;
	border-width: 5px;
	border-color: #0080AA;
	border-style: solid;
	background-color: #EFEFEF;
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#top_nav {
	padding: 5px;
	width: 950px;
	margin: auto;
	background-color: #0080AA;
	background-image: url('images/wm.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	position: relative;
}
#top_nav .clock {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	top: 5px;
	left: 5px;
}

#masthead {
	border-width: 1px;
	border-color: #787878;
	width: 960px;
	margin: auto;
	height: 160px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-style: solid;
	position: relative;
}
#masthead .links {
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#masthead .links a {
	border: 1px solid #0080AA;
	padding: 5px;
	height: 16px;
	background-image: url('images/gloss_bg.png');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #0080AA;
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-topleft-radius: 10px;
	-moz-border-topright-radius: 10px;
	-moz-border-topleft-radius: 10px;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#masthead .links a:hover {
	background-color: #00A8DF;
}
#masthead form {
	position: absolute;
	left: 5px;
	bottom: 0px;
	border: 1px solid #0080AA;
	padding: 5px 5px 10px 5px;
	height: 16px;
	background-image: url('images/gloss_bg.png');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #0080AA;
	color: #FFFFFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-topleft-radius: 10px;
	-moz-border-topright-radius: 10px;
	-moz-border-topleft-radius: 10px;
}
#container {
	margin: auto;
	padding: 5px;
	min-width: 600px;
	width: 950px;
}
#left_col {
	width: 230px;
	float: left;
	margin-right: 5px;
	background-color: #efefef;
}
#left_col .block {
	padding: 5px;
	border: 1px solid #e6e6e6;
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 5px;
}
#left_col .title {
	width: 210px;
	margin: 2px;
	background-color: #006080;
	background-image: url('images/wm.png');
	background-repeat: no-repeat;
	background-position: 5% top;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	padding-right: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: #000 0px 0px 5px;
	text-align: right;
}
#left_col .title a{
	color: #FFFFFF;
	text-decoration: none;
	display:inline-block;
	width: 190px;
}
#left_col .title:hover{
	background-color: #0080AA;
}
#left_col .block .up {
	margin-bottom: 5px;
	height: 80px;
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
}
#left_col .block .up img {
	border-width: 1px;
	border-color: #0080AA;
	float: right;
	padding-left: 5px;
	border-left-style: dotted;
	margin-left: 5px;
	width: 70px;
	height: 70px;
}
#left_col .block .up a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #464646;
	font-weight: bold;
}
#left_col .block .up a:hover {
	text-decoration: underline;
	color: #006080;
}
#left_col .block .down {
	padding: 5px;
	background-color: #E8FAFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#left_col .block .down a {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 5px;
	color: #006080;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
}
#left_col .block .down a:hover {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: underline;
}
#page_content {
	margin-left: 200px;
	width: 714px;
	background-color: #efefef;
}
#page_content .block {
	padding: 5px;
	border: 1px solid #e6e6e6;
	background-color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 5px;
	position: relative;
}
#page_content .block #body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
	line-height: 26px;
}
#page_content .icons{
	padding: 2px 4px 0px 0px;
	text-decoration: none;
	position: absolute;
	left: 10px;
	top: 8px;
	cursor: pointer;
}
#page_content .title {
	width: 666px;
	background-color: #B4AD3D;
	background-image: url('images/wm.png');
	background-repeat: no-repeat;
	background-position: 300% top;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	padding-right: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: #000 0px 0px 5px;
	margin-bottom: 5px;
}
#page_content #inpage .title {
	width: 628px;
}
#page_content #date {
	border-width: 2px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	display: block;
	text-align: right;
	line-height: 20px;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #006080;
	border-right-style: solid;
	padding-right: 5px;
	width: 120px;
}
#page_content img.in_page {
	margin: auto;
	padding: 5px;
	max-width: 540px;
	max-height: 320px;
	display: block;
}
#page_content #img_cmnt {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	display: block;
	text-align: center;
	line-height: 20px;
	background-color: #F7F4DD;
	border: 1px solid #CEC486;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #006080;
}
#page_content #links a {
	padding: 3px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
}
#page_content #links a:hover {
	text-decoration: none;
	background-color: #E8FAFF;
}
#page_content #links a i {
	border-width: 1px;
	padding: 3px;
	display: inline-block;
	font-family: Tahoma;
	font-size: 11px;
	color: #006080;
	width: 70px;
	border-left-style: solid;
	margin-left: 5px;
	background-color: #E8FAFF;
	font-weight: normal;
}
#page_content u {
	background-color: #FFFF66;
	text-decoration: none;
}
#page_content .block .right {
	padding: 5px;
	width: 380px;
	height: 100px;
}
#page_content .block .right img {
	border-width: 1px;
	border-color: #0080AA;
	float: right;
	padding-left: 5px;
	border-left-style: dotted;
	margin-left: 5px;
	width: 100px;
	height: 100px;
}
#page_content .block .right a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #464646;
}
#page_content .block .left {
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 300px;
	height: 100px;
	position: absolute;
	top: 40px;
	left: 5px;
	background-color: #F2F0D9;
}
#page_content .block .left a {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #7A7629;
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 5px;
}
#page_content .block .left a:hover, #page_content .block .right a:hover {
	text-decoration: underline;
	color: #7D792B;
}
#page_content #chrc.block .right {
	padding: 5px;
	width: 380px;
	height: 220px;
}
#page_content #chrc.block .right img {
	border-width: 1px;
	border-color: #0080AA;
	float: right;
	padding-left: 5px;
	border-left-style: dotted;
	margin-left: 5px;
	width: 380px;
	height: 200px;
	margin-bottom: 5px;
}
#page_content #chrc.block .right a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #464646;
}
#page_content #chrc.block .left {
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 300px;
	height: 100px;
	position: absolute;
	top: 40px;
	left: 5px;
	background-color: #F2F0D9;
}
#page_content #chrc.block .left a {
	text-decoration: none;
	color: #7A7629;
	margin-bottom: 10px;
	display: block;
	height: 100px;
}
#page_content #chrc.block .left img {
	float: right;
	padding-left: 5px;
	margin-left: 5px;
	width: 120px;
	height: 94px;
	margin-bottom: 5px;
}

#page_content #chrc.block .left a:hover, #page_content .block .right a:hover {
	text-decoration: underline;
	color: #7D792B;
}
/* comments */
#page_content #cmnts {
	color: #006080;
	font-family: Tahoma;
	font-size: 12px;
	position: relative;
}
#page_content #cmnts .title{
	background-position: right top;
	background-color: #0080AA;
	background-image: url('images/cmnts.png');
	background-repeat: no-repeat;
	padding-right: 36px;
	width: 636px;
	padding-top: 5px;
	height: 25px;
}
#page_content img#arr {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: pointer;
}
#page_content img#arr:hover {
	padding: 5px;
	top: 5px;
	left: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url('images/arr_bg.jpg');
}
#page_content #cmnts #add{
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#page_content #cmnts .nums {
	border-width: 2px;
	border-color: #006080;
	display: block;
	width: 100px;
	float: left;
	position: absolute;
	top: 40px;
	border-right-style: solid;
	padding-right: 5px;
	left: 0px;
}
#page_content #cmnts #hide {
	border: 1px solid #BBF0FF;
	margin: 5px;
	padding: 5px;
	background-color: #F2FCFF;
	line-height: 20px;
	position: relative;
}
#page_content #cmnts #hide input[type=text] {
	width: 200px;
}
#page_content #cmnts #hide input[type=submit] {
	border: 1px solid #0080AA;
	background-position: center bottom;
	width: 100px;
	background-color: #0080AA;
	background-image: url('images/gloss_bg.png');
	color: #FFFFFF;
	background-repeat: repeat-x;
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
}
#page_content #cmnts #hide input[type=submit]:hover {
	background-color: #00A8DF;
}
#page_content #cmnts #hide p {
	position: absolute;
	top: -5px;
	left: 5px;
}
#page_content #cmnts #hide p textarea {
	border-color: #ADADAD!important;
	width: 460px;
	height: 110px;
}
.cmnt_add {
	background-position: right center;
	border: 1px solid #CDD937;
	margin: 5px;
	padding: 5px 25px 5px 5px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #F9FFCE;
	line-height: 20px;
	font-weight: bold;
	color: #58630C;
	background-image: url('images/tick.png');
	background-repeat: no-repeat;
}
.c1 {
	border: 1px solid #BBF0FF;
	padding: 5px;
	margin: 5px;
	min-height: 60px;
	background-color: #F2FCFF;
	position: relative;
}
.c2 {
	padding: 5px;
	margin: 5px;
	border-width: 2px;
	border-color: #00AEE8;
	min-height: 60px;
	background-color: #FFFFFF;
	border-right-style: dashed;
	border-left-style: dashed;
	position: relative;
}
#comments .titl {
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006080;
	display: block;
	line-height: 30px;
	text-align: right;
	width: 620px;
}
#comments h3 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #CCCCCC;
	width: 45px;
	position: absolute;
	left: 0px;
	top: -18px;
	text-align: center;
	display: inline-block;
	font-style: italic;
}
#comments .body {
	border-style: none;
	text-align: justify;
	padding-bottom: 5px;
}
#comments .footer {
	font-size: 11px;
	display: block;
	width: 100%;
	border-top-style: solid;
	border-width: 1px;
	border-color: #00AEE8;
	line-height: 20px;
	font-weight: normal;
	margin-top: 5px;
}
#comments .date {
	width: 180px;
	display: block;
	float: left;
}
.title img {
	margin-top: 6px;
}

/* --- Pagination --- */
div.pagination {
	border-width: 2px;
	border-color: #ADADAD;
	color: #CCCCCC;
	padding: 8px;
	direction: ltr;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	display: block;
	position: relative;
	height: 21px;
	border-top-style: solid;
}
div.pagination a {
	color: #666666;
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #FBFBFB;
}
div.pagination a:hover, div.pagination a:active {
	color: #F8F8F8;
	background-color: #0080AA;
	border-color: #0080AA;
}
div.pagination span.current {
	padding: 2px;
	color: #0080AA;
	font-weight: bold;
	padding: 2px 5px;
}
div.pagination span.disabled {
	color: #C0C0C0;
	padding: 2px 5px;
	margin: 0 2px;
	font-weight: bold;
}
div.pagination .statics {
	margin: 0px;
	padding: 2px 5px 5px 5px;
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	background-color: #FBFBFB;
	position: absolute;
	text-align: center;
	direction: rtl;
	right: 5px;
	left: auto;
	height: 11px;
	top: 5px;
}
#footer {
	margin: auto;
	padding: 5px;
	clear: both;
	width: 950px;
	background-color: #0080AA;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
