/* 2wichita.com - (ridge_road.css) a.0.2 vX
 *
 */

/* --- BASE --- */

    body, td, th, input { /* 4 substandard browsers  */
            font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
            font-size: x-small;
            voice-family: "\"}\"";
            voice-family: inherit;
            font-size: small;
}

	h1, h2, h3, h4, h5, h6 {
	border-bottom: 1px dotted #ccc;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color:#666;
	font-weight: normal;
	margin-top: 1.4em;
	margin-right: 0;
	margin-bottom: 0.6em;
	margin-left: 0;
}
	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
	}

	#header h1 { border: 0; }

	h1 { font-size: 200%; font-weight: normal; }
	h2 { font-size: 180%; font-weight: normal; }
	h3 { font-size: 130%; font-weight: normal }
	h4 { font-size: 130%; font-weight: normal; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }
	h4 a { text-decoration: none; }
	
	.big {font-size: 130%;}
	
/* --- Dup - 2ict.css - Input stuff --- */

input[type=text],
input[type=password],
select,
textarea {
	border-color: #ddd #999 #999 #ddd;
	border-width: 2px;
	border-style: solid;
	padding: 0.1em;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;	
}
select {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 120px;
}

input[type=text],
input[type=password],
textarea {
    padding: 0.2em;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
    border-color: #9d8 #2b4 #2b4 #9d8;
}
input[type=submit] {
background-image: url(../img/bg_submit.png);
font-family: Arial, Helvetica, sans-serif;
color: #666;
border-color: #ddd #999 #999 #ddd;
border-width: 1px;
font-size: 12px;
height: 23px;
}
input[type=submit]:hover {color: #2b4; border-color: #9d8 #2b4 #2b4 #9d8;}
input[type=submit]:focus {;}



/* Redraw 1 */

	#header hr,
	#footer hr,
	#nav-access {
		display: none;
}


/* Redraw. accessibility tweaks */

	.skipLink {
		position: absolute;
		left: -999px;
		width: 990px;
	}
	hr.hide {
		display: none;
	}
	
	
/* vX Rustico start */

	body {
	margin: 0 0 0 0;
	padding: 0;
	color: #333;
	min-width: 610px;
	background-color: #fff;
}


img { border: 0; }


/* Core site element widths */

/*#header, #breadcrumbs, #content, #footer {
	max-width: 1000px;
	margin: 0 auto;
}*/

#header { padding: 0 50px; }
#header ul { right: 0; } 
* html #header ul { right: 50px; } 
#breadcrumbs { padding: 0 50px; }
#content { padding: 0 50px; }
#footer-contents { padding: 0 20px; margin: 0 50px; }

#header div, #content, #breadcrumbs div, #footer-contents, #title-page .title-contents {
	max-width: 900px; margin: 0 auto;
}


#header div { position: relative; }

/* --- Header Elements vX --- */

#header {
	height: 38px;
	position: relative;
	z-index: 1;
	background-color: #2288aa;
	background-image: url(../img/bg_sub_header.png);
	background-repeat: repeat-x;
	background-position: top;
}

#header h1 { margin: 0;	}

#header h1 img {
	font-weight: bold;
	color: #fff;
}

#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	border-right: 1px solid #28a;
	border-left: 1px solid #257;
}

#header li {
	float: left;
	padding: 0;
	margin: 0;
}
#header ul span, #header ul a:link, #header ul a:visited {
	display: block;
	float: left;
	padding: 10px 15px;
	text-decoration: none;
	border-right: 1px solid #257;
	border-left: 1px solid #28a;
	color: #fff;
	height: 36px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 16px;
} #ignored {}

#header ul li span,
#header ul li a.current,
#header ul li a:hover {
	background: #39b;
	color: #fff;
	text-decoration: underline;
}

#header ul li span,
#header ul li a.current {
	text-decoration: none;
}


/* --- Breadcrumbs  vX --- */

#breadcrumbs {
	background: #F7F8F8 url("../img/bg_sub_bread.png") bottom repeat-x;
	padding-top: 4px;
	padding-bottom: 30px;
	font-size: 85%;
	color: #6ab;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
	color: #28a;
}

#breadcrumbs a:hover,
#breadcrumbs a:active {
	color: #d22;
}


/* content */

#content { background: #fff; }	


/* --- #footer vX --- */

#footer {
	clear: both;
	margin-top: 3em;
	margin-bottom: 1em;
	color: #888;
	padding: 25px 50px;	
	text-align: center;
}

#footer-contents {
	padding: 0;
	border-top: 1px solid #C9D0E0;
}

#footer ul#footer-menu {
	position: relative;
	top: -0.8em;
	margin: 0 1em 0 1em;
	padding: 0;
	list-style-type: none;
}

#footer ul#footer-menu li {
	display: inline;
	background: #fff;
	margin: 0 1em;
}

#footer ul#footer-menu li a {
	margin: 0 1em;
	white-space: nowrap;
}

#footer p {
	margin: 0.3em;
	clear: both;
}

#footer .site-tools {
	display: none;
}

.small-print {
    padding-top: 6px;
	font-size: 90%;
	color: #666;
}

.small-print a:link,
.small-print a:visited {
	color: #888;
}

.small-print a:hover,
.small-print a:active {
	color: #333;
}

#locales {
	margin: 0 auto 1.5em auto;
	width: 610px;
	line-height: 160%;
}

#locales p {
	display: inline;
	margin: 0;
	padding: 0 0.3em 0 0;
}

#footer dl,
#locales ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#locales li,
#footer dt,
#footer dd {
	padding: 0 0.3em 0 0;
	margin: 0;
	display: inline;
}

#locales li a {
	white-space: nowrap;
}



strong {
	/*color: #666; vX */
}

	hr {
		height: 1px;
		background-color: #000;
		color: #000;
		margin: 2em 0;
	}

	.hide { display: none; }

	ul.spaced li, ol.spaced li {
		margin-bottom: 0.5em;
	}


	
/* Navigation */

        :link { color: #d22; }
        :visited { color: #d22; }
        :link:hover, :visited:hover { color: #2b4; }
        :link:active, :link:active { color: #000; }

/* Comments and other Asides */
	
	.note {
		color: #666;
		font-style: normal;
	}
	
	.first {
		margin-top: 0;
	}
	
	.remark {
		color: #666;
	}
	
	.sidenote {
		border: #666;
	}

	ul.compact {
		margin-left: 0;
		padding-left: 20px;
	}
			
/* Meta */

	address {
		color: #666;
	}

/* Product Specific CSS */

	.pagedef img.product-logo {
		float: left;
		margin: 0 10px 1em 0;
	}
	
	.pagedef h3 {
		border: none;
		clear: left;
	}
	.pagedef h2 { 
		border: none;
		clear: left;
	 }

	.pagedef p {
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 1.62em;
	margin-left: 0;
	}

/* vX Core */

#footer {
	background: url(../img/footer.png) top repeat-x;
	text-align: left;
	margin-top: 4em;
	font-size: 85%;
}

#footer-contents {
	border: none;
}

#footer p {
	margin-top: 0;
	clear: none;
	color: #FFF;	
}

#footer a {
	color: #FFFFFF;
	margin-right: 2em;
}

/* .sub-box - Good for headings vX */

.sub-box {
	padding: 12px 15px;
	background-image: url(../img/bg_sub_box.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* --- Base feature styles ------------------------------------------------------- */

#title-page {
	margin-top: -24px;
	background-image: url(../img/bg-header-small.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#title-page h2 {
	margin: 20px 0 0 0;
}

#title-page .title-contents {
	padding: 15px 50px 0px 50px;
	background: none; 
	height: auto;     
	min-height: 150px;    
}

* html #title-page .title-contents { height: 125px; }

#title-page-background {
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#title-page p {
	margin: 3px 0 10px 0;
	color: #28a;
	line-height: 106%;
	font-size: 140%;
	width: 50%;
}

#title-page h1,
#title-page h2,
#title-page h3,
#title-page h4,
#title-page h5,
#title-page h6, 
.front-feature h3 {
	border: none;
}
#title-page h3 {
	font-size: 29px;
	color: #2b4;
}

p { line-height: 150%; }

.page-title {
	font-weight: bold;
	font-size: 180%;
	color: #2b4;
	border: none;
}

/* --- Standard pages vX --- */

#standard #title-page-background,
#labs #title-page-background,
#search #title-page-background {
	background-image: url();
	background-repeat: no-repeat;
	background-position: 87%;
}

#standard h2,
#labs h2,
#search h2 {
	margin-top: 4px;
	margin-bottom: 16px;;
}


#standard .sub-box h3,
#labs .sub-box h3,
#search .sub-box h3
 { 
	border: none;
	margin-bottom: 22px;
}

#standard .sub-box 
#labs .sub-box,
#search .sub-box { 
clear: left; 
}

#standard .pagedef,
#labs .pagedef,
#search .pagedef,
#contact .pagedef{
	width: 640px;
	margin: 0 auto;
}

#standard .pagedef h3,
#labs .pagedef h3,
#search .pagedef h3 {	margin-top: 0; }

#standard .pagedef .two-text-ads,
#standard .pagedef .gog-text-ads {
	float: left;
	width: 50%;
	clear: none;
}

#standard .pagedef p
#labs .pagedef p,
#search .pagedef p {
	margin-top: 15px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#standard .pagedef .two-text-ads p {
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}

#standard .pagedef .gog-text-ads p {
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 8px;
}

/* --- Labs (diff) pages vX --- */

#labs #title-page-background {
	background-image: url(../img/sub_pagebg_labs.png);
	background-repeat: no-repeat;
	background-position: 87%;
}

/* --- Contact (diff) pages vX --- */

#contact #title-page-background {
	background-image: url(../img/sub_pagebg_contact.png);
	background-repeat: no-repeat;
	background-position: 87%;
}
/* --- Search (diff) pages vX --- */

#search #title-page-background {
	background-image: url(../img/sub_pagebg_search.png);
	background-repeat: no-repeat;
	background-position: 87% 10px;
}



/*
#labs h2 { 
	margin-top: 4px;
	margin-bottom: 16px;;
}

#labs .sub-box h3 { 
	border: none;
	margin-bottom: 22px;
}

#labs .sub-box { clear: left; }

#labs .pagedef {
	width: 640px;
	margin: 0 auto;
}

#labs .pagedef h3 {	margin-top: 0; }

#labs .pagedef .two-text-ads,
#labs .pagedef .gog-text-ads {
	float: left;
	width: 50%;
	clear: none;
}

#labs .pagedef p {
	margin: 15px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
*/


/* Colors vX */

.blue {
	color: #39b;
}
.blue-darker {
	color: #28a;
}
.yellow-green {
	color: #6c3;
}
.green {
	color: #2b4;
}
.red {
	color: #d22;
	font-weight: bold;
}
.light-gray {
	color: #999;
}
.gray {
	color: #666;
}

/* Searchbox for custom searches vX */

.searchbox {
	margin-top: 36px;
	background-color: #eee;
	background-image: url(../img/diagonals.gif);
	background-repeat: repeat;
	padding: 6px;
	border-width: 4px 1px 1px 1px;
	border-style: solid;
	border-color: #eee #eee	#ccc #eee;
	width: auto;
}
.searchbox table {
	width: 100%;
	border: 0px;
	padding: 0px;	
	margin: 0px;
}
.searchbox td {
	text-align: left;
	vertical-align: bottom;	
}

.small {
	font-size: 90% ;
	color: #666;
}

#body sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
#content sup {
	vertical-align: baseline;
    position: relative;
    bottom: 0.22em;
}
#body sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
.box-bottom {
	background-image: url(../img/bg_sub_box_bot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
p.box-bottom  {
	padding-bottom: 30px;
}
.i-left {
	float: left;
	margin-top: 6px;
	padding-top: 4px;
	padding-right: 11px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.uline { text-decoration: underline; }
.nouline { text-decoration: none; }
.space {
	width: 468px;
	margin-left: 20px;
}
.mospace { padding-bottom: 26px; }

/* iconize external */

a.external span
{
position: absolute;
left: -5000px;
width: 4000px;
}
a.external:link
{
background: url(../img/icon-ext.gif) no-repeat 100% 0;
padding: 0 18px 0 0;
}
a.external:visited
{
background: url(../img/icon-ext.gif) no-repeat 100% -100px;
padding: 0 18px 0 0;
}
a.external:hover
{
background: url(../img/icon-ext.gif) no-repeat 100% -200px;
padding: 0 18px 0 0;
}
.vines {
	background-image: url(../img/bg_vines.png);
	background-repeat: no-repeat;
	background-position: left top;s
	background: none;
}

/* 2wichita/simple feed styles */

	div.item {
	background-image: url(../img/bg_sub_box_bot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 15px 0;
	padding: 10px 0 26px 0;
}
	div.item a {
	color: #bbb;
	text-decoration: underline;
}
	div.item h2 {
	font-size: 1.5em;
	color: #28a;
	padding: 0;
	margin: 0;
}
	div.item p {
	padding: 0;
	margin: 0;
}
	p.posted {
	color: #bbb;
}