@import url("/links.css");

body {
	padding: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	background-image: url("/bg.png");
	background-repeat: repeat-x; 
	background-attachment: scroll;
	background-position: center top;
	font-family: "Arial","Helvetica","FreeSans",sans-serif;
	text-decoration: none;
	text-transform: none;
	cursor: default;
	font-size: 13px;
	color: #000000;
	margin: 0px;
}

#main {
	padding: 30px 10px 10px 10px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 870px;
}

#pageleft {
	float: left;
	line-height: 1.5em;
	padding: 0px 0px 25px 0px;
	text-align: justify;
	width: 640px;
}

#pageright {
	float: right;
	background-color: #E5EBF0;
	border-top: 2px solid #99C1E1;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 8px 0px 15px 0px;
	padding: 8px 0px 10px 8px;
	width: 205px;
}

h1 {
	float: left;
	font-size: 24px;
	text-shadow: -3px 3px 3px #ABABAB;
	margin: 0px;
}

#h1container {
	display: block;
	border-bottom: 2px solid #909090;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 2px 0px;
	overflow: hidden;
	width: 100%;
}

form {
	display: inline;
	margin: 0px;
}

textarea, input, button, select {
	font-family: "Arial","Helvetica","FreeSans",sans-serif;
	font-size: 13px;
	color: #000000;
}

select {
	cursor: pointer;
}

a, a:link {
	text-shadow: none;
	text-decoration: none;
	-moz-transition: color 0.20s ease-in 0s;
	-webkit-transition: color 0.20s ease-in 0s;
	transition: color 0.20s ease-in 0s;
	cursor: pointer;
	color: #0000CC;
	outline: none;
}

a:visited {
	text-shadow: none;
	text-decoration: none;
	-moz-transition: color 0.20s ease-in 0s;
	-webkit-transition: color 0.20s ease-in 0s;
	transition: color 0.20s ease-in 0s;
	cursor: pointer;
	color: #00268F;
	outline: none;
}

a:hover {
	text-decoration: underline;
	text-shadow: 0px 0px 5px #66F2FF;
	-moz-transition: color text-shadow 0.20s ease-in 0s;
	-webkit-transition: color text-shadow 0.20s ease-in 0s;
	transition: color text-shadow 0.20s ease-in 0s;
	cursor: pointer;
	color: #005EFF;
	outline: none;
}

#newwin {
	padding: 0px 15px 0px 0px;
	background-attachment: scroll;
	background-image: url("/newwin.png");
	background-position: top right;
	background-repeat: no-repeat; 
}

#shadow {
	display: block;
	padding: 2px 0px 10px 8px;
	text-shadow: -3px 3px 3px #BBBBBB;
	border-bottom: 2px solid #000000;
	margin: 4px 0px 8px 0px;
}

#justshadow {
	display: block;
	padding: 2px 0px 4px 8px;
	text-shadow: -3px 3px 3px #BBBBBB;
	margin: 4px 0px 8px 0px;
}

#archives {
	font-size:20px;
	font-weight:bold;
}

#pageleft #shadow {
	padding: 2px 0px 12px 8px;
}

#rounddiv {
	padding: 5px;
	margin: 4px 0px 0px 0px;
	border: 2px solid #737375;
	background-color: #F7F7F9;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	-moz-box-shadow: 0px 0px 3px #AAAAAA;
	box-shadow: 0px 0px 3px #AAAAAA;
	text-align: left;
}

#pageleft img {
	-mox-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	margin: 0px 0px 8px 10px;
}

#pageleft ul img, #pageleft center img {
	margin: 0px;
}

#boxshadow {
	-moz-box-shadow: 0px 0px 8px #909090;
	-webkit-box-shadow: 0px 0px 8px #909090;
	box-shadow: 0px 0px 8px #909090;
}

#title {
	display: block;
	font-size: 18px;
	border-bottom: 2px solid #808080;
	padding: 2px 0px 4px 4px;
	margin: 6px 0px 6px 0px;
}

#justtitle {
	font-size: 18px;
	padding: 2px 0px 0px 4px;
}

#bigtext {
	font-size:28px;
}

.upper {
	text-transform: uppercase;
}

#rounddiv ul a {
	font-weight: bold;
}

.randombits ul li {
	padding: 0px 0px 10px 0px;
}

.randombits {
	font-size: 12px;
}

td {
	font-size: 13px;
	font-family: "Arial","Helvetica","FreeSans",sans-serif;
}

#search input {
	font-weight: bold;
	font-size: 23px;
}

#search a {
	font-weight: bold;
	font-size: 17px;
}

#search small {
	color: #228822;
}

#round {
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}

#shortabout {
	display: block;
	padding: 20px 0px 7px 0px;
	text-align: justify;
	line-height: 1.5em;
	width: 870px;
	clear: both;
}

#comments {
	display: block;
	padding: 7px 50px 8px 50px;
	width: 770px;
	clear: both;
}

#footer {
	color: #000000;
	padding: 50px 0px 0px 0px;
	clear: both;
}

a img {
	cursor: pointer;
	border: 0px solid #F1F1F1;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-transition: opacity 0.20s ease-in 0s;
	-webkit-transition: opacity 0.20s ease-in 0s;
	transition: opacity 0.20s ease-in 0s;
}

a:hover img {
	cursor: pointer;
	border: 0px solid #F1F1F1;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-transition: opacity 0.20s ease-in 0s;
	-webkit-transition: opacity 0.20s ease-in 0s;
	transition: opacity 0.20s ease-in 0s;
}

#navbar a img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#border a img {
	filter: none;
	border: 2px solid #000083;
	margin: 4px 2px 4px 2px;
	cursor: pointer;
}

#border a:hover img {
	filter: none;
	border: 2px solid #0033CC;
	margin: 4px 2px 4px 2px;
	cursor: pointer;
}

#cmtform textarea, #cmtform input, #cmtform table input, #cmtform button {
	padding: 2px;
	margin: 3px 0px 0px 0px;
	background-color: #FAFAFA;
	border: 1px solid #808080;
	font-size: 13px;
	font-family: "Arial","Helvetica","FreeSans",sans-serif;
	color: #000000;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

#cmtform textarea:hover, #cmtform input:hover, #cmtform button:hover {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

#cmtform textarea:focus, #cmtform input:focus, #cmtform button:focus {
	border: 1px solid #0055FF !important;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 3px #55FFFF !important;
	-moz-box-shadow: 0px 0px 3px #55FFFF !important;
}

#cmtdiv {
	padding: 0px 4px 4px 4px !important;
	margin: 2px 0px 0px 0px;
	background-color: #F7F7F9;
	border: 2px solid #737375 !important;
	text-align: left;
	-moz-border-radius: 8px 8px 8px 8px !important;
	-webkit-border-radius: 8px 8px 8px 8px !important;
	border-radius: 8px 8px 8px 8px !important;
	-moz-box-shadow: 0px 0px 3px #AAAAAA;
	box-shadow: 0px 0px 3px #AAAAAA;
	overflow: hidden;
}

#cmtfont {
	font-size: 16px;
	display: inline-block;
	padding: 4px 5px 0px 5px;
}

#cmtheader {
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 4px 0px;
	overflow: hidden;
}

#cmtheader #cmtfont {
	vertical-align: top;
	position: relative;
	top: 8px !important;
}

#cmtdiv hr {
	margin: 2px 0px 4px 0px;
}

#cmtnumber img {
	vertical-align: top;
	margin: 0px 0px 2px 0px !important;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

#cmtnumber {
	display: inline-block;
	vertical-align: top;
	padding: 2px 2px 0px 0px !important;
	position: relative;
	top: 2px;
}

#cmtnumber a {
	font-size: 26px;
	text-shadow: none;
	padding: 0px 0px 0px 3px;
	font-family: "Helvetica";
	font-style: italic;
	font-weight: bold;
	color: #808080;
}

#cmt_chkmk {
	display: inline-block;
	margin: 12px 0px 0px 2px !important;
	vertical-align: top;
}

#cmtdate {
	float: left;
	padding: 3px 0px 0px 3px !important;
}

#cmtdate a {
	text-shadow: none;
	color: #606060;
}

#cmtopts {
	padding: 3px;
	background-color: #E8E8E8;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

#cmtopts input, #cmtopts button {
	margin: 0px;
	font-size: 11px !important;
}

#cmtopts textarea {
	margin: 0px 0px 3px 0px;
}

#delnote {
	font-size: 16px;
	display: inline-block;
	position: relative;
	top: 9px;
	vertical-align: top;
	color: #FF0000;
}

