body {
	color: white;
	background-color: black;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a:link {
	color: #52b0e4;
	text-decoration: none
}

a:visited {
	color: #52b0e4;
	text-decoration: none
}

a:hover {
	color: #52b0e4;
	text-decoration: underline
}

.err {
	font-size: 150%;
	color: red;
	font-style: italic;
}

.code {
	font-size: 75%;
	font-family: "courier new", "courier";
	color: red;
	font-style: normal;
	background-color: black;
	z-index: 999;
}

.a2a_kit {
	padding: 10px;
}

.fbshare {
	padding: 10px;
}

.social {
	border: 0px;
	max-width: 1000px;
}

.fbpage {
	/*padding-left: 100px;*/
}

#main {
	width: 1080px;
	align: center;
	margin: 30px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(scope_square.jpg);
	background-position: 0 0;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	min-height: 100%;
}

#main #content {
	position: relative;
	padding: 25px;
	padding-top: 175px;
	background-image: url(fade.png);
	background-repeat: repeat-x;
	background-color: transparent;
	overflow: auto;
}

#title {
	background-image: url(title.png);
	background-position: left top;
    background-repeat: no-repeat;
	position: relative;
	left: 20px;
	top: 175px;
	margin: 0px;
	padding: 0px;
	width: 398px; /* 429px; */
	height: 42px; /* 32px; */
	cursor: pointer;
	z-index: 1000;
}

#title h1 {
	display: none;
}

#pages {
	font-size: 90%;
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
}

#admin {
	font-size: 90%;
	color: #4c4b4b;
	float: right;
}

#admin a:link {
	color: #4c4b4b;
}

#admin a:visited {
	color: #4c4b4b;
}

#admin a:hover {
	color: #4c4b4b;
	text-decoration: underline;
}

#footer {
	width: 1080px;
	text-align: center;
	font-size: smaller;
	background-color: #222222;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	color: white;
	clear: both;
}

.blog_row {
	clear: both;
	min-height: 220px;
	margin-bottom: 20px;
}

.blog_row .thumbnail {
	float: left;
	margin-right: 20px;
}

.blog_row .thumbnail img {
	/*
	border-top: 1px #52b0e4 solid;
	border-left: 1px #52b0e4 solid;
	border-bottom: 2px #7a3509 solid;
	border-right: 2px #7a3509 solid;
	*/
	box-shadow: 0px 0px 7px #7a3509;
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
	border: 0px;
}

.blog_row .thumbnail img:hover {
	/*
	border-top: 1px #52b0e4 solid;
	border-left: 1px #52b0e4 solid;
	border-bottom: 2px #7a3509 solid;
	border-right: 2px #7a3509 solid;
	*/
	box-shadow: 0px 0px 10px #52b0e4;
}

.blog_row .caption h2 {
	font-size: 135%;
	margin-bottom: 5px;
}

.blog_row .date {
	margin-bottom: 8px;
}

.blog_row .blurb {
	text-align: justify;
}

.blog_row .more {
	font-style: italic;
	padding-top: 5px;
}

#more .thumbnail {
	display: none;
}

#more .full_image {
	min-width: 250px;
	min-height: 250px;
	background: url('/loading.gif') no-repeat;
}

#more .full_image img {
	min-width: 250px;
	min-height: 250px;
	max-width: 1050px;
	max-height: 1080px;
	width: auto;
	height: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 12px #4c4b4b;
	border: 0px;
	z-index=2;
}

.tags {
	padding-top: 20px;
	font-style: italic;
}

.tags a:before {
	content: url('/tag.png');
}

.tags a {
	padding-right: 10px;
	white-space: nowrap;
}

.tags a:link {
	color: #cc6633;
}

.tags a:visited {
	color: #cc6633;
}

.tags a:hover {
	color: #cc6633;
}

hr.style1 {
	border: none;
	border-top: 1px solid #4c4b4b;
	text-align: center;
	width: 90%;
}

hr.style1:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: transparent;
	border: none;
	color: #4c4b4b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}

.admin-edit img {
	width: auto;
	height: auto;
	max-height: 75px;
	border: 1px white solid;
}