
body {
	font-size: 11px;
	line-height: 20px;
}

dd {
	margin-left: 20px;
}

article {
	margin-bottom: 40px;
}

em .mem {
	background-color: #fff;
	padding: 2px 4px;
}

span.wpcf7-not-valid-tip-no-ajax,
.req,
h1, 
h2, 
h3, 
h4, 
a {
	color: #9f2c22;
}
a:hover {
	color: #D30C10;
}
h1, 
h2, 
h3, 
h4 {
	margin: 1em 0;
}

ol {
	margin-bottom: 20px;
}

ol li {
	/*margin-bottom: 40px;*/
}
ol li ul li {
	margin-bottom: 0;
}
ol li ol li {
	list-style-type: lower-alpha;
}
ol li ol li ol li {
	list-style-type: lower-roman;
}

ul {
	padding-left: 0;
}

ul li {
	background-image: url('../img/li.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	list-style-type: none;
	line-height: 22px;
}
.pdf {
	background-image: url('../img/pdf.png');
	background-repeat: no-repeat;

}
ul li.pdf {
	background-position: 0px 0px;
	padding-left: 20px;
	list-style-type: none;
}
span.pdf {
	display: block;
	float: left;
	height: 19px;
	width: 20px;
}


h4 {
	margin: 0;
}
h4 a {
	font-weight: bold;
}

.feature p {
	margin: 0 0 1em 0;
}

time {
	font-weight: bold;
	text-transform: uppercase;
}
.top {
	clear: both;
	float: right;
}
.tandcs {
	
}
.tandcs li {
	margin-bottom: 40px;
}
.tandcs li li {
	margin-bottom: 0;
}

#header {
	margin-bottom: 20px;
}

hgroup .site-description {
	display: none;
}

#logo {
	background-image: url('../img/logo.gif');
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 221px;
	height: 68px;
}
#logo a {
	display: block;
	float: left;
	width: 221px;
	height: 68px;
	text-indent: -999em;
}

.jq-toast-single h3 {
    font-size: 21px!important;
    color: white!important;
}

.jq-toast-single p {
    padding: 0.5em 0;
    font-size: 12px!important;
}

#nav {
	background: #c0c0c0; /* Old browsers */
	background: -moz-linear-gradient(top, #c0c0c0 0%, #c0c0c0 50%, #a8a7a7 51%, #a8a7a7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0c0c0), color-stop(50%,#c0c0c0), color-stop(51%,#a8a7a7), color-stop(100%,#a8a7a7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c0c0c0 0%,#c0c0c0 50%,#a8a7a7 51%,#a8a7a7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c0c0c0 0%,#c0c0c0 50%,#a8a7a7 51%,#a8a7a7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c0c0c0 0%,#c0c0c0 50%,#a8a7a7 51%,#a8a7a7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c0c0c0 0%,#c0c0c0 50%,#a8a7a7 51%,#a8a7a7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#a8a7a7',GradientType=0 ); /* IE6-9 */
	height: 32px;

	border-radius: 6px;
}
#nav ul { 
	padding-left: 0;
	margin: 0;
	margin-left: 20px;
}
#nav ul li { 
	display: block; 
	float: left; 
	list-style-type: none;
	background-image: none;
	padding-left: 0;
}
#nav ul li a {
	color: #ffffff;
	line-height: 32px;
	padding: 8px 8px;

	text-decoration: none;
	text-transform: uppercase;

	font-size: 11px;
	border-right: 1px solid #ffffff;
}
#nav ul li a:hover,
#nav ul li.current_page_item a {
	background-color: #9f2c22;
}

#tandcs ul li {
	background: none;
	display: block;
	float: left;
	padding-left: 0;
	margin-right: 10px;
}

hgroup h2 {
	font-size: 32px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
hgroup h3 {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 10px;
	color: #555;
}

#latest ul li {
	padding-left: 0;
	background-image: none;
}
#latest h3 {
	margin-top: 0;
}


.feature {
	
}

.feature h3 {
	background-color: #9f2c22;
	color: #ffffff;
	font-size: 12px;
	position: relative;
	height: 60px;
	line-height: 18px;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	width: 290px;
	border-radius: 6px;
}
.feature.warp h3 {
	background-color: #efeaef;
	background-image: url('../img/warp.png');
	background-repeat: no-repeat;
	color: #9f2c22;
}
.feature h3 img {
	height: 80px;
	width: 140px;
	position: absolute;
	top: 0;
	right: 0;	
	border-radius: 6px;
}

#rss-2 h3 a.rsswidget img {
	display: none;
}

#feature_opportunities li {
	list-style-type: none;
	background: none;
	padding-left: 0;
}



#main {
	background-color: #f6f6f6;
	border-radius: 16px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	width: 580px;
	padding-bottom: 30px;
}
.home #main {
	padding-left: 260px;
	width: 340px;
	height: 400px;
	padding-bottom: 0;
}
.home #main #slider {
	display: block;
	float: left;
	height: 400px;
	width: 250px;
	position: absolute;
	top: 0;
	left: 10px;
	overflow: hidden;
}
.home #main .slide {
	background-repeat: no-repeat;
	background-position: 0 20px;
	height: 400px;
	width: 250px;
}
.home #main #slide1 { background-image: url('/assets/img/mast/abbey.png'); }
.home #main #slide2 { background-image: url('/assets/img/mast/anchor.png'); }
.home #main #slide3 { background-image: url('/assets/img/mast/boat.png'); }
.home #main #slide4 { background-image: url('/assets/img/mast/fishing.png'); }
.home #main #slide5 { background-image: url('/assets/img/mast/park.png'); }
.home #main #slide6 { background-image: url('/assets/img/mast/plants.png'); }
.home #main #slide7 { background-image: url('/assets/img/mast/tug.png'); }

.home #main hgroup {
	margin-bottom: 30px;
}
/* Buyers/Suppliers */
#main.grid_12 {
	padding-right: 20px;
	padding-left: 20px;
	width: 900px;
}

#wrap {
	margin-bottom: 20px;
}

#footer {
	border-top: 1px solid #9f2c22;
	padding-top: 10px;
	margin-bottom: 20px;
}

form {

}

form .field {
	display: block;
	float: left;
	margin: 10px;
}

form .field label {
	display: block;
	float: left;
	width: 180px;
	/*background-color: #00cc00;*/
}

form .field input[type=text],
form .field textarea {
	display: block;
	float: left;
	width: 360px;
	/*background-color: #cc0000;*/
}

form .field input[type=submit] {
	display: block;
	float: right;
}
form .field input[type=submit],
form .field input[type=reset] {
	margin: 10px 10px 10px 0;
}

span.wpcf7-form-control-wrap {
    display: block;

    margin-left: 180px;
}
.wpcf7-response-output {

} 

.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
	background-color: #fff;
	padding: 10px;
}

.wpcf7-validation-errors {
	color: #cc0000;
}

.wpcf7-mail-sent-ok {
	color: #00cc00;
}


.login {

}

.login a.btn {
	background: #df4335; /* Old browsers */
	background: -moz-linear-gradient(top,  #df4335 0%, #9f2c22 50%, #9f2c22 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df4335), color-stop(50%,#9f2c22), color-stop(100%,#9f2c22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #df4335 0%,#9f2c22 50%,#9f2c22 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #df4335 0%,#9f2c22 50%,#9f2c22 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #df4335 0%,#9f2c22 50%,#9f2c22 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #df4335 0%,#9f2c22 50%,#9f2c22 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4335', endColorstr='#9f2c22',GradientType=0 ); /* IE6-9 */

    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.3);
    color: #eee;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 0;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;

    
}
.login #btn_login       { width: 240px; }
.login #btn_buyer       { width: 120px; display: block; float: left; margin-right: 10px; }
.login #btn_supplier    { width: 136px; display: block; float: left; }

.login a.btn span {
    border-left: 1px solid rgba(255,255,255, 0.25);
    font-size: 14px;
    padding: 3px 0 3px 10px;

}


.login a.btn img {
    vertical-align: middle;
}

.login #btn_buyer,
.login #btn_supplier {
    border: none;
    padding: 7px 7px;
}
.login a.btn em {
    text-transform: lowercase;
}

.login a.btn span em {
    color: rgba(255,255,255, 0.75);
    font-weight: normal;
    font-size: 12px;
}
.login a.btn:hover {
	background: #d30c10; 

    color: #fff;
    cursor: pointer;
}

#sidebar .feature h3 {
    height: auto;
}


table {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}
table tr:hover td {
    background-color: #FFFFFF;
}
table tr.range:hover td {
    background-color: #555555;
}
table tr th {
    background: none repeat scroll 0 0 #555555;
    border: 1px solid #555555;
    color: #FFFFFF;
    padding: 4px 10px;
}
table tr td {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #FFFFFF;
    padding: 4px 10px;
    vertical-align: top;
}
table tr td ul {
    margin: 0;
}
table tr td ul li {
    margin-bottom: 4px;
}
.icon_16 {
    background-repeat: no-repeat;
    display: inline-block;
    
    
    margin-right: 10px;
    
}
a.icon_16 {
	padding-left: 22px;
}
span.icon_16 {
	height: 16px;
	width: 16px;
}
.icon_16.other {
    background-image: url("../img/16_download.png");
}
.icon_16.pdf {
    background-image: url("../img/16_pdf.gif");
}
.icon_16.word {
    background-image: url("../img/16_word.gif");
}
.icon_16.ext {
    background-image: url("../img/16_ext.png");
    background-position: 0 2px;
}
.icon_16.mail {
    background-image: url("../img/16_mail.png");
    background-position: 0 3px;
    
}

.entry-content p img {
	display: block;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#sidebar ul {
	padding-left: 10px;
}

.chunk {
	margin-bottom: 40px;
}

.latest li {
	margin-bottom: 40px;
}