@CHARSET "UTF-8";

/**
 *
 * @name:    mDash CMS Framework.
 * @package: mDash, a framework package that allows rapid deployment of websites.
 * @version: 28.0.0
 *
 */

/********************************************************************************
* DO NOT EDIT BELOW UNLESS YOU KNOW WHAT YOU ARE DOING!!
********************************************************************************/

/*************************************************************************
*	General Stuff	
*************************************************************************/
/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
/* font-family: 'Open Sans Condensed', sans-serif; */

@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);
/* font-family: 'Raleway', sans-serif; */

@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
/* font-family: 'Gloria Hallelujah', cursive; */

@import url(http://fonts.googleapis.com/css?family=Indie+Flower);
/* font-family: 'Indie Flower', cursive; */

@import url(http://fonts.googleapis.com/css?family=Handlee);
/* font-family: 'Handlee', cursive; */


img {
	max-width: 100%;
	border: none;
}


/* align */
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.align_justify {
	text-align: justify;
}

/* -- clear -- */
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_none {
	clear: none;
}
.clear_both {
	clear: both;
}
.clearfix {
	clear: both;
}


/* width */
.full_width {
	width: 100%;
}
.half_width {
	width: 50%;
}
.quarter_width {
	width: 25%;
}


/* text sizes & highlighter */
.small_text {
	font-size: 10px;
}
.medium_text {
	font-size: 16px;
}
.large_text {
	font-size: 24px;
}
.highlighter {
	background-color: yellow;
}

/* highlight table rows on hover */
table tr:hover {
	background-color: #ffff99 !important;
}


/* back to top link */
#back_to_top {
	/*display: none;*/
	width: 68px;
	height: 68px;
	margin: 0 auto;
	background: url(/themes/base/images/misc/to-top.png) no-repeat;
	cursor: pointer;
	opacity: 0.4;
}
#back_to_top:hover{ opacity: 0.9 }


/* tooltip styling. by default the element to be styled is .tooltip */
.tooltip {
	text-shadow: 2px 2px 2px #000;
	border-radius: 10px 25px 10px 25px !important;
	background: rgba(255, 0, 0, 0.6) !important;
	color: #fff !important;
	line-height: 1.8em;
}


/* 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);
}


.advert {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
.ad480,
.ad250 {
	display: none;
}
.advert h5 {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 auto;
}
.leaderboard_advert {
	display: none;
}

.like_share_tweet {
	/* margin-top: 4pt; */
	min-width: 230px;
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	/* padding-left: 14px; */
}
.twitter-tweet,
.fb-share-button,
.fb-like {
	float: right;
	/* padding: 4px 2px; */
	display: inline;
	margin: 4px;
	padding: 0;
}
.twitter-share-button {
	margin-top: 2pt;
}

input {
	background: #fff;
	color: #000;
}

/********************************************************************************
* mobile - min-width: less than 200px	
********************************************************************************/

/* page (main outer div) */
#page {
	padding: 0;
	margin: 0;
	min-width: 200px !important;
	font: normal 12px/30px 'Raleway', sans-serif;
	line-height: 1.2em;
	
	background-color: rgba(255, 0, 0, 0.2);
	background: url(/themes/redscouse/images/misc/The_Kop_Anfield.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#main_sidebar {
	display: none;
}

/* Nav. */
#main_nav,
.hide_mobile {
	display: none;
}
/* .hide_desktop {display: none;} */

/* Mobile Nav. */
#mobile_nav {
	position: relative;
	background: #f00;
	z-index: 99;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
    font-weight: normal;
    text-transform: lowercase;
}
#mobile_nav ul {
	display: none;
	margin: 0;
	list-style:none;
    padding-top: 20px;
}
#mobile_nav ul li > ul {
    padding: 0px;
    margin: 0px;
}
#mobile_nav ul li {
	border-top: 1px solid #222;
	
}
#mobile_nav ul li a {
	display: block;
	padding: 7px 14px;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all  0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#mobile_nav ul li:last-child a {
	border: none;
}
#mobile_nav ul li > ul a {
	border: none;
	color: #888888;
	margin-left: 30px;
}
#mobile_nav ul li a:hover,
#mobile_nav ul li a:focus {
	padding-left: 20px;
	background: rgba(0,0,255, 0.3);
	border-radius: 4px 0 0 4px;
	box-shadow: 2px 2px 2px #000;
	color: #fff;
}
#mobile_nav ul li a:visited {
	color: #000;
}
#mobile_nav #mobile_nav_open {
	background: #f00;
	z-index: 2000;
}
#mobile_nav #mobile_nav_open a {
	display: block;
	padding: 7px 14px;
	text-decoration: none;
	color: #f10101;
}
#mobile_nav #mobile_nav_open a:hover {
	background: rgba(0,0,255, 0.3);
	color: #fff;
}
#mobile_nav #mobile_nav_open a:focus {
	background: rgba(0,0,255, 0.3);
	color: #fff;
}

#mobile_nav > .current_menu_item > a,
#mobile_nav > .current_page_item > a {
	color: #fe8300;
}

#masthead {
	height: 92px;
	width: 100%;
	margin: 0 auto;
	background: #f00;
	border-bottom: 1px solid #050505;
	box-shadow: 0 2px 4px #000;
	/* overflow: hidden; */
	margin-bottom: -38px;
}

#logo {display: none;}

#head {
	width: 200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	background: url(/themes/redscouse/images/misc/sprite.png);
	background-size: 1000px 1024px;
	background-position: -570px -800px;
	background-repeat: no-repeat;
}
.header_stats_info,
.last_match_info,
.next_match_info,
.honours_match_info,
.match_info_league_table {
	display: none;
	overflow: hidden;
	position: relative;
} /* this is displayed gradually below. */

.headtitle {display: none;}
.headtagline {display: none;}
#head_menu {display: none;}
.masthead_menu {display: none;}
.head_li {display: none;}
.head_li_title {display: none;}


#bin {
	background: rgba(237,213,213, 0.8);
	min-width: 200px;
	max-width: 1000px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
	border: 1px solid #000;
	box-shadow: 2px 2px 2px #000,
			   -2px 2px 2px #000,
			   inset 0 0 6px #000;
}


#wrapper {
	width: 100%;
	height: auto;
	position: relative;
}

.rss_feed_available {
	/* float: right; */
	position: absolute;
	top: 3px;
	right: 20px;
	z-index: 1;
}
.rss_feed_available img {
	width: 30px;
	height: auto;
	border: none;
}
/*
.rss_feed_available a {
	text-decoration: none;
	color: #aaa;
	font-size: 10px;
}
.rss_feed_available a:hover {
	text-decoration: underline;
	color: #000;
}
*/


#header_headline {
	margin: 0;
	padding: 0;
}
#header_content {
	padding: 8px 16px;
	text-align: justify;
	line-height: 1;
}
.header_content_feature_p {}
.header_content_article {}
.thumb {} 
/*
 * end header section
 **/



/**
 * main content section.
 */
/**
 * main content section.
 */
#content {
	width: 100%;
}
#mastercontent_article {}
#mastercontent_h1 {}
.mastercontent_figure {
	min-width: 230px;
	max-width: 1000px;
	width: 100%;
}
.mastercontent_figure img {
	min-width: 230px;
	max-width: 1000px;
	width: 100%;
	max-height: 300px;
	height: auto;
	border: none;
}
.mastercontent_figure .thumb {}
.mastercontent_figcaption {}
.mastercontent_content {
	padding: 8px;
	text-align: justify;
}

#main_sidebar {
	display: none;
}
/*
 * end content section
 **/



/**
 * footer
 */
#footer {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	background-color: #000;
	color: #CCC;
	font-size: 12px;
	padding: 4px;
	background: rgb(125,126,125);
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1)));
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
}

.footer_section {
	float: left;
}
.footer_section h5 {
	font-size: 10px;
	text-decoration: underline;
}
.footer_section a {
	color: #CCC;
	text-decoration: none;
}
.footer_section a:hover {
	color: #fff;
	text-decoration: underline;
}


.footer_section:nth-child(1) {
	width: 100%;
}
.footer_section:nth-child(1) .footer_icons {
	float: left;
	width: 100%;
	padding: 2px;
	line-height: 2.5;
}
.footer_section:nth-child(1) .footer_icons img {
	float: left;
	padding: 0 2px 0 0;
}


.footer_section:nth-child(2) {
	width: 100%;
}
.footer_section:nth-child(2) ul {
	list-style: none;
	padding: 0 16px;
}


.footer_section:nth-child(3) {
	width: 100%;
	text-align: center;
	font-size: 10px;
}

/*
footer table {
	width: 100%;
	background: white;
	color: black;
	font-size: 10px;
}
*/
/*
 * end footer section
 **/
 
 
/*************************************************************************
*	min-width: 280px	
*************************************************************************/
@media only screen and (min-width: 280px) {
	.ad250 {
		display: inherit;
	}
	#head {
		width: 280px;
		background-position: -498px -800px;
	}
}

/*************************************************************************
*	min-width: 480px	
*************************************************************************/
@media only screen and (min-width: 480px) {
	.ad480 {
		display: inherit;
	}
	#head {
		width: 480px;
		background-position: -9px -800px;
	}
	.header_stats_info {
		display: inherit;
		float: left;
		margin-top: 50px;
		margin-left: 127px;
		width: 350px;
		height: 34px;
		font: normal 8px/16px 'Raleway', sans-serif;
	}
	.last_match_info,
	.next_match_info,
	.honours_match_info,
	.match_info_league_table {
		float: left;
		width: 168px;
		height: 100%;
		color: #eee;
	}
	.last_match_info {
		display: inherit;
	}
	.next_match_info {
		display: inherit;
		margin-left: 14px;
	}
	.header_stats_info section h2 {
		margin: 0;
		padding: 0;
		font-size: 1em;
		font-weight: normal;
		float: left;
	}
	.header_stats_info a {
		color: #eee;
	}
	.header_stats_info section div {
		float: right;
		color: #eee;
		text-decoration: none;
		padding-right: 4px;
	}
	.header_stats_info section div:nth-child(3) {
		float: left;
		padding-left: 2px;
	}
	.header_stats_info section div:nth-child(4) {
		float: right;
		padding-right: 2px;
	}
	
	/*
	.rss_feed_available img {
		width: 30px;
	}
	.rss_feed_available a {
		font-size: 12px;
	}
	*/

	.footer_section:nth-child(1),
	.footer_section:nth-child(2) {
		width: 50%;
	}
	.footer_section:nth-child(3) {
		width: 100%;
		text-align: center;
	}
}

/*************************************************************************
*	min-width: 600px	
*************************************************************************/
@media only screen and (min-width: 600px) {
	#masthead {
		height: 120px;
		margin-bottom: 30px;
	}
	#head {
		width: 599px;
		background-position: -9px -598px;
		background-color: #fff;
	}
	.header_stats_info {
		margin-top: 68px;
		width: 436px;
		height: 45px;
		margin-left: 156px;
	}
	.last_match_info,
	.next_match_info,
	.honours_match_info {
		width: 130px;
		height: 100%;
	}
	.next_match_info {
		margin-left: 24px;
	}
	.honours_match_info {
		display: inherit;
		margin-left: 22px;
	}
	.honours_match_info h2 {
		width: 100%;
		text-align: center;
	}
	.header_stats_info section h2 {
		margin: 0;
		padding: 0;
		font-size: 1em;
		font-weight: normal;
		float: left;
	}
	.header_stats_info section div {
		width: 100%;
		text-align: center;
		margin-top: -2px;
	}
	.header_stats_info section div:nth-child(3) {
		position: absolute;
		top: 2px;
		right: -2px;
		text-align: right;
		padding-left: 2px;
	}
	.header_stats_info section div:nth-child(4) {
		width: 100%;
		text-align: center;
		margin-top: -2px;
	}
	.header_stats_info section:nth-child(3) div:nth-child(2) {
		margin-top: 1px;
		line-height: 1;
		/* font-size: 8px; */
	}
	
	
	/* Nav. */
	.hide_desktop {
		display: none;
	}
	.hide_mobile {
		display: inherit;
	}
	#main_nav {
		position: absolute;
		top: 121px;
		display: inherit;				
		width: 100%;
		height: 40px;
		z-index: 9;
		text-align: center;
    	text-transform: lowercase;
		box-shadow: 0 2px 2px #000;
		background-color: #f00;
	}
	#main_nav ul {
		height: 97%;
		line-height: 2.4;
		font-size: 12px;
	}
	
	#main_nav ul li {
	   /*  float: right;  */
	    position: relative;
		display: inline-block;
		min-width: 60px;
		height: inherit;
		padding: 0;
		margin: 0;
		/* border: 1px inset #c5deea; */
	}
	#main_nav ul li:hover {
		color: #003700;
		border: 1px outset #c5deea;
		
		background-color: rgba(255,165,0,0.4);
		box-shadow: 1px 1px 1px #eee inset,
					0px 0px 1px #000;
	}
	#main_nav ul li:active {
		color: #003700;
		border: 1px inset #aaa;
	}
	
	#main_nav ul li a {
	    display: block;
	    padding: 5px;
	    color: #fff;
	    text-decoration: none;
	}
	#main_nav ul li a:hover {
	    color: #fff;
	}
	/*--- DROPDOWN ---*/
	#main_nav ul li ul {
		z-index: 5 !important;
		background: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	    background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	    list-style: none;
	    position: absolute;
	    left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	}	
	#main_nav ul li ul li {
		background-color: rgba(255,165,0,0.9);
		padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	    float: none;
	}	
	#main_nav ul li ul a {
	    white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	}
	#main_nav li:hover ul { /* Display the dropdown on hover */
	    left: -4px; /* Bring back on-screen when needed */
	}
	#main_nav li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	}
	#main_nav li:hover ul li:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
		background: #fc0e0e;
		color: #003700;
		border-radius: 0;
		box-shadow: none;
		border: 0;
	}

	.current_menu_item {
		border: 1px inset #fc0e0e;
		border-bottom: 0;
		/* border-radius: 20px 20px 0 0; */
		background: #fc0e0e;
	}	

	.footer_section:nth-child(1),
	.footer_section:nth-child(2) {
		width: 43%;
		text-align: left;
	}
	.footer_section:nth-child(3) {
		width: 100%;
		text-align: center;
	}
}


/*************************************************************************
*	min-width: 720px	
*************************************************************************/
@media only screen and (min-width: 720px) {

	.leaderboard_advert {
		display: inherit;
	}
	.leaderboard_advert_1 {
		margin: 42px 0px -40px 0px;
	}
}

/*************************************************************************
*	min-width: 780px	
*************************************************************************/
@media only screen and (min-width: 780px) {
	#masthead {
		height: 157px;
		margin-bottom: 40px;
	}
	#head {
		width: 778px;
		background-position: -9px -337px;
	}
	.header_stats_info {
		margin-top: 86px;
		margin-left: 204px;
		width: 570px;
		height: 60px;
	}
	.last_match_info,
	.next_match_info,
	.honours_match_info {
		width: 111px;
		height: 100%;
		margin-left: 1px;
	}
	.next_match_info,
	.honours_match_info {
		margin-left: 20px;
	}
	.match_info_league_table {
		display: inherit;
		width: 178px;
		margin-left: 14px;
	}
	.league_table_teamname {
	    text-align: left !important;
	}
	.match_info_league_table table {
		font-size: 8px;
		font-weight: 300;
		line-height: 1.1;
		text-align: center;
	}
	
	.header_stats_info section h2 {
		text-align: center;
		text-decoration: underline;
		width: 100%;
	}
	.header_stats_info section div {
		margin-top: -2px;
	}
	.header_stats_info section div:nth-child(3) {
		position: absolute;
		top: 43px;
		left: 0;
		text-align: center;
	}
	.header_stats_info section div:nth-child(4) {
		margin-top: -2px;
	}
	.header_stats_info section:nth-child(3) div:nth-child(2) {
		margin-top: 2px;
		font-size: 9px;
	}

	#main_nav {
		top: 158px;
		height: 39px;
	}
	#main_nav ul {
		line-height: 1.7;
		font-size: 16px;
	}
	#main_nav ul li {
		margin: 0 4px;
		min-width: 100px;
	}
	.footer_section:nth-child(1) {
		width: 33%;
	}
	.footer_section:nth-child(2) {
		text-align: left;
		width: 34%;
	}
	.footer_section:nth-child(2) h5,
	.footer_section:nth-child(2) ul {
		width: 70%;
		margin-left: 30%;
	}
	.footer_section:nth-child(3) {
		text-align: center;
		width: 33%;
	}
}

/*************************************************************************
*	min-width: 1000px	
*************************************************************************/
@media only screen and (min-width: 1000px) {
	#bin {
		border-radius: 40px 40px 0 0;
	}
	#masthead {
		height: 201px;
		margin-bottom: 60px;
	}
	#head {
		width: 998px;
		background-position: 0px 0px;
	}
	.header_stats_info {
		margin-top: 110px;
		margin-left: 260px;
		width: 728px;
		height: 78px;
	}
	.last_match_info,
	.next_match_info,
	.honours_match_info {
		width: 142px;
		height: 100%;
	}
	.next_match_info {
		margin-left: 28px !important;
	}
	.honours_match_info {
		margin-left: 24px;
	}
	.match_info_league_table {
		display: inherit;
		width: 228px;
		margin-left: 21px;
	}
	.match_info_league_table table {
		margin: 0.3em 0 0 0.3em;
		font-size: 10px;
		text-align: center;
		line-height: 1;
	}

	.header_stats_info section h2 {
		font-size: 12px;
	}
	.header_stats_info section div {
		margin-top: 0px;
		font-size: 10px;
	}
	.header_stats_info section div:nth-child(3) {
		margin-top: 6px;
		font-size: 12px;
	}
	.header_stats_info section div:nth-child(4) {
		margin-top: 2px;
		font-size: 12px;
	}
	.header_stats_info section:nth-child(3) div:nth-child(2) {
		font-size: 11px;
		margin-left: 4px !important;
	}
	
	.honours_match_info .honours_breadCrumb {
		padding-left: 14px;
	}

	#main_nav {
		top: 202px;
		height: 40px;
		clear: both;
	}
	#main_nav ul {
		line-height: 1.4;
		font-size: 18px;
		font-weight: 300;
	}
	
	.leaderboard_advert_1 {
		margin: -6px 0px -30px 0px;
	}
}

/*************************************************************************
* END MEDIA QUERIES.  
* BEGIN ADMIN AREA 
*************************************************************************/

/* 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:hover {
	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;
}

.list_table_admin p {
	font: 16px 'Open Sans Condensed', sans-serif;
	text-align: center;
	/* text-decoration: underline; */
}

.list_table_admin table {
	width: 100%;
	box-shadow: 2px 2px 2px #000,
			   -2px 2px 2px #000;
	
}
.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 4px;
	cursor: pointer;
}
.list_table_admin .edit_item:hover {
	background-position: -36px 4px;
}

.list_table_admin .delete_item,
.list_table_admin .restore_item {
	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 {
	background-position: -28px 0px;
}


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

.admin_left_col {
	float: left;
	width: 200px;
}
.align_right_col {
	float: left;
	min-width: 200px;
	max-width: 800px;
	width: 96%;
}


.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 figure {
	position: relative;
	float: left;
}
*/	
.edit_item figure img {
	width: 140px;
	height: auto;
	margin: 1px 3px;
}

.edit_item figure figcaption {
	position: absolute;
	top: 0px;
	left:3px;
	color: #fff;
	text-align: center;
	width: 140px;
	margin: 0 auto;
}
.edit_item figure figcaption::after {
	content: "";
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom:0;
	background: #ccc;
	cursor: pointer;
	opacity: 0.6;
}

.edit_item .clickandremove {
	cursor: pointer;
}

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

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

/*************************************************************************
*	END PRINT AREA 
*	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 jcrop.  
*************************************************************************/

/********************************************************************************
* End File
********************************************************************************/