@charset "utf-8";
/*
Professional Coding Done By Webstudio Zimbabwe,The best of the best

*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #222;
	background: #f5f5f5;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.breadcrumb{
	background-color:#fff;
}
/*======================Common styles================*/
fieldset {
	padding: 15px;
}
.sep {
	height: 25px;
	clear: both;
}
button, input[type="submit"], input[type="button"] {
	background: #222;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 1px 5px 2px 2px;
	padding: 0 12px;
	text-align: center;
	-webkit-transition: background-color 0.12s ease-out;
	-moz-transition: background-color 0.12s ease-out;
	-ms-transition: background-color 0.12s ease-out;
	-o-transition: background-color 0.12s ease-out;
	transition: background-color 0.12s ease-out;
}
button:visited, input[type="submit"]:visited, input[type="button"]:visited {
	color: #fff!important;
}
button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	color: #fff;
	background-color: #0080FF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1)
}
input[type="email"], input[type="text"], input[type="password"], textarea, checkbox, radio {
	border: 1px solid #ddd;
	padding: 5px;
	color: #777;
	border-radius: 3px;
	-moz-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
	-webkit-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
	-o-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
	transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
}
input[type="email"]:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3) inset;
	border: 1px solid #00AAFF !important;
	color: #333;
	-moz-transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
	-webkit-transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
	-o-transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
	transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
}
select {
	height: 25px;
	color: #777;
	-moz-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
	-webkit-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
	-o-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
	transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
}
/*======================header styles================*/
#top {
	height: 160px;
	padding-top: 10px;
	background-image:url(http://chamberofminesofzimbabwe.com/images/comsa-footer-outer-bg.png);
}
#header_wrap {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#header_row1 {
	height: 90px;
}
#header_row2 {
	height: 40px;
	background: #000;
	border-radius: 10px;
	padding-left: 10px;
}
#logo {
	width: 250px;
	float: left;
	height: 80px;
}
#search {
	float: right;
	width: 500px;
	text-align: right;
}
/*======================awesome body styles goes here==============================*/
#wrapper {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
.name-body {
	font-size: 18px;
	color: #4C4334;
	font-family: 'OpenSansRegular';
	font-weight: normal;
	text-align: center;
	padding-bottom: 75px;
	background: url(http://chamberofminesofzimbabwe.com/images/split.png) no-repeat bottom;
	margin-bottom: 20px;
}

#slider {
	height: 340px;
}
#row1 {
	height: 200px;
}
#row1_box {
	width: 225px;
	float: left;
	margin-left: 15px;
	background-color: #fff;
	height: 200px;
	border: thick solid #ccc;
}
ul.img-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.img-list li {
	display: inline-block;
	margin: 0 1em 1em 0;
	position: relative;
}
span.text-content span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
span.text-content {
	background: rgba(0,0,0,0.5);
	color: white;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	display: table;
	height: 185px;
	left: 0;
	position: absolute;
	top: 0;
	width: 215px;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
ul.img-list li:hover span.text-content {
	opacity: 1;
}
#left{
	width:250px;
	float:left;
}
#article{
	width:700px;
	float:right;
	background: #fff;
	padding:10px;
	border:solid thin #ccc;
}
.module{
	background: #fff;
	border: 1px solid #ddd;
	clear: both;
	overflow: hidden;
	padding: 16px;
}

.mod_hd{
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(bottom, rgb(247,247,247) 0%, rgb(251,251,251) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(247,247,247) 0%, rgb(251,251,251) 90%);
	background-image: -o-linear-gradient(bottom, rgb(247,247,247) 0%, rgb(251,251,251) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(247,247,247) 0%, rgb(251,251,251) 90%);
	background-image: linear-gradient(bottom, rgb(247,247,247) 0%, rgb(251,251,251) 90%);
	border: 1px solid #ddd;
	border-bottom: none;
	color: #222;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 14px 16px 12px;
	text-shadow: 0 0 1px #fff;
	text-transform: uppercase;
}.date{
    color: #ccc;
 }
 article{
     padding-top: 10px;
 }.link{
    float: left;
    width: 190px;
    height: 40px;
    margin: 2px;
    background: #000;
    padding-top: 10px;
    color: #fff;
    text-transform: uppercase;
    border: thin solid #ccc;
   }
 .current{
      background-image: url("http://chamberofminesofzimbabwe.com/images/nav_bg.png");

  }
 .newbread{
     background-color: #f5f5f5;
 }
 .publication{
     
     padding-top: 10px;
     padding-bottom: 10px;

 }
 .pubtitle{
     color: rgb(0, 0, 0);
     font-family: gothambookregular;
     font-weight: 400;
     font-style: normal;
     font-size: 22px;
     padding-bottom: 20px;
     text-transform: uppercase;
 }
 .downloads{
     font-family: gothambookregular;
     font-weight: 400;
     font-style: normal;
     color: gold;
     font-size: 22px;
     text-transform: uppercase;
 }
#article ul li{
     margin-left: 30px;
 }
 .pubimg{
     width: 210px;
     float: left;
 }
 .pubdescription{
     float: right;
     width: 440px;
 }
 .link a{
     color: #fff;
 }
.gallery{
    width: 320px;
    height: 140px;
    float: left;
    margin: 7px;
}

.img{

    width: 92px;
    height: 97px;
    background: url("http://chamberofminesofzimbabwe.com/images/comsa-sprite-compressed.png") -515px -503px no-repeat;
}
.pubdesc{
    font-family: gothammediumregular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: rgb(217, 165, 0);
}
.pubdate {

    font-family: 'Archer A', 'Archer B', archermediumitalic;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    padding: 18px 10px 10px;
}
#row2 {
	background: #313C3C;
	padding: 20px;
	margin-top: 10px;
	color: #fff;
}
#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#ticker img {
	width: 80px;
}

.pressrel .release_date {
	float: left;
	width: 10%;
	color: #FFFFFF;
	padding-top: 3px;
}
.pressrel .release_date .month {
	background: none repeat scroll 0 0 #8F8F8F;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
	text-transform: uppercase;
	line-height: 12px;
	padding: 5px;
	width: 31px;
	text-align: center;
}
.pressrel .release_date .day {
	background: none repeat scroll 0 0 #8F8F8F;
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 5px;
}
.pressrel .release_content {
	margin-left: 15px;
	float: left;
	width: 83%;
}
#b_row1{
	background-image:url(http://chamberofminesofzimbabwe.com/images/before_right.png);
	padding:20px;
}
#b_row2{
	background-image:url(http://chamberofminesofzimbabwe.com/images/after_right.png);
	padding:20px;
}
/*====================================members styles===========================*/
.member{
	height:67px;
	margin:20px;
	float:left;	
}
#members{
	border:thin solid orange;
	height:120px;
}
/*====================================box styles===========================*/
.box_row1 {
	width: 300px;
	border: thin solid orange;
	float: left;
}
.box_row2 {
	width: 300px;
	margin-left: 30px;
	border: thin solid orange;
	float: left;
}
.box_row3 {
	width: 300px;
	margin-left: 30px;
	border: thin solid orange;
	float: left;
}
.box_row1_title {
	padding: 20px;
	text-align: center;
	background-color: #B43522;
	color:#fff;
}
.box_row1_text {
	height: 300px;
	padding: 5px;
}
.box1 {
	width: 300px;
	border: thin solid orange;
	float: left;
}
.box2 {
	width: 300px;
	margin-left: 30px;
	border: thin solid orange;
	float: left;
}
.box3 {
	width: 300px;
	border: thin solid orange;
	float: left;
}
.box_pic {
	height: 90px;
}
.box_text {
	height: 240px;
	background-color: #ccc;
	background-image: url(http://chamberofminesofzimbabwe.com/images/mod_bg.png);
	padding: 5px;
	overflow: hidden;
}
.box_footer {
	display: block;
	background: #B43522;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.box_footer:hover {
	display: block;
	background: #d9a500;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
.box_footer a {
	color: #fff;
	width: 300px;
}
.box_footer a {
	text-decoration: none;
}
/*======================footer styles goes here==============================*/
#footer {
	height: 410px;
	background-image: url(http://chamberofminesofzimbabwe.com/images/footer-bg.jpg);
	clear: both;
	color: #fff;
}
#footer_wrap {
	width: 970px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#footer_row1 {
	clear: both;
}
#footer_row2 {
	height: 30px;
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	padding: 10px;
	background: url(http://chamberofminesofzimbabwe.com/images/h-line.png) repeat-x left top;
}
#footer_left {
	width: 300px;
	height: 350px;
	float: left;
	background: url(http://chamberofminesofzimbabwe.com/images/v-line.jpg) repeat-y right top;
}
#footer_right {
	float: right;
	width: 650px;
}
#footer_box {
	width: 135px;
	height: 140px;
	float: left;
	margin: 10px;
}
#footer_box_last {
	width: 400px;
	height: 140px;
	float: left;
	margin: 10px;
}
#footer h4 {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
#footer_box ul {
	margin-top: 10px;
}
#footer_box ul li {
	list-style: none;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	color: #F90;
}
.label{
    font-size: 15px;
}