* {
	font-family: arial, verdana;
}

a {
	color: #fff;
	text-decoration: none;
}

body {
	background: #000;
	color: #fff;
	font-size: 14px;
}
.clear {
	clear: both;
}
#menu {
	margin: 4% auto 0%;
	overflow: hidden;
	position: relative;
	top: 2px;
	width: 66%;
	min-width: 540px;
	max-width: 1280px;
	z-index: 20;
}
#menu ul {
    list-style: none;
    top: 2px;
    padding: 0;
    margin: 0;
}
#menu li {
    float: left;
    font-size: 14px;
    display: inline;
    height: 27px;
    line-height: 27px;
    margin: 0;
}
#menu div {
    background: url('../img/tabs.png') 0 -54px no-repeat;
    float: left;
    height: 27px;
    width: 26px;
}
#menu a {
    background: url('../img/tabs.png') 0 -297px repeat-x;
    color: #777;
    float: left;
    padding: 0 8px;
}
#menu a:hover, #menu a:focus {
	color: #fbfbfb;
	text-decoration: none;
	text-shadow: 0px 0px 6px rgba(255,255,255,.5);
}
#menu .last .last {
    background: url('../img/tabs.png') 0 -108px no-repeat;
    width: 21px;
}
#menu li:first-child div:first-child, #menu .selected:first-child div:first-child {
    width: 9px;
}
#menu li:first-child div:first-child {
    background: url('../img/tabs.png') 0 -189px no-repeat;
}
#menu .selected a {
    background: url('../img/tabs.png') 0 -324px repeat-x;
    color: #fbfbfb;
}
#menu .selected div {
    background: url('../img/tabs.png') 0 0 no-repeat;
}
#menu .selected.last .last {
    background: url('../img/tabs.png') 0 -135px no-repeat;
}
#menu .selected+li div {
    background: url('../img/tabs.png') 0 -27px no-repeat;
}
#menu .selected:first-child div:first-child {
    background: url('../img/tabs.png') 0 -243px no-repeat;
}
#menu .right {
    float: right;
}
#menu .right li:first-child div:first-child, #menu .right .selected:first-child div:first-child {
    width: 21px;
}
#menu .right li:first-child div:first-child {
    background: url('../img/tabs.png') 0 -81px no-repeat;
}
#menu .right .last .last {
    background: url('../img/tabs.png') 0 -216px no-repeat;
    width: 9px;
}
#menu .right .selected.last .last {
    background: url('../img/tabs.png') 0 -270px no-repeat;
}
#menu .right .selected:first-child div:first-child {
    background: url('../img/tabs.png') 0 -162px no-repeat;
}

#container pre {
	margin: 0;
}

.email_1, .login_1 {
	line-height: 30px;
	padding-left: 1px;
}

.email_1 label, .email_2 label, .login_1 label, .login_2 label {
	width: 100px;
	display: inline-block;
	vertical-align: top;
	font-size: 88%;
}

.email_1 textarea {
	width: 300px;
	margin-left: 2px;
}

.email_2, .login_2 {
	line-height: 30px;
	padding-left: 1px;
	display: none;
}

.email_3 label, .login_3 label {
	width: 96px;
	display: inline-block;	
}

#email {
	padding: 20px;
	background: #333;
	border-radius: 8px;
	margin-top: 12px;
}

.btn {
	padding: 6px 10px;
}

#controls
{
	margin-top: 10px;
	float: right;
}

/*** image styles ***/

.full_size {

}

.thumbnail_wrapper {
	display: inline-block;
	padding: 1%;
	width: 17.5%;
	position: relative;
	vertical-align: top;	
}
.thumbnail_wrapper:hover {
	cursor: move;
}
.thumbnail {
	width: 100%;
	box-shadow: 0px 0px 18px rgb(26, 26, 26);
	border: 1px solid #000;
	border-radius: 3px;
}
.thumbnail:hover {
	box-shadow: 0px 0px 36px rgba(140, 180, 36, .3);
}

div.delete_image {
	position: absolute;
	width: 36px;
	height: 36px;
	right: 9px;
	top: 15px;
	background: url('/img/delete.png') no-repeat;
	opacity: .7;
}
div.delete_image:hover {
	background: url('/img/delete_hover.png') no-repeat;
	cursor: pointer;
}
div#content_footer {
	height: 72px;
	position: relative;
}
.content_footer_img {
	background: 100% 0% url('/img/add.png') no-repeat;
	position: absolute;
	right: 0;
	height: 72px;
	width: 72px;	
}
.content_footer_img:hover{
	background: 100% 0% url('/img/add_hover.png') no-repeat;
	cursor: pointer;	
}

/*** Admin Section ***/
#login_wrapper {
	padding: 20px;
	background: #333;
	border-radius: 8px;
	margin-top: 12px;
}
#admin_logged_in_wrapper {
	padding: 12px 8px 24px;
}

#admin_logged_in_wrapper h3 {
	line-height: 24px;
	font-size: 16px;
}

p.admin {
	width: 50%;
	line-height: 20px;
	color: #fff;
	margin: 12px 0px;
	font-size: 14px;
}

div.status {
	border: 1px solid #aaa;
	border-radius: 8px;
	padding: 9px 12px;
	margin-top: 16px;
	width: 20%;
	background: #777;
}
div.status h3 {
	line-height: 24px;
	font-size: 12px !important;
}

#recaptcha_table {
	margin-bottom: 12px !important;
	margin-left: 100px !important;
}

#please_wait
{
	display: none;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	text-align: left;
	margin: 24px 0px 12px 102px;
}
#please_wait img {
	vertical-align: bottom;
}

#logout {
	float: right;
	display: none;
}

/*** Edit Icons ***/
#gallery_footer, #other_info_footer 
{	
	height: 82px;
}

#other_info_graphic
{
	width: 99%;
	max-width: 1270px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}