body {
	background-color: #ffffff;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}
.item-body {
  margin: 0px; font-size: medium;
  visibility: hidden; height: 0px;
}


a {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
}

ul {
	margin-bottom: 0px;
}

ul.notopmargin {
	margin-top: 0px;
}

div, img, form {
	padding: 0px;
	margin: 0px;
	border: none;
}

hr {
	height: 1px;
	margin-bottom: 1em;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #000000;
	border-style: solid;
}

.fm-req, .fm-opt { padding-top: 10px; }
div.fm-req{font-weight:bold;}
div.fm-req label:before{ color: red; content:"* ";}
#fm-submit{clear:both;padding-top:1em;text-align:center;}

address {
	font-style: normal;
}

.floatright {
	display: inline;
	float: right;
}

.floatleft {
	display: inline;
	float: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

/* ************************************************************************* */

#page_center {
	width: 1012px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/* ************************************************************************* */

#header {
	width: 100%;
	text-align: center;
	margin-bottom: 13px;
}

#header span {
	font-size: 160%;
	font-weight: bold;
}

/* ************************************************************************* */

.sidebar {
	display: inline;
	float: left;
	width: 170px;
	margin-top: 1px;

}
.sidebar .content a {
	font-weight: normal;
	font-size: 90%;
}

.menu, .submenu {
	padding: 0px;
	margin: 0px;
}

.menu {
	padding-bottom: 1px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

.menu li, .submenu li {
	list-style-type: none;
	margin-left: 12px;
	/* font-size: 95%; */
}

.submenu li {
	margin-left: 8px;
	font-size: 95%;
}

.menu a, .submenu a {
	text-decoration: none;
}

.menu a:hover, .submenu a:hover {
	text-decoration: underline;
}

.submenu a {
	color: #000000;
}

.submenu a.heavy {
	font-weight: normal;
	font-family: "arial black", sans-serif;
	text-decoration: underline;
}

#rightbar {
	float: right;
}

#rightbar .content a {
	font-weight: normal;
	font-size: 90%;
}

#exhaustioncounter {
	text-align: center;
}

/* ************************************************************************* */

#content {
	display: inline;
	float: left;
	width: 650px;
	margin-top: 1px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 1px;

}

/* ************************************************************************* */

#footer {
	clear: both;
	font-size: 80%;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}

#footer_left {
	float: left;
	text-align: left;
	font-style: normal;
}

#footer_center {
}

#footer_right {
	float: right;
	text-align: right;
}

/* ************************************************************************* */

.required {
	color: #e00000;
}

.fineprint {
	font-size: 60%;
}

.largeprint {
	font-size: 120%;
	font-weight: bold;
}

.indent {
	margin-left: 24px;
}

.block {
	width: 100%;
	margin-bottom: 9px;
	padding-bottom: 2px;
	text-align: left;
	border: 1px solid #000066;
}

.block .caption {
	width: 100%;
	height: 1.5em;
	padding-top: 0.2em;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	background-color: #000066;
	color: #ffffff;
}

.block .content {
	font-size: 110%;
	padding: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 1px;
}

.block .title {
	margin: 0px;
	margin-bottom: 0.6em;
	margin-top: 0.6em;
	font-size: 30px;
	font-weight: bold;
}

h4 {
	margin: 0px;
}

h1 {
	/* Read the comment in the previous section */
	/* margin-bottom: 0.5em;
	margin-top: 0.5em; */
}

/* ************************************************************************* */

.bottommargin {
	margin-bottom: 16px;
}

table.blue {
	width: 100%;
}

table.blue .blank {
	background-color: transparent;
	border-style: none;
}

table.blue td, table.blue th {
	padding-left: 3px;
}

table.blue thead td {
	background-color: #5681c4;
	font-weight: bold;
}

table.blue thead th {
	background-color: #dddddd;
	font-weight: normal;
}

table.blue tbody th {
	background-color: #dddddd;
	font-weight: normal;
}

table.blue tbody td {
	background-color: #f3f3f3;
}

/* ************************************************************************* */

div.half {
	display: inline;
	float: left;
	width: 50%;
}

div.full {
	clear: both;
	text-align: left;
	width: 100%;
}

div.center {
	clear: both;
	text-align: center;
	width: 100%;
}

form.quote {
}

form.quote div.half {
	text-align: right;
}

form.quote textarea {
	width: 100%;
}

/************* BLOG REVIEW - SORTING ************/
/************* Added by T. Kim ******************/
#sort_review {
	width: 100%;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
}

#sort_review ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#sort_review li {
	display: inline;
}

#sort_review a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #010157;
}

#sort_review a:hover {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #010157;
	/* background-color: #fc924b; */
}

#sort_review li a.active
{
	/* background-color: #fc924b; */
	background-color: #010157;
	color: #FFFFFF;
}

#no_record {
	width: 100%;
	height: 1.5em;
	padding-top: 0.2em;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #010157;
}

#vote_record {
	width: 99%;
	margin-left:0.2em;
	height: 1.5em;
	padding-top: 0.2em;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #010157;
	border: 1px gray dotted;
	background: #ECECEC;
}

#badge_description {
	color:#CC0000
}

/********* added by Tae Kim ********************/

#pollbox {
	margin: 0 auto; /* center for now */
	width: 18em;
	background: url(images/ipv6poll_d.gif) no-repeat bottom right;
	vertical-align: middle;
	font-size: 100%;
}
#boxhead {
	background: url(images/ipv6poll_b.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
#boxhead h2 {
	background: url(images/ipv6poll_a.gif) no-repeat top left;
	margin: 0;
	padding: 30px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.1em; 
	line-height: 1em;
}
#boxline {
	background: url(images/img05.gif) repeat-x left bottom;
}
#boxbody {
	background: url(images/ipv6poll_c.gif) no-repeat bottom left;
	list-style: none;
	margin: 0;
	padding: 5px 30px 31px;
	color: white;
}

#vote_chart {
	vertical-align: middle;
}

#vote_chart_after {
	vertical-align: middle;
}

/******************************
***** Language Options ********
*******************************/

#lang {
text-align: right; 
padding-bottom: 5px;
}

#lang select {
   background: transparent;
   background-color: #ffffff;
   padding: 5px;
   font-size: 14px;
   border: 1px solid #ccc;
   overflow: hidden;
}

.errorMessageBox {
	text-align: center;
	color: black;
	border: 1px solid red;
	padding: 5px;
	background: rgb(255, 128, 128);
}

.validMessageBox {
	text-align: center;
	color: black;
	border: 1px solid green;
	padding: 5px;
	background: rgb(128, 255, 128);
}

.statusMessageBox {
	text-align: center;
	color: black;
	border: 1px solid blue;
	padding: 5px;
	background: rgb(128, 128, 255);
}

.infoMessageBox {
	color: black;
	border: 1px solid darkgray;
	padding: 5px;
	margin: 10px;
	background: rgb(224, 224, 224);
}

.infoMessageBox ul {
	padding-left: 20px;
}

.sectionHeader {
    font-weight: bold;
    margin-top: 8px;
}

.hide { display: none; }

#divider {
	border: 1px solid darkgray;
	margin: 20px 0px;
}

/* Blog Posts */

.entry {
	width: 98%;
	height: 70px;
	background: #ffffff;
	padding:8px;
	border:1px solid #bbbbbb;
	margin:5px auto;
	-moz-border-radius:8px;
}

span.link a {
	font-size:150%;
	color: #000000;
	text-decoration:none;
}

span.smt {
	float: right;
	font-size:70%;
	color: #000000;
}

a.vote_up, a.vote_down, a.vote_up_off, a.vote_down_off {
	display:inline-block;
	background-repeat:none;
	background-position:center;
	height:16px;
	width:17px;
	margin-left:4px;
	text-indent:-900%;
}

a.delete_post {
	display:inline-block;
	background-repeat:none;
	background-position:center;
	height:19px;
	width:50px;
	text-indent:-900%;
}

a.delete_post {
	background:url("images/delete_post.png");
}

a.vote_up, a.vote_up_off {
	background:url("images/thumbs_up.png");
}

a.vote_down, a.vote_down_off {
	background:url("images/thumbs_down.png");
}

/*****************************************/
/* remove top certs, latest certs and v4 exhaustion */
@media (max-width: 1024px) {
	input {
		max-width: 100%;
	}   
	#page_center {
		width: 100%;
	}
	#content {
		width: 100%;
		max-width: 75%;
	}
	.block * td {
		padding: 8px;
	}
	#top_certs, #latest_certs, #exhaustioncounter {
		display: none;
	}
	#rightbar {
		float: left;
	}
	#content {
		float: right;
	}
	/* move social media buttons down */
	#social {
		position: absolute;
		top: 780px;
	}
}

/*****************************************/
@media (max-width: 800px) {
	body {
		font-size: 130%;
		line-height: 150%;
		position: relative;
	} 
	input {
		line-height: 150%;
	} 
	#navigation, #content, #rightbar {
		float: none;
	}
	#navigation .block, #rightbar .block {
		text-align: center;
	}
	/*stops footer elements from bunching up*/
	#footer * {
		float: none;
		display: block;
		text-align: center;
	}
	/*create space for social media buttons below footer*/
	#footer {
		padding-bottom: 80px;
	}
	/* move social media buttons to bottom of page */
	#social {
		position: absolute;
		top: auto; 
		bottom: 0;
		height: 52px;
	}
}

