@charset "utf-8";
/*
Theme Name: Kiana MCutchen
Theme URI: http://globalmediadesign.com/home
Description: 
Version: 1.0
Author: Randall


	GMD 2.0

	This theme was designed and built by Randall,
	for Global Media Design

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #000; 
	} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	background: #FFFFFF;
}

#rightcontainer { width: 545px;
}

#emailform {
	background: #1a1a1a;
	width: 335px;
	overflow:hidden;
}
#emailform form {display:block;margin-top:0px;padding:10px;}
#emailform form label {
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
	font-size: 14px;
	color: #fff;
	text-transform:uppercase;
	float:left;
}
#success {margin-top:5px;color:#fff;}
.pagecontent {font-family:Arial, Helvetica, sans-serif;}
#submit {float:right;margin: 10px 3px 0 0;}
.error {color:red;font-size:10px;font-family:Arial, Helvetica, sans-serif;font-weight:bold;margin:2px 0 0 20px;width:50%;text-align:right;}
.formField {width:335px;height:22px; background-color: white;border: 1px solid #9b9c9c; color: #9b9c9c;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 16px;padding:4px;overflow:hidden;}
.formFieldFocus {width:335px;height:22px;color: #000;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 16px;padding:4px;overflow:hidden;background-color:none;border: 1px solid #000;}

#sendemail h2 {color:white;}
#sendemail p {color:white;margin-bottom:8px;}
#main { width:100%;float:left;}
#sidebar {width:335px;float:left;}
.pagecontent h3 {margin-bottom:0}
#oppbox ul {margin:10px 0 0 0px;padding:0}
#oppbox ul li {margin: 0 8px 5px 5px;padding:0;width:191px;display:block;float:left;position:relative;padding-bottom:163px;}
#oppbox ul li div {height:93px;width:191px;overflow:hidden;}
#oppbox ul li span {background: url(images/oppthumb.png) top left no-repeat;width:191px;height:93px;display:block;position:absolute;top:0;left:0;z-index:3;}
#oppbox ul li img { width:204px;height:136px;display:block;float:left;z-index:2;position:relative;}
#oppbox ul li a {position:absolute;top:103px;padding-bottom:43px;left:0;display:block;width:100%;background:url(images/readmore.png) bottom center no-repeat;
overflow:hidden;text-decoration:none;font: 12px/18px Arial, Helvetica, sans-serif;color:white;text-align:center;}
.infiniteCarousel {  width: 353px;  position: relative;}
.infiniteCarousel .wrapper {  width: 353px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: hidden; height: 250px;  position: absolute;  top: 0;left:0;}
.infiniteCarousel ul a img { border:none; }
.infiniteCarousel .wrapper ul {  width: 100%; /* single item * n */  list-style-image:none;  list-style-position:outside;  list-style-type:none;  margin:0;  padding:0;  position: absolute;  top: 0;}
.infiniteCarousel ul li {  display:block;  float:left; position:relative; padding: 0;  height: 230px;  width: 353px;overflow:hidden;}
.infiniteCarousel ul li img {border:none;}
.infiniteCarousel ul:hover li img {  border:none;}
.infiniteCarousel ul:hover li:hover img {  border:none;}
.infiniteCarousel ul li a { boreder:none;}
.infiniteCarousel ul li a img {  display:block;border:none;}
.infiniteCarousel .arrow { display:none;visibility:hidden;}
.infiniteCarousel .forward {display:none;visibility:hidden;  }
.infiniteCarousel .back {  display:none;visibility:hidden;}
.infiniteCarousel .forward:hover { }
.infiniteCarousel .back:hover {  }
