/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * site.css
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
    margin: 0px;
    padding: 0px;
    background: #f1f1f1;
}
#navbar {
    background: url(../images/navbar_background.png);
    background-repeat: repeat-x;
    height: 76px;
    padding-top: 10px;
    width: 100%;
    min-width: 1240px;
    color: #FFF;
    font-size: 14px;
    position:fixed;
    overflow: visible;
    top:0px;
    width:100%;
    clear: both
}
#navbar:after {
  display: table;
  line-height: 0;
  content: "";
  padding-bottom: 20px;
}
#navbar a {
    color: #f2e579;
}

#navbar ul {
    margin: 0px;
    margin-left: 60px;
    padding: 0px;
    float: left;
}
#navbar li {
	display:inline;
}
#navbar li a {
	color: #FFF;
	padding-top: 12px;
	padding-bottom:0px;
	padding-left: 25px;
	padding-right: 15px;
	display: table-cell;
	float: left;
	list-style-type: none; 
	font-weight: bold;
	height: 34px;
    z-index:2000;
	text-align: center;
	text-indent: -7px;
	text-decoration: none;
    background: url(../images/navbar_separator.png);
    background-repeat: no-repeat;
}
#navbar li a:hover {
	color: #f2e579;
}

#navbar li .selected {
	color: #f2e579;
}

#contents {
    width: 1120px;
    margin-top: 100px !important;
    padding-top: 30px !important;
    padding-bottom: 50px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 8px;
    margin: 0 auto;
    font-size: 13px;
    background: #FCFCFC;
}

#contents h1 {
    text-align: center;
}

#contents table {
    font-size: 13px;
}

#contents td {
    padding-left: 10px;
}

#contents a {
    color: #44C;
}

#contents tr:hover {
    background: #EEEEEE;
}
/* comments css */

#comments_thread a:link {
    color: #0073c7;
    background-color: inherit;
}

#comments_thread a:visited {
    color: #5A88B5;
    background-color: inherit;
}

#comments_thread a:link:hover,
#comments_thread a:link:active,
#comments_thread a:visited:hover,
#comments_thread a:visited:active {
    color: #0073c7;
    background-color: #f0f0f0;
}



#comments_thread p {
    line-height: 1.3em;
}


.apaste_menu {
	float: right;
	margin-right: 10px;
	width: 80px;
}

.apaste_comment {
	display: block;
	white-space: pre-wrap;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #F8F8FA;
	border-radius: 5px;
	border: 1px solid #999;
	padding-left: 20px;
	padding-bottom: 6px;
	padding-top: 5px;
	margin: 15px;
	font-size: 13px;
	box-shadow: 0pt 1px 2px rgba(0, 0, 0, 0.25) inset;
}

.apaste_comment_1 {background: #F0F0F4;}
.apaste_comment_2 {background: #F8F8FA;}
.apaste_comment_selected {background: #F8F4E9;}
.apaste_comment_notapproved {background: #F8E0E0;}
.apaste_comment_resolved {background: #F8FCF8;}
.apaste_comment_sticky {background: #FFFFF6;}
.apaste_comment_invalid {
	color: #999;
	background: #F8F8F8;
}
.apaste_comment_verified {background: #F0F9F0;}

.apaste_comment textarea {
	width: 480px;
	height: 180px;
}

#apaste {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #024;
}
#apaste .section {
	padding: 20px;
	padding-left: 80px;
}
#apaste tr {
	padding: 2px;
}
#apaste td {
	padding-right: 10px;
}
#apaste tr:hover {
	background-color: #EEF;
	padding: 5px;
}

.notapproved {
	background-color: #FEE;
	padding: 5px;
}

#contents span {
	margin-top: -50px;
	padding-top: 50px;
}

#contents h2 {

	color: #FFF;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 3px;
	font-size: 18px;
	height: 25px;
	border-radius: 4px;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

#apaste a {
	color: #248;
}

#contents li {
	padding-bottom: 10px;
}

#apaste #path ul {
	margin-top: -44px;
	margin-left: 250px;
}




#apaste #path {
	font-size: 13px;
	padding-left: 20px;
}

#apaste h1 {
	padding: 0px;
	margin: 5px;
}

#comments_thread textarea{
background-color: #ffffff;

width: auto;
border: 1px solid #1c1c1c;
border-radius: 3px;

box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.16) inset;
position: relative;

}

.apaste_honeypot {
	display: none;
}

s {
    color: #a77;
    font-style: italic;
}

