﻿* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0px;
	background: #ffddff;
	word-break: break-word;
	min-width: 1080px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #58c;
	text-decoration: underline;
}
p {
	margin: 1em 0;
	font-size: 80%;
	line-height: 150%;
}


h2 {
	font-size: 90%;
}

h3 {
	font-size: 90%;
}

/*** Header ***/
#header {
	background: url("../img/gray.png") #565656;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
#header_menu {
	width: 1080px;
	margin: 0 auto;
}
#header_menu li {
	display: inline-block;
	line-height: 25px;
	font-size: 80%;
	padding: 0 0.3em;
}
#header_menu li a {
	color: #fff;
	text-shadow: 1px 1px #666;
}
/**** Top ***/
#top_wrapper {
	background-color: #fff;
	width: 100%;
	min-height: 112px;
}
#top {
	width: 1080px;
	margin: 0 auto;
}
#top h1 {
	margin: 0px;
	padding: 8px 0;
	display:block;
	float:left;
}
#topad {
	height: 90px;
	padding: 8px 0;
	display: block;
	float:right;
}


/**** Main Container ***/
#wrap {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#wrap_inner {
       margin-left: auto;
       margin-right: auto;
       width: 1080px;
}

/**** Content Container ***/

#content {
}


/**** Sidebar ***/

#left {
  width: 320px;
  float: right;
}

/**** Main ***/

#main {
  margin-right: 322px;
}
#mainad {
	text-align: center;
	margin: 0 auto;
}

/**** Clear Div ***/

.clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/
#footer {
	clear: both;
	text-align: center;
	padding: 10px 0 20px 0;
	background: url("../img/gray.png") #565656;
	color: #eee;
	font-size: 90%;
}
#footer p {
	margin: 0px;
	padding: 0;
}

/**** Footer Menu ***/

#footer_menu {
	display: block;
	margin: 0 auto;
	list-style-type: none;
	width: 100%;
}

#footer_menu li {
	display: inline;
	white-space: nowrap;
	margin: 0;
}
#footer_menu li:after {
	content: " | ";
}
#footer_menu li:last-child:after {
	content: "";
}


/*** Form ***/
.rowElem label {
  display: inline-block;
  min-width: 200px;
}

/*** Channels ***/
#channel_table {
  border-collapse: collapse;
  border: 1px solid #333;
  width: 80%;
}
#channel_table td {
  border: 1px solid #333;
  padding: 4px;
}
.channel_name {
  width: 80%;
}
.channel_name a {
  color: #333;
  text-decoration: none;
}
.channel_name a:hover {
  text-decoration: underline;
}
.channel_edit {
  text-align: center;
}
.channel_edit a {
  color: #333;
}




.videoSocial a {
	display: inline-block;
}

#pageNavigation {
	text-align: center;
}


#footer {
  clear: both;
}

#blog_table td {
	border-bottom: 1px dotted #777;
	padding: 4px 0;
}
#blog_table tr:nth-child(2) td {
	border-top: 1px dotted #777;
}
th {
	text-align: left;
}
.blog_category {
	width: 120px;
}
.blog_update {
	width: 100px;
}
.blog_registered {
	width: 100px;
}
.blog_action {
	width: 100px;
}


/*** Main ***/
#main {
	border: 1px solid #777;
	background-color: #fff;
	padding: 10px;	
}
ul {
	list-style: none;
	padding: 0;
}
#antenas ul {
	margin-bottom: 30px;
	display: table;
}
#antenas li,
.topentries li {
	line-height: 34px;
	margin: 0;
	width: 700px;
	font-size: 70%;
	display: table-row;
}
#antenas li:nth-child(2n),
.topentries li:nth-child(2n) {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}
#antenas li:nth-child(2n-1),
.topentries li:nth-child(2n-1) {
	background: #fafafa;
	border-bottom: 1px solid #e0e0e0;
}
#antenas li:first-child,
.topentries li:first-child {
	border-top: 1px solid #e0e0e0;
}
#antenas li:last-child,
.topentries li:last-child {
}
.topentries .entry_title a {
	width: 620px;
}
.topentries .entry_meter {
	width: 70px;
}
.entry_update,
.entry_title,
.entry_meter,
.blog_title {
	vertical-align: middle;
	display: inline-table;
	display: table-cell;
}
.entry_update {
	width: 30px;
	padding-left: 10px;
	text-align: left;
	font-size: 11px;
}
.entry_title {
	font-size: 13px;
	line-height: 1.5em;
	padding: 0.5em;
	padding-left: 20px;
	white-space: nowrap;
}
.entry_title a {
	display: block;
	width: 520px;
	overflow: hidden;
}
.entry_meter {
}
.meter_frame {
	width: 50px;
	height: 12px;
	background: -moz-linear-gradient(top,  #ccc 0%, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#ddd));
	background: -webkit-linear-gradient(top,  #ccc 0%,#ddd 100%);
	background: -o-linear-gradient(top,  #ccc 0%,#ddd 100%);
	background: -ms-linear-gradient(top,  #ccc 0%,#ddd 100%);
	background: linear-gradient(to bottom,  #ccc 0%,#ddd 100%);
	border: 1px solid #999;
}
.meter {
	background: #6699cc;
	height: 12px;
}
.blog_title {
	white-space: nowrap;
	font-size: 11px;
}
.blog_title a {
	display: block;
	width: 110px;
	padding-left: 8px;
	overflow: hidden;
}

#topentries2 {
	margin-bottom: 20px;
}


/**** Category Menu ****/

#categories {
	border: 1px solid #777;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
	background: #565656;
	background: -moz-linear-gradient(top,  #777 0%, #444 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777), color-stop(100%,#444));
	background: -webkit-linear-gradient(top,  #777 0%,#444 100%);
	background: -o-linear-gradient(top,  #777 0%,#444 100%);
	background: -ms-linear-gradient(top,  #777 0%,#444 100%);
	background: linear-gradient(to bottom,  #777 0%,#444 100%);
	border-radius: 4px;
}
#categories a {
	color: #fff;
	text-shadow: 1px 1px #333;
}
.catli {
	display: inline-table;
}
.catli a {
	display: inline-block;
	border-right: 1px solid #777;
	padding: 12px 16px;
}
.catli a:hover {
	text-decoration: none;
	background:	#888;
	background: -moz-linear-gradient(top,  #777 0%, #888 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777), color-stop(100%,#888));
	background: -webkit-linear-gradient(top,  #777 0%,#888 100%);
	background: -o-linear-gradient(top,  #777 0%,#888 100%);
	background: -ms-linear-gradient(top,  #777 0%,#888 100%);
	background: linear-gradient(to bottom,  #777 0%,#888 100%);
}
/*** Page Navigation ***/
#pageNavigation li {
	border-radius: 4px;
	display: inline-table;
	margin: 4px;
	background: #565656;
	background: -moz-linear-gradient(top,  #777 0%, #444 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777), color-stop(100%,#444));
	background: -webkit-linear-gradient(top,  #777 0%,#444 100%);
	background: -o-linear-gradient(top,  #777 0%,#444 100%);
	background: -ms-linear-gradient(top,  #777 0%,#444 100%);
	background: linear-gradient(to bottom,  #777 0%,#444 100%);
	color: #fff;
	font-weight: bold;
}
a.navLink:hover {
	text-decoration: none;
	background-color: #FFDE4F;
}
.navCur, .navLink {
	display: inline-block;
	border: 1px solid #777;
	border-radius: 4px;
	padding: 8px;
	width: 20px;
	height: 20px;	
	color: #fff;
}
.navCur {
	border: 1px solid #77f;
	background:	#888;
	background: -moz-linear-gradient(top,  #777 0%, #888 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777), color-stop(100%,#888));
	background: -webkit-linear-gradient(top,  #777 0%,#888 100%);
	background: -o-linear-gradient(top,  #777 0%,#888 100%);
	background: -ms-linear-gradient(top,  #777 0%,#888 100%);
	background: linear-gradient(to bottom,  #777 0%,#888 100%);
}


/*** in ***/
#mainentry {
	margin: 20px 0;
	padding: 10px 0;
	border: 1px solid #999;
	border-radius: 4px;
	background: #fafafa;
}
#mainentry a {
	color: #f00;
}
#mainentry .entry_title {
	font-weight: bold;	
}


/*** Information ***/
.informationWrapper {
	margin: 0 0 10px 4px;
	border: 1px solid #777;
	background-color: #fff;
	padding: 10px;
}

/*** Reverse Access Ranking ***/
#reverseRankingWrapper {
	margin: 0 0 10px 4px;
	border: 1px solid #777;
	background-color: #fff;
	padding: 10px;
}
.reverseRanking li {
	line-height: 24px;
	border-bottom: 1px solid #e0e0e0;
}
.reverseRanking li:nth-child(2n-1) {
	background: #fafafa;
}
.reverseRanking li:first-child {
	border-top: 1px solid #e0e0e0;
}
.ranking_number {
	display: inline-block;
	color: #CD8E9F;
	text-align: right;
	width: 20px;
}
.ranking_blog {
	display: inline-block;
	margin-left: 6px;
	font-size: 13px;
}
.reverseRanking {
	margin-bottom: 14px;
}
.reverseRanking a:hover {
	background: #eee;
	display: block;
	text-decoration: none;
}
#reverseRankingWrapper p {
	font-size: 12px;
	color: #777;
}

/*** Hot Entry Ranking ***/
#hotentryWrapper {
	margin: 0 0 10px 4px;
	border: 1px solid #777;
	background-color: #fff;
	padding: 10px;
}
.hotentry li {
	white-space: nowrap;
	overflow: hidden;
	line-height: 24px;
	border-bottom: 1px solid #e0e0e0;
}
.hotentry li:nth-child(2n-1) {
	background: #fafafa;
}
.hotentry li:first-child {
	border-top: 1px solid #e0e0e0;
}
.ranking_number {
	display: inline-block;
	color: #CD8E9F;
	text-align: right;
	width: 20px;
}
.ranking_entry {
	display: inline-block;
	margin-left: 6px;
	font-size: 13px;
}
.hotentry {
	margin-bottom: 14px;
}
.hotentry a:hover {
	background: #eee;
	display: block;
	text-decoration: none;
}
#hotentryWrapper p {
	font-size: 12px;
	color: #777;
}

/*** IN / OUT ***/
#inout_table {
	border-collapse: collapse;
	margin: 20px 0;
	border-top: 1px solid #ccc;
}
#inout_table th,
#inout_table td {
	border-bottom: 1px solid #ccc;
	padding: 7px 14px;
}
#inout_table tr:nth-child(2n-1) {
	background: #fcfcfc;
}
#inout_table tr:first-child {
	background: #fcfcfc;
}
#inout_table .blog_in,
#inout_table .blog_out,
#inout_table .blog_returnrate,
#inout_table .blog_point {
	text-align: center;
}

/*** Form ***/
#submit_btn {
	padding: 4px 6px;
}
.rowElem {
  margin: 0.7em 0;
}
.rowElem label {
	vertical-align: top;
}
.necessary {
  font-size: 80%;
  font-weight: bold;
}
.small {
  font-size: 80%;
  color: #999;
}
.error {
  color: #F00;
  font-size: 90%;
  margin: 0.7em 0;
}
table.sendmail {
	border-collapse: collapse;
	margin: 1em 0;
	width: 100%;
}
table.sendmail th {
	padding: 0.5em;
	font-weight: bold;
	border: 1px solid #333;
	width: 25%;
	background-color: #f0f0f0;
}
table.sendmail td {
	padding: 0.5em;
	border: 1px solid #333;
	background-color: #fcfcfc;
}


/*** Category Page ***/
#categorymain h2 {
	font-size: 18px;
	padding: 6px 0;
	text-shadow: 1px 1px #ddd;
}
#scrollbox {
	max-height: 400px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	padding: 10px;
}
#scrollbox #allentries {
	width: 100%;
}
#categorymain #mainad {
	padding: 15px 0;
	text-align: center;
}
#scrollbox .entry_title a {
	display: block;
	width: 800px;
	overflow: hidden;
}
table.blog_box {
	width: 500px;
	border: 1px solid #777;
	border-bottom	: 5px solid #999;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.blog_box.odd {
	float: left;
}
table.blog_box.even {
	float: right;
}
tr.blog_header {
	background: #565656;
	background: -moz-linear-gradient(top,  #777 0%, #444 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777), color-stop(100%,#444));
	background: -webkit-linear-gradient(top,  #777 0%,#444 100%);
	background: -o-linear-gradient(top,  #777 0%,#444 100%);
	background: -ms-linear-gradient(top,  #777 0%,#444 100%);
	background: linear-gradient(to bottom,  #777 0%,#444 100%);
}
tr.blog_header h3 {
	display: inline-block;
	float: left;
	font-size: 20px;
	line-height: 26px;
	padding-left: 6px;
}
tr.blog_header h3 a {
	color: #fff;
}
tr.blog_header h3 a:hover {
	text-decoration: none;
	color: #ccc;
}
tr.blog_header h4 {
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 13px;
	font-weight: normal;
	line-height: 26px;
	padding-right: 6px;
}
tr.blog_main td {
	padding: 2px 4px;
	font-size: 13px;
}
tr.blog_main td a {
	width: 374px;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	padding-left: 10px;
	background: url(../img/arrow.png) no-repeat left center;
}
tr.blog_main td.blog_img {
	width: 100px;
	padding: 4px;
	border-right: 1px solid #777;
	background-color: #ddd;
}
td.recent1, td.recent3,td.recent5 {
	background: #fff;
}
td.recent2, td.recent4 {
	background: #f0f0f0;
}

/*** Blogpage ***/
h2.blogpage_title {
	font-size: 24px;
	margin-bottom: 8px;
}
h2.blogpage_title a:hover{
	text-decoration: none;
}