/******************************************
*   All Styles                       
******************************************/


/*Main Page Lauout */

body {
	margin: 0px;
	padding-top: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}

.leftbar {
	width:100px;
	vertical-align: top;
	padding-right: 50px;
	padding-left: 50px;
}
.rightbar {
	width:100px;
	vertical-align: top;
	padding-left: 50px;
	padding-right: 50px;
}
.maincontent {
	width:600px;
	vertical-align: top;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	margin: 20px;
	border: 1px dashed #000000;
}
.menubar {
	width:195px;
	vertical-align: top;
	padding-right: 25px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.adbar {
	width:200px;
	vertical-align: top;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: right;
}
.ads {
	border: 1px solid #000000;

}

.txt{
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.txtsmall{
	font-size: 9px;
	font-style: italic;
	font-weight: lighter;
}
.txtbigger{
	font-size: 13px;
}

.txth1index {
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: lighter;
}
a:visited {
	color: #336666;
		text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

ul {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0px;
}
li {
	font-size: 11px;
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
}

.txtleft {
	text-align: left;
}
.txtright {
	text-align: right;
}


#footer_txt {
	width: 1000px;
	font-size: 11px;
	text-align: center;
	padding: 50px 10px 10px 50px;
	color: #666666;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
#footer_index {
	width: 1000px;
	font-size: 10px;
	text-align: left;
	padding: 50px 10px 10px 50px;
	color: #999999;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}


/* Begin Images */

a img {
	border: none;
	}


p img {
	padding: 1;
	max-width: 100%;
	border: 1px solid #999999;
	}

h2 {
	font-size: 16px;
	background-color: #EEEEEE;
	}


h1, h1 a, h1 a:hover, h1 a:visited, {
	text-decoration: none;
	color: #000000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #666666;
	text-decoration: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover {
	color: #666666;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}

	}


/*	Begin Headers */
#sidebar h2 {
	font-size: 13px;
	color: #666666;
	
	}




a img {
	border: none;
	}

ul {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 5px;
}
	

/* Begin Images */

a img {
	border: none;
	}


p img {
	padding: 1;
	max-width: 100%;
	border: 1px solid #999999;
	
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

	
/* End Images */



/***
 ***  NAVIGATION
 ***/
/*
*	Setup
*/
ul.cssmenu {
	list-style: none;
	padding: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 100px;
	height: 30px;
	background: url(/wp-content/themes/inin/assets/images/nav.jpg);
	}

/*
*	Normal Links
*/
ul.cssmenu li.one a {
	background-position: 0 0;
	}

ul.cssmenu li.two a {
	background-position: -100px 0;
	}

ul.cssmenu li.three a {
	background-position: -200px 0;
	}
	
ul.cssmenu li.four a {
	background-position: -300px 0;
	}
	
ul.cssmenu li.five a {
	background-position: -400px 0;
	}
	
ul.cssmenu li.six a {
	background-position: -500px 0;
	}
/*
*	Hover Links
*/
ul.cssmenu li.one a:hover {
	background-position: 0 -30px;
	}

ul.cssmenu li.two a:hover {
	background-position: -100px -30px;
	}

ul.cssmenu li.three a:hover {
	background-position: -200px -30px;
	}
	
ul.cssmenu li.four a:hover {
	background-position: -300px -30px;
	}
	
ul.cssmenu li.five a:hover {
	background-position: -400px -30px;
	}
	
ul.cssmenu li.six a:hover {
	background-position: -500px -30px;
	}
	
/*
*	Clicked Links
*/

ul.cssmenu li.one a:active {
	background-position: 0 -60px;
	}

ul.cssmenu li.two a:active {
	background-position: -100px -60px;
	}

ul.cssmenu li.three a:active {
	background-position: -200px -60px;
	}
	
ul.cssmenu li.four a:active {
	background-position: -300px -60px;
	}
	
ul.cssmenu li.five a:active {
	background-position: -400px -60px;
	}
	
ul.cssmenu li.six a:active {
	background-position: -500px -60px;
	}
