/* @override 
	http://lucasr.com/Projects/McLean_Design/css/admin.css
*/

#Admin_Header {
	width: 100%;
	height: 40px;
	font-size: 40px;
	text-align: center;
}

#logout {
	font-size: 15px;
	margin: 5px;
	position: absolute;
	right: 0;
	top: 0;
}

.toggler {
	color: #fff;
	margin: 0;
	padding: 2px 5px;
	background: #c3c3c3;
	border-bottom: 1px solid #3b3b3b;
	border-top: 1px solid #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
	text-shadow: 2px 2px 2px #000;
}
 
.float-right {
	padding:10px 20px;
}

#Admin {
	width: 800px;
	position: relative;
	border-top: 2px solid #000;
	height: 438px;
}

#Admin_Nav {
	width: 148px;
	float: left;
}

#Admin_Nav ul li {
	
	padding-top: 10px;
	
}

/* @group Import_Helper */

#Import_Helper {
	width: 648px;
	height: 25px;
	background-color: #d9d9d9;
	margin-left: 150px;
	border-left: 2px solid #000;
	font-size: 14px;
	border-top: 2px solid #000;
	padding-top: 5px;
	padding-bottom: 2px;
	z-index: 0;
}

#Import_Helper select {
	background-color: #7e7e7e;
	color: #000;
	font-family: "Courier New", Courier, mono;
	letter-spacing: -1px;
	word-spacing: -2px;
}

#Import_Helper select:hover {
	background-color: #fdfdfd;
	-webkit-box-shadow: 0px 0px 5px #888;
	z-index: 1;
}



/* @end */

/* @group Admin_Content */

#Admin_Content {
	width: 650px;
	margin-left: 150px;
	border-left: 2px solid #000;
	height: 554px;
	max-height:579px;
}

#Admin_Content .Post {
	width: 635px;
	border-bottom: 2px solid #000;
	height: 150px;
}

#Admin_Content .Post .Preview {
	text-align: center;
	width: 120px;
	background-color: #d9d9d9;
	height: 150px;
}



#Admin_Content .Post .Input {
	margin-left: 120px;
	margin-top: -150px;
	position: relative;
}

.Post .Input .List_Short .Data {
	left: 130px;
}

.Post .Input .textarea {
	margin-bottom: 25px;
	margin-top: 3px;
}

.Post .delete {
	position: absolute;
	top: 75px;
	font-weight: bold;
	font-size: 20px;
	background-color: #e15f5a;
	border-style: none;
	-webkit-box-shadow: 0px 0px 5px #000;
	visibility: visible;
	left: 450px;
	width: 30px;
	height: 30px;
}

.Post .submit {
	position: absolute;
	left: 450px;
	font-weight: bold;
	font-size: 20px;
	background-color: #b8f954;
	border-style: none;
	-webkit-box-shadow: 0px 0px 5px #000;
	top: 35px;
	width: 30px;
	height: 30px;
}

.Post .Data textarea {
	resize: both;
	overflow: hidden;
	max-height: 90px;
	max-width: 300px;
	background-color: #c7c7c7;
	border: 1px solid #989898;
	width: 150px;
	height: 38px;
}

.Post .Data input {
	background-color: #c7c7c7;
	border: 1px solid #989898;
	width: 150px;
}

.Post .Data textarea:focus, .Post .Data input:focus {
	-webkit-box-shadow: 0px 0px 5px #000;
	background-color: #fff;
	border: 1px none #fff;
}



/* @end */

/* @group Profile */

#Profile_Nav {
	background-color: #c3c3c3;
	height: 554px;
	width: 200px;
	border-right-style: solid;
	border-right-width: 2px;
	overflow: auto;
	float: left;
}

#Profile_Nav ul li.items {
	font-size: 14px;
	color: #000;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#Profile_Nav ul li.items:hover {
	font-weight: bold;
	color: #fff;
	background-color: #727272;
	text-shadow: 2px 2px 2px #000;
}

#Profile_Nav ul li.title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#Profile_Nav h2 {
	margin: 0;
	padding: 0;
}

#Profile_Content {
	max-height:554px;
	width: 445px;
	margin-left: 202px;
	overflow: auto;
	height: 554px;
}

.Small {
	width: 450px;
	position: relative;
	border-bottom: 2px solid #000;
	height: 150px;
}

.Small .Preview {
	text-align: center;
	width: 120px;
	background-color: #d9d9d9;
	height: 150px;
}





.Small .Input {
	margin-left: 120px;
	margin-top: -150px;
	position: relative;
	width: 300px;
}



.Small .Input .List_Short .Data {
	left: 130px;
}

.Small .Input .textarea {
	margin-bottom: 25px;
	margin-top: 3px;
}

.Small .delete {
	position: absolute;
	top: 110px;
	font-weight: bold;
	font-size: 20px;
	background-color: #e15f5a;
	border-style: none;
	-webkit-box-shadow: 0px 0px 5px #000;
	visibility: visible;
	left: 250px;
	width: 30px;
	height: 30px;
}

.Small .submit {
	position: absolute;
	left: 200px;
	font-weight: bold;
	font-size: 20px;
	background-color: #b8f954;
	border-style: none;
	-webkit-box-shadow: 0px 0px 5px #000;
	top: 110px;
	width: 30px;
	height: 30px;
}

.Small .Data textarea {
	resize: both;
	overflow: hidden;
	max-height: 90px;
	max-width: 300px;
	background-color: #c7c7c7;
	border: 1px solid #989898;
	width: 150px;
	height: 38px;
}

.Small .Data input {
	background-color: #c7c7c7;
	border: 1px solid #989898;
	width: 150px;
}

.Small .Data textarea:focus, .Small .Data input:focus {
	-webkit-box-shadow: 0px 0px 5px #000;
	background-color: #fff;
	border: 1px none #fff;
}
/* @end */