body{
	width:100%;
	font-family: 'Sanchez', serif;
	font-size: 16px;
	position: relative !important;;
}

h1 {
	margin: 10px 0px 0px 0px;
	display: inline-block;
	vertical-align: 15px;
	font-size: 30px;
}

h1 {
	text-decoration: none;
	color: #fff;
}

h2 {
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
}

h3{
	font-size: 20px;
	font-weight: 400;
}

a:link, a:visited, a:active {
	text-decoration: none;
	outline: none;
}

#login a:link, 
#loggedin a:link, #loggedin a:visited, #loggedin a:visited,
#loggedin a:active, #loggedin a:active{
	outline: none;
	text-decoration: none;
	color: #fff;
}

input[type="text"], input[type="password"]{
	width: 200px;
	height: 20px;
	padding: 5px 5px 5px 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin: 3px 0px 0px 0px;
}

input[type="checkbox"]{
	vertical-align: 8px;
}

label{
	margin-right: 17px;
	vertical-align: 10px;
}

#container{
	position: relative !important;
	margin: auto;
	width: 55%;
	min-width: 800px;
	max-width: 1200px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px 50px 0px;
	margin-top: -10px;
	overflow: hidden;
	box-shadow: 0px 2px 8px #555;
}

#content  a:link {
	color: #70b36b;
}

#content a:hover {
	color: #000;
}

#logo {
	width: 55px;
}

.navbar{
	width: 100%;
	height: 60px;
	background-color: #486fa1;
	margin: -10px 0px 10px 0px;
	color: #fff;
	padding: 0px 0px 0px 20px;
}

.logbar {
	width: 100%;
	height: 23px;
	background-color: #bef8ba;
	margin: -10px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
	color: #fff;
	padding: 0px 0px 0px 20px;
}

#login, #loggedin  {
	text-shadow: 1px 1px 3px #486fa1;
	float: right;
	clear: both;
	margin-right: 20px;
	cursor: pointer;
	text-align: right;
}

.navlinks{
	float: right;
	display: inline;
	vertical-align: 15px;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
}

.navlinks a:link, .navlinks a:visited, .navlinks a:active {
	color: #fff;
	margin-left: 10px;
	padding: 0px 20px 0px 0px;
}

.navlinks  a:hover {
	color: #ccc;
}

.sidebar {
	float: left;
	width: 200px;
	padding: 10px;
	margin: -10px 0px 0px 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}

.sidebar-soc{
	display: block;
	line-height: 20px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin: 0px auto 20px auto;
	text-align: center;
}


.sidebar-link{
	color: #000;
	display: block;
	line-height: 20px;
	padding: 10px;
	cursor: pointer;
}

.sidebar-link:hover{
	background-color: #fff;
}

.sidebar-link a, .sidebar-mosaic a {
	color: #000;
}

.sidebar-mosaic {
	color: #000;
	display: block;
	line-height: 20px;
	border: 1px solid #ccc;
	padding: 40px 10px 10px 20px;
	background-color: #fff;
	height: 100px;
	margin: 20px 0px 0px 0px;
}

.sidebar-mosaic img{
	float:left;
	margin-right: 10px;
	margin-top: -10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.sidebar-mosaic a:link {
	color: #000;
}

.sidebar-ads {
	color: #000;
	display: block;
	line-height: 20px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin: 20px 0px 0px 0px;
	text-align: center;
}

.sidebar-ads img{
	max-width: 180px;
	border: 1px solid #ddd;
}

.sidebar-ads a:link{
	color: #000;
}

.main{
	margin: 0px 40px 0px 265px;
	max-width: 840px;
	min-width: 300px;
}

.border-r{
	border-right: 1px solid #fff;
}

.line{
	display: block;
	height: 1px;
	border-top: 1px solid #ccc;
}

.rightnav{
	float: right;
	width: 200px;
	height: 180px;
	border: 1px solid #ccc;
	margin-right: 5px;
	margin-left: 25px;
	margin-top: 50px;
	padding: 10px;
	background-color: #eee;
	box-shadow: 2px 4px 4px #555;
}

.hidden{
	display: none;
}

.link{
	position: relative;
	height: 70px;
	width: 70px;
	border: 1px solid #ccc;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0px 0px 5px 0px;
	box-shadow: 0px 4px 6px #555;
	border-radius: 4px;
	background-color: #fff;
}

.link img{
	position:absolute;
	top:0;
	bottom:0;
	right: 0;
	left: 0;
	margin: auto;
	max-height: 45px;
	max-width: 45x;
}

.socicon {
	text-align: center;
}

.link:hover, .socicon:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
	M11=2, M12=-0, M21=0, M22=2);
}

.impage-form {
	margin-top: 30px;
}

#loginform{
	position: absolute;
	right: 20px;
	height: 0px;
	opacity: 0;
	width: 230px;
	border: 1px solid #ccc;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0px 5px 6px #555;
	border-radius: 3px;
	color: #000;
	z-index: 1;
	overflow: hidden;
}

#loginform a:link{
	color: #70b36b;
	font-size: 14px; 
}

#loginform a:hover{
	color: #333;
}

#logorgan{
	margin: 20px 0 20px 0;
	height: 70px;
}

#logorgan img{
	float: left;
	margin: -10px 20px 0px 0px;
}

#loginerror{
	margin-top: 10px;
}

#submitform  input[type="text"]{
	width: 400px;
}

#submitform  textarea{
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 6px;
	width: 400px;
	resize:vertical;
}

#target {
}

#footer {
	margin:auto;
	width: 55%;
	min-width: 800px;
	max-width: 1200px;
	height: 100px;
	border: 1px solid #aaa;
	padding: 0px 20px 0px 0px;
	background-color: #ccc;
	text-align: right;
}

#footer a:visited, a:link{
	color: #fff;
}

#footer a:hover{
	color: #486fa1;
}

*html #footer {
	position: absolute;
	bottom: 0px;
}

#gbox{
	position: absolute;
	top: 200px;
	left: 210px;
	padding: 10px 0px 10px 10px;
	width: 0px;
	opacity: 0;
	height: 40px;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0px 5px 6px #555;
	display: none;
}

#gsearch input[type="text"]{
	width: 400px;
}

#ubox{
	position: absolute;
	top: 300px;
	left: 210px;
	padding: 10px 0px 10px 10px;
	width: 0px;
	opacity: 0;
	height: 40px;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0px 5px 6px #555;
	display: none;
}


#gsearch, #faveform{
	white-space:nowrap;
}

#bbox{
	position: absolute;
	top: 100px;
	left: 210px;
	padding: 10px 0px 10px 10px;
	width: 0px;
	opacity: 0;
	height: 370px;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0px 5px 6px #555;
	display: none;
	overflow: hidden;
}

#content {
}

#content-wrapper{
	min-height: 300px;
}

#content-wrapper a:link, #content-wrapper a:visited, #content-wrapper a:active{
	color: #486fa1;
}

#content-wrapper a:hover{
	color: #aaa;
}

#content-wrapper h4{
	color: #486fa1;
}

#leftcol {
	position: absolute;
	left: 20px;
	width: 250px;
	line-height: 40px;
}

#rightcol{
	position: absolute;
	right: 0px;
	width: 250px;
	line-height: 40px;
	margin-right: 10px;
}

#requests {
	position: absolute;
	left: 20px;
	bottom: 40px;
	padding: 50px 0px 0px 0px; 
	text-align: left;
	clear: both;
	white-space: nowrap;
}

#leftcol img, #rightcol img, #requests img {
	margin-right: 15px;
	vertical-align: middle;
}

#leftcol a:link, #rightcol a:link, #requests a:link,  #leftcol a:visited, #rightcol a:visited, #requests a:visited{
	color: #70b36b;
}

#leftcol a:hover, #rightcol a:hover, #requests a:hover {
	color: #000;
}

.ajaxlink {
	color: #70b36b;
	cursor: pointer;
}

.ajaxlink:hover{
	color: #000;
}

#recoverimage {
	vertical-align: middle;
}

#sortable {
	margin: 30px 0px 0px -40px;
}

#sortable a{
cursor: move;
}

#sortable li {
	display: inline-block;
	min-height: 50px;
	padding-right: 3px;
}

#blurbchange, #blurbenter {
	vertical-align: -3px;
	margin-left: 15px;
}

#blurbchanger {
	padding: 5px 0px 0px 10px;
	min-width: 200px;
	width: 90%;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	resize: vertical;
	height: auto;
}

.pagenav {
	color: #000;
	width: 150px;
	border: 1px solid #ccc;
	background-color: #eee;
	float: right;
	margin: 50px -30px 20px 20px;
	box-shadow: 1px 2px 5px #555;
	padding: 10px;
	text-align: center;
}

#signouter {
	color: #486fa1;
	text-shadow: 0px 0px 0px #486fa1;
	cursor: pointer;
	font-size: 14px;
}

#signouter:hover {
	color: #ccc;
	text-shadow: 0px 0px 0px #486fa1;
}

#target {
	height: 70px;
	width: 70px;
	display: inline-block;
	border-radius: 10px;
}

#mytarget{
	color: #486fa1;
	height: 68px;
	width: 75px;
	border: 1px dashed #486fa1;
	border-radius: 5px;
	background-color: #fff;
	margin: 0px auto 20px auto;
	font-size: 14px;
	padding-top: 7px;
	text-shadow: 0px 0px 0px #486fa1;
}

#mynavbuttons{
	background-color: #fff;
	border: 1px solid #bbb;
	width: 120px;
	font-size: 14px;
	text-align: left;
	padding: 5px;
	margin: 20px auto 30px auto;
}

#mynavbuttons a:link, #mynavbuttons a:visited, #mynavbuttons a:active {
	color: #000;
}

#friendadder{
	background-color: #fff;
	border: 1px solid #bbb;
	width: 120px;
	font-size: 14px;
	text-align: left;
	padding: 5px;
	margin: 10px auto 0px auto;
	cursor: pointer;
	height: 40px;
	text-align: center;
}

#mynavbuttons img{
	border: 3px solid #5b9bd5;
	vertical-align: middle;
	margin: 0px -5px 0px 0px;
	box-shadow: 1px 2px 2px #333;
}

#mynavbuttons td{
	padding: 5px;
}

.pointer {
	cursor: pointer;
}

#userform, #pwform, #privform{
	opacity: 0;
	height: 0px;
	width: 250px;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #eee;
	z-index: 1;
	margin-bottom: 10px;
}

#userform input[type="text"], #pwform input[type="password"]{
	width: 150px;
}

#privform label {
	vertical-align: baseline;
}

.optionbar {
	margin-bottom: 10px;
	display: inline-block;
}

.friendlinks {
	padding: 5px;
	border-radius: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
	display: inline-block;
	width:  250px;
	margin: 0px 20px 10px 0px;
	text-align: center;
	box-shadow: 1px 3px 5px #555;
	text-shadow: 1px 1px 2px #000;
}

#mycons a:link, #mycons a:visited, #mycons a:active {
	font-size: 18px;
	color: #fff;
}

#mycons a:hover{
	background-color: #bef8ba;
	color: #fff;
	border: 1px solid #ccc;
}

.deleter {
	opacity: 0;
	vertical-align: middle;
}

.friend{
	display: inline;
}

#myblurb {
	background-color: #eee;
	border-radius: 3px;
	padding: 10px;
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 5px #555;
	min-width: 200px;
	width: 50%;
}

#vislist{
	padding: 0px;
	margin: 30px 0px 0px 0px;
}

.error {
	color: #f16363;
}

.good {
	color: #70b36b;
}

.random {
	cursor: pointer;
}

#userok, #pwagree{
	white-space: nowrap;
}

#userok img, #pwagree img{
	vertical-align: middle;
}

#submitform input[type="password"]{
	width: 400px;
}

.colorbox {
	position:absolute;
	top:0;
	bottom:0;
	right: 0;
	left: 0;
	margin: auto;
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid black;
	border-radius: 2px;
}

#mosaicmaintitle {
	min-width: 200px;
	width: 60%;
	box-shadow: 0px 2px 5px #555;
	border: 1px solid #ccc;
	margin: 20px 0px 30px 0px;
	padding: 5px;
	background-color: #eee;
	border-radius: 5px;
	height: 60px;
	text-align: center;
	display: table;
}

#mosaicmaintitle  span{
    display: table-cell;
	height: 80px;
    vertical-align: middle;
}


.tile {
	border-radius: 3px;
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 2px #555;
	margin: 0 0 3px 3px;
	background-color: #fff;
}

.tile:hover{
	transform: scale(1.2);
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari and Chrome */
}

#tilecreator{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 55%;
	height: 0px;
	display: none;
	background: #000;
	border: 1px solid #ccc;
	box-shadow: 0px 15px 30px -10px #000;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	font-size: 12px;
}

#tilecreator input[type=text]{
	font-family: 'Sanchez', serif;
	width: 80%;
	box-shadow: inset 0px 0px 8px #000;
	border: none;
	font-size: 16px;
}

#tilecreator h3{
	text-align: center;
	font-size: 24px;
}

#tilecreator h4, #tilecreator h5 {
	margin: 30px 0 10px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}

#tilecreator h5 {
	margin-top: -80px;
}

#tileselector {
	text-align: center;
}

#selected-tile{
	display: inline-block;
	height: 100px;
	width: 100px;
	margin: 0px 0px 80px 20px;
}

#selected-color{
	box-shadow: inset 0px 0px 5px #fff;
	margin: auto;
	display: inline-block;
	height: 50px;
	width: 80px;
	border-radius: 5px;
}

.submit{
	font-family: 'Sanchez', serif;
	font-size: 16px;
	background-color: #eee;
	padding: 10px;
	border-radius: 10px;
	border: none;
	box-shadow: inset -2px -4px 10px #222;
	text-shadow: 1px 1px 2px #555;
	cursor: pointer;
}

#mosaicshare{
	margin: 30px 0 0 0;

}

#closer {
	margin-top: 60px;
}

.featuresdiv {
	display: inline-block;
	width: 38%;
	height: 210px;
	background-color: #eee;
	border-radius: 5px;
	box-shadow: 0px 3px 5px #555;
	margin: 0px 10px 10px 0px;
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 10px 5px 10px 5px;
}

.feature-inner-small{
	display: block;
	text-align: center;
	overflow: hidden;
}

.feature-inner-small img{
	border: 1px solid #486fa1;
	width: 90%;
	min-width: 150px;
	max-width: 220px;
	margin-bottom: 10px;
}

.feature-inner-large{
	background-color: #fff;
	text-align: left;
	display: none;
	border: 1px solid #ccc;
	margin-top: 20px;
	min-height: 340px;
	overflow: hidden;
}

.feature-inner-large h3{
	display: block;
	color: #fff;
	background-color: #486fa1;
	margin: 20px 0px -20px 0px;
	padding: 20px 0px 20px 30px;
	font-size: 20px;
	white-space: nowrap;
}

.feature-inner-large ul{
	display: block;
	list-style-image: url(wsicons/bluearrow.png);
	vertical-align: middle;
	padding: 10px 0px 10px 30px;
	background-color: #fff;
	
}

.feature-inner-large li{

	padding-left: 10px;
	margin-left:20px;
	margin-bottom: 10px;
}

.feature-inner-large img{
	margin: 90px 40px 20px 20px;
	max-width: 40%;
	float: right;
	border: 1px solid #486fa1;
	box-shadow:  0px 3px 5px #555;
}

.featuresdiv  a:link, .featuresdiv a:visited, .featuresdiv a:active {
	color:#486fa1;
}

.featuresdiv li a:hover{
	color: #ccc;
}

#morehelp{
	position: absolute;
	top: 140px;
	right: 20px;
	display: block;
	height: 70px;
	width: 12%;
	min-width: 75px;
	max-width: 120px;
	border: 1px solid #ccc;
	text-align: center;
}

#morehelp a:link, #morehelp a:visited, #morehelp a:active{
	color: #486fa1;
}

#morehelp a:hover {
	color: #ccc;
}

#message1, #message2, #message3 {
	display: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0){

	#bbox, #ubox, #gbox, #loginform{
		border: none;
		outline: 1px solid #ccc;
	}

}

@media screen\0 {

	a img {
		outline: none;
		border: none;
		text-decoration: none;
	}

	#bbox, #ubox, #gbox, #loginform{
		border: none;
		outline: 1px solid #ccc;
	}

}

@media screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio:0) {
	body {
		zoom: 80%;
		-moz-transform:scale(.8);
		-o-transform:scale(.8);
	}
	
	input[type="submit"]{
		zoom: 110%;
		-moz-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
}