/*
===================================================================================
	Kent Lyons CMS Style Sheet 
===================================================================================
	Coded by : 		Shane Saunders
	Copywrite :		(c) Copyright 2007 by Kent Lyons
	Website : 	 	
	Date :			
-----------------------------------------------------------------------------------		
	Notes :       
===================================================================================
*/


/* ------------------------------------ HTML -----------------------------------*/		
* {
	margin: 0;
	padding: 0;
}

body {
	position:relative;
	background-color: #312929;
}

a {
}

a:hover {
}

a img {
}

p {
}

ul {
	list-style: none;
}

li {
	
}
select.full{
	width:100%;
}

hr{
	margin:1em 0 1em 0;
}


/* ------------------------------------ LAYOUT -----------------------------------*/
#wrapper {
	width:1024px;
	margin:0 auto;
}

#inner_wrapper {
	float: left;
	width:1004px;
	margin:10px;
	padding:0;
	background:#F4F4F4 url(../../images/admin_images/background_grad.gif) repeat-x bottom;
}
#inner_wrapper.login {
	width:220px;
}
#admin_branding {
	float:left;
	width:1004px;
	padding:0;
	margin:25px 10px 5px 10px;
}
#container {
	float: left;
}
#tool_bar {
	float: left;
	width:200px;
	padding-bottom: 30px;	
}
#rhnav {
	float: right;
	width:200px;
	padding-bottom: 30px;
}
#template {	
	float:left;
	width: 602px;
	padding-bottom: 30px;
	border-left: 1px solid #312929;
	border-right: 1px solid #312929;
}
#footer {
	width: 1004px;
	padding-top: 5px;
	margin-left: 10px;
}

/* ------------------------------------ ADMIN BRANDING -----------------------------------*/

#admin_branding #title {
	float: left;
	width: 550px;
}
#admin_branding #tools {
	float: right;
	margin-top: 8px;
	width: 320px;
}



/* ------------------------------------ LOGIN -----------------------------------*/
#login {
	padding:5px;
	margin: 10px;
	margin-bottom: 290px;
	width:190px;
	background-color:#D9D9D9;
}
#login p {
	margin:0;
}

#login input.field {
	width:170px;
	margin-top: 3px;
}
#login .submit {
	width: 50px;
	height: 14px;
	margin-top: 30px;
}

/* ------------------------------------ HEADER -----------------------------------*/
.header {	
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 10px;
	margin-top: 15px;
	border-top: 1px solid #E3E2E2;
}
.header.top {
	border:none;
	margin: 0 10px 0 10px;
}

.header {
	height:auto;
	line-height: 30px;
	padding: 0 10px 0 10px;
	margin-top: 15px;
	background: url(../../images/admin_images/header_bg.gif) repeat-x;
	background-color:#CCCCCC;
	
	
}

.header p{
	
	margin:0;
	padding:0;
	display:block;

}


.header.top {
	border: none;
	margin:0 0 0 0;
}
.header a#preview {
	float: right;
	padding-right: 20px;
	margin-left:20px;
	background: url(../../images/admin_images/arrow.gif) no-repeat center right;
}

#status{
	background-color:#333333;
	overflow: visible; 
	position: absolute; 
	top: 0pt; 
	left:0pt; 
	opacity: 0.8; 
	width: 1280px; 
	display: block;
}

#messagebox{
	background-color:#FFFFFF;
	margin: 0pt auto; 
	overflow: hidden; 
	position: relative; 
	text-align: left; 
	top: 200px; 
	 z-index: 2; 
	width: 320px;
	display: block;

}
#message p{
	background-color:#FFFFFF;		
	display: block;
	color:#CC0000;
	font-weight:bold;
	font-size:1.8em;
	padding:20px;
}


/* ------------------------------------ CONTENT -----------------------------------*/
.contents, #template_contents{	
	margin: 10px;
}



/* ------------------------------------ SECTION LIST -----------------------------------*/
.section_list {
	margin:0;
	padding: 10px 0 10px 0;
}

.section_list li p {
	padding:  0 10px 0 10px;
	margin: 0;
}
.section_list p.active{
	background-color: #DDDDDD;
	padding: 1px 10px 1px 10px;
	margin: 2px 0 2px 0;
}
.section_list li p a{
	display: block;
}
.subLevel {
	padding-left: 10px;
}



/* ------------------------------------ TEMPLATE -----------------------------------*/
#template h2 {
	padding:10px 0 10px 0 ;
}
#template form .input{
	width: 415px;
}
#template form .submit {
	width: 50px;
	padding:10px 0 10px 0 ;
}
#template ul.draggable_list {
	background-color:#ffffff;
	padding:5px;
	margin-top:20px;
}
#template ul.draggable_list li, .sortableitem{
	width: 537px;
	padding:6px;
	margin:2px;
	margin-bottom:1px;
	background-color: #EEF6CD;
	border-bottom:1px solid #C5D75B;
	cursor: move;
}

#template table.items{
	width:100%;
	background-color:#F4F4F4;
	border: solid 1px #333333;
}
#template  table.items th{
	background-color:#969696;
	color:#FFFFFF;	
}

#template  table.items select{
	width:auto;
}



/* ------------------------------------ INSERT -----------------------------------*/

#template .template_insert_toggle{
	display: none;
}
#template .template_insert {
	overflow: hidden;
	width: 100%;
}
.closed {
	display:none;
}
#template .insert_header {
	padding: 4px;
	background-color:#969696;
	border-top:3px solid #312929;
	border-left:3px solid #312929;
	border-right:3px solid #312929;
	border-bottom:1px solid #312929;
	
}
#template .insert_content {
	background-color:#312929;
	border-bottom:3px solid #312929;
	border-left:3px solid #312929;
	border-right:3px solid #312929;
	margin-bottom:15px;
}
#template .insert_header a {
	float: right;
	width: 10px;
	height: 11px;
	background: url(../../images/admin_images/close.png) no-repeat top right;
}
#template .insert_content .inner_content {
	background-color: #F4F4F4;
	padding: 5px;
}
#template .insert_content .scrollHolder {
	
	height:100px;
	overflow:auto;
	
}



/* ------------------------------------ CALENDAR -----------------------------------*/
.live_selection {
	float:left;
	margin:10px 15px 0px 15px;
	height:25px;
}
#calendar_area #live_status {
	background-color: #F4F4F4;
	padding: 5px;
}
#calendar_area .calendar_title {
	float:left;
	margin:5px 30px 0px 30px;
	width:220px;
	color:#fff;	
}
#calendar_area .calendar_title p {
	color:#fff;	
	font-size:12px;
}

#calendar_area #liveDate,
#calendar_area #deadDate {
	float:left;
	margin:5px 30px 15px 30px;
	width:220px;
}

/* ------------------------------------ IMAGE SECTION -----------------------------------*/
#image_holder {
	width: 580px;
	height:500px;
 	margin:15px 0 15px 0;
	overflow:auto;
}

/* Image ----------------------------------------------------------*/


.image_preview { 
	padding:10px;
	border:1px solid grey;
}



/* ------------------------------------ IMAGE GENERAL -----------------------------------*/
.image {
	width:120px;
	float:left;
	margin: 5px;
	border: 3px solid #312929;
}
.image img{
	padding:5px;
}
.image .image_title {
	padding: 3px;
	color: #FFFFFF;
	background-color: #969696;
	border-bottom: 1px solid #312929;
}
.image .image_buttons {
	padding: 3px;
	background-color: #D9D9D9;
}

/* ------------------------------------ Item GENERAL -----------------------------------*/
#item_holder {		
	margin:15px 0 15px 0;
	border-top: 1px solid #312929;
	border-left: 1px solid #312929;
	border-right: 1px solid #312929;
	background-color:#CC99FF;
}
	#item_holder live {		
		background-color:#fff;
	}

#item_holder .item {	
	padding:5px;
	border-bottom: 1px solid #312929;	
	background-color: #D9D9D9;
}

#item_holder .item p {
	font-weight:bold;
	
}

#item_holder .item.live {	
	background-color:#FFFFFF;
}
#item_holder .item .item_title {
		color:#666666;
	
	
}
#item_holder .item .item_buttons {
	float:right;	
}





/* ------------------------------------ ASSIGN  -----------------------------------*/
#assign_assets {
	width: 440px;
}
#col01 .image,
#col02 .image
{
	width: 140px;
	cursor: move;
}

#col01,
#col02 {
	float: left;
	width: 200px;
	border: 1px solid #999999;
	height: 500px;
	overflow:auto;
}
#col01 {
	margin-right: 10px;
}
#col01_info,
#col02_info {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
#col01_info {
	margin-right: 10px;
}



/* ------------------------------------ FORM -----------------------------------*/
form label {
}

form .tinymce{
    width:99%;
}

form .tinymce2 {
    width:200px
}


.contents form h3 {
	display:block;
	margin: 10px 0 3px 0;
}
.contents input{
	
}

.contents input.submit {
	width: 50px;
	margin-top: 20px;
}
.contents input.radio {
	margin: 0 5px 0 5px;
}
form textarea{
	font-size:16px;
	font-family:Arial,sans-serif;
}

.formButton input
{
	float:left;
	font-size:15px;
	font-family:Arial,sans-serif;
	font-weight:bold;
	color:#666666;
	background-color:transparent;
	border-style:none;
	margin:0 0 0 -3px;
	padding:0 20px 0 0;
}


.formButton input:hover
{
	background-color:#C7F85D;
	cursor:pointer;
}


/* ------------------------------------ SECTION SEARCH FORM -----------------------------------*/
form#search {
	margin: 0;
}
form#search input.input {
	float: left;
	width: 160px;
}
form#search input.submit {
	float: right;
	width: 50px;
}
form#search #a_search {
	padding: 5px 0 5px 0;
}

/* ------------------------------------ AUO COMPLETE SEARCH FORM -----------------------------------*/

input.autocomplete_field {
	padding:3px;
	width:250px;
}

/* ------------------------------------  EDIT IMAGE FORM -----------------------------------*/
form#standard {
}
form#standard h3 {
	display: block;
	padding:5px 0 5px 0;
}
form#standard input.input
{
	display: block;
	width:550px;
	margin-bottom: 5px;
}
form#standard select
{
	display: block;
	width: 200px;
	margin-bottom: 5px;
}
form#standard select.date
{
	display:inline;
	width: 68px;
	margin-bottom: 5px;
}
form#standard input.submit {
	width: 50px;
}
table#keywords {
	width: 100%;
	background-color:#00FFFF;
}
form#standard input.text,
form#standard textarea
{
	display: block;
	width: 550px;
	margin-bottom: 5px;
}

form#standard  small {
	padding:5px 0 10px 0;
	font-size:11px;
	color:#726964;	
}
/* ------------------------------------ MISC -----------------------------------*/	
.divider {
	margin-top: 15px;
	margin-bottom: 10px;
	border-top: 1px solid #E3E2E2;
}
.clearfix {
	clear: both;
}
.error{
 
}
div.error {
	display:block;
	width:100%;
	background-color:#9E0B0f;
	margin-bottom:1px;
	
}
div.error p {
	padding:3px;
	color:#FFF;
	font-size: 12px;
	font-weight:bold;
}
.loading{
	height:200px;
	width:100%;
	background: url(../../images/admin_images/ajax-loader.gif) no-repeat center;

}

.swatch {
	float:left;
	margin-right:5px;
	display:block;
	width:11px;
	height:11px;
	border:1px solid #333333;
}
/* ------------------------------------ auto complete -----------------------------------*/	
.suggestionsBox {
    position: relative; 
}
.closearea {	
	width: 187px;
	border:1px solid #666666;
   	height:10px;
	background:#999 url(../../images/admin_images/close.png) no-repeat top right;	
	padding: 4px;
	cursor: pointer;
}


.suggestionList {	
	position:absolute;
	top: 30px;
	height:200px;
	background-color:#FFFFFF;
	width: 195px;
	border:1px solid #666666;
	overflow:auto;
	
}


input.autocomplete{	
	position:relative;
	padding:3px;
	margin:0 0 10px 0;
	width:193px;
}

input.autocompletebooks{	

	padding:0;
	margin:0 0 10px 0;
	width:403px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #C7F85D;
}

.suggestionList li.autosuggestionlinks {
    text-align:right;;
}

a.autocomplete{
	color:#000000 !important;
	font-weight:normal !important;
	text-align:right;
}

a.autocomplete :hover{
	color:#000000 !important;
	font-weight:normal !important;
}


#assigned_items tbody tr td img {
	float:left;
	border:1px solid grey;
	margin-left:5px;
	display:block;
}
#assigned_items tbody tr td .title {
	float:left;
	margin-left:5px;
	display:block;
}
/* ------------------------------------ pagination -----------------------------------*/


.pagination {
	padding:5px;
	background-color:#fff;
	color:#c5d75b;
	margin:10px 0 10px 0;
}
.pagination a {
	color:#778905;
}