/*  
Theme Name: mtt theme
Theme URI: http://monarchtt.com
Description: MTT theme
Version: 1.0
Author: Holewinski Group
Author URI: http://holewinskigroup.com/
*/

body {
  background-image : url(/images/interiorbg.jpg);
  background-repeat : repeat-x;
  background-color : #fff;
  font-family : helvetica, arial, verdana, sans-serif;
  margin : 0px;
  padding : 0px;
}

body.home {
  background-image : url(/images/indexbg.jpg);
}

.home #bg1 {
  position: absolute;
  top: 0px;
  left: -30%;
  background-image: url(/images/indexleftbg.jpg);
  background-repeat: repeat-x;
  width: 100%;
  height: 797px;
  z-index: 5;
  min-width: 940px;
}

a {
  color: #4d91d0;
  text-decoration: none;
}

a:hover {
  color: #ef7b22;
}

a img {
  border: 0px;
}

.active {
  color: #ef7b22 !important;
}

p {
  margin: 3px 0px;
}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


#layout {
  position: relative;
  z-index: 10 !important;
  width : 955px;
  margin : 0px auto;
}

#header {
  border: 1px solid #fff;
  height: 102px;
}

#header .nav {
  list-style: none;
  padding: 0;
  margin: 0px;
  text-align: right;
}

#header .nav li {
  display: inline;
  text-align: right;
  float: none;
}

#header #nav1 {
  margin: 27px -5px 0px 0px;
  color: #8a888a;
  font-size: 11px;
  text-transform: lowercase;
}

#header #nav1 a {
  color: #8a888a;
  padding: 0px 5px;
}

#header #nav1 a:hover {
  color: #ef7b22;
}

#header #nav2 {
  margin: 32px -7px 0px 0px;
  color: #8a888a;
  font-size: 18px;
  font-weight: bold;
  font-face: "Myriad Pro";
}

#header #nav2 a {
  color: #4d91d0;
  padding: 0px 7px;
}

#header #nav2 a:hover {
  color: #ef7b22;
}

#footer-container {
  margin-top: -7px;
  background-image: url(/images/footerbg.jpg);
  background-position: 0 -25px;
  background-repeat: repeat-x;
  padding-top: 10px;
}

.home #footer-container {
  margin: 0px;
  background-image: none;
}

#footer {
  font-size: 12px;
  width: 955px;
  margin: 10px auto 0px auto;
}

#footer a {
  color: #006cc2;
}

#footer a:hover {
  color: #ef7b22;
}

#footer div {
  float: left;
}

#footer #mttlogo {
  padding-top: 5px;
}

#footer-content {
  color: #006cc2;
  padding: 15px 0px 0px 10px;
  width: 460px;
}

#footer #social {
  padding-top: 15px; 
}

#footer #social img {

  margin-right: 5px;
  vertical-align: middle;
}

#footer #chat {
  margin-left: 20px;
}

#page-nav {
  list-style: none;
  padding: 0px;
  margin: 15px 0px 0px 0px;
}

#page-nav li {
  display: inline;
  margin: 0px 8px 0px 0px;
  font-size: 14px;
}

#page-nav a {
  color: #4D4A4D;
  text-transform: lowercase;
  padding-right: 8px;
}

#page-nav a:hover {
  color: #ef7b22;
}

#page-nav .current_page_item a {
  color: #ef7b22;
}

/* index */

#video {
  height: 285px;
  margin: 0px;
}

#idx-left-col {
  margin: 0px;
  float: left;
  width: 663px;
}

#idx-right-col {
  margin: 0px;
  float: left;
  width: 292px;
}
#idx-right-col img {
  display: block;
  margin: 0px;
}

#idx-left-col .post {
  padding: 15px 0px 0px 0px;
  color: #fff;
  font-size: 15px;
}

#idx-left-col .post  {
  position: relative;
}

#idx-left-col .post img {
  margin: -36px 15px 0px 0px;
}

#idx-left-col .post .entry {
  padding: 33px 15px 0px 0px;
}

#idx-left-col .post .entry a {
  color: #fff;
  cursor: pointer;
}

#idx-left-col .post .entry a:hover {
  color: #ef7b22;
}

#idx-left-col .post h3 a {
  position: absolute;
  top: 25px;
  left: 126px;
  font-size: 20px;
  color: #adeb1e !important;
  font-weight: normal;
  margin: 3px;
}

#idx-left-col .more-link, #idx-left-col #newslink a {
  float: left;
  text-decoration: underline;
  text-transform: lowercase;
  background-image: url(/images/rarrow2.png);
  background-repeat: no-repeat;
  padding-left: 15px;

}

#idx-left-col #newslink {
  float: right;
  margin-right: 15px;
}

/* end index */


/* interior pages  */

#content-container {
  background-image: url(/images/interiorcontentbg.gif);
  margin-top: 1px;
}

/* override home container */
.home #content-container {
  background-image: none !important;
  margin-top: 0px;
}

#content-left {
  float: left;
  width: 649px;
  padding: 0px 15px 35px 0px;
  color: #4D4A4D;
}

#content-left .post {
  font-size: 13px;
}

#content-left .entry ul {
  padding-left: 14px;
  line-height: 17px;
}

#content-left p {
  font-size: 13px;
  margin: 0px 0px 13px 0px;
  line-height: 17px;
}

#content-left h2 {
  color: #3a94d1;
  font-weight: normal;
  font-size: 24px;
  margin: 20px 0px 19px 0px;
}

#content-left h4 {
  font-size: 16px;
  margin: 20px 0px 6px 0px;
}

#content-left strong {
  font-size: 14px;
}

#content-left .testimonials {
  margin: 0px 0px 25px 0px;
}

#content-left .testimonials p {
  margin: 0px 0px 4px 0px;
}

#content-right {
  float: left;
  width: 290px;
  margin: 0px;
  padding: 0px;
}

#content-right .testimonials {
  background-image: url(/images/rightbargtop.jpg);
  margin: 0px;
  padding: 1px;
  width: 288px;
  height: 240px;
}

#content-right .testimonials p {
  margin: 0px 0px 6px 0px;
  padding: 0px 20px;
  font-size: 12px;
  color: white;
  line-height: 16px;
}

#content-right .testimonials img {
  margin-left: 20px;
}

#content-right img {
  margin: 0px;
  display: block;
  padding: 0px;
}

#content-right .t-link {
  float: left;
  font-size: 17px;
  font-style: italic;
  color: #fff;
  background-image: url(/images/rarrow1.jpg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 25px;
  margin: 10px 0px 0px 0px;
  line-height: 23px;
}

#content-right .t-link:hover {
  color: #FFFFDD;
}

/* end interior pages */


/* vizzle page */
.vizzle-featurette {
  margin: 0px;
  line-height: 20px;
  background: url(/images/featurettebg1.jpg);
  padding: 10px;
  height: 60px;
}

.vizzle-featurette a {
  text-decoration: underline;
}

.vizzle-featurette img {
  border: 2px solid #4d91d0;
  width: 55px;
  height: auto;
  margin-right: 10px;
}

.vizzle-featurette2 {
  margin: 0px 0px 2px 0px;
  line-height: 17px;
  background: url(/images/featurettebg2.jpg);
  padding: 10px;
  background-repeat: repeat-x;
  height: 130px;
}

.vizzle-featurette2 strong, .vizzle-featurette2 em {
  font-size: 14px;
}

.vizzle-featurette2 img {
  border: 2px solid #4d91d0;
  width: 125px;
  height: auto;
  margin: 0px 10px 10px 0px;
}

.vizzle-featurette3 {
  margin: 0px 0px 0px 0px;
  line-height: 17px;
  background: url(/images/featurettebg2.jpg);
  padding: 10px;
  background-repeat: repeat-x;
  height: 150px;
}

.vizzle-featurette3 strong, .vizzle-featurette2 em {
  font-size: 14px;
}

.vizzle-featurette3 img {
  border: 2px solid #4d91d0;
  width: 125px;
  height: auto;
  margin: 0px 10px 10px 0px;
}

.blue {
  color: #4d91d0;
}

.orange {
  color: #ef7b22;
}


/* end vizzle page */


/* download & tech specs page */
.install {
  height: 180px;
}
.install ul {
  padding-top: 25px;
}

.install ul li {
  margin: 5px 120px 5px 0px;
}

.install iframe {
  float: left;
  margin: 0px 25px 15px 0px;
}

/* end download & tech specs page */


/* blog pages */

.blog .entry img.alignleft {
  margin-right: 15px;
}

.blog h5 {
  font-size: 12px;
  margin: 0px 0px 7px 0px;
}

.blog h2 {
  text-transform: lowercase;
}

.blog .post h2 {
  color: #8a888a !important;
  margin: 20px 0px 5px 0px;
  text-transform: none;
}

.blog .post h3 {
  margin: 0px 0px 5px 0px;
  font-size: 18px;
}

.blog .post small {
  font-size: 12px;
}

/* end blog pages */

.alignleft {
  float: left;
}

.aligncenter {
  text-align: center;
  margin: 0px auto 0px auto;
}

.alignright {
  float: right;
}


/* cforms */
/* Contact form */

form.cform {
 margin: 25px auto 0px auto;
 padding: 0px 0px 10px 0px;
 width: 575px;
}

form.cform fieldset {
	border: 0px solid #e5e5e5;
	padding:5px;
	clear:both;

}

form.cform legend {
  font-size: 1px;
  display: none;
}
form.cform ol.cf-ol {
  margin:0;
  padding:0;
}
form.cform ol.cf-ol li {
  display: inline-block;
  padding: 1px;
  list-style:none;
  margin: 0px 0px 2px 0px;
  height: auto !important;
  position: relative;
}
form.cform label {
	float:left;
	display:block;
	width:150px;
  background: #d3e9fb;
  line-height: 19px;
  padding: 2px 5px 2px 13px;
}
form.cform ol.cf-ol li input,
form.cform ol.cf-ol li textarea,
form.cform ol.cf-ol li select {
	float:left;
  margin-left: 10px;
}
form.cform .cf-box-title {
	font-weight:bold;
}

form.cform li.cf-box-group input.cf-box-b {
	margin:0 0.3em 0 0;
}
form.cform li.cf-box-group br {
	clear:both;
	margin:0 0 0.4em 0;
}

form.cform span.reqtxt,
form.cform span.emailreqtxt {
  position: absolute;
  left: 0px;
  top: 2px;
  margin: 5px;
  font-size:15px;
  color: red;
}
form.cform p.cf-sb {
  clear:both;
  margin: 0;
  padding: 4px 2px 0px 0px;
  text-align: right;
}

form.cform .cf_hidden {
	display:none;
}

form.cform .required {
  color:#ff0000;
  
}

form.cform label {
	font-size:12px;
	color:#666;
}

.inputbox,
input.single,
select.cformselect,
textarea,
textarea.area {
	padding:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
	border:1px solid #d5d5d5;
	color:#666;
}

select.cformselect {
  width: 367px;
}

input.inputbox,
input.single {
  width: 360px;
  height:14px;
}

textarea, textarea.area {
  width: 360px;
  height: 90px;
}



.cf_hidden {
  display: none !important;
}

form.cform .button,
form.cform .sendbutton {
  font-size:11px;
  cursor:pointer;
  height: 28px;
  padding: 0 5px;
  -moz-border-radius:7px;
  -khtml-border-radius:7px;	
  -webkit-border-radius:7px;
  border-radius:7px;
  text-decoration:none;
  color:#fff;
  border: 1px solid #111;
  background: #3b3b3b;
  background-image: url(/images/submitbg.jpg);
  background-repeat: repeat-x;
  width:auto;
  margin-right: 28px
}
form.cform .button:hover,
form.cform .sendbutton:hover {
  color: yellow;
  border: 1px solid #666;
}


.entry .waiting {
  	color: black;
	border:1px solid #555;
	background-color:#fff !important;
	padding:5px;
	margin:0 20px 0.5em 20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
}

.entry .success {
	color: blue;
	border:1px solid #555;
	background-color:#fff !important;
	padding:15px;
	margin:0 20px 0.5em 20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
}

.entry .failure, .widget .failure {
	color:#e93d08;
	border:1px solid #bc391d;
	background-color:#EFE0E0 !important;
	padding:5px;
	margin:0 20px 0.5em 20px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
}

/* Uncomment this and you're pretty much declaring war on Delicious Days... donate then do it ;) */
p.linklove {
	display:none;
}

.required {
	color:#ff0000;
}

.submitButton {
	background-color:#8bba38;
	border:1px solid #71a134;
	color:#ffffff;
	font-weight:normal;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
