/* GLOBALS */
*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* Basic settings */
a
{
	background: transparent;
	color: white;
	text-decoration: none
}
a:focus
{
	outline: none;
}
a:active,a:hover
{
	outline: 0;
	color: white;
	text-decoration: underline;
}
p
{
  margin-top: 0;
  margin-bottom: 13px;
}
small
{
  font-size: 0.85em
}
b,strong
{
	font-weight: bold
}
sub,sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup
{
	top: -0.5em
}
sub
{
	bottom: -0.25em
}
button,input,select,textarea
{
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button:focus,button:active,select:focus,select:active
{
	outline: 0;
}
textarea
{
	border-color: #187;
	border-width: 1px;
	vertical-align: middle;
	padding: 8px 10px 8px 15px;
	width: 706px;
	height: 57px;
	overflow: hidden;
	max-width: 706px;
	border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
textarea.editbox
{
	border-color: #187;
	border-width: 1px;
	vertical-align: middle;
	padding: 8px 10px 8px 15px;
	overflow: hidden;
	border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-size:16px;
	color: gray;
	max-height: 200px;
	max-width: 510px;
	height: 200px;
}
.whitespace
{
white-space: pre-wrap;
}
h1
{
	font-size: 4em;
	margin: 0.0em 0;
	color: white;
}
img
{
  max-width: 100% !important;
  vertical-align: middle;
  border: 0
}
h2,h3
{
  page-break-after: avoid;
  opacity: 0.8;
  color: white;
}
html
{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body
{
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: gray;
	background-color: #f7f7f7;
	-webkit-font-smoothing: antialiased;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]
{
	-webkit-appearance: button;
	cursor: pointer
}
.green
{
	background:rgba(22,75,15,0.6);
}
.white
{
	background:white;
}
/* DEMO 5 */

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: 130px;
    margin: 0 auto;
    padding: 13px 1px;

    /* Styles */
    background: #f7f7f7;
    border-radius: 5px;
	-webkit-border-radius:5px;
    box-shadow: 0 0px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
	-webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: gray transparent;
}
.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
	z-index: 1001;
	border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0px 0px;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
	font-weight: bold;
    color: #666;
	z-index: 1002;
    padding: 10px 4px 10px 5px;
    transition: all 0.1s ease-out;
    border-bottom: 0px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a
{
    border: none;
}

.wrapper-dropdown-5 .dropdown li i
{
    margin-right: 1px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a
{
    color: white;
	background-color: #41b836;
	background-image: -webkit-linear-gradient(#41b836, #46c83a);
	background-image: linear-gradient(#41b836, #46c83a) 
}

/* Active state */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: white;
    box-shadow: none;
    border-bottom: none;
    color: gray;
}
.wrapper-dropdown-5.active:after {
    border-color: #41b836 transparent;
}
.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.2);
    max-height: 600px;
}
.wikiwonga-title 
{
	text-align:center;
	margin-top:20px;
	font-size: 4em;
	margin: 0.1em 0;
	color: white;
	font-weight: bold;
	opacity: 1;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.9)
}
.shadow
{
text-shadow: 3px 3px 4px rgba(0,0,0,0.9)
}
.wikiwonga-subtitle
{
	padding-top: 15px;
	color: white;
	font-weight: bold;
	opacity: 0.8;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.9)
}
.absolute-title
{
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	top: 56px;
	line-height:0.8em;
	font-size: 4em;
	margin: 0.1em 0;
	color: green;
	font-weight: bold;
	opacity: 1;
	z-index: 401;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.6);
}
.wikiwonga
{
	font-size: 1.8em;
	margin: 0.0em 0;
	color: #606060;
	opacity: 1;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6)
}
.on-photo-title
{
	color: white;
	font-weight: bold;
	opacity: 1;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.8)
}
.adam-arrow-down
{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: gray transparent;
}
.adam-arrow-right
{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: 2px;
    border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #4edf41;
}
.adam-arrow-left
{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: 2px;
    border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right: 30px solid #4edf41;
}
/* Header */

#header .container-full-width
{
	width: auto;
	min-width: 800px;
	margin: 0 25px;
	z-index: 6000;
}
.navbar
{
	overflow: visible;
}
.navbar-inner
{
	padding: 0px 20px;
	background-color: #f7f7f7;
	box-shadow: inset 0 0 10px 2px white;
	border-radius: 4px;
	border: 1px solid #d0d0d0
}
.navbar-top .navbar-inner
{
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	border: 0;
	height: 44px;
	border-bottom: 0px solid #d0d0d0;
}
#user
{
	display:inline-block;
	text-align: center;
	margin-left:220px;
	color:gray;
	font-size:18px;
	font-weight:bold
}
.page-title
{
	font-weight: bold;
	color: gray;
	font-size: 22px;
	vertical-align: center;
	margin-left: 50px;
	margin-top: 6px;	
}
.pull-right
{
	float: right
}
.pull-left
{
	float: left
}

/* Search area */

.row
{
	margin-left: -12.5px;
	margin-right: -12.5px;
	display: inline-block;
}
.account-row
{
	margin: 0;
	display: block;
}
.row: before,.row: after
{
	content: " ";
	display: table
}
.row: after
{
	clear: both
}
.row-table
{
	display: table
}
.page-container
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	width: 1145px;
}
.form-area
{
	height: 100%;
	z-index: 165;
	position: relative;
	top: 5px;
	width: 1150px;
	padding-top: 15px;
}
#search-form
{
	margin-top: 52px;
	margin-left: 10px;
}
.input-blank
{
	padding: 10px 12px 10px 12px;
	border-radius: 6px;
	border: solid 1px #187;
	width: 334px;
	background: white;
	font-family: inherit;
	margin: 0;
	color: black;
	line-height: 1.5em;
}
.input-contrast
{
	border: solid 1px #187;
}	
.input-large
{
	padding: 10px 12px 10px 12px;
	border-radius: 6px;
	width: 330px;
}
.form-inline .input-wrapper
{
	margin-right: 0px;
	position: relative;
	float: left
}
.account-form-inline .input-wrapper
{
	margin-right: 10px;
	position: relative;
	float: left
}
.custom-select-container
{
	position: relative;
	margin-left: 4px;
	margin-right: 0px;
}
.checkbox-title
{
	display: inline-block;
	padding: 12px 6px 0px 5px;
	color: white;
	font-weight: bold;
	margin-bottom: 0px;
}
.custom-select-container select
{
	bottom: 0;
	height: 96%;
	left: 0;
	min-width: 100%;
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	position: absolute;
	right: 0;
	top: 0;
	padding: 0px 14px 0px 8px;
	background-color: white;
	-webkit-appearance: none;
	width: auto;
	text-align: left;
}
.ww-select-container select
{
	bottom: 0;
	height: 96%;
	left: 0;
	min-width: 100%;
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	position: absolute;
	right: 0;
	top: 0;
	color: gray;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0px 4px 0px 4px;
	background-color: white;
	border-color:green;
	-webkit-appearance: none;
	width: auto;
	text-align: left;
}
.adam-dropdown
{
	bottom: 0;
	height: 100%;
	left: 0;
	min-width: 100%;
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	position: relative
}
.btn,select
{
	display: inline-block;
	margin-bottom: 0;
	border-radius: 6px;
	-webkit-border-radius:6px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.4;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	cursor: pointer;
	text-align: left;
}
.btn-large
{
	padding: 10px 20px;
	font-size: 14px;
	z-index: 2002;
}
.btn-bkground
{
	width: 13%;
	background: white;
	height: 130px;
	padding: 10px 8px 0px 0px;
	border: 1px solid green;
}
.btn-wikime
{
	padding: 8px 16px;
	position: relative;
	font-size: 11px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: -webkit-linear-gradient(#3d6537, #4bba3a);
	background-image: linear-gradient(#3d6537, #4bba3a);
	border: 1px solid green;
	color:  #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.18),inset 0 0 1px 1px rgba(255,255,255,0.09)
}
.btn-wikime:hover,.btn-wikime:focus
{
	background-image: -webkit-linear-gradient(#498e32, #55cf2c);
	background-image: linear-gradient(#498e32, #55cf2c);
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.06),inset 0 1px 1px 0 rgba(0,0,0,0.12);
	border: 1px solid green;
}
.btn-wikime:active
{
	background-image: -webkit-linear-gradient(#498e32, #55cf2c);
	background-image: linear-gradient(#498e32, #55cf2c)
}
.btn-ramble
{
	padding: 8px 2px 8px 5px;
	position: relative;
	font-size: 11px;
	width: 35px;
	height: 110px;
	float: right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: -webkit-linear-gradient(#3d6537, #4bba3a);
	background-image: linear-gradient(#3d6537, #4bba3a);
	border: 1px solid green;
	color:  #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.18),inset 0 0 1px 1px rgba(255,255,255,0.09)
}
.btn-ramble:hover,.btn-ramble:focus
{
	background-image: -webkit-linear-gradient(#498e32, #55cf2c);
	background-image: linear-gradient(#498e32, #55cf2c);
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.06),inset 0 1px 1px 0 rgba(0,0,0,0.12);
	border: 1px solid green;
}
.btn-primary
{
	padding: 9px 20px;
	font-size: 14px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: -webkit-linear-gradient(#41b836, #46c83a);
	background-image: linear-gradient(#41b836, #46c83a);
	border: 1px solid green;
	color:  #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.18),inset 0 0 1px 1px rgba(255,255,255,0.09)
}
.btn-primary:hover,.btn-primary:focus
{
	background-image: -webkit-linear-gradient(#3c8b37, #1bfc07);
	background-image: linear-gradient(#3c8b37, #1bfc07);
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.06),inset 0 1px 1px 0 rgba(0,0,0,0.12);
	border: 1px solid green;
}
.btn-primary:active
{
	background-image: -webkit-linear-gradient(#41b836, #46c83a);
	background-image: linear-gradient(#41b836, #46c83a)
}
.btn-profile
{
	padding: 2px 16px;
	border-radius: 90px;
	background-image: -webkit-linear-gradient(#3d6537, #4bba3a);
	background-image: linear-gradient(#3d6537, #4bba3a);
	border: 1px solid green;
	color:  #fff;
	font-size: 16px;
	font-family: inherit;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.18),inset 0 0 1px 1px rgba(255,255,255,0.09)
}
.btn-profile:hover,.btn-profile:focus
{
	background-image: -webkit-linear-gradient(#498e32, #55cf2c);
	background-image: linear-gradient(#498e32, #55cf2c);
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.06),inset 0 1px 1px 0 rgba(0,0,0,0.12);
	border: 1px solid green;
}
.btn-profile:active
{
	background-image: -webkit-linear-gradient(#498e32, #55cf2c);
	background-image: linear-gradient(#498e32, #55cf2c);
}
.search-area
{
	height: 100%;
	z-index: 402;
	position: relative;
	top: 0;
	height: 300px;
	width: 100%;
	padding-top: 5px;
}
.search-area h1,.search-area h2
{
	color: #fff;
	line-height: 1.1;
}
.search-area h1
{
	font-size: 68px;
	margin-bottom: 0;
}
.search-area h2
{
	font-size: 27px;
	margin-bottom: 20px;
	margin-top: 0;
}
.search-area form
{
	background: rgba(56,80,42,0.7);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.8);
	padding: 4px;
	line-height: 1.2;
	float: left;
}
.simple-area form
{
	background: rgba(56,80,42,0.7);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.8);
	padding: 4px;
	line-height: 1.2;
	float: left;
}
.account form
{
	background: rgba(255,255,255,1.0);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 0px rgba(0,0,0,0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid rgba(0,100,0,0.8);
	margin-bottom: 8px;
	padding: 4px;
	line-height: 1.2;
	float: left;
	width: 100%;
}
.account
{
	position: relative;
}
.account-order-choose
{
	display: block;
}
.btn-surround
{
	background: rgba(56,80,42,0.7);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.8);
	padding: 4px 4px 4px 4px;
	line-height: 1.2;
}
.btn-round
{
	background: rgba(56,80,42,0.7);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	border-radius: 90px;
	border: 1px solid rgba(0,0,0,0.8);
	padding: 4px 4px 3px 0px;
	line-height: 1.8;
}
.btn-blank
{
	background: white;
	position: relative;
	bottom: 0;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.8);
	padding: 12px 15px 12px 10px;
	line-height: 1.8;
	vertical-align: middle;
}
.btn-surround p
{
	color:white;
}
.opac
{
	border: 8px solid green;
	border-radius: 15px;
	opacity: 0.3;
}
.adam-overlay
{
	/* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index: 5001;
 
    /* styling */
    background: white;
    width: 670px;
	margin-top: 65px;
	opacity: 1.0;
    border:0px solid #fff;
	border-radius: 8px;
	padding: 15px 30px 8px 35px;
 
    /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0px 0px 20px black;
	-webkit-box-shadow: 0px 0px 20px black;
	box-shadow: 0px 0px 20px black;
}
.adam-overlay p
{
	font-size: 15px;
	color: #707070;
}
.adam-overlay p a
{
	text-decoration: none;
	color: blue;
}
.adam-overlay p a:hover
{
	text-decoration: underline;
}
.adam-overlay h4
{
	color: #707070;
	font-size:17px;
	margin-left:17px;
	margin-top:-3px;
}
.adam-overlay .close
{
    background-image:url(images/closeg.png);
    position:absolute;
    right:-15px;
    top:-15px;
	z-index:5006;
    cursor:pointer;
    height:32px;
    width:32px;
	opacity: 1.0;
}
.hideimg img, .hideimg a
{
display: none;
}
.welcome-overlay
{
	/* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index: 5030;
	position: absolute;
	top: 80px;
	left: 230px;
 
    /* styling */
    background-color: rgba(56,80,42,0.9);
    width:900px;
	border:0px solid #fff;
	border-radius: 8px;
	padding: 15px 30px 8px 35px;
 
    /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0px 0px 20px black;
	-webkit-box-shadow: 0px 0px 20px black;
	box-shadow: 0px 0px 20px black;
}
.welcome-overlay img
{
	position: relative;
}
.welcome-overlay button
{
	position: relative;
}
.welcome-overlay p
{
	font-size: 16px;
	color: white;
}
.welcome-overlay h4
{
	color: white;
	font-size:17px;
	margin-left:17px;
	margin-top:-3px;
}
.welcome-overlay .close
{
    background-image:url(images/closeg.png);
    position:absolute;
    right: -15px;
    top:-15px;
	z-index:5066;
    cursor:pointer;
    height:32px;
    width:32px;
	opacity: 1.0;
}
.upphoto-overlay
{
	/* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index: 5050;
 
    /* styling */
    background-color: rgba(56,80,42,0.9);
    width:450px;
	border:0px solid #fff;
	border-radius: 8px;
	padding: 25px 10px 0px 10px;
	
    /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0px 0px 20px black;
	-webkit-box-shadow: 0px 0px 20px black;
	box-shadow: 0px 0px 20px black;
}
.upphoto-overlay .close
{
    background-image:url(images/closeg.png);
    position:absolute;
    right: -15px;
    top:-15px;
	z-index:5076;
    cursor:pointer;
    height:32px;
    width:32px;
	opacity: 1.0;
}
    /* styling for elements inside overlay */
.details
{
  position:absolute;
  background-color: black;
  top:0px;
  left:0px;
  font-size:14px;
  color:#fff;
  width:675px;
  -moz-box-shadow: 7px 7px 10px gray;
  -webkit-box-shadow: 7px 7px 10px gray;
  box-shadow: 7px 7px 10px gray;
}
.details h3
{
  color:#fff;
  font-size:15px;
}
   /* style the trigger elements */
#demo
{
	position: relative;
}
#demo img
{
    border:0;
    margin:0 1px;
}
.background-photo
{
	position: absolute;
	top: 44px;
	left: 0px;
	background-repeat: repeat-y;
	z-index: -1;
	opacity: 1.0;
	width: 100%;
}
.save-button
{
	position: absolute;
	top: 495px;
	right: 26px
}
.send-button
{
	position: relative;
	width: 119px;
	margin-bottom: 80px;
	float: right;
	padding:4px;
	z-index: 410;
}
.reply-button
{
	position: absolute;
	top: 493px;
	left: -15px;
}
.profile-photo
{
	position: absolute;
	top: 44px;
	right: 0px;
	padding: 35px 3px 3px 3px;
	z-index: 15;
	border: solid 1px black;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color:rgba(56,80,42,0.7);
}
.profile-photo-hello
{
	position: absolute;
	top: 144px;
	left: 60px;
	padding: 3px;
	z-index: 106;
	border: solid 1px black;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	border-radius: 90px;
	background-color:rgba(56,80,42,0.7);
}
.profile-photo-hello img
{
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	border-radius: 90px;
}
.picture-frame
{
	position: absolute;
	z-index: 146;
	border: solid 12px black;
}
.private-button
{
	position: absolute;
	top: 314px;
	right: -24px;
	font-weight: bold;
	color: white;
}
.updates-button
{
	position: absolute;
	top: 403px;
	right: -34px;
	font-weight: bold;
	color: white;
}
.view-profile
{
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	float: left;
	background: rgba(250,250,250,1.0);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	line-height: 1.2;
	opacity: 1.0;
	font-size: 14px;
}
.outer-box
{
	margin-left: 220px;
	margin-right: -12.5px;
	background: rgba(56,80,42,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.8);
	padding: 4px;
	float: left;
}
.entry-extra-long
{
	width: 706px;
}
.entry-long
{
	width: 560px;
}
.entry
{
	width: 334px;
}
.timeframe
{
	position: absolute;
	top: 425px;
	right: 0px;
	font-weight: bold;
	color: white;
}
.show-desktop
{
	display:none !important
}
.wikiprofile
{
	line-height: 1.6em;
	background: white;
	width: 100%;
	margin-left: 0px;
	height: 150px;
	border-radius: 8px;
	margin-bottom: 4px;
	border: 3px solid gray;
	overflow: hidden;
}
.wikiprofile:hover
{
	height: 236px;
	-webkit-transition: height 0.8s 0.5s;
}
.wikiprofile p
{
	display: inline-block;
	color: black;
	font-weight: bold;
	vertical-align: top;
	margin-left: 15px;
	margin-right: 8px;
}
.bubbles {
  border-radius: 90px;
  background: green;
  position: absolute;
  top: 150px;
  left: 50px;
  width: 120px;
  height: 120px;
  background-position: center;
  z-index: 170;
}
.bubbles:hover {
   z-index: 4007;
  -webkit-transition: z-index 0.9s 0.2s;
  -moz-transition: z-index 0.9s 0.2s;
  transition: z-index 0.9s 0.2s;
}
.wikiprofile img
{
	position:relative;
    display:inline;
    border:none;
	transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    transition:transform .5s, border .5s;
    -webkit-transition:-webkit-transform .5s, border .5s;
    -moz-transition:-moz-transform .5s, border .5s;
    border: 3px solid transparent;
}
.wikiprofile img.expand:hover
{
	position:relative;
    display:inline;
    border: 3px green solid;
    border-radius: 2px;
    transform:scale(1.7);
    -webkit-transform:scale(1.7);
    -moz-transform:scale(1.7);
    z-index:10;
    transition:transform .5s, border .5s;
    -webkit-transition:-webkit-transform .5s, border .5s;
    -moz-transition:-moz-transform .5s, border .5s;
	cursor: pointer;
}
.account-wrapper
{
	display: inline-block;
	margin-right: 0px;
	position: relative;
	width: 100%;
	height: 110px;
	margin-left: 0px;
	border-radius: 8px;
	float: left;
	margin-bottom: 4px;
}
.account-wrapper a
{
	color: gray;
	text-decoration: underline;
}
.wikipic
{
	float: left;
	height: 110px;
	width: 110px;
}
.wikirpic
{
	float: right;
	height: 110px;
	width: 110px;
}
.greendot
{
	width: 25px;
	display: none;
	margin-left: 25px;
}
.wikisender
{
	position: relative;
	line-height: 1.5em;
	background: white;
	width: 77%;
	height: 110px;
	float: left;
	padding: 3px 10px 3px 10px;
	border: 2px solid green;
	overflow: hidden;
}
.wikisender:hover
{
	z-index: 19999;
	overflow: auto;
}	
.wikiwongaed
{
	position: relative;
	line-height: 1.5em;
	background: white;
	width: 39%;
	height: 110px;
	float: left;
	padding: 3px 10px 3px 10px;
	border: 1px solid green;
	overflow: hidden;
}
.wikiwongaed:hover
{
	height: 172px;
	-webkit-transition: height 0.8s 1s;
}
.message-fade
{
	position: absolute;
	top: 270px;
	left: 38%;
	z-index: 4505;
	color: black;
	text-shadow: 2px 2px 1px rgba(240,240,240,0.8);
	font-size: 44px;
	opacity: 1.0;
}
#search-bar
{
	margin-bottom: 0;
	margin-right: 10px;
	position: relative;
	display: inline-block;
	margin-top: 6px;
	margin-left: 30px;
	height: 30px;
}
#search-bar input[type=text]:focus
{
  box-shadow: 0 0 2px rgba(19, 150, 16, 1);
  border: 1px solid green;
  border-radius: 0px;
}
input[type=text]:focus, textarea:focus
{
  box-shadow: 0 0 4px rgba(38, 203, 38, 1);
  border: 1px solid rgba(38, 203, 38, 1);
}
#search-bar .icon-search
{
	position: absolute;
	top: 3px;
	right: 3px;
	cursor: pointer;
}
.search-bar-box
{
	margin-bottom: 0;
	width: 275px;
	padding-left: 10px;
	outline: none;
	border: solid 1px green;
	border-radius: 0px;
	height: 30px;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
#hero
{
	z-index: 1;
	position: relative;
	height: 570px;
	box-shadow: 0 2px 2px white
}
#hero h1,#hero h2,#hero a
{
	text-shadow: 0 -1px 2px rgba(0,0,0,0.6)
}
.list-unstyled
{
  padding-left: 0;
  list-style: none
}
.slideshow-scroll
{
	opacity: 0.7;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
	position: absolute;
	margin-left: 0px;
	top: 40%;
	z-index: 161;
	color: #fff;
	font-size: 48px
}
.slideshow-scroll:hover
{
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	color: #fff;
	text-decoration: underline
}
.faded-out
{
	opacity: 0.2;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0)
}
.slideshow-scroll-prev
{
	left: 20px
}
.slideshow-scroll-next
{
	right: 20px
}
.left-panel
{
	width: 800px;
	height: 370px;
	background: rgba(56,80,42,0.9);
	overflow: auto;
	position: absolute;
	top: 140px;
	left: 150px;
	z-index: 400;
	padding: 15px;
	color: white;
	font-size: 17px;
}
.right-panel
{
	width: 400px;
	height: 370px;
	background: rgba(56,80,42,0.7);
	overflow: auto;
	position: absolute;
	top: 140px;
	right: 150px;
	z-index: 402;
	padding: 15px;
	color: white;
	font-size: 16px;
}
.fullimage{
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;  
  /* Set up proportionate scaling */
  width: 100%;
  z-index: -3;
  /* Set up positioning */
  position: absolute;
  top: 44px;
  left: 0;
}
.abslideshow{
  position: absolute;
  min-width: 700px;
  top: 44px;
  width: 100%;
  height: 90%;
  overflow: hidden;
}
.abslideshow figure{
  margin: 0;
  width: 100%;
  background: #000;
  position: absolute;
  opacity: 0;
}
.abslideshow figcaption{
  position: absolute;
  text-align: right;
  top: 475px;
  right: 80px;
  color: white;
  font-size: 19px;
  text-shadow: 2px 3px 5px rgba(0,0,0,0.9);
  opacity: 0;
}
.abslideshow figcaption p{
  color: inherit;
  margin-right: 15px;
  text-shadow: 2px 3px 5px rgba(0,0,0,0.9);
  opacity: 0.8;
}
.abslideshow figcaption p:hover{
   opacity: 1.0;
  -webkit-transition: opacity 0.2s 0.2s;
  -moz-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}
.abslideshow figcaption a{
  cursor: pointer;
  text-decoration: none;
}
.abslideshow figcaption a:hover{
  text-decoration: underline;
}
.abslideshow figcaption img{
  position: absolute;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  float: right;
  padding-top: 4px;
}
.abslideshow figcaption img:hover{
  padding-top: 2px;
 -webkit-transition: all 0.3s 0.1s;
 -moz-transition: all 0.3s 0.1s;
 transition: all 0.3s 0.1s;
}
.abslideshow figcaption input{
  position: absolute;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  float: right;
  padding-top: 4px;
}
.abslideshow figcaption input:hover{
  padding-top: 2px;
 -webkit-transition: all 0.3s 0.1s;
 -moz-transition: all 0.3s 0.1s;
 transition: all 0.3s 0.1s;
}
figure:nth-child(1) {
  -webkit-animation: xfade 40s 32s infinite;
  -moz-animation: xfade 40s 32s infinite;
  animation: xfade 40s 32s infinite;
}
figure:nth-child(2) {
  -webkit-animation: xfade 40s 24s infinite;
  -moz-animation: xfade 40s 24s infinite;
  animation: xfade 40s 24s infinite;
}
figure:nth-child(3) {
  -webkit-animation: xfade 40s 16s infinite;
  -moz-animation: xfade 40s 16s infinite;
  animation: xfade 40s 16s infinite;
}
figure:nth-child(4) {
  -webkit-animation: xfade 40s 8s infinite;
  -moz-animation: xfade 40s 8s infinite;
  animation: xfade 40s 8s infinite;
}
figure:nth-child(5) {
  -webkit-animation: xfade 40s 0s infinite;
  -moz-animation: xfade 40s 0s infinite;
  animation: xfade 40s 0s infinite;
}

@-webkit-keyframes xfade{
 0% {
filter: alpha(opacity=50);
opacity: 0.5;
z-index: 100;
}
6% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 100;
}
17% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 100;
}
23% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 90;
}
99% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 90;
}
100% {
filter: alpha(opacity=50);
opacity: 0.5;
z-index: 100;
}
}
@-moz-keyframes xfade{
 0% {
filter: alpha(opacity=50);
opacity: 0.5;
z-index: 100;
}
6% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 100;
}
17% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 100;
}
23% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 90;
}
99% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 90;
}
100% {
filter: alpha(opacity=50);
opacity: 0.5;
z-index: 100;
}
}
@-o-keyframes xfade{
 0% {
filter: alpha(opacity=50);
opacity: 0.5;
z-index: 100;
}
6% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 100;
}
17% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 100;
}
23% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 90;
}
99% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 90;
}
100% {
filter: alpha(opacity=50);
opacity: 0.5;
z-index: 100;
}
}
@keyframes xfade{
 0% {
filter: alpha(opacity=50);
opacity: 0.5;
z-index: 100;
}
6% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 100;
}
17% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 100;
}
23% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 90;
}
99% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 90;
}
100% {
filter: alpha(opacity=50);
opacity: 0.5;
z-index: 100;
}
}
figcaption:nth-child(1) {
  -webkit-animation: xfadein 8s 0s infinite;
  -moz-animation: xfadein 8s 0s infinite;
  animation: xfadein 8s 0s infinite;
}
figcaption:nth-child(2) {
  -webkit-animation: xfadein 8s 0s infinite;
  -moz-animation: xfadein 8s 0s infinite;
  animation: xfadein 8s 0s infinite;
}
figcaption:nth-child(3) {
  -webkit-animation: xfadein 8s 0s infinite;
  -moz-animation: xfadein 8s 0s infinite;
  animation: xfadein 8s 0s infinite;
}
figcaption:nth-child(4) {
  -webkit-animation: xfadein 8s 0s infinite;
  -moz-animation: xfadein 8s 0s infinite;
  animation: xfadein 8s 0s infinite;
}
figcaption:nth-child(5) {
  -webkit-animation: xfadein 8s 0s infinite;
  -moz-animation: xfadein 8s 0s infinite;
  animation: xfadein 8s 0s infinite;
}
@-webkit-keyframes xfadein{
 0% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 89;
display: none;
}
15% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 89;
display: none;
}
30% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 101;
display: inline-block;
}
93% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 101;
display: inline-block;
}
100% {
filter: alpha(opacity=0);
opacity: 0.0;
z-index: 89;
display: none;
}
}
@-moz-keyframes xfadein{
 0% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 89;
display: none;
}
15% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 89;
display: none;
}
30% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 101;
display: inline-block;
}
93% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 101;
display: inline-block;
}
100% {
filter: alpha(opacity=0);
opacity: 0.0;
z-index: 89;
display: none;
}
}
@-o-keyframes xfadein{
 0% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 89;
display: none;
}
15% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 89;
display: none;
}
30% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 101;
display: inline-block;
}
93% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 101;
display: inline-block;
}
100% {
filter: alpha(opacity=0);
opacity: 0.0;
z-index: 89;
display: none;
}
}
@keyframes xfadein{
 0% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 89;
display: none;
}
15% {
filter: alpha(opacity=0);
opacity: 0;
z-index: 89;
display: none;
}
30% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 101;
display: inline-block;
}
93% {
filter: alpha(opacity=100);
opacity: 1;
z-index: 101;
display: inline-block;
}
100% {
filter: alpha(opacity=0);
opacity: 0.0;
z-index: 89;
display: none;
}
}
/* pwdwidget */
.pwdwidgetdiv
{
	width:225px;
}

.pwdfield
{
    display:block;
}

.pwdopsdiv
{
	display: block;
	float: left;
	margin-right:6px;	
}
.pwdopsdiv a
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px; 
}
.pwdstrengthbar
{
	float:right;
	background:#cccccc;
	height:4px;
	margin:0;
}
.pwdstrength
{
	float:right; 
	height:20px;
	width:70px;
	margin-top:3px;
}
.pwdstrengthstr
{
    float:right;
	clear:both;
	height:14px;
	margin-top:0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px; 
}
/* fgmembersite */
#fg_membersite fieldset
{
   width: 260px;
   padding:20px;
   border:1px solid black;
   background: rgba(56,80,42,0.7);
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
   border-radius: 10px;
	position:absolute;
	z-index:2000;
	top: 200px;
	left:635px;
}

#fg_membersite legend, #fg_membersite h2
{
   font-family : Arial, sans-serif;
   font-size: 36px;
   font-weight:bold;
   color:black;
}

#fg_membersite label
{
   font-family : Arial, sans-serif;
   font-size:1.1em;
   font-weight: bold;
   color:white;
}

#fg_membersite input[type="text"],#fg_membersite textarea,
#fg_membersite input[type="password"]
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#fg_membersite input[type="text"],
#fg_membersite input[type="password"]
{
  height:26px;
  width:220px;
}

#fg_membersite #scaptcha
{
  width:60px;
  height:18px;
}

#fg_membersite input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:15px;
   padding-bottom:25px;
}

#fg_membersite textarea
{
  height:120px;
  width:310px;
}

#fg_membersite input[type="text"]:focus,
#fg_membersite textarea:focus
{
  color : black;
  border : 1px solid #990000;
  background-color : rgba(126,200,128,1.0);
  font-weight:bold;
}

#fg_membersite .container
{
   margin-top:4px;
   margin-bottom:4px;
}

#fg_membersite .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.8em;
   color: #900;
   background-color : #ffff00;
}

#fg_membersite #register_password_errorloc
{
    clear:both;
}

#fg_membersite  fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#fg_membersite fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#fg_membersite .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   color:white;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#fg_membersite .tinmeat
{
   display:none;
   width:10px;
   height:3px;
}
#fg_membersite #fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_membersite  #fg_crdiv p
{
    display:none;
}
#fg_membersite_content li
{
font-family : Arial, sans-serif;
padding-top:10px;
padding-bottom:10px;
}
#fg_membersite_content
{
    font-family : Arial, sans-serif;
    font-size: 0.9em;
    line-height: 150%;
	color: white;
}
#fg_membersite_content h2
{
   font-family : Arial, sans-serif;
   font-size: 1.5em;
   font-weight:bold;
   color:white;
   text-align:center;
}