/* Global *********************************************************************/

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

#wrapper {
	position: relative;
	width: 1000px;
	margin: 15px auto 50px auto;
}

img {
	border: 0;
}

a:link, a:visited, a:active {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}

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

/* Top *********************************************************************/

#top {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

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

h1 a:hover {
	text-decoration: none;
}

h2 {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
}

#menu {
	margin-top: 50px;
}

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

#subscribe {
	display: inline-block;
	text-align: left;
	float: left;
	width: 250px;
}

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

#bookmark {
	display: inline-block;
	width: 250px;
}

#follow {
	display: inline-block;
	text-align: right;
	float: right;
	width: 250px;
}

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

#update {
	clear: both;
	font-size: 10px;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #313131;
	text-align: left;
}

#update em {
	color: #00FF00;
	font-style: normal;
}

#post {
	display: inline-block;
	float: right;
}

#post img {
	vertical-align: top;
}

.page_selector {
	margin: 50px 0;
	color: #515151;
}

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

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

.page_selector .page_this {
	color: #FFFFFF;
	border: 1px solid #515151;
	padding: 5px;
}

/* Main *********************************************************************/

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.item {
	margin-top: 50px;
}

.gallery {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 0px;
	padding: 5px;
	border: 1px solid #717171;
	background-color: #515151;
}

h3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 20px;
	text-align: left;
	color: #FFFF00;
	background-color: #414141;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
}

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

.spon {
	font-size: 13px;
	font-weight: normal;
	color: #00FF00;
}

.description {
	margin: 10px 0 20px 0;
	padding: 0 10px;
	text-align: left;
}

.description p {
	margin: 0 0 5px 0;
}

.thumbs {
	margin: 10px 0;
}

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

.links {
	margin: 20px 0 10px 0;
}

.links a {
	text-decoration: underline;
}

.links img {
	vertical-align: middle;
	margin-right: 5px;
}

a.opt_link {
	color: #FFFFFF;
	margin-right: 50px;
}

/* Bottom ********************************************************************/

#contact {
	margin: 100px 0 50px 0;
}

#contact a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Thumbnail Viewer ***********************************************************/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	background-color: #000000;
	border: 1px solid #717171;
	visibility: hidden;
	z-index: 10;
	cursor: url(/css/cursors/zoomout.cur), pointer;
}

#thumbBox .headerbar{ /*Header DIV of thumbbox that contains "close" link */
	padding-bottom: 5px;
	text-align: right;
	cursor: pointer;
	font-weight: bold;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	padding-top: 5px;
	text-align: right;
	cursor: pointer;
	font-weight: bold;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #515151;
	border: 1px solid #FFFFFF;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid #717171;
	background-color: #EFEFEF;
	color: #000000;
	padding: 3px 5px 3px 5px;
	z-index: 5;
}

