/*
Theme Name: Mundo Minerals
Theme URI: http://www.mundominerals.com/
Description: The default WordPress theme for <a href="http://www.mundominerals.com/">Mundo Minerals</a>.
Version: 1.0
Author: Envisage Blue
Author URI: http://www.envisageblue.com/
*/

/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a {text-decoration: none; color:#242424; }
a:hover { text-decoration:underline; }

/* Generic */

body {
	background-color:#e6e3da;
	font:12px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color:#666;
}
#page {
	width:974px;
	margin:0 auto;
}
.clear {
	clear:both;
}

/* Header */

/* Language bar */
.language {
	text-align:right;
	font-family: Arial,sans-serif;
	font-size:10px;
	margin:0 0 2px 0;
	height: 30px;
}
.language ul {
	list-style:none;
}
.language ul li {
	display:inline-block;
}
.language ul li a {
	color:#896219;
	text-decoration:none;
	display:block;
	padding:5px 5px 10px 5px;
}
.language ul li a:hover {
	text-decoration:underline;
}

/* Logo */
.header-nav .logo {
	float:left;
	width:374px;
}
.header-nav h1 a {
	display: block;
	background: url('images/mundominerals-logo.png') center left no-repeat;
	width: 364px;
	height: 35px;
	margin:0 0 0 10px;
}
.header-nav h1 a span {
	display:none;
}

/* Site navigation */
.header-nav .navigation {
	float:right;
}
.header-nav ul {
	text-align:right;
	list-style: none;
}
.header-nav ul li {
	float:left;
	margin:0 0 0 3px;
}
.header-nav ul li a {
	background-color:#e6ddc4;
	color:#896219;
	text-decoration:none;
	padding:10px;
	display:block;
}
.header-nav ul li a:hover {
	background-color:#d6b061;
	color:#fff;
}

/* Content */

.content {
	float:left;
	background-color:#dedede;
	width:974px;
}
.content .bg-grey {
	background-color:#ececec;
	float:left;
	width:974px;
}
.content .bg-white {
	background-color:#fff;
	float:left;
	width:755px;
	min-height:500px;
}

/* Attachments */

.wp-caption {
	text-align:center;
}
.wp-caption-text {
	margin:0;
	text-align:center;
	color:#242424;
}
.alignnone .wp-caption-text {
	text-align:center;
}
.alignnone {
	margin:1em auto;
}
.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
.alignright {
	float:right;
	margin:0 0 1em 1em;
}

/* Sidebar widget styling */

.sidebar h2.widgettitle {
	color:#666666;
	font-size:13px;
	margin:0 0 5px 0;
}
.sidebar ul {
	list-style:none;
}
.sidebar ul li {
	padding:10px 20px;
}
.sidebar ul li ul {
	margin:0;
}
.sidebar ul li ul li {
	background:url('images/quicklinks-li.png') left 8px no-repeat;
	padding:2px 0 2px 15px;
}
.sidebar ul li ul li a {
	color:#cda552;
	font-weight:bold;
}
.sidebar ul li ul li a:hover {
	text-decoration:underline;
}
.sidebar ul li ul li ul li {
	background:none;
	padding:2px 0 2px 15px;
}
.sidebar ul li ul li ul li a {
	color:#896219;
	text-decoration:none;
	font-weight:normal;
}
.sidebar ul li ul li ul li a:hover {
	text-decoration:underline;
}

/* Sidebar overrides */

.widget_subpages h2.widgettitle {
	display:none;
}

/* Sub-page navigation */
#sidebar1 {
	background-color:#fff;
	float:left;
	width:203px;
	padding:50px 0 0 0;
}
#sidebar2 .cform .textonly {
	margin:0 0 0.5em 0;
}

/* Page content region */
#content {
	color:#666;
	background-color:#fff;
	float:left;
}
.home-width {
	width:462px;
}
.default-width {
	width:552px;
}
.full-width {
	width:755px;
}
.default-width .container,
.full-width .container {
	padding:22px 15px;
}
.home-width .container {
	padding:22px 35px;
}
#content h2.page-title, #content h2.page-title a {
	margin:0 0 17px 0;
	color:#242424;
	font-size:16px;
}
#content h2.page-title a:hover {
	text-decoration:underline;
}
#content .subpages {
	margin:1em 0;
}
#content .subpages ul {
	list-style:none;
}
#content .subpages ul li {
	margin:0 0 1em 0;
}
#content .subpages ul li h3 {
	margin:0 0 0.2em 0;
}
a.more-link:hover {
	color:#242424;
}
.post {
	clear:both;
}
.post .post-date {
	font-size:11px;
}
.entry {
	margin:0 0 1em 0;
	clear:both;
}
.entry em {
	font-style:italic;
}
.entry p, .entry ol, .entry ul {
	margin: 0 0 1em 0;
}
.entry ul,
.entry ol {
	margin: 0 0 1em 20px;
	list-style: square;
}
.entry blockquote {
	color:#cda552;
	font-size:14px;
	font-style:italic;
	margin:15px 20px 0 0;
	padding:0 0 0 15px;
	border-left:5px solid #ddd;
}
.entry blockquote cite {
	margin: 5px 0 0 0;
	display: block;
}
.entry table {
	margin:1em 0;
	border-spacing: 0;
	_border-collapse: collapse;
	*border-collapse: collapse;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
}
.entry table th,
.entry table td {
	padding:0.3em 10px;
	border-top: solid 1px #b4b4b4; 
	border-left: solid 1px #b4b4b4;
}
.entry table th {
	font-weight:bold;
	text-align:center;
	color:#666;
	background-color:#ececec;
}
.entry table td {
	font-size:11px;
	text-align:left;
}
.entry h3,
.entry h3 a,
#content .subpages ul li h3 a {
	color:#9c7c40;
	font-size:14px;
	font-weight:bold;
	margin:0 0 0.2em 0;
	padding:0;
}
.entry h4 {
	font-weight:bold;
	font-size:14px;
	color:#333;
	margin:0 0 18px 0;
}
.entry h5 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 12px;
}
.entry a:hover {
	text-decoration:underline;
}

/* Home */

#flash-banner {
	background-color:#dedede;
	padding:0 0 7px 0;
}
#flash-banner .container {
	height:119px;
	background-color:#2c353c;
}
#flash-banner ul {
	list-style:none;
}
#flash-banner h2.widgettitle {
	display:none;
}

#latest-news {
	float:left;
	width:290px;
}
#latest-news .container {
	padding:56px 40px 0 19px;
}
#latest-news h3 {
	color:#242424;
	font-weight:bold;
	font-size:12px;
}
#latest-news ul {
	list-style:none;
}
#latest-news ul li {
	padding:12px 0;
	border-bottom:1px dotted #c5c5c5;
}
#latest-news ul li.final {
	border-bottom:none;
}
#latest-news .post-date {
	color:#cda552;
	font-weight:bold;
	display:block;
}
#latest-news .post-name a {
	color:#666666;
}


/* Comment */

h3#comments, h3#respond {
	margin:1em 0;
	color:#242424;
}
#commentform input {
	margin:0 0 0.5em 0;
}
#commentform textarea {
	width:100%;
	margin:0 0 1em 0;
}
#commentform input.button, .searchform input.button {
	color:#242424;
}
.commentlist {
	list-style:none;
}
#commentform input, #commentform textarea, .searchform input {
	padding:4px;
	font:11px Tahoma,Verdana,sans-serif;
	color:#666;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}


/* Sidebar */
#sidebar2 {
	float:left;
	width:219px;
}
#sidebar2 .widget,
#sidebar1 .widget {
	padding:10px 20px;
}
#sidebar2 .widget {
	background-color:#ececec;
}

/* Search widget styling */
#sidebar2 .search {
	background-color:#dedede;
	padding:10px 10px 10px 20px;
}
#sidebar2 .search .text {
	display:inline-block;
	width:140px;
}
#sidebar2 .search .button {
	display:inline-block;
	padding:5px 0 0 0;
}

/* Newsletter widget styling */
#sidebar2 .cform input.single {
	padding:4px;
	font:11px Tahoma,Verdana,sans-serif;
	color:#666;
	width:140px;
}
#sidebar2 .cform input.sendbutton {
	color:#242424;
	font:11px Tahoma,Verdana,sans-serif;
	padding:2px;
}
#sidebar2 p.linklove,
#sidebar2 .cf_hidden {
	display:none;
}
#sidebar2 p.cf-sb {
	margin:0.5em 0 0 0;
}
#sidebar2 .cform ol {
	list-style:none;
}
#sidebar2 .cform ol li {
	margin:0;
	padding:0;
}
#sidebar2 .cform div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
#sidebar2 .cform div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
#sidebar2 .cform div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}

/* Quick links widget styling */
#sidebar2 .quick-links h3 {
	color:#666666;
	font-size:12px;
	margin:0 0 5px 0;
}
#sidebar2 .quick-links ul {
	list-style:none;
}
#sidebar2 .quick-links ul li {
	background:url('images/quicklinks-li.png') left center no-repeat;
	padding:2px 0 2px 15px;
}
#sidebar2 .quick-links ul li a {
	color:#cda552;
	font-weight:bold;
}
#sidebar2 .quick-links ul li a:hover {
	text-decoration:underline;
}

/* Footer */

#footer {
	clear:both;
	font-size:11px;
}

/* Footer links styling */
#footer .footer-links {
	background-color:#e6ddc4;
	text-align:center;
}
#footer .footer-links ul {
	list-style:none;
	margin: 0.25em 0;
	padding: 0 1em;
}
#footer .footer-links ul li {
	display:inline;
}
#footer .footer-links ul li a {
	color:#896219;
	padding:5px;
	display:inline-block;
}
#footer .footer-links ul li a:hover {
	text-decoration:underline;
}

/* Footer copyright styling */
#footer .footer-copyright {
	clear:both;
	color:#818181;
	background-color:#fff;
	padding:10px;
}
#footer .footer-copyright .left {
	float:left;
	margin:6px 0 0 0;
}
#footer .footer-copyright .right {
	float:right;
	vertical-align:top;
}
#footer .footer-copyright .right a:link, #footer .footer-copyright .right a:visited {
	color:#818181;
	text-decoration:none;
}
#footer .footer-copyright .right img {
	vertical-align:middle;
}


#MicrosoftTranslatorWidget {
display:block;
clear:both;
float: right;
}

#MSTWHeaderText, #MSTWBrandLink, #MSTWGetButton, #MSTWShareButton, #MSTWFooter   {
display:none!important;
}

#MicrosoftTranslatorWidget, #MSTWGoButton, #MSTWHeader {
background-color: #E6E3DA!important;
background-image: url('')!important;
border: none!important;
}

#MicrosoftTranslatorWidget select {
padding: 2px 0px!important;
border: 1px solid #e6ddc4!important;
background-image: url('')!important;
}

#MSTWGoImage {
background-color: #D6B061!important;
border: 1px solid #E7B452!important;
-moz-border-radius: 4px!important;
-moz-box-shadow: 1px 1px 5px #cfcfcf inset!important;
height: 17px!important;
width: 17px!important;
padding: 0px!important;
}

#MicrosoftTranslatorWidget select {
    -moz-border-radius: 4px;
    -moz-box-shadow: 1px 1px 5px #cfcfcf inset;
 }

#MicrosoftTranslatorWidget option:hover {
    cursor: pointer;
}

#MSTTContent {
background-color: #E7B452!important;
}
