/* jquery mobile version */

/* jquery mobile button icons */
.nav-citeassist .ui-btn .ui-btn-inner { padding-top: 36px !important; }
.nav-citeassist .ui-btn .ui-icon { width: 30px!important; height: 30px!important; margin-left: -15px !important; box-shadow: none!important; -moz-box-shadow: none!important; -webkit-box-shadow: none!important; -webkit-border-radius: none !important; border-radius: none !important; }
#nav-info .ui-icon { background: url(/images/icon-info.png) 50% 50% no-repeat; background-size: 24px 24px; }
#nav-cal .ui-icon { background: url(/images/icon-calendar.png) 50% 50% no-repeat; background-size: 23px 25px; }
#nav-library .ui-icon { background: url(/images/icon-library.png) 50% 50% no-repeat; background-size: 20px 26px; }
#nav-tool .ui-icon { background: url(/images/icon-tool.png) 50% 50% no-repeat; background-size: 22px 22px; }
#nav-settings .ui-icon { background: url(/images/icon-settings.png) 50% 50% no-repeat; background-size: 22px 22px; }



.codesect {
	font-size: 1.17em;
	font-weight: bold;
	white-space:normal;
}

.codedesc {
	font-size: 1.17em;
	white-space:normal;
}

.codetype {
	font-size: 1.17em;
	white-space:normal;
}



/* Bard's customizations to the iWebKit CSS 5-2-2010 */

body {
	background: LightSteelBlue;
	background: -webkit-gradient(linear,left top,right top,from(#c5ccd4), color-stop(71%, #c5ccd4), color-stop(72%, #cbd2d8), to(#cbd2d8));
}

#topbar {
	background: SteelBlue;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdd5df), color-stop(3%, #b0bccd), color-stop(50%, #889bb3), color-stop(51%, #8195af), color-stop(97%, #6d84a2), to(#2d3642));
}

.menu:hover, .store:hover, .list #content li a:hover, .list .withimage:hover, .applist li:hover:nth-child(n),.ipodlist li:hover:nth-child(n) {
	background: SteelBlue;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#058cf5), to(#015fe6));
}

/* Appearance Date large bold, colored text, centered */
.appeardate {
	font-weight: bold;
	font-size: 30px;
	font-variant: small-caps; 
	margin: auto;
	padding: 0 0px;
	display: block;
	text-align: center!important;
	color: blue;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;

}

ul.square{
	list-style-type: square!important;;
	color: blue;
}

ul.disk{
	list-style-type: disk!important;;
	color: blue;
}

ul.circle{
	list-style-type: circle!important;;
	color: blue;
}

.appeardateindex {
	margin-top: 5px;
	position: absolute;
	font-weight: bold;
	font-size: 28px;
	font-variant: small-caps; 
	text-overflow: ellipsis;
	color: blue;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	overflow: hidden;
	white-space: nowrap;
}

/* Used for the info Icon in the top right of the citeassist.php page */
#rightimg {
	z-index: 5000;
}
#rightimg a{
	display: block;
	color: #fff;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	text-decoration: none;
}

#rightimg {
	position: absolute;
	font-size: 12px;
	right: 19px;
	margin-top: 10px;
	font-weight: bold;
}
#rightimg a {
	z-index: 3;
	margin-right: -4px;
	border-width: 0 13px 0 5px;
	padding-left: 4px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	float: right;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
}
#rightimg a:first-child {
	z-index: 2;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
 	border-width: 0 13px 0 5px;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
}
#rightimg a {
	border-width: 0 5px;
	-webkit-border-radius: 6px;
}

/* Used for the appearance calculations table (wanted thiner than normal + the comment) */
.menuthin .name {
	max-width: 77%;
}

.menuthin:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#058cf5), to(#015fe6));
}

.menuthin a:hover .name {
		color: #fff;
}
.menuthin a:hover .comment {
	color: #CCF;
}

.menuthin {
	position: relative;
	list-style-type: none;
	display: block;
	height: 28px;
	overflow: hidden;
	border-top: 1px solid #878787;
	width: auto;
}

.menuthin a {
	display: block;
	height: 28px;
	width: auto;
	text-decoration: none;
}
.menuthin a img {
	width: auto;
	height: 22px;
	margin: 5px 0 0 5px;
	float: left;
}
.menuthin .name {
	margin: 6px 0 0 7px;
	width: auto;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}
.menuthin .nameindented {
	margin: 6px 0 0 14px;
	width: auto;
	color: #000;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}
.menuthin .comment {
	margin: 6px 15px 0 0;
	width: auto;
	font-weight: bold;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 75%;
	white-space: nowrap;
	float: right;
	color: #324f85;
}
.menuthin .commentindented {
	margin: 6px 15px 0 0;
	width: auto;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 75%;
	white-space: nowrap;
	float: right;
	color: #324f85;
}
.menuthin .arrow {
	position: absolute;
	width: 8px!important;
	height: 13px!important;
	right: 10px;
	top: 15px;
	margin: 0!important;
	background: url("../images/arrow.png") 0 0 no-repeat;
}
