/* @override 
	http://www.appkainime.com/css/mobile.css
	http://appkainime.com/css/mobile.css
*/

body {
	margin: 0;
	background: white !important;
}

.warningmessage {
	display: none !important;
}

.page {
	background-color: white;
	width: 100% !important;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	color: #000;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.page.main {
	height: auto;
	width: 100% !important;
	padding: 102px 0px 40px 0px !important;
	color: black;
	-webkit-border-radius: 0;
}

.page.window {
	height: 109px;
	width: 109px;
	top: 200px;
	margin-top: 0;
	-webkit-transition-property: width, height, top;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
}

.page.window .closeBox {
	position: absolute;
	left: -15px;
	top: -13px;
	width: 30px;
	height: 30px;
	background: url(/images/closeBox.png) no-repeat left top;
}

.page.window .windowContent {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.page.movie {
	background-color: #000;
}

.page .movie {
	position: relative;
	margin: 10px auto;
	display: block;
}

#windowBack {
	background-color: rgba(18,18,18,0.63);
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
}

/* @group Shadow */

.page .shadow {
	display: none !important;
}

/* @end */

/* @group Breadcrumb */

#breadcrumb {
	position: absolute;
	top: 84px;
	left: 0;
	right: 0;
	height: 18px;
	background-color: white;
	background-image: url('/images/bread/background.png');
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 11px;
	color: black;
	overflow: hidden;
	-webkit-user-select: none;
	opacity: 1;
}

#breadcrumb.autoGenerated {
	background-image: url('/images/bread/loading.png');
	opacity: 0.25;
}

#breadcrumb a {
	color: inherit;
	text-decoration: none;
}

#breadcrumb a:link {
	color: inherit;
	text-decoration: none;
}

#breadcrumb a:visited {
	color: inherit;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: inherit;
	text-decoration: none;
}

#breadcrumb ul {
	margin: 0px;
	padding: 0px 8px;
	border: none;
	display: inline;
}

#breadcrumb ul li {
	border: none;
	display: inline;
	height: 18px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#breadcrumb .button {
	display: inline-block;
	position: relative;
	list-style: none;
	border: 0px;
	height: 18px;
	margin: 0px;
	margin-right: -1px;
	padding: 2px 6px 2px 18px;
	background-color: transparent;
	background-image: url('/images/bread/background.png');
	background-position: top left;
	background-repeat: repeat-x;
	color: black;
	font-size: 11px;
	text-transform: capitalize;
}

#breadcrumb .button.root {
	padding: 2px 6px 2px 12px;
}

#breadcrumb .button.root .buttonBackLeft {
	position: absolute;
	display: block;
	height: 18px;
	left: -6px;
	top: 0px;
	width: 12px;
	background-color: transparent;
	background-image: none;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
}

#breadcrumb .button.root:active .buttonBackLeft {
	background-image: url("/images/bread/flatCapRight.png");
}

#breadcrumb .button.root .buttonBackRight,
#breadcrumb .button.folder .buttonBackRight {
	position: absolute;
	display: block;
	height: 18px;
	right: -12px;
	top: 0px;
	width: 12px;
	background-color: transparent;
	background-image: url('/images/bread/rightCap.png');
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 2;
}
 
#breadcrumb .button.root:active .buttonBackRight,
#breadcrumb .button.folder:active .buttonBackRight {
	background-image: url("/images/bread/rightCapSelected.png");
}

#breadcrumb .button.file {
	padding: 2px 12px 2px 18px;
	margin-right: 40px;
	background-image: none;
}

#breadcrumb .button.file .buttonBackRight {
	position: absolute;
	display: block;
	top: 0px;
	right: -6px;
	width: 12px;
	height: 18px;
	background-color: transparent;
	background-image: none;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 2;
}
 
#breadcrumb .button.file:active .buttonBackRight {
	background-image: url('/images/bread/flatCapLeft.png');
}

#breadcrumb .button:active {
	background-image: url('/images/bread/selected.png');
}

/* @end */

/* @group Header */

#header {
	background: #2c2c2c url(/images/header.png) repeat-x;
	height: 60px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	-webkit-border-radius: 0;
}

#header a #logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 60px;
	background-color: transparent;
	background-image: url(/images/logo.png);
	text-indent: -900px;
	overflow: hidden;
}

#header a:active #logo {
	background-image: url(/images/logoOver.png);
}

#header a #contact {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 55px;
	height: 30px;
	background: transparent url(/images/contact.png) -15px;
	z-index: 1;
	text-indent: -900px;
	overflow: hidden;
}

#header a #about {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 4px;
	width: 40px;
	height: 30px;
	background: transparent url(/images/about.png) -15px;
	z-index: 1;
	text-indent: -900px;
	overflow: hidden;
}

#header a #blog {
	display: block;
	position: absolute;
	bottom: 40px;
	right: 7px;
	width: 25px;
	height: 30px;
	background: transparent url(/images/blog.png) -15px;
	z-index: 1;
	text-indent: -900px;
	overflow: hidden;
}

#header a #contactOver {
	display: none;
}

#header a:hover #contactOver {
	display: none;
}

#header a #aboutOver {
	display: none;
}

#header a:hover #aboutOver {
	display: none;
}

#header a #blogOver {
	display: none;
}

#header a:hover #blogOver {
	display: none;
}

/* @end */

#newsBlurb {
	position: absolute;
	top: 60px;
	left: 0px;
	right: 0px;
	height: 24px;
	background: url(/images/newsBar.png) repeat-x left top;
	font: 12px/23px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: rgba(255,255,255,0.5) 0 1px 1px;
	text-align: center;
	color: #000;
}

#newsBlurb span.title {
	font-weight: bold;
	margin-right: 10px;
}

#newsBlurb a,
#newsBlurb a:link,
#newsBlurb a:visited,
#newsBlurb a:hover {
	color: #000;
}


.page #footer {
	background: rgb(209, 211, 212) url(/images/footer.png) repeat-x;
	height: 34px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding-top: 6px;
	color: #3f3f3f;
	text-align: center;
	line-height: 14px;
	font-size: 10px;
	-webkit-border-radius: 0;
}

/* @group Content */

#content {
	width: 300px;
	height: auto;
	font-size: 12px;
	line-height: 1.3;
	text-align: justify;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
}

#content h1 {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#content h2 {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#content h2 img {
	vertical-align: middle;
	height: auto;
}

#content h3 {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#content p.note {
	border: 1px solid #3c3c3c;
	padding: 8px 10px;
	background-color: #e0e0e0;
}

#content p.note:first {
	font-weight: bold;
}

#content p.caption {
	text-align: center;
	font-style: italic;
	font-size: 10px;
	margin-top: -5px;
	margin-bottom: 20px;
}

#content p.settings {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 304px;
	margin-top: -10px;
	margin-bottom: -10px;
	padding: 5px 8px;
	background: #fff url("/software/elemints/userguide/UGSettingsBack.png") repeat scroll top left;
}

#content p.creditRole {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin: 15px 8px 3px 8px;
	padding: 0px;
}

#content p.creditPerson {
	font-size: 14px;
	text-align: center;
	margin: 0px 8px 2px 8px;
	padding: 0px;
	line-height: 15px;
}

#content a.projectEntry {
	position: relative;
	display: block;
	height: 148px;
	width:  397px;
	padding-left: 148px;
	font-size: 28px;
	line-height: 142px;
	background-color: #eaeaea;
	margin: 10px;
	-webkit-border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	text-shadow: #fff 0 1px 2px;
}

#content a.projectEntry.widget {
	height: 100px;
	width:  445px;
	padding-left: 100px;
	line-height: 95px;
}

#content a.projectEntry:hover {
	background-color: #ccc;
	color: black;
	text-decoration: none;
}

#content a.projectEntry.underDevelopment {
	background-image: url(/images/betaPaper.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #f5f5d9;
}

#content a.projectEntry.underDevelopment:hover {
	background-color: #d4d486;
}

#content a.projectEntry,
#content a.projectEntry:link,
#content a.projectEntry:visited {
	color: black;
	text-decoration: none;
}

#content a.projectEntry .version {
	position: absolute;
	display: block;
	height: 20px;
	width: 150px;
	top: 18px;
	right: 20px;
	font-size: 10px;
	line-height: normal;
	color: #3f3f3f;
	text-align: right;
}

#content a.projectEntry .icon {
	position: absolute;
	display: block;
	height: 128px;
	width: 128px;
	top: 10px;
	left: 10px;
	background-repeat: no-repeat;
	background-position: center top;
}

#content a.projectEntry.app .icon {
	background-image: url("/images/icons/Big Icons/Application 128.png");
}

#content a.projectEntry.screensaver .icon {
	background-image: url("/images/icons/Big Icons/Screen Saver 128.png");
}

#content a.projectEntry.widget .icon {
	background-image: url("/images/icons/Big Icons/Widget 80.png");
	height: 80px;
	width: 79px;
}

#content ul {
	padding-left: 20px;
}

#content ul li {
	list-style-type: disc;
	list-style-image: url(/images/disk.png);
}

#content ul li.next {
	list-style-image: url(/images/next.png);
	/*text-shadow: rgba(0,0,0,0.5) 0 0 5px;*/
	color: #1945be;
}

#content ul li.next a {
	color: #1a88fd;
}

#content ul li.next a:link {
	color: #1a88fd;
}

#content ul li.next a:visited {
	color: #123494;
}

#content ul li.next a:hover {
	color: #11318d;
}

#content ul li.check {
	list-style-image: url(/images/check.png);
	color: #008019;
	/*text-shadow: rgba(0,0,0,0.5) 0 0 5px;*/
}

#content ul li.check a {
	color: #00e02b;
}

#content ul li.check a:link {
	color: #00e02b;
}

#content ul li.check a:visited {
	color: #004a0d;
}

#content ul li.check a:hover {
	color: #007109;
}

#content ul li.warning {
	list-style-image: url(../images/warning.png);
	color: #ad8b0c;
	/*text-shadow: rgba(0,0,0,0.5) 0 0 5px;*/
}

#content ul li.warning a {
	color: #ff8a0e;
}

#content ul li.warning a:link {
	color: #ff8a0e;
}

#content ul li.warning a:visited {
	color: #bc6b0b;
}

#content ul li.warning a:hover {
	color: #905008;
}

#content ul li.error {
	list-style-image: url(/images/error.png);
	/*text-shadow: rgba(0,0,0,0.5) 0 0 5px;*/
	color: #d71c17;
}

#content ul li.error a {
	color: #d71c17;
}

#content ul li.error a:link {
	color: #ff554f;
}

#content ul li.error a:visited {
	color: #b80e05;
}

#content ul li.error a:hover {
	color: #870a04;
}

#content h1.bigTitle {
	font-size: 45px;
	margin-top: 0;
	display: block;
	height: 148px;
	padding-left: 138px;
	line-height: 133px;
	width: 447px;
	padding-right: 0px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	border-bottom: 1px dashed #7f7f7f;
	background: white no-repeat 0px 10px;
}

.pageTitle {
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
	display: block;
	height: 148px;
	border-bottom: 1px solid #3f3f3f;
	background-color: #3f4252;
	color: #fff;
	line-height: 144px;
	font-size: 45px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-shadow: rgba(0,0,0,0.75) 0 2px 5px;
	-webkit-user-select: none;
}

.pageTitle.small {
	font-size: 35px;
}

.pageTitleIcon {
	display: inline-block;
	position: relative;
	width: 128px;
	height: 128px;
	vertical-align: middle;
	margin-right: 10px;
	background: transparent no-repeat right center;
	z-index: 1;
}

.pageTitleShading {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	background: url(/images/titleShading.png) repeat-x 0 0;
	opacity: 0.75;
}

.pageHeader {
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
	display: block;
	height: 52px;
	border-bottom: 1px solid #3f3f3f;
	background-color: #005efd;
	color: #fff;
	line-height: 52px;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-shadow: rgba(0,0,0,0.75) 0 2px 5px;
	-webkit-user-select: none;
}

.pageHeader.code {
	background: #000 url(/images/smallCodeBack.png) repeat left top;
}

.pageHeader.construction {
	height: 24px;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	text-shadow: rgba(255,255,255,0.5) 0 1px 1px;
	font-weight: bold;
	border-bottom-color: #999913;
	background: #ff0 url(/images/cautionBack.png) repeat-x 0 0;
}

.pageHeader.success {
	height: 24px;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	text-shadow: rgba(255,255,255,0.5) 0 1px 1px;
	font-weight: bold;
	border-bottom-color: #1f9912;
	background-color: #0f0;
}

.pageHeader.error {
	height: 24px;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	text-shadow: rgba(255,255,255,0.5) 0 1px 1px;
	font-weight: bold;
	border-bottom-color: #911;
	background-color: #f00;
}

.pageHeaderIcon {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	vertical-align: -25%;
	margin-right: 10px;
	background: transparent no-repeat right center;
	z-index: 1;
}

.pageHeaderShading {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	background: url(/images/pageHeaderShading.png) repeat-x 0 0;
	opacity: 0.75;
}

.pageHeader.construction .pageHeaderShading {
	background: url(/images/underConstructionShading.png) repeat-x 0 0;
	opacity: 0.5;
}

.pageHeader.success .pageHeaderShading,
.pageHeader.error .pageHeaderShading {
	background: url(/images/underConstructionShading.png) repeat-x 0 0;
	opacity: 0.5;
}

img.standAloneImage {
	display: block;
	position: relative;
	margin: 10px auto;
	max-width: 565px;
}

img.emoji {
	display: inline-block;
	float: none !important;
	vertical-align: -30%;
	width: 20px;
	height: 20px;
	margin: 0px 0px !important;
	padding: 0px;
}

/* @end */

a {
	color: rgb(120, 120, 240);
	text-decoration: none;
}

a:link {
	color: rgb(120, 120, 240);
	text-decoration: none;
}

a:visited {
	color: rgb(100, 100, 180);
	text-decoration: none;
}

a:hover {
	color: rgb(10, 10, 80);
	text-decoration: underline;
}

#loadingView {
	display: block;
	position: absolute;
	top: 22px;
	right: 58px;
	width: 16px;
	height: 16px;
	background: url(/images/loading.png) no-repeat 0 0;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-in-out;
}

/* @group Release Notes */

#content ul.releaseNotes li {
	font-weight: bold;
	margin-top: 12px;
}

#content ul.releaseNotes li ul {
	font-weight: normal;
	font-style: normal;
	color: #737373;
	font-size: 10px;
	padding-left: 16px;
}

#content ul.releaseNotes li ul li {
	font-weight: normal;
	font-style: normal;
	color: #737373;
	font-size: 11px;
	margin-top: 4px;
	list-style-type: circle;
	list-style-image: url(/images/circle.png);
	opacity: 1;
}

/* @end */

/* @group Screen Shots */

.screenshotContainer {
	position: relative;
	width: 100%;
	text-align: center;
}

a .screenshot {
	text-align: center;
	position: relative;
	display: inline-block;
	color: #000;
	padding: 10px;
	max-width: 200px;
	background-color: #e7e7e7;
	border: 1px solid #aeaeae;
	vertical-align: middle;
	margin: 10px;
	text-decoration: none;
}

a:link .screenshot {
	text-decoration: none;
	color: #000;
}

a:hover .screenshot {
	background-color: #cacaca;
	border: 1px solid #999;
	text-decoration: none;
	color: #000;
}

a:visited .screenshot {
	text-decoration: none;
	color: #000;
}

a:active .screenshot {
	text-decoration: none;
	color: #000;
}

a .screenshot img {
	display: block;
	max-height: 200px;
	max-width: 200px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
}

/* @end */

/* @group Search */

#search {
	display: none;
	position: absolute;
	top: 3px;
	right: 13px;
	width: 170px;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
}

#sidebarSearch {
	position: absolute;
	top: -1000px;
	right: 0px;
	left: 0px;
	height: 0px;
	-webkit-transition-property: top;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
}

#sidebarSearchContent {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 27px;
	padding: 0px;
	color: rgb(91, 91, 91);
	line-height: 15px;
	font-size: 12px;
	background-color: #464646;
	opacity: 0.95;
	overflow: hidden;
	z-index: 5;
}

#sidebarSearchContent a {
	color: white;
	text-decoration: none;
}

#sidebarSearchContent a:link {
	color: white;
	text-decoration: none;
}

#sidebarSearchContent a:visited {
	color: #d9d9d9;
	text-decoration: none;
}

#sidebarSearchContent a:hover {
	color: white;
	text-decoration: none;
}

#sidebarSearchContent .sidebarGroup {
	color: white;
	font-weight: bold;
	line-height: 21px;
	margin: 4px 10px 5px;
}

#sidebarSearchShadow {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	height: 27px;
	background: url(/images/shadow.png) repeat-x;
}

.searchResult {
	width: 100%;
	position: relative;
	margin-top: -1px;
	height: 50px;
	border-top: 1px solid #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
	background: #2f2f2f repeat-x;
}

.searchResult:hover {
	background-image: url(/images/selectedSearch.png);
}

.searchResultImage {
	top: 9px;
	left: 9px;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	background: transparent no-repeat 0 0;
	-webkit-background-size: 32px 32px;
}

.searchResult .searchResultTitle {
	top: 9px;
	left: 9px;
	right: 9px;
	height: 15px;
	display: block;
	position: absolute;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}

.searchResult.image .searchResultTitle {
	left: 50px;
}

.searchResult .searchResultDesc {
	bottom: 8px;
	left: 9px;
	right: 9px;
	height: 14px;
	display: block;
	position: absolute;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 9px;
}

.searchResult.image .searchResultDesc {
	left: 50px;
}

/* @end */

/* @group Side Bar */

#sidebar {
	position: relative;
	top: 0;
	display: block;
	width: 320px;
	border: none;
	border-top: 1px solid rgb(204, 204, 204);
	background-color: rgb(250, 250, 255);
	overflow: visible;
}

#sidebarContents {
	position: relative;
	width: 300px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 8px;
	color: rgb(91, 91, 91);
	line-height: 13px;
	font-size: 11px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
}

#sidebarContents.autoGenerated {
	min-height: 187px;
	background: none;
}

#sidebarContents .sidebarGroup {
	color: black;
	font-weight: bold;
	line-height: 21px;
	margin-top: 4px;
}

#sidebarContents ul {
	padding-left: 0;
	margin-top: 0px;
	margin-bottom: 2px;
}

#sidebarContents ul ul {
	padding-left: 15px;
	margin-top: 4px;
	margin-bottom: 6px;
}

#sidebarContents li {
	list-style-image: none;
	list-style-type: none;
}

#sidebarContents li li {
}

#sidebarContents a,
#sidebarContents a:link,
#sidebarContents a:visited {
	color: rgb(91, 91, 91);
	text-decoration: none;
}

#sidebarContents a.selected,
#sidebarContents a.selected:link,
#sidebarContents a.selected:visited,
#sidebarContents a:active {
	color: rgb(0, 81, 210);
	font-weight: bold;
	text-decoration: none;
}

#sidebarContents a:hover,
#sidebarContents a.selected:hover {
	text-decoration: underline;
}

#sidebarContents .sidebarBox {
	display: block;
	position: relative;
	margin: 10px -10px;
}

#sidebarContents .sidebarBox.download {
	padding: 10px;
	background-color: #ccc;
	color: black;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}

#sidebarContents .sidebarBox.download a {
	display: block;
	position: relative;
	background: rgb(242, 242, 242) url(/images/icons/unknown.png) no-repeat 12px 5px;
	-webkit-border-radius: 18px 18px;
	-moz-border-radius: 18px 18px;
	color: black;
	text-decoration: none;
	height: 42px;
	margin: 5px auto;
	width: 115px;
	padding-left: 50px;
	font-size: 14px;
	line-height: 44px;
	text-align: left;
}

#sidebarContents .sidebarBox.download a[href*=".zip"] {
	background-image: url(/images/icons/zip.png);
}

#sidebarContents .sidebarBox.download a[href*=".dmg"] {
	background-image: url(/images/icons/diskimage.png);
}

#sidebarContents .sidebarBox.download a[href$="/"] {
	background-image: url(/images/icons/folder.png);
}

#sidebarContents .sidebarBox.download a[href*=".mov"],
#content #sidebarContents .sidebarBox.download a[href*=".avi"] {
	background-image: url(/images/icons/movie.png);
}

#sidebarContents .sidebarBox.download a[href*=".png"],
#sidebarContents .sidebarBox.download a[href*=".jpg"] {
	background-image: url(/images/icons/image.png);
}

#sidebarContents .sidebarBox.download a[href*=".pdf"] {
	background-image: url(/images/icons/pdf.png);
}

#sidebarContents .sidebarBox.download a[href*=".html"] {
	background-image: url(/images/icons/html.png);
}

#sidebarContents .sidebarBox.download a[href*=".txt"] {
	background-image: url(/images/icons/text.png);
}

#sidebarContents .sidebarBox.download a[href*=".rtf"] {
	background-image: url(/images/icons/rich.text.png);
}

#sidebarContents .sidebarBox.download a[href*="http://phobos.apple.com/"][href*="viewSoftware"] {
	background-image: url(/images/icons/appstore.png);
}

#sidebarContents .sidebarBox.download a[href*="http://itunes.apple.com/"][href*="viewSoftware"] {
	background-image: url(/images/icons/appstore.png);
}

#sidebarContents .sidebarBox.download a:link,
#sidebarContents .sidebarBox.download a:visited {
	color: black;
	text-decoration: none;
	background-color: rgb(242, 242, 242);
	font-weight: normal;
}

#sidebarContents .sidebarBox.download a:hover {
	color: white;
	text-decoration: underline;
	background-color: #7f7f7f;
	font-weight: normal;
}

#sidebarContents .sidebarBox.download a:active {
	color: white;
	text-decoration: underline;
	background-color: #191919;
	font-weight: normal;
}

#sidebarContents .sidebarBox.download .version {
	display: block;
	position: relative;
	text-align: center;
	font-size: 9px;
	margin-bottom: 5px;
	margin-top: -5px;
}

#sidebarContents .sidebarBox.download .price {
	display: block;
	position: relative;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#sidebarContents .sidebarBox.download .requirements {
	display: block;
	position: relative;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#sidebarContents .sidebarBox.download ul li {
	text-align: center;
	list-style-type: none;
	font-size: 11px;
}

/* @end */

/* Load hover images in this div */

#loader {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

/* @group Calendar */

#sidebarContents .sidebarBox.calendar {
	color: #323232;
	margin: 0px -10px 10px;
	height: 187px;
	background: #ced6dd url(/images/calendar/back.png) repeat-x;
	-webkit-user-select: none;
}

.calendar .calendarbox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 195px;
	height: 187px;
	opacity: 1;
	-webkit-transition-property: left, opacity;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
}

.calendar .previous {
	background: url(/images/calendar/previousNormal.png) no-repeat 3px 3px;
	width: 14px;
	height: 15px;
	position: absolute;
	display: block;
	top: 6px;
	left: 7px;
	z-index: 1;
}

.calendar .previous:active {
	background-image: url(/images/calendar/previousPressed.png);
}

.calendar .next {
	background: url(/images/calendar/nextNormal.png) no-repeat 3px 3px;
	width: 14px;
	height: 15px;
	position: absolute;
	display: block;
	top: 6px;
	left: 174px;
	z-index: 1;
}

.calendar .next:active {
	background-image: url(/images/calendar/nextPressed.png);
}

.calendar .month {
	position: absolute;
	top: 5px;
	width: 195px;
	height: 14px;
	text-align: center;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #323232;
	text-shadow: rgba(255,255,255,1) 0 1px 1px;
}

.calendar .day {
	position: absolute;
	width: 29px;
	height: 26px;
	background: url(/images/calendar/day.png) no-repeat;
	font: bold 14px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	text-shadow: rgba(255,255,255,1) 0 1px 1px;
	text-indent: 1px;
}

.calendar .header {
	text-shadow: rgba(255,255,255,1) 0 1px 1px;
	color: #323232;
	position: absolute;
	width: 28px;
	height: 14px;
	top: 22px;
	text-align: center;
	font: bold 9px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.day.old {
	text-shadow: rgba(255,255,255,1) 0 1px 1px;
	color: #a5a5a5;
}

#sidebarContents .sidebarBox.calendar a,
#sidebarContents .sidebarBox.calendar a:link,
#sidebarContents .sidebarBox.calendar a:visited,
#sidebarContents .sidebarBox.calendar a:active,
#sidebarContents .sidebarBox.calendar a:hover {
	color: #323232;
	text-decoration: none;
}

#sidebarContents .sidebarBox.calendar a .selected,
#sidebarContents .sidebarBox.calendar a:link .selected,
#sidebarContents .sidebarBox.calendar a:visited .selected,
#sidebarContents .sidebarBox.calendar a:active .selected,
#sidebarContents .sidebarBox.calendar a:hover .selected {
	color: #fff;
	text-decoration: none;
}

.day.d1, .day.d2, .day.d3, .day.d4, .day.d5, .day.d6, .day.d7 {
	top: 36px;
	background-image: url(/images/calendar/day1.png);
}

.day.d8, .day.d9, .day.d10, .day.d11, .day.d12, .day.d13, .day.d14 {
	top: 61px;
	background-image: url(/images/calendar/day2.png);
}

.day.d15, .day.d16, .day.d17, .day.d18, .day.d19, .day.d20, .day.d21 {
	top: 86px;
	background-image: url(/images/calendar/day3.png);
}

.day.d22, .day.d23, .day.d24, .day.d25, .day.d26, .day.d27, .day.d28 {
	top: 111px;
	background-image: url(/images/calendar/day4.png);
}

.day.d29, .day.d30, .day.d31, .day.d32, .day.d33, .day.d34, .day.d35 {
	top: 136px;
	background-image: url(/images/calendar/day5.png);
}

.day.d36, .day.d37, .day.d38, .day.d39, .day.d40, .day.d41, .day.d42 {
	top: 161px;
	height: 25px;
	background-image: url(/images/calendar/day6.png);
}

.day.d1, .day.d8, .day.d15, .day.d22, .day.d29, .day.d36, .calendar .header.sunday {
	left: -1px;
}

.day.d2, .day.d9, .day.d16, .day.d23, .day.d30, .day.d37, .calendar .header.monday {
	left: 27px;
}

.day.d3, .day.d10, .day.d17, .day.d24, .day.d31, .day.d38, .calendar .header.tuesday {
	left: 55px;
}

.day.d4, .day.d11, .day.d18, .day.d25, .day.d32, .day.d39, .calendar .header.wednesday {
	left: 83px;
}

.day.d5, .day.d12, .day.d19, .day.d26, .day.d33, .day.d40, .calendar .header.thursday {
	left: 111px;
}

.day.d6, .day.d13, .day.d20, .day.d27, .day.d34, .day.d41, .calendar .header.friday {
	left: 139px;
}

.day.d7, .day.d14, .day.d21, .day.d28, .day.d35, .day.d42, .calendar .header.saturday {
	left: 167px;
}

.day.selected, a:active .day {
	background-image: url(/images/calendar/selected.png);
	z-index: 1;
	color: #fff;
	text-shadow: rgba(0,0,0,0.5) 0 1px 1px;
}

a .day .dot {
	position: absolute;
	width: 5px;
	height: 6px;
	top: 18px;
	left: 13px;
	background-image: url(/images/calendar/blackDot.png);
}

a .day.selected .dot, a:active .day .dot {
	position: absolute;
	width: 5px;
	height: 6px;
	top: 18px;
	left: 12.5px;
	background-image: url(/images/calendar/whiteDot.png);
}

/* @end */


/* @group Blog */

.blogEntry {
	border-bottom: 1px dashed #7e7e7e;
	padding: 10px 10px;
	margin-right: -10px;
	margin-left: -10px;
	background: #fff;
}

.blogEntry.alt {
	background: #e5e5e5;
}

.blogEntry .title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.blogEntry .title a,
.blogEntry .title a:link,
.blogEntry .title a:visited {
	color: #000;
}

.blogEntry .meta {
	font-size: 9px;
	font-weight: bold;
	color: #656565;
	text-align: center;
	margin-bottom: 10px;
}

.blogEntry .submeta {
	font-size: 9px;
	font-weight: bold;
	color: #656565;
	margin-top: 14px;
}

.blogEntry .entry {
}

.blogEntry .entry p {
	text-align: justify;
	text-indent: 30px;
}

.blogEntry .entry > img {
	float: left;
	margin: 10px;
}

.comments {
	padding: 10px 10px 20px;
	margin-right: -10px;
	margin-left: -10px;
	background: #fff;
}

.commentsTitle {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.comments .disabledMessage {
	font-size: 10px;
	font-weight: bold;
	color: #656565;
	text-align: center;
	margin-bottom: 10px;
}

.comment {
	border-bottom: 1px dashed #7e7e7e;
	padding: 10px 10px;
	margin-right: 0px;
	margin-left: 0px;
	background: #fff;
}

.comment.alt {
	background: #e5e5e5;
	border-right: 1px dashed #7e7e7e;
	border-left: 1px dashed #7e7e7e;
}

.comment .author {
	font-weight: bold;
	font-size: 12px;
}

.comment .date {
	font-size: 9px;
	font-weight: bold;
	color: #656565;
	text-align: left;
	margin-bottom: 10px;
}

.comment .date a {
	color: #656565;
}

.comment .date a:link {
	color: #656565;
}

.comment .entry {
	font-size: 12px;
	text-align: justify;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 12px;
	text-indent: 20px;
}

.commentReplyTitle {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-top: 20px;
}

.comments .formRow label {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	width: 100%;
	display: block;
	text-align: center;
}

.comments .formRow input[type="text"] {
	font-size: 15px;
	width: 280px;
}

.comments .formRow textarea {
	font-size: 15px;
	width: 290px;
	height: 120px;
	min-height: 80px;
	max-height: 300px;
	max-width: 300px;
	padding: 2px;
}

.pageControl {
	font-size: 10px;
	font-weight: bold;
	color: #656565;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}

.pageControl strong {
	color: #000;
	font-size: 16px;
}

#blogAdmin {
	position: absolute;
	right: 4px;
	bottom: 44px;
	height: 14px;
	width: 14px;
	background: url(/images/gear.png) no-repeat right;
	font-size: 10px;
	line-height: 14px;
	color: #000;
	opacity: 0.05;
	text-decoration: none;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
}

#blogAdmin:link,
#blogAdmin:visited {
	opacity: 0.05;
	text-decoration: none;
	color: #000;
}

#blogAdmin:active {
	opacity: 1;
	text-decoration: none;
	color: #000;
}

.formRow {
	margin-top: 10px;
	font-size: 11px;
	text-align: center;
}

.formRow label {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	width: 100%;
	display: block;
	text-align: center;
}

.formRow input[type="checkbox"] {
	font-size: 11px;
	margin: 0px;
	width: 16px;
	height: 16px;
}

.formRow label.checkbox {
	font-size: 11px;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 5px;
	width: 260px;
	display: inline-block;
	text-align: left;
}

.formRow input[type="text"] {
	font-size: 15px;
	width: 280px;
}

.formRow input[type="submit"] {
	margin-bottom: 15px;
}

.formRow textarea {
	font-size: 13px;
	width: 290px;
	height: 250px;
	min-height: 80px;
	max-height: 300px;
	max-width: 400px;
	padding: 2px;
}

.formRow.desc {
	margin-top: 0px;
	font-size: 9px;
	margin-bottom: 10px;
	color: #656565;
	text-align: center;
}

.formRow.desc.error {
	color: #f33;
}

/* @end */

/* @group Week Calendar */

.weekCalendar {
	position: relative;
	margin: 0px -10px;
	background-image: url(/images/sectionShading.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.weekCalendar .monthHeader {
	width: 320px;
	text-align: center;
	position: relative;
	height: 16px;
	background-image: url(/images/underConstructionShading.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: black;
	-webkit-background-size: 100%;
	border-bottom: 0.666px solid rgba(0, 0, 0, 0.5);
	-webkit-user-select: none;
	-moz-user-select: none;
}

.weekCalendar .monthHeader .monthTitle {
	width: 150px;
	line-height: 16px;
	height: 16px;
	display: block;
	text-align: center;
	position: absolute;
	left: 85px;
	top:  0px;
	font-size: 9.33px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.8) 0 -1px 0px;
	font-weight: bold;
}

.weekCalendar .monthHeader .previousWeek {
	background: url(/images/calendar/previousWeekNormal.png) no-repeat 50% 50%;
	-webkit-background-size: 45%;
	width: 15px;
	height: 16px;
	left: 50px;
	top: 0px;
	display: block;
	position: absolute;
}

.weekCalendar .monthHeader .previousWeek:active {
	opacity: 0.6;
}

.weekCalendar .monthHeader .nextWeek {
	background: url(/images/calendar/nextWeekNormal.png) no-repeat 50% 50%;
	-webkit-background-size: 45%;
	width: 15px;
	height: 16px;
	right: 50px;
	top: 0px;
	display: block;
	position: absolute;
}

.weekCalendar .monthHeader .nextWeek:active {
	opacity: 0.6;
}

.weekCalendar .weekCalendarContent {
	width: 320px;
	position: relative;
	height: 160px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 13px;
}

.weekCalendar .weekCalendarContent .timeColumn {
	position: absolute;
	width: 40px;
	height: 974px;
}

.weekCalendar .weekCalendarContent .timeColumn > span {
	margin-bottom: 31px;
	display: block;
	text-align: right;
	width: 37px;
	font-size: 6px;
	color: rgb(150, 150, 150);
	height: 9px;
	line-height: 9px;
}

.weekCalendar .weekCalendarContent .timeColumn > span span:first-child {
	color: black;
	font-weight: bold;
	font-size: 7px;
}

.weekCalendar .weekCalendarContent .timeColumn > span:last-child {
	margin-bottom: 0px;
}

.weekCalendar .weekCalendarContent .dayColumn {
	position: absolute;
	top: 27px;
	width: 87px;
	left: 45px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgb(173, 173, 173);
	height: 960px;
	background: url(/images/calendar/hourRows.png) repeat 0px 0px;
}

.weekCalendar .weekCalendarContent .dayColumn.monday {
	left: 42px;
}

.weekCalendar .weekCalendarContent .dayColumn.tuesday {
	left: 130px;
}

.weekCalendar .weekCalendarContent .dayColumn.wednesday {
	left: 218px;
}

.weekCalendar .weekCalendarContent .dayColumn.thursday {
	left: 306px;
}

.weekCalendar .weekCalendarContent .dayColumn.friday {
	left: 394px;
}

.weekCalendar .weekCalendarContent .dayColumn.saturday {
	left: 482px;
}

.weekCalendar .weekCalendarHeaders {
	position: absolute;
	top: 16.666px;
	width: 585px;
	height: 11px;
	background-image: url(/images/calendar/weekdayHeader.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: rgba(0,0,0,0.7);
	-webkit-background-size: 50%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	font-size: 7.3px;
	font-weight: bold;
	line-height: 11px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.8) 0 -0.6px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.weekCalendar .weekCalendarHeaders .dayHeader {
	position: absolute;
	display: block;
	height: 11px;
	width: 88px;
	top: 0px;
	text-align: center;
}

.weekCalendar .weekCalendarHeaders .dayHeader.monday {
	left: 42px;
}

.weekCalendar .weekCalendarHeaders .dayHeader.tuesday {
	left: 130px;
}

.weekCalendar .weekCalendarHeaders .dayHeader.wednesday {
	left: 218px;
}

.weekCalendar .weekCalendarHeaders .dayHeader.thursday {
	left: 306px;
}

.weekCalendar .weekCalendarHeaders .dayHeader.friday {
	left: 394px;
}

.weekCalendar .weekCalendarHeaders .dayHeader.saturday {
	left: 482px;
}

/* @end */

.addresscard {
	min-height: 105px;
	position: relative;
}

.addresscard .portrait {
	position: absolute;
	left: 10px;
	width: 80px;
	height: 85px;
	top: 10px;
	background-position: middle center;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
}

.addresscard .name {
	position: absolute;
	left: 80px;
	width: 225px;
	height: 30px;
	top: 20px;
	text-align: right;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 24px;
}

.addresscard .role {
	position: absolute;
	left: 90px;
	width: 215px;
	height: 30px;
	top: 50px;
	text-align: right;
	color: rgb(150, 150, 150);
	font-size: 12px;
}

.addresscard .additionalinfo {
	position: relative;
	margin-left: 90px;
	width: 210px;
	margin-top: 80px;
	text-align: left;
	color: black;
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 10px;
}

.addresscard .additionalinfo .field {
	position: relative;
	display: inline-block;
	width: 50px;
	margin-right: 10px;
	text-align: right;
	color: rgb(150, 150, 150);
}

.addresscard .additionalinfo .value {
	position: relative;
	display: inline-block;
	width: 150px;
	color: black !important;
}

.addresscard .additionalinfo .value a {
	color: black !important;
}

.addresscard .additionalinfo .value a:hover {
	color: black !important;
	text-decoration: underline;
}