/* Custom CSS File Created: September 29, 2014 - 13:21:48 */


 * Use this custom.css file to overwrite CSS from the default.css file.  If you
 * want to customize the CSS, copy the applicable CSS section(s) to this file
 * and customize here.  It is recommended to use the admin edit tool as it makes
 * this process a little easier.
 * 
 * --- Caveat: Background Images ---
 * 
 * Note that images loaded in the CSS are relative, so if the default CSS file
 * specifies a URL like url('../images/background.jpg') - since it is relative,
 * it will use background.jpg from the default template set, NOT your custom template
 * set.  If you want to use an image background from your own template set, copy
 * the applicable CSS to this file so that the image location will be relative
 * to this custom.css file rather than the default template's default.css file.
 */

.wrapperStallions {
    width: 100%;
    max-width: 1120px;
    margin: auto;
    border: none;
    background: transparent;
}

/* Remove underline from links */
a {
	text-decoration: none;
}

/* ==========================================================================
   Header
   ========================================================================== */

/* Displays top menu background full screen width */
body { 
	font-size: 12px;
}

header.page {
	height: 15em;
}
.wrapper header.page {
	/*background: #FFF url(//static.horsezone.com.au/images/redBarBackLong.png) repeat-x center 130px;*/
}
.wrapperStallions header.page {
	/*background: #FFF url(//static.horsezone.com.au/images/goldBarBackLong.png) repeat-x center 130px;*/
}
.banner_hdr {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0); 
	margin: 20px 0 0 10px; 
	position: absolute; 
	z-index: 2;  
	right: 0; 
	top: 5px;
}
.logo-box {
	background: none no-repeat scroll right top white;
	/*min-width: 345px;
	min-height: 80px;*/
	margin: 10px 0 0 0;
}
.logo-box .logo img {
    padding: 0 5px;
		/*max-height: 110px;
    max-width: 340px;*/
}

.logo-box-small {
    background-color: #FFF;
	min-width: 130px;
	min-height: 32px;
	display: inline-block;
}
.fixed-link-logo {
	background-color: #fff;
	display: inline-block;
	height: 34px;
	left: 50%;
	margin: 4px 0 0 -65px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 130px;
}
.user-bar {
    padding: 0;
	max-width: none;
	float:none;
	height: 25px;
}

.user-welcome {
	margin-right: 5px;
}

/* 52em = 832px */
@media only screen and (max-width: 832px) {
	body{
    	background: none;
	}
	.wrapper {
        max-width: 832px;
    }
		
		.wrapperStallions {
        max-width: 832px;
    }
	.banner_hdr {
		display: none;
	}
	.logo-box {
		/*min-width: 275px;
		max-width: 100%;*/
		text-align: center;
		/*width: 100%;*/
		margin: 3px 0;
	}	
	header.page {
		/*height: 40px;*/
		margin-top: 0;
  }
	.fb_button, .fb_button_rtl {
		margin: 3px;
	}
	.user-welcome {
		font-size: 1.2em;
	}
	.user-welcome a {
		color: white !important;
	}
	.user-bar {
		height: auto;
	}
}

@media only screen and (max-width: 832px) {
	.banner_hdr img {
		max-width: 420px;
	}
}

.header-links-rwd a {
    color: #fff;
}

.header-links-rwd .search {
    background-color: #3e8fd0;
}

.header-links-rwd a.search:hover {
    background-color: #71acdd;
}

.header-links-rwd .list {
    background-color: #279e4e;
}

.header-links-rwd a.list:hover {
    background-color: #2db559;
}

/* 52em = 800px */
@media only screen and (min-width: 800px) {
	.logo-box {
		background: none;
		margin: 5px 0 0 10px;
	}
	.logo-box img {
		max-width: 100%;
		min-width: auto;
	}
	.design2016 .user-bar {
		padding-top: 0;
	}
}

/* 32em = 512px */
@media only screen and (min-width: 512px) {
	.fixed-link-logo {
		display: none;
	}
}

/* 32em = 512px */
@media only screen and (max-width: 512px) {
	header.page {
		height: auto;
		padding-top: 40px;
	}
}


/* 18em = 288px */
@media only screen and (max-width: 288px) {
	.logo-box {
		min-width: 100%;
	}
}

/* ==========================================================================
   Search Form Front Page
   ========================================================================== */

.search_column_left,
.search_column_right {
	max-width: 100%;
	overflow: hidden;
	overflow-x: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: .6em;
	height: 220px;;
}
.search_column_left p,
.search_column_right p {
	/* reset to NOT use white-space nowrap */
	white-space: normal;
}
.search_column_right {
    background-color: #343C43;
    position: absolute;
    right: 8px;
    width: 43%;
}
.search_column_left {
	width: 55%;
	float: left;
	background-color: #cf2424;
	padding: 5px;
}

.search-form {
	border-width: 0px;
	border-style: solid;
	border-color: #c4d9df #a4c3ca #83afb7;
	width: 70em;
	max-width: 100%;
	height: 2.2em;
	padding: 0;
	margin: 0.3em auto;
	position: relative;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	display: inline-block;
}

.search-box-container {
	font-size: 0.8em; 
	color: #FFF; 
	font-weight: bold;
	width: 98%;
	margin: 0 auto;
}

.search-box-container .zipbox select {
    border: thin solid #fff;
	border-radius: 0;
}

.search-box-container #by_zip_code {
    border-color: #fff;
	border-radius: 0;
}

.search-box-container .form-wrapper {
    width: 95%;
}

#psGranularSearch .left {
		display:inline-block;
		vertical-align:top;
		width:300px;
}
#psGranularSearch .right {
		display:inline-block;
		vertical-align:top;
		width:300px;
}

#psGranularSearch .sublink a, #psGranularSearch .sublink {
    font-size: 9px;
    text-decoration: none;
    color: #666;
    font-weight: normal;
}

/* 32em = 512px */
@media only screen and (max-width: 512px) {
	#psGranularSearch .left {
		width: 49%;
	}
	
	#psGranularSearch .right {
		width: 49%;
	}
}

/*
* Search results page
*/
#psSearchResults .more_results {
	text-align: center;
	margin: 5px;
}

#psSearchResults .optional_1 {
	margin: 10px 0;
}

.search_page_results_warning_row {
    background: #c20000;
    color: #FFF;
    display: block;
    line-height: 1.3em;
		margin: 5px 0 10px;
    padding: 5px;
}

.design2016 .recent-listing-links a.button:hover,
.design2016 .recent-listing-links a.button:visited,
.design2016 .recent-listing-links a.button {
    color: #FFF;
}

.form-wrapper,
.form-wrapper input {
    border-radius: 0px;
}

.form-wrapper button::before {
    border-color: transparent #71acdd;
}

.form-wrapper button {
    background: #71acdd none repeat scroll 0 0;
		margin: 0;
}

.form-wrapper button:hover::before {
    border-color: transparent #3e8fd0;
}

.form-wrapper button:hover {
    background: #3e8fd0 none repeat scroll 0 0;
}

.home_bullets {
	display: block;
	margin-top: 0.6em;
	margin-left: 0;
	padding: 0 0.6em 0;;
	text-align: center;
}
.home_bullets li {
	list-style: none;
	margin-bottom: .3em;
	text-align: center;
}
.home_bullets li a {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border: thin solid #3E8FD0;
	background-color: #333;
	text-decoration: none;
	font-weight: normal;
	transition-duration: 0.2s;
	color: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	line-height: 1.9em;
	text-transform: uppercase;
	-moz-box-sizing:border-box; /* Firefox */
}
.home_bullets li a:hover {
	border: thin solid #fff;
	background-color: #71ACDD;
}
.home_bullets #active a{
	border: thin solid #fff;
	background-color: #279E4E;
	font-weight: bold;
}
.home_bullets #active a:hover {
	border: thin solid #fff;
	background-color: #2DB559;
}

input[type="text"] {
    /*background: url("../images/backgrounds/form_input.gif") repeat-x scroll left top #fff;*/
		background: #FFF;
}

.homepage-search-button {
	float: right;
}

/* 52em = 832px */
@media only screen and (max-width: 832px) {
		header.page {
			height: auto;
			padding-top: 3.4em;
		}
		
		.search_column_left, .search_column_right {
			height: 300px;
		}
		
		.content_box.regions {
			margin: 0;
		}
}

/* 38em = 608px */
@media only screen and (max-width: 608px) {
	.search_column_left {
		float: none;
		margin: 5px auto;
		width: 98%;
	}
	.search_column_right {
		display:none;
	}
	.half_column_left, .half_column_right {
		margin-bottom: 0;
	}
}

/* 18em = 288px */
@media only screen and (max-width: 512px) {
	.field, .editor_field {
		display: block;
		/*font-size: 0.65rem;*/
		margin: 5px 0;
		width: 98%;
	}
	.search_column_left, .search_column_right {
		height: auto;
	}
}

/* ==========================================================================
 Categories Page
 ========================================================================== */

.listing_set.list  article.featured {
	border: 1px solid #0e539e;
}	 
.listing_set.list article.urgent {
	border: 1px solid #cf2424;
}

table.listing_results .featured  {
	border: 1px solid #0e539e;
}

table.listing_results .urgent  {
	border: 1px solid #cf2424;
}
table.listing_results .stallion  {
	border: 1px solid #86754f;
}

/* ==========================================================================
 Menu Bar 
 ========================================================================== */

.menu-link {
	background: none;
    }

.page-bar {
	border: 0;
	border-radius: 0;
	top: 6.2em;
	box-shadow: inset 0 0 0 0 #fff;
	-moz-box-sizing: border-box;
	padding: 0;
	background: none;
	text-align: left;
	position: relative;
}

.design2016 .page-bar .menu-link{
	background: none;
	/* May need to adjust this if there are a lot of menu items */
	margin: 0;
	min-width: 10%;
	float: left;
}

/* 52em = 800px */
@media only screen and (min-width: 800px) {
	.page-bar .menu-link {
		font-size: 1.3em;
		padding: 0.5em;
		text-align: center;
	}
	.wrapper .page-bar .menu-link:hover {
		/*background-color: #FFF;*/
		background: linear-gradient(#BC2F2F, #890403);
		transition-duration: 0.2s;
	}
	
	.wrapperStallions .page-bar .menu-link:hover {
		/*background-color: #FFF;*/
		background: #756645;
		transition-duration: 0.2s;
	}
	

	/* user bar acts as the bar across the top */
	.abs-space {
		height: 0;
	}
	.user-bar {
		text-align: right;
	}
}

/* 52em = 832px */
@media only screen and (max-width: 832px) {

	.page-bar {
		background: none;
		border: none;
		border-radius: 0;
		top: 0;
	}
	.page-bar .menu-link {
		color: #FFF;
		/*background: url("../images/backgrounds/search_bar.gif") repeat-x scroll left top #4987c5;*/
		background: #4987c5;
	}
	.menu-link {
		color: #FFF;
		/*background: url("../images/backgrounds/search_bar.gif") repeat-x scroll left top #4987c5;*/
		background: #4987c5;
	}
	.menu-link:hover {
		color: #FFF;
	}
	.fixed-menu {
		max-width: none;
	}
}


/* ==========================================================================
   Front Page
   ========================================================================== */

.site_intro {
    font-family: Arial,Helvetica,sans-serif;
	font-size: 2rem;
    letter-spacing: -1px;
	color: #FF8000; 
	font-weight: bold;
}
.site_intro2 {
    font-size:1.6rem; 
	font-weight:bold; 
	letter-spacing: -1px;
}

div.img_fix img,
div.ad1 img {
	max-width: 100%;
}
.welcome {
	padding: 5px 5px 10px;
}
.stats {
	text-align: center;
}

#homesearch h2 {
	    margin: 0.43em 0;
}

#homesearch .row {
	font-size: .75rem;
	padding: .2em .4em;
}

#homesearch label {
	color: #FFF;
}

.recent_ads .browsing_result_table_body_odd, 
.recent_ads .browsing_result_table_body_even,
.hottest_ads .browsing_result_table_body_odd, 
.hottest_ads .browsing_result_table_body_even {
	height: auto;
}

.seller_result_table_body_even, .seller_result_table_body_odd {
	height: auto;
}

.seller_result_table_body_even h3, .seller_result_table_body_odd h3 {
	margin: 0;
	line-height: 1em;
}

.seller_result_table_body_even h3 a, .seller_result_table_body_odd h3 a {
	color: #4987c5;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 1.4em;
}

/* 52em = 832px */
@media only screen and (max-width: 832px) {
	
	.page-bar .menu-link {
		background: none repeat scroll 0 0 #cf2424;
		margin: 0 2px 1px 0;
		padding-left: 20px;
		transition-duration: 0.2s;
		width: 100%;
		float:none;
	}
	.menu-link {
		border-radius: 0;
		background: none repeat scroll 0 0 #cf2424;
		color: #FFF;
		border-top: 1px solid #FFF;
	}
	
	/*.design2016 .wrapper .menu-link  {
	/	background: none repeat scroll 0 0 #cf2424;
	}*/
	
	.design2016 .wrapperStallions .menu-link  {
		background: none repeat scroll 0 0 #86754f;
	}
	
	.user_links {
		background: none repeat scroll 0 0 #0d5bff;
	}
	.menu-link:hover {
		background-color: #71acdd;
		color: #FFF;
	}
	.two-column .main {
		padding: 0 10px;
		width: 100%;
	}
	.three-column .main {
		padding: 0 10px;
		width: 100%;
	}
	.stats {
		display:none;
	}

}

/* 52em = 832px */
@media only screen and (max-width: 832px) {
	.site_intro {
		display: none;
	}
	.site_intro2 {
		display: none;
	}
	.welcome {
		display: none;
	}
	.sidebar2 {
		display: none;
	}
	.half_column_left, .half_column_right {
		width: 100%;
	}
}

@media only screen and (max-width: 52em) {
	.login .half_column_left {
		display: block;
			width: 100%;
	}
}


/* ==========================================================================
   Listing Display Page
   ========================================================================== */

.member-since-cntnr {
	box-sizing: content-box;
}

/* 52em = 832px */
@media only screen and (min-width: 832px) {
	.lead_pic_2 {
		display: none;
	}
}

/* 52em = 832px */
@media only screen and (max-width: 832px) {
	.lead_pic_1 {
		display: none;
	}
}

/* 18em = 288px */
@media only screen and (max-width: 288px) {
	.times-viewed {
		display:none;
	}
}


/* ==========================================================================
   Box Style Changes
   ========================================================================== */

.content_box_1 h3, .content_box_2 h3, .content_box_3 h3 {
    font-size: 1em;
}
.content_box_3 {
    background-color: #FFF;
}
h2.title, h1.title, h3.title, h4.title, .rounded_top {
    border-radius: 0;
	padding-left: 10px;
}
.design2016 h1.title {
	/*background: url('//static.horsezone.com.au/images/redBarBackLong.png') right top no-repeat #cf2424;*/
	background: #cf2424;
}
.design2016 h2.title {
	/*background: url('//static.horsezone.com.au/images/redBarBackLong.png') right top no-repeat #cf2424;*/
	background: #cf2424;
}
.design2016 h2.subtitle {
	/*background: url('//static.horsezone.com.au/images/redBarBackLong.png') right top no-repeat #cf2424;*/
	background: #FFF;
	color: #cf2424;
}
.design2016 h2.subtitle a {
	/*background: url('//static.horsezone.com.au/images/redBarBackLong.png') right top no-repeat #cf2424;*/
	background: #FFF;
	color: #cf2424;
}

.design2016 h3.title {
	/*background: url('//static.horsezone.com.au/images/redBarBackLong.png') right top no-repeat #cf2424;*/
	background: #cf2424;
	color: #FFF;
}
.design2016 h3.title a {
	color: #FFF;
	text-decoration: none;
}
h3 {
    font-size: 1em;
	padding: 5px 0 5px 10px;
}

h3 a:hover {
    text-decoration: none;
}

.design2016 h4.title {
    /*background: url('//static.horsezone.com.au/images/redBarBackLong.png') right top no-repeat #cf2424;*/
		background: #cf2424;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    vertical-align: middle;
    border-radius: 0;
    padding: 5px 0 5px 10px;
}
h1.title.rounded_top, h2.title.rounded_top, h3.title.rounded_top {
    font-size: 1.2rem;
	border-radius: 0;
}

#category_column {
	display: block;
}

#category_column_mobile {
	display: none;
}

/* 52em = 800px */
@media only screen and (max-width: 800px) {
	/*h2.categories {
    	display: none;
	}*/
	
	#category_column {
		display: none;
	}
	
	#category_column_mobile {
		display: block;
	}
}

/* ==========================================================================
   Change Col Width of 2 Column Page
   ========================================================================== */

.two-column .main {
    left: 20%;
    width: 80%;
}

/* ==========================================================================
   Categories Menu Adjustment to Above Main for RWD
   ========================================================================== */

.two-column .sidebar {
	left: 0;
	width: 100%;
}

/* 52em = 832px */
@media only screen and (min-width: 832px) {
	.three-column .sidebar {
		display: inline-block;
		float: none;
		left: 0;
		vertical-align: top;
		width: 20%;
	}
	
	.three-column .sidebar2 {
		display: inline-block;
		vertical-align: top;
		width: 20%;
	}
	
	.two-column .sidebar {
		left: 0;
		width: 20%;
		padding: 0 0.2em;
	}	
	.two-column .main {
		display: inline-block;
		float: none;
		left: 0;
		vertical-align: top;
		width: 80%;
	}
}

/* 52em = 800px */
@media only screen and (max-width: 800px) {
	.two-column .main {
		display: inline-block;
		float: none;
		vertical-align: top;
		width: 100%;
	}
}

@media only screen and (min-width: 59em) {
	.three-column .sidebar {
		display: inline-block;
		float: none;
		vertical-align: top;
		width: 20%;
	}
	.three-column .main{
		display: inline-block;
		float: none;
		left: 0;
		vertical-align: top;
		width: 79%;
	}
}


/* ==========================================================================
   Misc
   ========================================================================== */

div.multiselect {
	display: inline-block;
}

div.multiselect ul {
	margin: 0;
	padding: 0;
}

div.multiselect ul li {
	list-style: none;
	float: left;
	padding: 0 0 0 .625em;
}
div.multiselect .or_field {
	text-align: right;
}

.seller_result_table_body_eveen, .seller_result_table_body_odd {
    font-size: 0.75rem;
}

.browsing_result_table_body_even_bold, .browsing_result_table_body_odd_bold {
    font-size: 0.75rem;
}

nav.extra-links a:hover,
.disclaimer a,
.disclaimer a:hover,
.breadcrumb .active,
.price {
    color: #279e4e;
		background-color: linear-gradient(to right, #fff, #e9edf0);
}

.featured_items .listing_set article div.article_inner, .featured_browsing .listing_set article div.article_inner {
		background: #fff url('../images/backgrounds/featured_item.gif') repeat bottom left;
    padding: 0.2em;
}

.closeBoxX {
    height: 1.5em;
    width: 1.5em;
}

.browse_mode_buttons {
    font-size: 0.8em;
		float: none;
		text-align: right;
}

.list-group a {
	text-decoration: none;
}

.price {
	white-space: nowrap;
}

.question {
	width: 40%;
}

.answer {
	padding: 0.3em 0 !important;
}

p, pre {
    margin: 0.5em;
}

.field_label, .required {
    width: 14.5em;
}

.border {
    border:1px solid #CACACA
}

.border2 {
    border:1px solid #CACACA;
}

.sidebar .sidebar-collapse {
	float: none;
    max-width:100%;
}

.featured_items .listing_set article div.article_inner, .featured_browsing .listing_set article div.article_inner {
    border: none;
}

.article_inner p img {
	max-width: 100%;
}

/* 52em = 832px */
@media only screen and (max-width: 832px) {
	.main_col_spcr {
		height: 0.5em;
	}
	
	.field_label, .required {
    width: auto;
		display: block;
	}
}

/* ==========================================================================
   FOOTER
   ========================================================================== */	 
.footer-separator {
	height: 0.5em;
}

#horsezone_listing_bottom, #horsezone_home_bottom, #horsezone_other_bottom {
	padding: 1em;
	margin: 0 auto 15px;
}

nav.footer {
    background: none;
    border: 0 solid #eaeaea;
    border-radius: 0;
    padding: 0.5em 0.9em;
    margin: 0 auto;
	position: relative;
	width: 65em;
}

footer.page {
	background: #474747;
	padding-bottom: 1em;
}

footer.page:before {
    height: 0;
}

.footer_links {
    display: inline-block;
    left: 100px;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    width: 90%;
}

.copyright {
	display: inline-block; 
	font-size: .7rem; 
	color: #FFF; 
	text-align: right;
}

footer.page .disclaimer p,
footer.page .disclaimer h4 {
	color: #FFF;
}

footer.page .disclaimer a {
	color: #FFF;
	float: none;
	text-decoration: underline;
	font-size: 0.7rem;
	border: none;
}

footer.page .disclaimer a:hover {
	text-decoration: none;
}

.disclaimer {
    font-size: 0.7rem;
    text-align: center;
}
.social-contacts {
	margin: 0 auto;
	width: auto;
	border: 0;
	text-align: center;
}

.social-contacts a {
	margin: 0 0.5em;
}

footer .section {
	background: none;
	border: 0 solid #eaeaea;
	border-radius: 0;
	padding: 0.5em 0.9em;
	margin: 0 auto;
	position: relative;
	width: 65em;
}

footer .disclaimer {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 43em;
}

footer .footer_image {
	display: inline-block;
	text-align: right;
	vertical-align: top;
	width: 22em;
}

footer .powered-by {
	color: #FFF;
}

/* 64em = 1024px */
@media only screen and (max-width: 1024px) {
	#horsezone_listing_bottom , #horsezone_home_bottom, #horsezone_other_bottom{
		display: none;
	}
	nav.footer {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	
	nav.section {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	
	.copyright {
		text-align: center;	
	}
}

/* 52em = 832px */
@media only screen and (max-width: 832px) {
	.footer_links {
		left: 50px;
	}
	
	footer .disclaimer {
		width: 49.5%;
	}
	
	footer .footer_image {
		width: 49.5%;
	}
}

/* 38em = 608px */
@media only screen and (max-width: 608px) {	
	.footer_links {
		width: 100%;
		left: auto;
		padding: 0;
	}
	nav.footer a {
		border-bottom: 1px solid #fff;
		color: #fff;
		font-size: 0.75rem;
		background-color: transparent;
	}
	footer .disclaimer {
		display: block;
		width: 100%;
	}
	.copyright {
		width: 100%;
	}
	nav.footer a:hover {
		color: #343C43;
		background-color: #EEE;
	}
	footer .footer_image {
		display: block;
		text-align: center;
		width: 100%;
	}
}

/* 18em = 288px */
@media only screen and (max-width: 288px) {
	.copyright {
		font-size: 0.6rem;
	}
}

/* ==========================================================================
GEOCORE v16 FIXES
========================================================================== */
.cz-disciplines {
	display: block;
	margin-bottom: 0;
}

.cz-disciplines a span {
	float: right;
}
	 
.cz-categories {
	display: block;
}

.form-wrapper { 
	box-sizing: content-box; 
}

.design2016 .page-bar {
    text-align: left;
}

.design2016 .wrapper .page-bar {
	background: #cf2424;
}

.design2016 .wrapperStallions .page-bar {
	background: #86754f;
}

.design2016 .nav-wrapper {
    margin: 0;
}

.design2016 h1.my_account {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-bottom: thin dotted #535353;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	color: #535353;
}
section.list-group-item:hover, section.list-group-item.active, section.list-group-item.active:hover,
a.list-group-item:hover, a.list-group-item.active, a.list-group-item.active:hover {
    background-color: #3E4851;
		color: #FFF;
}

.price-tag {
    background: #279e4e none repeat scroll 0 0;
}
article.urgent .price-tag {
    background: #cf2424 none repeat scroll 0 0;
}

article.featured .price-tag {
    background: #0e539e none repeat scroll 0 0;
}

@media only screen and (min-width: 832px) {
	.user-links .menu-link {
		color: #279e4e;
	}
}

*, *::before, *::after {
	box-sizing: border-box;
}
.legend div, .legend div::before, .legend div::after,
.legend, .legend::before, .legend::after {
	box-sizing: content-box;
}

.browsing_filter_container h1.browsing_filter_title {
    background: #999 url("../images/backgrounds/title_bar_bg2.png") repeat scroll 0 0;
}

div.offsite_video_box_title_editing {
    background: #3e8fd0 url("../images/backgrounds/title_bar_bg2.png") repeat scroll 0 0;
}

/* ==========================================================================
   Horsezone Specific
========================================================================== */

/* Header */
.header_quick_links {
	position: absolute;
	right: 163px;
	top: -15px
}

.header_quick_links .label {
	color: #FFF !important;
	text-decoration: none
}

.label-bloodstock {
	background-color: #A29064
}

.label-inglis {
	background-color: #0067ab
}

.label-inglisdigital {
	background-color: #222
}

.label-inglisdigitalusa {
	background-color: #11192B
}

.label-racing {
	background-color: #00AEEE
}

.label-stallion {
	background-color: #9C2E1A
}

.label-property {
	background-color: #61813e
}

.label-insurance {
	background-color: #2c3e50
}

.label-horsezone {
	background-color: #AE2720
}

.header_quick_links .label {
	font-size: 72%;
	font-weight: normal;
	padding: .15em .5em .2em
}

.header_quick_links .label {
	border-radius: .25em;
	color: #fff;
	display: inline;
	font-size: 10px;
	line-height: 1;
	padding: .2em .4em .3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap
}

#google_translate_element {
	position: absolute;
	top: -20px;
	right: 0px
}

.hzHeaderNavigation {
	display: inline-block;
}

@media only screen and (max-width: 832px) {
	.header_quick_links, #google_translate_element , .hzHeaderNavigation{
		display: none;
	}
}

/* Menu */
.design2016 .wrapper .nav-wrapper div {
	/*display: inline-block;*/
	float: left;
	background: #cf2424;
	vertical-align: top;
	/*border-right: 1px solid #B13B3A;*/
	float: none;
}

.design2016 .nav-wrapper div:hover {
	background: linear-gradient(#BC2F2F, #890403);
	/*background-position: -10px 0px;*/
}

.design2016 .nav-wrapper div:hover a {
	color: #FFF;
}

.design2016 .wrapper .nav-wrapper div.selected {
	/*background: url(/ps/images/navTabOverLi.png) -10px -100px no-repeat;*/
	background: #FFF;
	color: #000;
}

.design2016 .wrapper .nav-wrapper div.selected:hover {
	color: #FFF;
}

.design2016 .wrapper .nav-wrapper div.selected a{
	background: #FFF;
	color: #2c2929;
}

.design2016 .wrapper .nav-wrapper div.selected:hover a{
	color: #FFF;
}

.design2016 .wrapper .nav-wrapper a {
	height: 41px;
	display: block;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding: 11px 18px 12px 18px;
	/*background: url('/ps/images/navTabSeparator.png') top right no-repeat;*/
	border-right: 1px solid #B13B3A;
	outline: none;
}

.design2016 .wrapperStallions .nav-wrapper div {
	/*display: inline-block;*/
	float: left;
	/*background: url('/ps/images/navTabOverLiStallionsHover.png') 0px -50px no-repeat;*/
	background: #86754f;
	vertical-align: top;
}

.design2016 .wrapperStallions .nav-wrapper div.selected {
	/*background: url(/ps/images/navTabOverLiStallionsHover.png) -10px -100px no-repeat;*/
	background: #FFF;
}

.design2016 .wrapperStallions .nav-wrapper a {
	height: 41px;
	display: block;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding: 11px 18px 12px 18px;
	/*background: url(/ps/images/navTabSeparatorWhite.png) top right no-repeat;*/
	border-right: 1px solid #FFF;
	outline: none;
}

.design2016 .wrapperStallions .nav-wrapper div:hover {
	/*background-position: -10px 0px;*/
}

.design2016 .wrapperStallions .nav-wrapper div.selected a {
    color: #86754f;
}

.design2016 .wrapperStallions .nav-wrapper div:hover.selected a {
    color: #FFF;
}

@media only screen and (max-width: 832px) {
	.design2016 .wrapper .fixed-nav {
		background-color: #cf2424;
	}
	.fixed-menu {
		margin-bottom: 0;
	}
	.design2016  .wrapper .nav-wrapper div  {
		background: #cf2424;
		display: block;
	}
	
	.design2016 .wrapper .nav-wrapper div.selected {
		background: #FFF;
	}
	
	.design2016 .wrapperStallions .fixed-nav {
		background-color: #86754f;
	}
	
	.design2016 .wrapperStallions .nav-wrapper div  {
		background: #86754f;
		/*border-bottom: 1px solid #FFF;*/
		display: block;
		float: none;
	}
	
	.design2016 .wrapperStallions .nav-wrapper div.selected {
		background: #FFF;
	}
	
	.design2016 .wrapperStallions .nav-wrapper div.selected a {
    background: #FFF;
}
}


/* Banners */
#horsezone_home_left {
	margin: 0 auto;
}

#horsezone_other_left {
	margin: 0 auto;
}

#hz-ad-top {
	display: none;
}

#hz-ad-bottom  {
	display: none;
}

#horsezone_listing_mobile_top {
	display: none;
}

@media only screen and (max-width: 832px) {
	#horsezone_home_left {
		display: none;
	}

	#horsezone_other_left {
		display: none;
	}
	
	#horsezone_listing_left {
		display: none;
	}
	
	#hz-ad-top {
		display: block;
		margin: 10px 0;
		text-align: center;
	}
	
	#hz-ad-bottom {
		display: block;
		text-align: center;
	}
	
	#horsezone_listing_mobile_top {
		display: block;
		margin: 0 auto;
	}
}

/* Twitter Box */
#twitter_update_list {
	position: relative
}

#twitter_update_list li {
	display: none;
	position: absolute
}

#twitter_update_list a {
	text-decoration: none
}

@media only screen and (max-width: 832px) {
	#twitterBox {
		display: none;
	}
}

/* Clubs page */
.clubs img {
	max-width: 100%;
}

.clubs iframe {
	height: 920px;
	width: 662px;
}

@media only screen and (max-width: 832px) {
	.clubs iframe {
		height: auto;
		width: 100%;
	}
}

#clubsList .left {
		display:inline-block;
		vertical-align:top;
		width:49%;
}
#clubsList .right {
		display:inline-block;
		vertical-align:top;
		width:49%;
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #cf2424 url(../images/backgrounds/ui-bg_flat_10_cf2424_40x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: bold;
}

/* Sell Page */
.selling-with-horsezone #selling_col1 {
	width: 570px;
	display: inline-block;
	vertical-align: top;
}

.selling-with-horsezone h1 {
	font-size: 1.4em;
	color: #CF5D23;
	margin: .3em 0;
}

.selling-with-horsezone #selling_col2 {
	width: 300px;
	display: inline-block;
	vertical-align: top;
}

.selling-with-horsezone img {
	max-width: 100%;
}

.selling-with-horsezone .desktop-image {
	display: block;
	margin: 0 auto;
	width: 600px;
}

.selling-with-horsezone .mobile-image {
	display: none;
}

@media only screen and (max-width: 832px) {
	.selling-with-horsezone #selling_col1 {
		width: 100%;
	}

	.selling-with-horsezone #selling_col2 {
		width: 100%;
	}
	
	.selling-with-horsezone .desktop-image {
		display: none;
	}

	.selling-with-horsezone .mobile-image {
		display: block;
		margin: 0 auto;
	}
}

/* Buttons */
div.psContentBox h1 a, div.psContentBox h2 a, div.psContentBox h3 a, div.psContentBox h4 a, div.psContentBox h5 a, div.psContentBox h6 a {
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}

div.psContentBox>h1, div.psContentBox>h2, div.psContentBox>h3, div.psContentBox>h4, div.psContentBox>h5, div.psContentBox>h6 {
    /*background: url("//static.horsezone.com.au/images/redBarBackLong.png") right top no-repeat;*/
		background: #cf2424;
    height: 40px;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #FFF;
}

div.psContentBox > h1 > a, div.psContentBox h1 div.title, div.psContentBox > h2 > a, div.psContentBox h2 div.title, div.psContentBox > h3 > a, div.psContentBox h3 div.title, div.psContentBox > h4 > a, div.psContentBox h4 div.title, div.psContentBox > h5 > a, div.psContentBox h5 div.title, div.psContentBox > h6 > a, div.psContentBox h6 div.title, div.psContentBox h1 span.title, div.psContentBox h2 span.title, div.psContentBox h3 span.title, div.psContentBox h4 span.title, div.psContentBox h5 span.title, div.psContentBox h6 span.title {
    /*background: url("//static.horsezone.com.au/images/redBarBackLong.png") left top no-repeat;*/
		background: #cf2424;
    margin: 0px;
    float: left;
    padding: 10px 0px 10px 10px;
    outline: none;
}

a.psLinkButton,
div.psLinkButton a,
input.submit,
.user_management_home_link a,
a.user_management_home_link,
a.end_sell_process_link,
.add_remove_ad_filter_links a,
.edit_your_info_link a,
.edit_approval_links a,
.edit_choice a,
a.back_to_expired_ad_links {
	height: 16px;
	border: 1px solid #9b0403;
	/*background: url('//static.horsezone.com.au/images/redBarBackLong.png') -10px -1px no-repeat;*/
	background: #cf2424;
	font-size: 13px;
	padding: 6px 8px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 6px;
	font-family: 'Roboto', sans-serif
}

button, input[type=submit] {
    border: 1px solid #CC1F1F;
    /*background: url(//static.horsezone.com.au/images/redBarBackLong.png) #CC1F1F -10px -1px no-repeat;*/
		background: #cf2424;
    font-size: 13px;
    font-family: Verdana,Geneva,sans-serif;
    padding: 3px 10px 3px 10px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    margin-right: 10px;
}

.fRight {
    float: right;
}

/* Testimonials */
div.testimonial h2, div.testimonial h3, div.testimonial h4, div.testimonial h5, div.testimonial h6 {
	border-bottom: 1px dashed #CCC;
	padding-bottom: .3em;
}

div.testimonial div.byline {
	text-align: right;
	color: #444;
}

div.psContentBox>h1, div.psContentBox>h2, div.psContentBox>h3, div.psContentBox>h4, div.psContentBox>h5, div.psContentBox>h6 {
    /*background: url(//static.horsezone.com.au/images/redBarBackLong.png) right top no-repeat;*/
		background: #cf2424;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #FFF;
}

/* Our Services Page */
.our-services div {
	margin-bottom: 15px;
}

/* Equine Directory Page */
.psTiledButtons {
    clear: both;
}

.psTiledButtons a {
    display: inline-block;
    margin: 5px 15px 5px 0px;
		height: 30px;
    width: 45%;
    text-align: center;
		vertical-align: top;
}

.psDirectory div.left {
    display: inline-block;
    width: 55%;
    padding: 1%;
		vertical-align: top;
}

.psDirectory div.right {
    display: inline-block;
    width: 41%;
    padding: 1%;
		vertical-align: top;
}

/* My Account Home page */
#Horsezone_User_MyHZ_mainpage {
	margin-bottom: 20px;
}

@media only screen and (max-width: 832px) {
	#Horsezone_User_MyHZ_mainpage {
			display: none;
	}
}

/**
 List an item
*/
.categories div {
    text-align: center;
}

.priceplan_choose {
	display: block;
}

.priceplan_choose li.element {
	display: block;
}

ul.priceplan_choose .desktop-image {
	display: block;
	margin: 0 auto;
}

ul.priceplan_choose .mobile-image {
	display: none;
}

.content_box {
	margin: 1.6em 0;
}

.content_box_recent {
	margin: 0;
}

ul.optional_field_1 {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.optional_field_1 li {
    display: inline-block;
    margin: 0px;
		vertical-align: top;
		width: 33%;
}

.hide {
    display: none;
}

@media only screen and (max-width: 832px) {
	ul.priceplan_choose img {
		width: 100%;
	}
	
	ul.optional_field_1 li {
		width: 49%;
	}
}

@media only screen and (max-width: 512px) {
	.content_box {
		margin:0;
	}
	
	ul.priceplan_choose .desktop-image {
		display: none;
	}

	ul.priceplan_choose .mobile-image {
		display: block;
		margin: 0 auto;
	}
}

/* Photo upload page */
.media-upload-dropbox {
	background: #FFF;
	min-height: 8em;
}

.media-preview {
	display: inline-block;
	float: none;
	height: 200px;
	vertical-align: top;
	width: 200px;
}

.editImageSort {
	width: 50px;
}

.media-rotate {
	top: 0.4em;
	right: 3.5em
}

h2 a.show_instructions_button, h2 a.show_instructions_button:visited {
	color: #cf2424;
}

@media only screen and (max-width: 832px) {
	.media-preview {
		display: block;
		margin: 10px auto;
	}
}

/* Feature / Urgent Showreel Page */
.featuredListings {
	margin-left: 10px;
	text-align: left;
}

.urgentListings {
	margin-left: 10px;
	text-align: left;
}

.showreelListings {
	margin-left: 10px;
	text-align: left;
}

/* Shopping cart page */
.cart_box {
	position: relative;
	text-align: right;
}

.editCart .cart_item:first-child {
	margin-top: 118px;
	*margin-top: 205px;
}

.cart_item {
	display: inline-block;
	padding: .1em 1.25em;
	width: 95%
}

.cart_item_cost, .listing_extra_cost {
	min-width: 80px;
}

.contribution_cart_item {
	position: absolute;
	top: 5px;
	left: 5px;
}

button.checkout_button {
	background: #fff none repeat scroll 0 0;
	border: thin solid #279E4E;
	border-radius: 0.3em;
	box-shadow: none;
	color: #279E4E;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: bold;
	padding: 1em 1.13em;
	text-decoration: none;
	text-shadow: none;
	transition-duration: 0.2s;
	white-space: nowrap;
	margin: 3px 0;
}

button.checkout_button:hover {
    background: #279E4E;
    border: thin solid #279E4E;
		color: #FFF;
    text-decoration: none;
}

/* Verify/Payment Details */
#cart_left_column {
	display: inline-block;
	float: none;
	margin: 0 1%;
	vertical-align: top;
	width: 48%
}

#cart_right_column {
	display: inline-block;
	float: none;
	margin: 0 1%;
	vertical-align: top;
	width: 46%
}

.listing_extra_item {
	display: none;
}

//******************************

 Stallion pages
 
******************************//

.wrapperStallions #psHeader {
	/*background: url('//static.horsezone.com.au/images/site/pageTopStallions.png?v=1') no-repeat top left;*/
	background: #86754f;
	height: 177px;
	width: 100%;
	position: relative;
	padding: 0px;
	margin-top: 25px;
}

.wrapperStallions #psHeader #psNavigation li.selected a {
	color: #86754f
}

.wrapperStallions #psHeader #psNavigation li {
	float: left;
	/*background: url('/ps/images/navTabOverLiStallions.png') 0px -50px no-repeat;*/
	background: #86754f;
	margin: 0px;
	padding: 0px
}

.wrapperStallions #psHeader #psNavigation li.selected {
	/*background: url('/ps/images/navTabOverLi.png') -10px -100px no-repeat*/
	background: #FFF;
}

.wrapperStallions #psHeader #psNavigation li:hover {
	/*background: url('/ps/images/navTabOverLiStallionsHover.png') no-repeat top left;
	background-position: -10px 0px*/
	background: #FFF;
}

.wrapperStallions #psHeader #psNavigation a {
	height: 41px;
	display: block;
	font-size: 14px;
	color: #FFF;
	font-weight: 500;
	text-decoration: none;
	padding: 11px 18px 12px 18px;
	/*background: url('/ps/images/navTabSeparatorWhite.png') top right no-repeat;*/
	border: 1px solid #FFF;
	outline: none
}

.wrapperStallions #psHeader #psNavigation li.selected:hover {
	/*background: url('/ps/images/navTabOverLi.png') -10px -100px no-repeat*/
	background: #FFF;
}

.wrapperStallions {}

.wrapperStallions .psContentBox {}

.wrapperStallions div.psContentBox > h1,
.wrapperStallions div.psContentBox > h2,
.wrapperStallions div.psContentBox > h3,
.wrapperStallions div.psContentBox > h4,
.wrapperStallions div.psContentBox > h5,
.wrapperStallions div.psContentBox>h6 {
	/*background: url('//static.horsezone.com.au/ps/images/goldBarBack.png') right top no-repeat;*/
	background: #86754f;
	height: 40px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #FFF
}

.wrapperStallions div.psContentBox h1.title,
.wrapperStallions div.psContentBox h2.title,
.wrapperStallions div.psContentBox h3.title,
.wrapperStallions div.psContentBox h4.title,
.wrapperStallions div.psContentBox h5.title,
.wrapperStallions div.psContentBox h6.title {
	/*background: url('//static.horsezone.com.au/ps/images/goldBarBack.png') right top no-repeat #cf2424;*/
	background: #86754f;
	height: 40px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #FFF
}

.wrapperStallions div.psContentBox.collapsible .wrapperStallions div.psContentBoxTick,
.wrapperStallions div.psContentBox.collapsible span.psContentBoxTick {
	height: 7px;
	width: 15px;
	background: url('/ps/images/whiteDiamond.png') 0px -8px no-repeat;
	float: right;
	margin: 17px 10px 0px 0px;
	cursor: pointer
}

.wrapperStallions div.psContentBox > h1 > a,
.wrapperStallions div.psContentBox h1 div.title,
.wrapperStallions div.psContentBox > h2 > a,
.wrapperStallions div.psContentBox h2 div.title,
.wrapperStallions div.psContentBox > h3 > a,
.wrapperStallions div.psContentBox h3 div.title,
.wrapperStallions div.psContentBox > h4 > a,
.wrapperStallions div.psContentBox h4 div.title,
.wrapperStallions div.psContentBox > h5 > a,
.wrapperStallions div.psContentBox h5 div.title,
.wrapperStallions div.psContentBox > h6 > a,
.wrapperStallions div.psContentBox h6 div.title,
.wrapperStallions div.psContentBox h1 span.title,
.wrapperStallions div.psContentBox h2 span.title,
.wrapperStallions div.psContentBox h3 span.title,
.wrapperStallions div.psContentBox h4 span.title,
.wrapperStallions div.psContentBox h5 span.title,
.wrapperStallions div.psContentBox h6 span.title {
	/*background: url('//static.horsezone.com.au/ps/images/goldBarBack.png') left top no-repeat;*/
	background: #86754f;
	margin: 0px;
	float: left;
	padding: 10px 0px 10px 10px;
	outline: none
}

.wrapperStallions .psContentBoxStallion ul {
	list-style-image: url('/ps/images/blackBullet.png');
	margin: 0px;
	padding-left: 17px
}

.wrapperStallions div.psListingDisplay #galleryThumbs ul {
	list-style: none;
	margin-left: 7%
}

.wrapperStallions div.psListingDisplay #galleryThumbs li {
	float: left;
	margin-right: 18px;
	text-align: center;
	width: auto;
	min-width: 75px;
	height: 100px
}

.wrapperStallions a.psLinkButton,
.wrapperStallions div.psLinkButton a,
.wrapperStallions button.psLinkButton {
	height: auto;
	border: 1px solid #86754f;
	/*background: url('//static.horsezone.com.au/ps/images/goldBarBack.png') -10px -1px no-repeat;*/
	background: #86754f;
	font-size: 13px;
	padding: 4px 8px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 6px
}

.design2016 .wrapperStallions .main h2.title {
	background: #86754f;
	color: #FFF;
}

.design2016 .wrapperStallions .main  h3.title {
	background: #FFF;
	color: #86754f;
}

/* Featured Listing */
.featured-listing {
	float: left;
	width: 157px;
	margin-right: 15px;
	text-align: center
}

.featured-listing.last {
	margin-right: 0
}

.featured-listing img {
	max-width: 157px;
	max-height: 140px;
	width: expression(this.width > 157 ? 157: true);
	height: expression(this.height > 157 ? 157: true);
	margin-bottom: 5px
}

.featured-listing a {
	text-decoration: none
}

.featured-listing-rotator-container h3 {
	font-size: 12px;
	color: #BD8B24;
	margin-top: 10px;
	margin-bottom: 10px
}

.featured-listing-rotator-container {}

.featured-listing-rotator-container .jcarousel-container .jcarousel-prev.jcarousel-prev-disabled,
.featured-listing-rotator-container .jcarousel-container .jcarousel-next.jcarousel-next-disabled {
	cursor: default;
	background-color: #ebebeb;
	border-color: #d3d3d3
}

.featured-listing-rotator-container .jcarousel-clip {
	overflow: hidden
}

.featured-listing-rotator-container .jcarousel-container .jcarousel-prev,
.featured-listing-rotator-container .jcarousel-container .jcarousel-next {
	cursor: pointer;
	padding: 4px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #fff;
	background-color: #86754f;
	font-weight: bold;
	border: 2px solid #86754f
}

.featured-listing-rotator-container .jcarousel-prev {
	float: left
}

.featured-listing-rotator-container .jcarousel-next {
	float: right
}

.listing-video {
	position: relative;
	display: inline-block
}

div.listing-video img {
	z-index: 9
}

.playButton {
	position: absolute;
	top: 25%;
	left: 28%;
	width: 150px;
	height: 125px;
	margin: -30px 0 0 -39px;
	z-index: 10
}



/**
jQuery UI changes 
**/
/*
.ui-icon { display: none; }
.ui-accordion .ui-acc-icons { padding: .5em .5em .5em .7em }
.ui-accordion-header a { padding: 0; }
.ui-accordion .ui-accordion-header { margin: 0;}
.ui-accordion .ui-accordion-content { padding: 0; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: none; color: #666; }
section section.ui-accordion .ui-accordion-header { color: #555555; font-size: 12px; }
*/
section.list-subgroup-item { color: #555555; font-size: 12px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { font-weight: normal; }

#div-gpt-ad-1369803107377-0 {
	width:300px;
	height:250px;
	float:right;
	margin-right:8px;
}

@media only screen and (max-width: 832px) {
	#div-gpt-ad-1369803107377-0 {
		display: none;
	}
	
	#div-gpt-ad-1369803260799-0 {
		display: none;
	}
}

#horsezone_listing_left {
	margin: 0 auto;
}

.classified-urgent {
	margin: 0.5em 0;
}

/* ========================================
My Horsezone
========================================== */

/* Current ads */
ul.currentads li {
	padding: 3px;
	text-align: left;
}

/* ========================================
Classifieds page
========================================== */
.seller_phone {
	display: none;
	font-size: 1.2em;
}

/* ========================================
Browsing results
========================================== */
.listing_set.list article.listing-advert {
	border: 0;
	display: block;
	text-align: center;
}

.horsezone_listing_advert_full {
	height: 150px;
	margin: 0 auto;
	width: 660px;
}

.horsezone_listing_advert_short {
	display: inline-block;
	height: 250px;
	margin: 0 auto;
	width: 300px;
}

@media only screen and (max-width: 832px) {
	.listing_set.list article.listing-advert {
		display: none;
	}
}

/* ========================================
News Pages
========================================== */
.newscol1 {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	width: 880px;
}

.newscol2 {
	display: inline-block;
	vertical-align: top;
	width: 225px;
}

.newscol2 a.actionButton {
    width: 206px;
}
a.actionButton {
    display: block;
    display: inline-block;
    overflow: hidden;
    padding: 8px 8px;
    margin: 4px 0 10px 0;
    border: 1px #999 solid;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(70, 70, 70, 0.8);
    font-weight: normal;
    font-size: 16px;
    color: #EEE;
    line-height: 18px;
    -webkit-box-shadow: 0px 0px 2px #aaa;
    -moz-box-shadow: 0px 0px 4px #aaa;
    box-shadow: 0px 0px 4px #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: #2e8adb;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #2e8adb), color-stop(100%, #0157c8));
    background-image: -moz-linear-gradient(top, #2e8adb 0%, #0157c8 100%);
    background-image: linear-gradient(top, #2e8adb 0%, #0157c8 100%);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.6);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0,0,0,0.6);
}

@media only screen and (max-width: 1024px) {
	.newscol1 {
		width: 785px;
	}

	.newscol2 {
		width: 225px;
	}
}

@media only screen and (max-width: 768px) {
	.newscol1 {
		display: block;
		margin: 0 0 10px;
		width: auto;
	}

	.newscol2 {
		display: block;
		margin: 0;
		width: auto;
	}
}



@media only screen and (min-width: 1300px) {
	body > .wrapper.two-column {
		max-width: 1600px;
	}
	body > .wrapper.two-column .sidebar {
		width: 16%;
	}
	body > .wrapper.two-column .main {
		width: 84%;
	}
}