/* Global *********************************************************************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Arial;
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
}

#wrapper {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

img { border: 0px; }

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ol {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-position: inside;
}

h3 {
	font-weight: bold;
	font-size: 20px;
	background: #414141;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link, a:visited, a:active {
	color: #ffff00;
	text-decoration: none;
}

a:hover {
	color: #ffff00;
	text-decoration: underline;
}

.page_selector {
	color: #717171;
}

.page_selector a {
	background: #515151;
	border: 1px solid #717171;
	padding: 5px;
}

.page_selector .page_disabled {
	background: #515151;
	border: 1px solid #717171;
	padding: 5px;
}

.page_selector .page_this {
	border: 1px solid #717171;
	padding: 5px;
}

/* Top box ********************************************************************/
#top_box {
	padding-bottom: 50px;
}

h1 {
	font-family: 'Comic Sans MS', 'Times New Roman';
	font-size: 30px;
	letter-spacing: 3px;
	color: #ffff00;
	font-weight: bold;
	margin-bottom: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(offx=3, offy=3, color=#515151)";
}

h2 {
	font-family: 'Comic Sans MS', 'Times New Roman';
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(offx=3, offy=3, color=#515151)";
}

noscript {
	color: #FF0000;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 50px;
} 

#menu {
	margin: 50px 0;
}

#menu img {
	vertical-align: -3px;
}

#left {
	float: left;
	text-align: left;
	width: 300px;
}

#left img {
	margin-right: 5px;
}

#center {
	display: inline-block;
	width: 300px;
}

#center img {
	margin-right: 5px;
}

#right {
	float: right;
	text-align: right;
	width: 300px;
}

#right img {
	margin-left: 5px;
}

#navig {
	clear: both;
	border-top: 1px solid #515151;
	padding-top: 5px;
	margin-top: 5px;
}

#navig li {
	display: inline;
	border-right: 1px solid #515151;
}

#navig li:first-child {
	border-left: 1px solid #515151;
}

#navig li a {
	padding: 0px 20px 0px 20px;
}

#top_box .page_selector {
	margin-top: 50px;
}

/* Passwords box *************************************************************/
#pass_box {
	float: left;
	width: 320px;
	background: #515151;
	padding: 5px;
	margin-bottom: 50px;
}

#list {
	font-size: 13px;
}

#update {
	padding: 3px;
	margin-top: 10px;
	text-align: left;
}

#update ul {
	list-style-type: disc;
}

#update .time {
	color: #00FF00;
}

#update .new {
	color: #00FF00;
}

#exchange {
	border: 1px solid #FFFFFF;
	padding: 3px;
	margin-top: 10px;
	background: #414141;
}

#exchange span {
	font-weight: bold;
}

#pass_box .hint {
	margin-top: 10px;
	font-size: 11px;
}

#pass_box .item {
	padding: 3px;
	margin-top: 10px;
	text-align: left;
	background: #414141;
}

#pass_box .report {
	color: #FF0000;
	font-weight: bold;
	float: right;
}

#pass_box .date {
	float: right;
	font-size: 11px;
	color: #FFFFFF;
}

#pass_box .date_new {
	float: right;
	font-size: 11px;
	color: #00FF00;
	font-weight: bold;
}

#pass_box em {
	display: inline-block;
	font-style: normal;
}

a.report:link, a.report:visited, a.report:active {
	color: #FF0000;
	text-decoration: none;
}

a.report:hover {
	color: #FF0000;
	text-decoration: underline;
}

.list_selector {
	margin: 15px 0 10px 0;
	color: #717171;
}

.list_selector a {
	background: #414141;
	border: 1px solid #717171;
	padding: 5px;
}

.list_selector .list_disabled {
	background: #414141;
	border: 1px solid #717171;
	padding: 5px;
}

.list_selector .list_this {
	border: 1px solid #717171;
	padding: 5px;
}

/* Main box ******************************************************************/
#main_box {
	float: right;
	width: 655px;
}

#main_box .item {
	margin-bottom: 50px;
	background: #515151;
	padding: 5px;
}

#main_box h3 {
	text-align: left;
}

#main_box .content {
	text-align: left;
	margin-top: 10px;
}

.item .info {
	float: right;
	font-weight: normal;
	font-size: 13px;
	color: #00FF00;
}

.content img.main {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ffffff;
}

.content .flash {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ffffff;
}

#main_box .video {
	color: #FF0000;
	margin-top: 10px;
}

#main_box .date {
	color: #00FF00;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
}

#main_box .link {
	margin-top: 20px;
	text-transform: uppercase;
}

#main_box .link_bottom {
	text-align: right;
	text-transform: uppercase;
}

a.click:link, a.click:visited, a.click:active, a.click:hover {
	color: #ffff00;
	font-weight: bold;
	text-decoration: underline;
}

#main_box .thumbs {
	clear: both;
}

#main_box .hint {
	font-size: 11px;
}

.thumbs img {
	cursor: url(/younggaypass/css/cursors/zoomin.cur), pointer;
	border: 1px solid #FFFFFF;
	margin: 5px 3px 0 0;
}

/* Bottom box ****************************************************************/
#bottom_box {
	padding-bottom: 50px;
	clear: both;
}

#bottom_box .page_selector {
	margin-bottom: 50px;
}

#tops {
	margin-top: 10px;
	background: #515151;
	padding: 5px;
}

#tops li {
	display: inline-block;
	padding: 10px 5px 5px 10px;
}

#sites {
	margin-top: 50px;
	background: #515151;
	padding: 5px;
}

#sites ul {
	margin-top: 10px;
	text-align: left;
	display: inline-block;
	list-style-type: disc;
}

#sites li {
	padding: 5px;
}

#menu_bottom {
	margin-top: 100px;
	margin-bottom: 10px;
}

#navig_bottom {
	clear: both;
	border-bottom: 1px solid #515151;
	padding-bottom: 5px;
}

#navig_bottom li {
	display: inline;
	border-right: 1px solid #515151;
}

#navig_bottom li:first-child {
	border-left: 1px solid #515151;
}

#navig_bottom li a {
	padding: 0 20px;
}

#copyright {
	font-size: 11px;
}

/* Bottom hidden box *********************************************************/
#hidden_box {
	display: none;
}

/* For other small pages *****************************************************/
#small_wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto 50px auto;
}

#small_box {
	background: #515151;
	padding: 5px;
	margin: 50px 0;
	border: 1px solid #717171;
}

input, textarea {
	border: 1px solid #717171;
	background: #414141;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
}

input.submit {
	border-right: 1px solid #212121;
	border-bottom: 1px solid #212121;
	background: #414141;
	color: #FFFF00;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	font-size: 13px;
	margin: 10px 0;
}

h4 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0;
}
