@import url("debug_and_warnings.css");
@import url("list_views.css");
@import url("subscribers.css");
@import url("messages.css");
@import url("images.css");
@import url("content_management.css");
/* ---- cancel browser defaults ---- */
* {
    margin: 0;
    padding: 0;
	text-decoration: none;
}

ul, ol {
	margin-left: 30px;
	margin-top: 0px;
	padding-top: 0px;
}
/* ---- setup basic page objects ---- */
body {
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	
    font-size: 62.5%;
    color: #fcfbf5; 
	background: #36332e url(../images/background-fade.jpg) repeat-x fixed top left;   /*  background details: old colur was 59554c, new details are fade from 4d4f3d (TOP) to 2f3025(bottom) */
	text-align:center;
}

div#container {
	font-size: 1.3em;
    margin: 0 auto;
    padding: 0px 0px;
	width: 990px;
	text-align:left;
	position: relative;
}



a, a:visited, a:hover, a:active {
	color: #f9ae07;
}

div#content {
	margin-bottom: 20px;
	padding-bottom: 30px;
}

div#content.public {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}

div#footer {
	margin-bottom: 200px;
	border-top: 1px solid white;
	padding-top: 5px;
}

/**************************************************************************************
 * HEADER SECTION
 **************************************************************************************/
div#header {
    padding: 10px 0px;
    height: 60px;
	color: #fcfbf5;
}
/* the TIM RUDMAN heading at top of page */
div#header h1 {
    font-family: "Candara", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-align: left;
    border-bottom: 1px solid #fcfbf5;
}
/* the FINE ART PHOTOGRAPHER at top of page */
div#header h2 {
    font-family: "Candara", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: right;
    margin: 3px;
}
/**************************************************************************************
 * NAVTOP SECTION
 **************************************************************************************/
#navTop {
    font-size: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px 0px 2px 0px;
}

#navTop .navTopItem {
    text-decoration: none;
	border: 1px solid silver;
	padding: 2px 10px 2px 10px;
	background: #84705b url(../images/nav-box-fade.jpg) top left repeat-x;
	font-size: 1.2em;
	position: relative;
	margin-right: 5px;
}

#navTop .navTopMenu {
	position: absolute;
/*	background: #6b5d52 url(../images/menu-arrow.jpg) top left repeat-x;*/
	background: #433c36 url(../images/menu-arrow2.jpg) top left repeat-x;
	top: 27px;
	left: 0px;
	width: 200px;
	text-decoration: none;
	border-bottom: 1px solid silver;
	padding: 7px 0px 0px 0px;
	z-index: 900;
	
}

#navTop .navTopMenuItem {
	display: block;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	font-size: 0.8em;
	padding: 5px;
}



#navTop a:hover, #admin_menu a:hover {
    color: white;
}

/*
ADMIN MENU
*/
#admin_menu {
	clear: both;
	background-position: 0px -30px;
	padding: 5px 0px;
	margin-top: -10px;
	margin-bottom: 5px;
}

#admin_menu ul li {
	display: inline;
	margin: 10px 20px 10px 5px;
	font-weight: normal;
}

#admin_menu ul {
	margin-left: 0px;
}

#admin_menu ul li a {
	font-size: 14px;
}


/**************************************************************************************
 * GENERAL CONTENT RULES
 **************************************************************************************/
#content h1.page_title {
	font-size: 20px;
}

#content h2 {
	font-size: 17px;
	margin: 5px 0px 5px 0px;
}


#content h3 {
	font-size: 14px;
	margin: 5px 0px 5px 0px;
}

#content p {margin-top: 5px;}

/**************************************************************************************
 * GALLERIES
 **************************************************************************************/
/*
 GALLERY ADMIN CONTROLS
*/
#gallery_list_admin {
	
}

.gallery_admin_block {
	margin: 3px;
	border: 1px solid #dddddd;
	border-top: 1px solid gray;
	width: 209px;
	height: 180px;
	float: left;
	padding: 0px 0px 5px 5px;
	position:relative;
	background-color: #ccccff;
	color: black;
}

.gallery_admin_block a {color: blue;}


.offline {
	background-color: #ffcccc !important;
}

#gallery_list_admin .gallery_admin_block img {
	border: 1px solid gray;
}

#gallery_list_admin .gallery_admin_block img.fave {
	border: 1px solid #ffee33;
}

#gallery_list_admin .gallery_admin_block h1 {
	font-size: 12px;
	margin-top: 3px;
	position:absolute;
	bottom: 25px;
}




.box_controls {
	position:absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	font-size: 10px;
}

.handle {
	color: green;
	cursor: move;
	background: #ddd;
	border-bottom: 1px solid gray;
	margin-bottom: 5px;
	margin-left: -5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	font-weight:bold;
	font-size: 10px;
}

.del {
	position:absolute;
	top: 0px;
	right: 0px;
}

/*
public facing galleries
*/

#gallery_list {
	width: 250px;
	vertical-align: top;
	border: 0px solid green;
}
#gallery_list .sum {
	text-align: right;
	padding-right: 20px;
}

#gallery_list .sum a h3 {
	font-size: 16px !important;
	margin: 0px;
	color: white !important;
}

#gallery_list .sum a h4 {
	font-size: 12px !important;
	margin-bottom: 20px;
	color: #ccc !important;
}

#gallery_list .sum a:hover h3 {
	color: white !important;
}

#gallery_list .sum:hover {
	background: url(../images/menu-item-fade.jpg) right repeat-y;
}

#gallery_preview  {
	width: 500px;
	height: 420px;
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
	border: 0px solid green;
}

#gallery_preview img {
	border: 1px solid black;
	padding: 5px;
	background-color: white;
}


#pagination {
	text-align: center;
	padding: 10px;
	position: relative;
	
}

#pagination .page_link {
	padding: 3px 10px 3px 10px;
	font-size: 14px;
	color: #f9ae07 !important;
	margin: 0px 7px;
}

#pagination .page_link a {
	color: #f9ae07 !important;
	text-decoration:underline;
}



/*
admin images editing
*/


.image_admin_block {
	margin: 4px;
	border: 1px solid #dddddd;
	border-top: 1px solid gray;
	width: 144px;
	height: 175px;
	float: left;
	padding: 0px 0px 5px 5px;
	position:relative;
	background-color: #ddf;
	font-size: 11px;
}

.image_admin_block a {color: blue;}



#image_list .image_admin_block h1 {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}

#image_list .image_admin_block img {
	border: 2px solid gray;
	padding: 0px;
	margin-left: 3px;
}

#image_list .image_admin_block.fave img {
	border: 2px solid yellow;
}

 div.admin_flags img {
	border: 0px solid gray !important;
}



div.admin_flags {
	float: right;
	width: 32px;
	margin-right: 1px;
}



/**************************************************************************************
 * page layout
 **************************************************************************************/
#items_pane {
	padding: 0px;
	width: 670px;
	border: 0px solid #eeeeee;
	float:left;
}

#control_pane {
	border: 0px solid #eeeeee;
	width: 310px;
	float:right;
}

#control_pane fieldset {
	margin-bottom: 30px;
}



/**************************************************************************************
 * OTHER
 **************************************************************************************/

.disabled {
	color: silver;
	text-decoration:line-through;
}




.progess_indicator {
	width: 100%;
}

.progess_indicator .indicator_gif {
	text-align: right;
	padding-right: 10px;
}

.progess_indicator .indicator_text {
	padding: 10px;
}


#image_preview {
	border: 1px solid #eeeeee;
	margin: 15px 20px;
	text-align:center;
	padding: 10px;
	background-color: #f9f9f9;
}


.helpbox {
	border: 2px solid yellow;
	background-color: #fbf8b1;
	margin: 11px 0px;
	padding: 10px 20px 10px 50px;
	background-image: url(../images/info.png);
	background-repeat:no-repeat;
	background-position-x: 10px;
	background-position-y: 10px; 
	font-size: 12px;
	clear: both;
	color: black;
}

.helpbox a { color: blue;}
.helpbox .blue {color: blue;}

fieldset {
	margin-top: 10px;
	padding: 10px;
}

legend {
	color: #fcfbf5;
	padding: 3px;
	margin: 3px;
}




/**************************************************************************************
 * public forms
 **************************************************************************************/
fieldset.				public_form {
	width: 600px;
	margin: 20px auto;
	border: 1px solid white;
}

fieldset.public_form legend {
	border: 1px solid silver;
	padding: 4px 10px;
	background: #4d4941 url(../images/legend-fade.jpg) top left repeat-x;
	font-size: 1.0em;
	color: white;
	font-style: italic;
	margin-bottom: 10px;
	
}

fieldset.public_form .input {
	border: 1px solid white;
	background: #ffffff url(../images/input-fade.jpg) top left repeat-x;
	padding: 1px;
}

fieldset.public_form .form_row {
	border: 0px solid red;
	padding: 3px 10px;
} 

fieldset.public_form label {
	width: 130px;
	float: left;
	clear: both;
	text-align: right;
	padding-right: 15px;
	color: #ffffff;
}

fieldset.public_form .button {
	padding: 2px;
	font-style:italic;
	margin-top: 10px;
	font-weight: bold;
}




/**************************************************************************************
 * ajax forms
 **************************************************************************************/
fieldset.ajax_form {
}

fieldset.ajax_form .input {
	border: 1px solid white;
	background: #ffffff url(../images/input-fade.jpg) top left repeat-x;
	padding: 1px;
}

fieldset.ajax_form .form_row {
	border: 0px solid red;
	padding-top: 10px;
} 

fieldset.ajax_form label {
	width: 70px;
	float: left;
	clear: both;
	text-align: right;
	padding-right: 5px;
	color: #ffffff;
}

fieldset.ajax_form .button {
	padding: 2px;
	font-style:italic;
	margin-top: 0px;
	font-weight: bold;
}






/**************************************************************************************
 * newsletters
 **************************************************************************************/

.newsletter_summary {
	border: 1px solid #dddddd;
	padding: 3px;
	margin: 10px 20px 20px 20px;
	color: black;
	background-color: #ccccff;
	
}


.newsletter_summary a {color: blue; font-size: 10px;}








/**************************************************************************************
 * sepcial offers
 **************************************************************************************/

.offer_summary {
	border: 1px solid #dddddd;
	padding: 3px;
	margin: 10px 20px 20px 20px;
	color: black;
	background-color: #ccccff;
	position: relative;
	z-index: 99;
	
}

.open {color: black !important;}
.closed {color: gray !important;}

.offer_summary .message {
	color: red;
	position: absolute;
	font-size: 5em;
	text-align: center;
	padding: 20px;
	right: 0px;
z-index: 10;
	
filter:alpha(opacity=30);
opacity: 0.3;
-moz-opacity:0.3;
}

.offer_summary a {color: blue; font-size: 10px;}

#product_listing {
	width: 100%;
}

#product_listing .invalid_row {
	color: #ef4937;
}

#product_listing th {
	font-weight: bold;
	text-decoration: underline;
}

#product_listing .title h1 {
	font-style: italic;
	font-size: 1.2em;
}

#product_listing .title p {
	font-style: italic;
	font-size: 0.9em;
}

#product_listing .price {
	font-style: bold;
	font-size: 1.3em;
}

#product_listing .unit_price {
	font-style: bold;
	font-size: 1.2em;
}


#product_listing .quantity {
	font-style: bold;
	font-size: 1.3em;
	text-align: center;
}

#product_listing .quantity form {
	float: left;
	padding: 2px 2px;
}


#product_listing .total_price {
	font-style: bold;
	font-size: 1.3em;
	text-align: left;
	border-top: 1px dashed white;
	padding-top: 10px;
}

#product_listing .total_price_text {
	font-style: bold;
	font-size: 1.3em;
	text-align: left;
	border-top: 1px dashed white;
	padding-top: 10px;
}


.offer_closing {
	color: #ef4937;
}

.offer_thumb {
	position: relative;
	text-align: right;
	width: 100px;
}


.offer_preview {
	text-align: center;
	position: absolute;
	background: url(../images/menu-arrow-offer-pic.gif) top left repeat-y; 
	top: 5px;
	left: 95px;
	width: 450px;
	text-decoration: none;
	padding: 0px 0px 0px 7px;
	margin: 0px;
	z-index: 800;
}

.offer_preview .placer {
	width: 450px;
	background-color: #433c36;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
}

#product_listing .offer_preview .placer  img {
	border: 0px solid transparent !important;
}

#product_listing .offer_thumb img {
	border: 0px solid silver !important;
}

#product_listing .warning_container {
	position: relative;
}

#product_listing .warning_container .warning_message {
	position: absolute;
	left: -200px;
	border: 1px solid gray;
	padding: 10px;
	background-color: #433c36;
	width: 150px;
	top: -12px;
	
	z-index: 10;
	
filter:alpha(opacity=90);
opacity: 0.9;
-moz-opacity:0.9;
}

#offer_preview_text {
	text-align: center;
	color: gray;
}

#cart {
	position: absolute;
	top: 15px;
	right: 0px;
	border: 1px solid silver;
	padding: 2px 15px 2px 10px;
	background: #84705b url(../images/nav-box-fade.jpg) top left repeat-x;
}

.cart_controls {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.4em;
}

.cart_controls input {
	font-size: 1.2em;
	margin: 5px;
	padding: 5px;
	border: 2px solid gray;
}

#pplogo {
	border: 2px solid white;
	margin: 20px 0px;
	padding: 10px;
}

#pplogo h4 {
	font-style: italic;
	font-size: 0.7em;
	text-align: center;
}

#paypal_submit {
	position: relative;
}

#spinner {
	position: absolute;
	width: 400px;
	border: 3px solid silver;
	background-color: #433c36;
	z-index: 20;
	top: -150px;
	left: 90px;
	padding: 20px;
	text-align: center;
}

#spinner p {
	font-size: 1.5em;
}

#spinner img {
	border: 0px solid red !important;
}