/*--------------------------------------------
KIWIOT Style Sheet

version:	1.0
author:		Jared Mitchell
email:		jared@ecominsites.com
website:	http://www.ecominsites.com
----------------------------------------------*/


* {

	padding: 0;

	margin: 0;

	list-style: none;
}


body {

	font-size: 14px;

	font-family: helvetica, arial, verdana, sans-serif;

	background: #ddd;

	color: #000;
}



a:link				{color: #2439DA; text-decoration: none;}    /* unvisited link */
a:active			{color: #2439DA; text-decoration: none;}   /* selected link */
a:visited			{color: #2439DA; text-decoration: none;}	/* visited link */
a:hover				{color: #2439DA; text-decoration: underline;}

p,h4,h5,h6 {

	line-height: 175%;

    font-size: 14px;

	margin: 0 0 15px;
}

img {

	border: 0px;
}

html {
	min-width: 902px;
} /*IE7*/


/*** Main container ***/

#login li {

    font-size: 0.6em;

    text-transform:uppercase;

    float:right;

    margin:10px 10px 0 0;
}

#container {

	background: #ddd url(images/bodybg.jpg) repeat-x;

	text-align: left;

	width: 850px;
}

#header {

	height: 98px;

}

/*** Horizontal menu ***/

#mainmenu {

	float: left;

	margin-bottom: 15px;

	padding-top: 2px;
}

#mainmenu ul {

	font-size: 16px;

}

#mainmenu li {

	float: left;

	height: 35px;

}

#mainmenu a {

	border-right:1px solid #b0b0b0;

	color: #505050;

	display: block;

	font-size: 12px;

	letter-spacing: 1px;

	padding: 10px 10px 12px;

}

#mainmenu a:hover {

	background: #f0f0f0 url("/images/menuhover.jpg") top left repeat-x;

	text-decoration: none;
}

/*** Content wrap ***/

#wrap {

	clear:both;
}

/*** Sidebars ***/

#leftside {

	padding:0 10px 10px;

	width:165px;

	margin-right:10px;
}

#leftside h1 {

	color: #333;

	font-size: 16px;

	font-weight: bold;

	margin:0 0 12px;

	padding-bottom: 0.5em;

	border-bottom: 3px double #666;
}

.linklist {

	margin:0 0 16px 10px;

    font-size: 0.8em;

}

.linklist li {

	letter-spacing: 1px;

	line-height: 1.8em;

}

.linklist li a:link				{color: #5C2820; text-decoration: underline;}    /* unvisited link */
.linklist li a:active			{color: #5C2820; text-decoration: underline;}   /* selected link */
.linklist li a:visited			{color: #5C2820; text-decoration: underline;}	/* visited link */
.linklist li a:hover				{color: #2F4467; text-decoration: underline;}

#leftside .commentsRSS {
background:transparent url("/images/rssIcon.gif") no-repeat scroll 2% center;
text-indent: 25px;
}

/*** Content ***/

#content{

    width: 625px;

	background-color: #fff;

	border: 1px solid #909090;

	color: #333;

	padding: 15px 20px 5px 20px;

    float: right;

}

#content h1 {
	font-size:1.6em;
}

#content h1, #content h2 {
	background-color:inherit;
	border-bottom: 1px solid #ddd;
	color:#606060;
	letter-spacing:2px;
	margin:0 0 0.5em 0;
	padding:0;
}

#content h2, #content h3 {
	font-size: 14px;
	margin-bottom:10px;
}

#content li {
	letter-spacing: 1px;
	line-height: 1.8em;
}

.blogPic {
	border:1px solid #b0b0b0;
	float:left;
	margin:5px 15px 6px;
	padding:5px;
}


/* Contact Form */

#contactForm div{  
	padding: 0;
	overflow: hidden;
	width: 100%;
}

#contactForm div.label {  
	float:left;
	margin: 0 0 0.5em 0;
	padding: 0;
	width:120px;
}

#contactForm input, #contactForm textarea{ 
	padding:3px;
	margin: 0 0 0.5em 0;
	background: #ddd;
	color: #000;
	border:1px solid #71708F;
	width:320px;
	}

#contactForm img {
	border:1px solid #71708F;
	margin: 0 0 0.5em 0;
	}

#contactForm input.button{ 
	cursor: pointer;
	background: #cccccc;
	color: #000;
	border:1px solid #a5acb2;
	width:120px;
}

#contactForm .wrong-input
 {
	background: #FDF8A8;
	color: #000;
}

#contactError fieldset { 
	color: #333;
	background: #FDF8A8; 
	text-align: center;
	margin-bottom: 1em;

}

/*** Footer ***/

#footer {

	padding-bottom: 10em;

	width: 850px;

	font-size: 0.8em;

	text-align: right;
}

#footer a {

	text-decoration:underline;
}


#footer span.design, #footer span.design a {

	color: #999;

}

/*** Various classes ***/

.thumb {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:0 0 10px 10px;
	padding:5px;
}

.clearingdiv {
	clear:both;
	height:30px;
	width:1px;
}

.hide {display:none;}

/*** Text format ***/

#content .intro {
	font-size:1.1em;
	font-weight:bold;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*** End of file ***/
