body
{
	font: 11px "Lucida Grande", "Verdana";
	line-height: 130%;
	margin: 0;
	padding: 0;
	background-color: #e5e5e5;
}

h2
{
	text-align: center;
	font-size: 140%;
	padding: 20px 0;
}


h3
{
	text-align: center;
	font-size: 120%;
	padding: 20px 0;
}


/* ================================
    STICKY FOOTER CODE
    ============================== */
* 
{
    margin: 0;
}
html, body
{
    height: 100%;
}

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em !important;
    width: 900px;
}

.footer, .push
{
    height: 2em;
}



/*  =================================
    MAIN DIV CONTAINER
    ================================ */
    
#mainCont
{
	width: 900px;
	margin: 0 auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	/*border-bottom: 1px solid #999;*/
	background-color: #FFFFFF;
	
}


/*  =================================
    HEADER/NAVIGATION
    ================================ */
#header_bar
{

	/* set big padding so links are at bottom */
	padding-top: 180px;
	/* margin-bottom: 20px; */
	
	/* the background image */
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #99CCCC;
    
    /* border props */
    border-bottom: 1px solid #999;
    
}

/*  =================================
    FOOTER
    ================================ */

#footer_bar
{
	padding-top: 0px;
	background-color: #99CCCC;
	width: 900px;
	margin: 0 auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

/*  =================================
    HEADER/FOOTER COMMON PROPERTIES
    ================================ */

.nav_common
{
	width: 100%;
	margin:  0;
	padding: 0;
	
	text-align: center;
	
	list-style-type: none;
}

.nav_common > li
{
    display: inline;
    margin-right: 50px;
	padding: 5px;
}


.nav_common > li > a
{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.nav_common > li > a:hover
{
    background-color: #F1F1F1;
}

/*  ====================================================================================================================================
    HOME PAGE
    =================================================================================================================================== */

#mfMostRecent
{
	width: 100%;
	height: 270px;
	overflow: auto;
}

#mfMostRecent > ol
{
    list-style-type: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;

}
#mfMostRecent > ol > li
{
    padding: 0;
    margin: 0;
    display: inline;
}

#mfMostRecent > ol img
{
    display: inline;
    border: 0;
    height:  250px;
    padding-right: 1px;
}


.special_deal > li
{
	background-color: #F9D347 !important; 
	background-image: url('../images/favorites.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.special_deal
{
    background-color: #F9D347 !important; 
}


.bumps_banner > li
{
	background-color: #99CCCC !important; 
	background-image: url('../images/image_48.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.bumps_banner
{
    background-color: #99CCCC !important; 
}




/*  ====================================================================================================================================
    PHOTO VIEW PAGE
    =================================================================================================================================== */




#fullPhotoView
{
	width: 100%;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	padding-top: 20px;
}



#buyPhotoLi
{
	background-color: #F9D347 !important; 
	background-image: url('../images/image_add_48.png');
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 140%;
	margin: 0 75px;
	padding: 20px;
}


#buyPhotoLi > a, #emailPhotoLi > a
{
    text-decoration: none;
    color: #000000;
}

#emailPhotoLi
{
	background-image: url('../images/comment_48.png');
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 120%;
	margin: 0 75px;
	padding: 20px;
	
}

.imageEditFormBox
{
	
	 
	margin-bottom: 20px;
	border: 1px solid #999;
	width:600px;
}

form ol li.input-text img
{
	width:  100%;
}

/* global colour scheme for boxes */
.stand_bg_border
{
	background-color: #F1F1F1;
	border: 1px solid #999;
}

input
{
	border: 1px solid #999;
	padding: 5px;
}



/*  ====================================================================================================================================
    ADMIN PAGE
    =================================================================================================================================== */

#imageEditCont
{
    padding: 0;
    margin: 0;
	width: 100%;
	max-width: 100%;
	overflow: auto;
}

.imageOuterDiv
{
	height: 190px;
	max-width: 32%;
	float: left;
	padding: 1px;
	position: relative;
}

.imageOuterDivHidden
{
	padding: 0 !important;
	border: 1px solid red;
}

.imageOuterDivHidden .imageInnerLeftDiv
{
    background-color: #FC5858 !important;
}

.imageOuterDiv > img
{
    height:  100%;
    z-index: 1;
}

.imageInnerLeftDiv
{
    z-index: 10;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 100%;
    background-color: #FFFFFF;
    text-align: center;
    opacity: 0.7;
}



.imageInnerLeftDiv > input
{
    position: relative;
    top: 50px;
}

.imageInnerLeftDiv > img
{
    position: relative;
    top: 90px;
    cursor: pointer;
}

.imageInnerRightDiv
{
    z-index: 10;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
    height: 100%;
    text-align: center;
}

.imageInnerRightDiv > span
{
    background-color: #FFFFFF;
}

/* styles for photo view page */
.main_col_props
{
	width: 600px;
	padding: 5px;
}

.row
{
    padding-bottom: 50px;
	width: 900px;
	margin: 10px auto;
	clear: both;
}

.flow_row
{
	margin-right:0px;
	float: left;
	margin-top: 20px;
}

.photo_frame
{
	float: left;
	border-bottom: 0;
	
}

.photo_frame > img
{
	width:100%;
}

.buy_col
{
	padding: 10px;
	margin-left:  650px;
}

.buy_col ul
{
	list-style-type: none;
	line-height: 50px;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}

.buy_col ul :hover
{
	
	background-color: #ffffff;
}

.buy_col ul img
{
	
	vertical-align: middle;
	padding-right: 5px;
}

.photo_footer
{
    clear: both;
    margin: 0;
    padding: 5px;
    color: #333;
	border-top: 0;
	width: 600px;
}

/* edit photo form 
#files_form
{
	margin: 0;
	width: 600px;
	padding:  10px;
	float: left;
}

*/
/* admin index page 
.admin_container
{
	width: 900px;
	margin: 10px auto;
	clear: both;

}

.admin_row
{
	width:  860px;
	border: 1px solid #999;
	margin: 9px;
	clear: both;
	background-color: #FFFFFF;
}

.admin_cell
{
	width: 250px;
	margin: 0px;
	float:  left;
	padding: 10px;
}

.photo_cell
{
	width: 300px;
}

.invisible_row
{
	background-color: #FED1D1;
	border-color: #FE7575;
	
}
*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*
form.photo_edit_form{ border: 0; width: 100%; margin: 0px; padding: 0; }
form.photo_edit_form ol, #files_form > ol > li > ol { font: 11px "Lucida Grande", "Verdana"; margin: 0; padding: 0;  }
form.photo_edit_form ol li.input-text, #files_form > ol > li > ol li.input_text { margin-bottom: 10px; list-style-type: none; border: 0; padding-bottom: 10px; }
form.photo_edit_form ol li.input-text label, #files_form > ol > li > ol li.input_text label { font-weight: bold; cursor: pointer; display: block; font-size: 13px; margin-bottom: 10px; margin-left: 15px;}
form.photo_edit_form ol li.input-text input, #files_form > ol > li > ol li.input_text input { width: 190px; padding: 5px 5px 6px; font: 11px "Lucida Grande", "Verdana"; border: 1px solid #999; margin-left: 15px; }
form.photo_edit_form ul.holder, #files_form > ol > li ul.holder{ width: 200px; margin: 0;}
form.photo_edit_form .facebook-auto, #files_form > ol > li .facebook-auto { display: none; position: absolute; width: 212px; background: #eee; margin-left: 15px;}
form.photo_edit_form .facebook-auto .default, #files_form > ol > li .facebook-auto .default { padding: 5px 7px; border: 1px solid #ccc; border-width: 0 1px 1px; }

*/



















ol.horiz_list
{
	list-style-type: none;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center right;
	
}

ol.horiz_list > li
{
    display: inline;
	width: 200px;
	padding: 0px;
	float: left;
	margin-right: 300px;
	
		
}

ol.horiz_list > li > ol
{
    list-style-type: none;
}

ol.horiz_list > li > ol > li
{
    padding: 10px;
}


.container
{	
	background-color: #F1F1F1;
	border: 1px solid #999;
	width: 600px;
	margin: 10px auto;
}

.container > ol
{
	background-color: #FFFFFF;
	border: 1px solid #999;
	margin: 5px;
	padding: 10px;
}

.container > ol > li
{
    padding: 10px;
    list-style: none;
    text-align: center;
}

.container > ol > li.error
{
    background-color: #FED1D1;
	border: 1px solid #FE7575;
	background-image: url('../images/cancel_48.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.container > ol > li.error > *,
.container > ol > li.success > *
{
    margin-left: 50px;
}

.container > ol > li.success
{
	background-color: #A5EBAD;
	border: 1px solid #00B415;
	background-image: url('../images/accepted_48.png');
	background-repeat: no-repeat;
	background-position: center left;
}

/*
.container > ol > li > label
{
    font-weight: bold;
    font-size: 100%;
    display: block;
}
*/

.container > ol > li > h3
{
	padding:  0;
}

table.photo_list
{
	
	width:  100%;
}


table > thead > tr > td,
table > tfoot > tr > td
{
    font-weight: bold;
    padding: 5px 0;
}

table.photo_list td
{
    border-bottom: 1px dashed #999;
    
}



table .success
{
	background-color: #A5EBAD;
	border: 1px solid #00B415;
	background-repeat: no-repeat;
	background-position: center left;
}


table .error
{
    background-color: #FED1D1;
	border: 1px solid #FE7575;
	background-repeat: no-repeat;
	background-position: center left;
}

div.error > ol
{
	background-color: #FED1D1;
	border: 1px solid #FE7575;
	background-image: url('../images/cancel_48.png');
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
	padding-left: 40px;


	
}


#leftCol
{
	float: left;
	width: 18%;
	margin: 10px;
}

#rightCol
{
	float: right;
	width: 79%;
	border: 0px;
	height: 800px;
}


label
{
	
	padding: 5px;
}
