@CHARSET "UTF-8";

/*************************************************************************
*	General Stuff	
*************************************************************************/

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.red_text {
	color: #ff0000;
}

/* ajax messages */  
#ajaxmessages {
	height: 0px;
	display: none;
}
.success, 
.failed {
	border: 1px solid;
	margin: 10px 0px 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.success {
	background-color: #6F6;
	background-image: url(/themes/base/images/misc/success.png);
	color: #000000;
}
.failed {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(/themes/base/images/misc/Error.png);
}

/*************************************************************************
*	Style & Layout.
*************************************************************************/

html, body { 
	position: relative;
	margin: 0;
	height: 100%; 
	min-width: 260px;
    max-width: 100%;
    overflow-x: hidden;
	background-color: #222; 
	color: rgba(255, 255, 255, 0.6);
	font-family: Tahoma, Georgia, Arial, sans-serif;
}

#page {
	height: inherit;
}

header {
	text-align: right;
	padding: 0 12px;
	margin-bottom: 8px;
}
header h1, header p {
	margin: 0; 
	padding: 0;
}

/* #bin {} */

nav {
	width: 100%;
	height: auto;
	background-color: #222;
	overflow: hidden;
	text-transform: capitalize;
}
nav ul {
	list-style-type: none;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	border: 1px solid #adadad; 
	/* border-radius: 12px; */
	/* background-color: rgba(255, 255, 255, 0.6); */
}
nav ul li {
	/* float: left; */
	display: inline-block;
}
nav ul li a {
	display: block;
	padding: 14px 16px; 
	text-decoration: none;
	text-align: center;
}
nav ul li a:link, 
nav ul li a:active, 
nav ul li a:visited {
	color:#adadad;
}
nav ul li a:hover {
	color:#000;
	text-decoration: underline;
	background-color: rgba(255, 255, 255, 0.6);
}
.subnav {
	float: left;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
.subnav:hover {
	height: auto;
}


/* #wrapper {} */

/* #mastercontent {} */
#mastercontent article {
	text-align: center;
}

footer {
	display: normal;
	text-align: center;
	padding: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	/* background-color: rgba(255, 255, 255, 0.6); */
}
footer h5 {
	font-size: 16px;
	margin: 0;
}
footer p {
	margin: 0;
}



/*
html, body { 
	position: relative;
	height: 100%; 
	background-color: #222;
}

#page {
	/* position: absolute;
	top: 0;
	left: 0; * /
	position: relative;
	width: 100%;
	min-width: 250px;
	font-family: Tahoma, Georgia, Arial, sans-serif;
	color: rgb( 255, 255, 255, 0.6);
}

nav {
	position: absolute;
	top: 10px;
	right: 10px;
	width: auto;
	height: auto;
}
nav img {
	float: left;
	height: 20px; 
	width: auto;
	padding: 14px 4px;
	cursor: pointer;
	opacity: 80%;
}
nav ul {
	list-style-type: none;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	background-color: rgba(211, 211, 211, 0.7);
	border: 1px solid #adadad; 
	border-radius: 12px;
	text-transform: capitalize;
}
nav ul li {
	float: left;
}
nav ul li a {
	display: block;
	padding: 14px 16px; 
	text-decoration: none;
	text-align: center;
}
nav ul li a:link, 
nav ul li a:active, 
nav ul li a:visited {
	color:#adadad;
}
nav ul li a:hover {
	color:#696969;
	text-decoration: underline;
}



#bin {}

header {}
header h1 {
	padding: 0 12px;
}

#wrapper {	
	color: #222;
}
/* Database driven page section * /
#wrapper section {}
#wrapper section figure {}
#wrapper section article {
	margin: 0;
	padding: 0; 
	font-family: inherit; 
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
}



aside {}

footer {
	text-align: center;
}
footer section h5 {
	margin: 0; 
	padding: 0;
	
}
*/

/*************************************************************************
* min-width: 480px	
*************************************************************************/

@media only screen and (min-width: 400px) {

}
 

/*************************************************************************
*   END MEDIA QUERIES.  
*	BEGIN PRINT 
*************************************************************************/

@media print {
    * {
    	font-size: 12px;
    }
}

/*************************************************************************
*	END PRINT
*   BEGIN ADMIN
*************************************************************************/

/* .container {} */

h1.align_center { 
	text-transform: capitalize;
}
/* Breadcrumbs. */
.admin_breadcrumbs {
	/* min-width: 200px; */
	max-width: 986px;
	width: 100%;
	background-color: #66ccff;
	border: 1px solid #888;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	color: #fff;
	text-align: left;
	text-transform: capitalize;
	overflow: hidden;
}
.admin_breadcrumb_link {
	color: #fff;
	text-decoration: none;
}
.admin_breadcrumb_link:link {
	color: #fff;
}
.admin_breadcrumb_link:visited {
	color: #fff;
}
.admin_breadcrumb_link:hover {
	color: #808000;
}
.admin_breadcrumb_link:active {
	color: #000000;
	text-decoration: underline;
}
.admin_breadcrumbs .h_div_left {
	float: left;
	width: 72%;
	overflow: hidden;
}
.admin_breadcrumbs .h_div_right {
	float: right;
	text-align: right;
}
.admin_breadcrumbs .h_add_button {}


/* list items (admin) */
.list_table_admin {
	/* min-width: 200px; */
	max-width: 1000px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 8px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.8);
	color: #222;
}

.list_table_admin h1 { 
	text-transform: capitalize;
	/* color: #ffffff; */
}
.list_table_admin div {
	/* color: #ffffff; */
}
.list_table_admin p {
	font: 16px 'Open Sans Condensed', sans-serif;
	text-align: center;
	/* text-decoration: underline; */
}

.list_table_admin table tr td img {
	width: 50px; 
	height: 50px;
}

.list_table_admin table {
	text-align: center;
	width: 100%;
	box-shadow: 2px 2px 2px #000,
			   -2px 2px 2px #000;
	
}
/* 
NOTE: This is commented out because it's 
interfering with jcrop by setting the image size 
*/
/* 
.list_table_admin table img {
	width: 100px;
	height: auto;
} 
*/
.list_table_admin table tr td {
	padding: 8px;
	margin: 8px;
}
.list_table_admin table thead tr th {
	padding: 8px;
	font: 16px 'Open Sans Condensed', sans-serif;
	text-shadow: 1px 1px 1px #ddd;
	background: #42ADFF;
	color: #1E2AFF;
}
.list_table_admin table tbody tr:nth-child(odd) {
	background: #fff;
}
.list_table_admin table tbody tr:nth-child(even) {
	background: #ddd;
}
.list_table_admin .edit_item {
	text-decoration: none;
	width: 30px;
	height: 30px;
	background: url(/themes/base/images/misc/edit.png);
	background-repeat: no-repeat;
	background-position: -6px -2px;
	cursor: pointer;
}
.list_table_admin .edit_item:hover {
	background-position: -36px -2px;
}

.list_table_admin .delete_item,
.list_table_admin .restore_item,
.list_table_admin .delete_image,
.list_table_admin .restore_image {
	width: 30px;
	height: 30px;
	background: url(/themes/base/images/misc/delete.png);
	background-repeat: no-repeat;
	background-position: -6px 0px;
	cursor: pointer;
}
.list_table_admin .delete_item:hover,
.list_table_admin .restore_item:hover,
.list_table_admin .delete_image:hover,
.list_table_admin .restore_image:hover {
	background-position: -28px 0px;
}

/* edit item (admin) */
.edit_item {
	min-width: 200px;
	max-width: 1000px;
	width: 100%;
	/* padding: 8px; */
	background-color: rgba(255, 255, 255, 0.8);
}

.admin_left_col {
	float: left;
	width: 200px;
}


.edit_item table {
	width: 100%;
}
.edit_item table thead tr th {
	padding: 16px;
	font: 22px 'Open Sans Condensed', sans-serif;
	text-decoration: underline;
}
.edit_item table tbody .odd {
	min-width: 120px;
	width: 20%;
}
.edit_item table tbody .even {
	width: 80%;
}

.edit_item input[type="text"]:not(.clickandremove) {
	width: 99%;
	height: 32px;
}
.edit_item .clickandremove {
	cursor: pointer;
}

/* create some colours */
.colour_faded_blue {
	background-color: rgba(0, 0, 255, 0.4) !important;
}
.colour_faded_red {
	background-color: rgba(255, 0, 0, 0.4) !important;
}
.colour_faded_orange {
	background-color: rgba(255, 165, 0, 0.6) !important;
}

/* these are in the admin area. */
section.standard_links ul li a { 
	text-transform: capitalize;
}

/*************************************************************************
*	END ADMIN 
*	BEGIN jcrop.  
*************************************************************************/
/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
	direction: ltr;
	text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
	background: #ffffff url("Jcrop.gif");
	font-size: 0;
	position: absolute;
}
.jcrop-vline {
	height: 100%;
	width: 1px !important;
}
.jcrop-vline.right {
	right: 0;
}
.jcrop-hline {
	height: 1px !important;
	width: 100%;
}
.jcrop-hline.bottom {
	bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
	height: 100%;
	width: 100%;
	/* "turn off" link highlight */
	-webkit-tap-highlight-color: transparent;
	/* disable callout, image save panel */
	-webkit-touch-callout: none;
	/* disable cut copy paste */
	-webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
	background-color: #333333;
	border: 1px #eeeeee solid;
	width: 7px;
	height: 7px;
	font-size: 1px;
}
.jcrop-handle.ord-n {
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	top: 0;
}
.jcrop-handle.ord-s {
	bottom: 0;
	left: 50%;
	margin-bottom: -4px;
	margin-left: -4px;
}
.jcrop-handle.ord-e {
	margin-right: -4px;
	margin-top: -4px;
	right: 0;
	top: 50%;
}
.jcrop-handle.ord-w {
	left: 0;
	margin-left: -4px;
	margin-top: -4px;
	top: 50%;
}
.jcrop-handle.ord-nw {
	left: 0;
	margin-left: -4px;
	margin-top: -4px;
	top: 0;
}
.jcrop-handle.ord-ne {
	margin-right: -4px;
	margin-top: -4px;
	right: 0;
	top: 0;
}
.jcrop-handle.ord-se {
	bottom: 0;
	margin-bottom: -4px;
	margin-right: -4px;
	right: 0;
}
.jcrop-handle.ord-sw {
	bottom: 0;
	left: 0;
	margin-bottom: -4px;
	margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
	height: 7px;
	width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
	height: 100%;
	width: 7px;
}
.jcrop-dragbar.ord-n {
	margin-top: -4px;
}
.jcrop-dragbar.ord-s {
	bottom: 0;
	margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
	margin-right: -4px;
	right: 0;
}
.jcrop-dragbar.ord-w {
	margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
	background: #ffffff;
	filter: alpha(opacity=70) !important;
	opacity: .70!important;
}
.jcrop-light .jcrop-handle {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #000000;
	border-color: #ffffff;
	border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
	background: #000000;
	filter: alpha(opacity=70) !important;
	opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #ffffff;
	border-color: #000000;
	border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
	background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
	max-width: none;
}

/*************************************************************************
* END		
*************************************************************************/