@CHARSET "UTF-8";
* {
	font-family: "Arial", "Verdana", serif;
}
html {
	height:100%;
}
body { 
	position:relative;
	margin:0px;
	padding:0px;
	min-width: 965px;
	min-height:100%;
	color:#999999;
	font-size:14px;
}

a:focus, img {outline:none;}
img, a::-moz-focus-inner {border:0;}
input[type="submit"]::-moz-focus-inner {border:0;}
table {
	/*border-collapse:collapse;*/
	margin:auto;
}
h1 {
	margin:0px;
	padding:30px 0px;
	color:#666666;
	font-size:18px;
}
a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer !important;
}
a:hover {
	text-decoration:underline;
}
h2 {
	color:#666666;
	font-size:18px;
}
p,
ul,
ol,
table {
	line-height:20px;
	color:#999999;
}
ul {
	
}
ul li {
	
}
small {
	font-size:11px;
}
large {
	font-size:20px;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.vcenter {
	vertical-align:middle;
}
.bold {
	font-weight:bold;
}
.redborder {
	border-color:red !important;
}
.red {
	color:red;
}

input[type="text"], 
input[type="password"],
select,
textarea {
	margin:0px;
	padding:0px;
	height:22px;
	color:#999999;
	border:1px solid #dcdcdc;
}     

select {
	
}
textarea {
	height:120px;
}
button {
	background-color:transparent;
}
.button {
	display:inline-block;
	margin:10px 0px;
	padding:0px 30px;
	height:36px;
	line-height:36px;
	color:white;
	vertical-align:middle;
	background:#a9abae;
}
.button:hover {
	text-decoration:none;
}
/***************/
#page {
	
}
#header,
#content,
#home_cats,
#footer {
	margin:auto;
	width:945px;
}
#header {
	padding-top:20px;
}
#logo {
	float:left;
	display:block;
	width:400px;
	height:85px;
	background:url("/css/images/logo.png") left center no-repeat;
}
#header_right {
	float:right;
}
#header_right .reg,
#header_right .login,
#header_right .logout {
	display:inline-block;
	margin:0px 15px;
	height:18px;
	line-height:18px;
	padding-right:20px;
	font-size:12px;
	font-weight:bold;
	background-position:right center;
	background-repeat:no-repeat;
}
#header_right .reg {
	background-image:url("/css/images/reg.png");
}
#header_right .login {
	background-image:url("/css/images/login.png");
}
#header_right .logout {
	background-image:url("/css/images/logout.png");
}
#insert_article {
	display:block;
	height:54px;
	line-height:54px;
	color:#9c9fa3;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	background:#eaeaea;
}
#insert_article:hover {
	color:white;
	text-decoration:none;
	background:#64c40f;
}
#header_search {
	display:table;
	border-collapse:collapse;
	border-spacing:0px;
	margin:15px 0px;
	width:100%;
}
#header_search input,
#header_search a {
	display:table-cell;
}
#header_search input {
	width:180px;
}
#header_search a {
	width:60px;
	color:#a9abae;
	font-weight:normal;
	text-align:center;
	background:#eaeaea;
}
#header_search a:hover {
	color:white;
	text-decoration:none;
	background:#0072bc;
}
#navigator {
	margin-top:25px;
}
#navigator,
#navigator a {
	color:#a9abae;
	font-size:12px;
	font-weight:bold;
}
#menu_line {
	min-height:5px;
	background:#eaeaea;
}
#content {
	display:table;
	padding-bottom:100px;
}
#content_left,
#content_middle,
#content_right {
	display:table-cell;
	position:relative;
	vertical-align:top;
}
#content_left,
#content_right {
	padding:15px;
	width:225px;
	background:#eaeaea;
}
h2.pad35 {
	margin:0px;
	padding:35px 0px;
}
#home_cats {
	padding-bottom:35px;
}
#home_cats_div {
	margin:-6px;
	margin-top:0px;
}
.home_cats {
	float:left;
	display:block;
	margin:7px;
	width:225px;
	min-height:30px;
	line-height:30px;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background:white;
}
.home_cats:hover {
	color:white;
	text-decoration:none;
}
.gbord {
	padding:15px;
	font-size:10px/*12px*/;
	text-align:justify;
	border:1px solid #eaeaea;
}
.gbord a {
	color:#999999;
	font-weight:normal;
	text-align:center;
}
.gbord_buttons {
	position:relative;
	margin-top:7px;
	height:38px;
	display:none;
}
.gbord_buttons div {
	position:absolute;
	bottom:0px;
	width:36px;
	height:36px;
	cursor:pointer;
	-o-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	-ms-user-select:none;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#eaeaea;
}
.gbord_buttons.gray div {
	background-color:white;
}
.gbord_buttons .up {
	right:45px;
	background-image:url("/css/images/bullet_u_w.png");
}
.gbord_buttons .down {
	right:0px;
	background-image:url("/css/images/bullet_d_w.png");
}
.gbord_buttons.gray .up {
	background-image:url("/css/images/bullet_u_g.png");
}
.gbord_buttons.gray .down {
	background-image:url("/css/images/bullet_d_g.png");
}
.home_posts {
	/*margin-bottom:30px;*/
	padding-left:40px;
	background:url("/css/images/rp.png") left top no-repeat;
}
.home_posts h3 {
	margin:0px;
}
.home_posts h3 a {
	color:#666666;
	font-size:14px;
	font-weight:bold;
}
.home_posts .desc {
	margin-bottom:30px;
}

.left_cats {
	display:block;
	margin-bottom:10px;
	height:30px;
	line-height:30px;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background:white;
}
.left_cats:hover,
.left_cats.active {
	color:white;
	text-decoration:none;
}
.cat_posts {
	
}
.cat_posts h3 {
	margin:0px;
	padding:20px 0px 0px 0px;
}
.cat_posts h3 a {
	color:#666666;
	font-size:18px;
}
.desc,
.desc a {
	color:#a9abae;
	font-size:10px;
}
.cat_posts .teaser {
	position:relative;
	margin:10px 0px 20px 0px;
	text-align:justify;
}
.cat_posts .teaser img {
	display:block;
	margin:auto;
	max-width:405px;
}
.post_h1 {
	margin:0px;
	padding:30px 0px 3px 0px;
}
.post_desc,
.post_desc a {
	color:#a9abae;
	font-size:10px;
}
.content {
	margin:20px 0px;
	text-align:justify;
}
.content h2 {
	font-size:16px;
}
.content img {
	display:block;
	margin:auto;
	max-width:675px;
	cursor:pointer;
}
.cat_block {
	padding:15px;
	background:white;
}
.post_bottom {
	display:table;
	width:100%;
}
.authenticate {
	margin:0px 5px;
	text-align: center;
}
.authenticate .inner {
	display:inline-block;
}
.auth {
	position: absolute;
	right: 0px;
	background: white;
}
.auth.up {
	display:none;
	bottom: 100%;
	background:#dedede;
}
.author_div,
.keywords_div,
.abk {
	display:table-cell;
	vertical-align:top;
}
.author_div {
	width:50%;
	background:#eaeaea;
}
.abk {	
	width:10px;
}
.keywords_div {
	padding:7px;
	border:1px solid #eaeaea;
}
.author {
	display:table;
}
.author .cell {
	padding:7px;
	display:table-cell;
	vertical-align:top;
}
.author .cell img {
	border:2px solid white;
	background:white;
}
.author .cell h4,
.keywords_div h4 {
	margin:0px;
	color:#666666;
	font-size:12px;
}
.author .cell .desc {
	color:#999999;
	font-size:10px;
}
.author .cell .about,
.keywords_div .about {
	margin-top:10px;
	line-height:14px;
	color:#999999;
	font-size:11px;
}
.keywords_div .about a {
	font-weight:normal;
}
.searchh2 {
	color:#a9abae;
	font-size:16px;
}

.sitemap ul {
	
}
.sitemap ul li {
	
}
.sitemap ul li a.second {
	font-weight:normal;
}
#notice_error {
	margin:auto;
	width:400px;
}
#notice_error .line {
	margin-bottom:15px;
}
#notice_error .lineX .button {
	float:right;
	margin:0px -15px 0px 0px;
}
#notice_error .input_mail,
#notice_error .input_notice {
	display:table;
	margin:0px;
	margin-left:-15px;
	padding:5px 15px;
	width:100%;
}
#footer_div {
	position:absolute;
	margin-top:300px;
	width:100%;
	background:#eaeaea;
	bottom:0px;
}
#copyright {
	float:left;
}
#footer_menu {
	float:right;
}
#footer_menu span,
#footer_menu a {
	margin:0px;
	padding:0px 0px 0px 5px;
	color:#999999;
	font-size:12px;
	font-weight:normal;
}
#copyright,
#footer_menu {
	line-height:70px;
}
/****************************************************/
.comments {
	display:table;
	padding-bottom:40px;
	width:100%;
}
.comments .photo,
.comments .right {
	display:table-cell;
	vertical-align:top;
}
.comments .photo {
	width:1px;
}
.comments .photo img {
	margin-right:15px;
}
.comments .right {
	text-align:right;
}
.comments .right h3 {
	margin:0px;
	font-weight:14px;
	text-align:left;
}
.comments .deleted_h3 {
	font-style:italic;
	font-weight:normal;
}
.comments .right .date {
	font-size:10px;
	text-align:left;
}
.comments .right .text {
	margin-top:10px;
	text-align:justify;
}
.comments .right .text textarea {
	width:100%;
}
/********************************************************/
.social_icons {
	display:block;
	margin:0px;
	margin:auto;
	padding:0px;
	text-align:center;
}
.social_icons a {
	display:inline-block;
	margin:2px;
	width:32px;
	height:32px;
	background-position:left top;
	background-repeat:no-repeat;
}
.social_icons a:hover {
	background-position:right top;
}
.social_icons a.dr {
	background-image:url("/css/images/dr.png");
}
.social_icons a.tw {
	background-image:url("/css/images/tw.png");
}
.social_icons a.fb {
	background-image:url("/css/images/fb.png");
}
.social_icons a.rss {
	background-image:url("/css/images/rss.png");
}
/********************************************/
.social_share_div {
	position:relative;
}
.social_share_table {
	display:table;
	margin:auto;
	margin-bottom:30px;
	border-collapse:separate;
	border-spacing:10px;
}
.social_share_table .cell {
	display:table-cell;
	vertical-align:top;
	text-align:center;
}
.rp_likes {
	border-collapse:collapse;
	border-spacing:0px;
}
.rp_likes td {
	padding:0px;
	width:17px;
	line-height:27px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #dedede;
	white-space:nowrap;
}
.rp_likes .rp_empty_like {
	height:3px;
	border:none;
}
.rp_likes .rp_like a,
.rp_likes .rp_dislike a {
	display:block;
	width:27px;
	height:27px;
	background-position:center;
	background-repeat:no-repeat;
}
.rp_likes .rp_like a {
	background-image:url("/css/images/rp_like.png");
}
.rp_likes .rp_dislike a {
	background-image:url("/css/images/rp_dislike.png");
}
.rp_likes .rp_like a.voted {
	background-image:url("/css/images/rp_liked.png");
}
.rp_likes .rp_dislike a.voted {
	background-image:url("/css/images/rp_disliked.png");
}
.rp_likes .rp_like_num,
.rp_likes .rp_dislike_num {
	padding:0px 5px;
}
.rp_likes .rp_like_num {
	color:green;
}
.rp_likes .rp_dislike_num {
	color:red;
}
.social_share_div .rp_likes {
	position:absolute;
	margin:10px 0px;
	top:0px;
	right:0px;
}
/********************************************/
.dr_pass,
.tw_pass,
.go_pass,
.fb_pass {
	display:table;
	margin:5px auto;
}
.dr_pass:hover,
.tw_pass:hover,
.go_pass:hover,
.fb_pass:hover {
	text-decoration:none;
}
.dr_pass span,
.tw_pass span,
.go_pass span,
.fb_pass span {
	display:table-cell;
	height:25px;
	line-height:25px;
	color:white;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.dr_pass span.left,
.tw_pass span.left,
.go_pass span.left,
.fb_pass span.left {
	width:35px;
}
.dr_pass span.middle,
.tw_pass span.middle,
.go_pass span.middle,
.fb_pass span.middle {
	padding:0px 10px;
}
.dr_pass span.right,
.tw_pass span.right,
.go_pass span.right,
.fb_pass span.right {
	width:6px;
}
/************************************/
.dr_pass span.left {
	background:url("/css/images/dr_pass_l.png") center no-repeat;
}
.dr_pass span.middle {
	background:url("/css/images/dr_pass_m.png") left center repeat-x;
}
.dr_pass span.right {
	background:url("/css/images/dr_pass_r.png") center no-repeat;
}
/************************************/
.tw_pass span.left {
	background:url("/css/images/tw_pass_l.png") center no-repeat;
}
.tw_pass span.middle {
	background:url("/css/images/tw_pass_m.png") left center repeat-x;
}
.tw_pass span.right {
	background:url("/css/images/tw_pass_r.png") center no-repeat;
}
/************************************/
.go_pass span.left {
	background:url("/css/images/go_pass_l.png") center no-repeat;
}
.go_pass span.middle {
	color:black;
	background:url("/css/images/go_pass_m.png") left center repeat-x;
}
.go_pass span.right {
	background:url("/css/images/go_pass_r.png") center no-repeat;
}
.go_pass img {
	max-width:16px;
	max-height:16px;
}
/************************************/
.fb_pass span.left {
	background:url("/css/images/fb_pass_l.png") center no-repeat;
}
.fb_pass span.middle {
	background:url("/css/images/fb_pass_m.png") left center repeat-x;
}
.fb_pass span.right {
	background:url("/css/images/fb_pass_r.png") center no-repeat;
}
/**************************************************************************************/
#newest_posts,
#popular_posts {
	height:300px;
	overflow-x:none;
	overflow-y:auto;
}
cite {
	display:table;
	margin:10px 80px 10px 7px;
	padding:0px 0px 0px 30px; 
	color:#434142 !important;
	height:18px;
	line-height:18px;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	background-position: left top/*, right bottom*/;
	background-repeat: no-repeat;
	background-image: url("/css/images/q1.png")/*, url(betweengrassandsky.png)*/;
}
line {
	display:table;
	margin:10px 0px 10px 15px;
	padding:0px 0px 0px 18px; 
	color:#434142 !important;
	line-height:18px;
	font-size:15px;
	font-weight:normal;
	border-left:3px solid #61cadc;
}
