/* @override 
	http://cascom.se/css/inherit.css
	http://cascom.dev/css/inherit.css
*/

/* @group Keyframes */

@-webkit-keyframes spin {
	from {
		opacity: 0;
		-webkit-transform: scale(0.05) rotateZ(0deg);
	}
	30% {
		opacity: 1;
		-webkit-transform: scale(1.01) rotateZ(440deg);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1) rotateZ(330deg);
	}
	65% {
		opacity: 1;
		-webkit-transform: scale(1) rotateZ(360deg);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) rotateZ(0deg);
	}

}
    
@-webkit-keyframes fade {
	0% {
		left: 0;
		opacity: 0;
	}
	45% {
		left: 20px;
		opacity: 0;
	}
	65% {
		left: 0px;
		opacity: 1;
	}
	80% {
		left: 0px;
		opacity: 0;
	}
	100% {
		left: 0px;
		opacity: 0;
	}

/* @end */
}

/* @group Web */

body {
	width: 100%;
	height: 100%;
}

header, nav, aside, section, article, footer {
	display: block;
}

body > header {
	width: 85%;
	text-align: center;
	left: 20%;
	top: 0;
	position: fixed;
}

body > article {
	float: right;
}

body > nav {
	width: 15%;
	position: fixed;
	top: 0;
	z-index: 2002;
	overflow: auto;
	left: 0;
	bottom: 0;
}

nav .ui-resizable-handle {
	height: 100%;
	width: 10px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 30;
	cursor: e-resize;
}

body > aside {
	width: 15%;
	float: left;
	clear: left;
}

body #content {
	width: 85%;
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
}

bodys #content .view {
	position: fixed;
	top: 0;
	right: 0;
	overflow: scroll;
	left: 15%;
	bottom: 0;
}

body > footer {
	display: block;
	clear: both;
	text-align: center;
	width: 85%;
	bottom: 0;
	left: 15%;
}

body > section > footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: none;
}

bodys.loading > * {
	display: none;
}

.dialog {
	display: none;
}

.alert {
	display: none;	
}

/* @end */

/* @group Mac OS X */

.mac {
	color: #000;

	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, sans-serif;
}

.mac a {
	color: inherit;
	text-decoration: inherit;
	cursor: default;
}

/* @group loading */

.mac.loading .loader {
	background: url(../icon/loading_content.gif) no-repeat center center;
	width: 64px;
	height: 64px;
	position: fixed;
	bottom: 15%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
}

.mac.loading > header {
	overflow: hidden;
	height: 0;
	margin-top: -5px;
}

.mac.loading > nav {
	overflow: hidden;
	width: 0;
	margin-right: -5px;
}

.mac.loading > aside {
	overflow: hidden;
	width: 0;
	margin-left: -5px;
}

.mac.loading > #breadcrumbs {
	height: 0;
	overflow: hidden;
	margin-bottom: -30px;
}

.mac.loading > footer {
	overflow: hidden;
	height: 0;
	width: 100%;
	margin-bottom: -50px;
}

/* @end */

/* @group header */

.mac > header {
	background-color: #caccd1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e0e1e4), color-stop(1, #b6bAc0));
	background: -moz-linear-gradient(-90deg, #e0e1e4, #b6bAc0);
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #838d87;

	text-align: center;

	height: 40px;
	z-index: 2000;
}

/* iPhoto gradient
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), color-stop(1, #959595));
	background-image: -moz-linear-gradient(-90deg, #dbdbdb, #959595);
*/

.mac > header h1 {
	color: #444e5b;

	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #fff 0 1px 0;

	height: 17px;
	width: 100%;
	margin: 13px 0 10px;

	float: left;
}

.mac > header a {
	color: #1e1e1e;
	background: url(../icon/back.png) no-repeat 10px 0;

	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #ccc 0 1px 0;

	width: 120px;
	height: 17px;
	padding-top: 4px;
	padding-bottom: 3px;

	float: left;
	position: absolute;
	left: 0;
	margin-top: 9px;
	margin-right: 10px;
	margin-bottom: 7px;
}

.mac.blur > header a {
	color: #575757;
	text-shadow: #fff 0 1px 0;
}

.mac > header a:active {
	background-image: url(../icon/back-2.png);
}

.mac > header .next-day {
	right: 0;
}

.mac > header p {
	color: #444e5b;

	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-shadow: #fff 0 1px 0;

	height: 17px;
	margin: 10px;

	float: left;
}

.mac > header #search {
	margin: 8px;

	position: absolute;
	right: 0;
}

.mac > header #search input {
	background: url(../icon/magnifier.png) no-repeat;
}

.mac > header .badge {
	margin-top: 13px;
	position: absolute;
	right: 44%;
}

/* @end */

/* @group nav */

.mac > nav {
	color: #000;
	background-color: #d6dde5;
	border-right: 1px solid #a5a5a5;
}

.mac.blur > nav {
	background-color: #e8e8e8;
}

/* @group List header */

.mac > nav header {
	background-color: #5f7389;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8292a6), color-stop(1, #425872));
	background: -moz-linear-gradient(-90deg, #8292a6, #425872);
	border-top: 1px solid #c0c9d2;
	border-right: 1px solid #232f3c;
	border-bottom: 1px solid #232f3c;

	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	text-shadow: #333 0 -1px 0;

	margin-right: -1px;
	clear: both;
}

.mac > nav header a {
	color: #fff;

	text-indent: 43px;
	text-shadow: #232f3c 0 1px 0;

	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;

	display: block;
}

.mac.blur > nav header {
	background-color: #caccd1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e0e1e4), color-stop(1, #b6bAc0));
	background: -moz-linear-gradient(-90deg, #e0e1e4, #b6bAc0);
	border-top: 1px solid #f8f8f8;
	border-right: 1px solid #838d87;
	border-bottom: 1px solid #838d87;
	position: relative;
}

.mac.blur > nav header a {
	color: #444e5b;
	text-shadow: #fff 0 1px 0;
	background-position: 23px 11px;
	background-repeat: no-repeat;
}

.mac > nav header img {
	width: 32px;
	height: 32px;
	float: left;
	position: absolute;
	top: 5px;
	left: 5px;
}

/* @end */

.mac > nav ul, .mac > nav ol {
	width: 100%;
	margin-bottom: 3px;

	float: left;
	clear: both;
}

.mac > nav h2 {
	color: #717e8d;

	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #f3f5f8 0 1px 0;

	margin: 4px 5px 0 10px;

	cursor: default;
}

.mac > nav h2 span {
	font-size: 9px;
	vertical-align: 1px;

	margin-right: 4px;
	margin-left: -2px;
}

/* @group divider */

.mac > nav hr {
	border-top: 1px solid #c0c1d4;
	border-bottom: 1px solid #e0e5eb;
	border-right-style: none;
	border-left-style: none;

	width: 100%;
	height: 0;
	margin-top: 2px;
	margin-bottom: 0;

	display: block;
	float: left;
	clear: both;
}

.mac.blur > nav hr {
	border-bottom-color: #ededed;
	border-top-color: #d0d0d0;
}

/* @end */

/* @group list item */

.mac > nav li {
	font-size: 11px;
	line-height: 20px;

	width: 100%;

	float: left;
	clear: both;
	position: relative;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-top: 1px solid transparent;
}

.mac > nav li a {
	text-indent: 43px;
	width: 100%;
	float: left;
	background-position: 23px 2px;
	background-repeat: no-repeat;
}

.mac > nav li a img {
	position: absolute;
	top: 2px;
	left: 23px;
}

/* @group Selected */

.mac > nav .current {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8292a6), color-stop(1, #425872));
	background: -moz-linear-gradient(-90deg, #8292a6, #425872);
	border-top: 1px solid #69788d;
}

.mac > nav .current a {
	color: #fff;
	font-weight: bold;
	text-shadow: #323f4d 0 1px 0;
}

.mac.blur > nav .current  {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b4b4b4), color-stop(1, #8a8a8a));
	background: -moz-linear-gradient(-90deg, #b4b4b4, #8a8a8a);
	border-top: 1px solid #979797;
}

/* @end */

/* @group Badge */

.mac > nav .badge {
	color: #fff;
	background-color: #8899be;

	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	text-shadow: #a1a1a1 0 0 0;

	margin-top: 3px;
	margin-right: 5px;
	padding: 0 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;

	position: absolute;
	right: 0;

	cursor: default;
}

.mac > nav .current .badge {
	color: #5a667f;
	background-color: #fff;
}

.mac.blur > nav .badge {
	color: #fff;
	background-color: #a1a1a1;

	font-weight: bold;
	font-size: 10px;
	line-height: 14px;

	margin-top: 3px;
	margin-right: 5px;
	padding: 0 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;

	float: right;
}

.mac.blur > nav .current .badge {
	color: #999;
	background-color: #fff;
	text-shadow: #fff 0px 0px 0px;
}

/* @end */

/* @group Icons */

.mac > nav li.c100 a {
	background-image: url(../icon/kl1.png);
}

.mac > nav li.contact a {
	background-image: url(../icon/contact.png);
}

.mac > nav li.project a {
	background-image: url(../icon/tag.png);
}

.mac > nav li.tag a {
	background-image: url(../icon/tag.png);
}

.mac > nav li.time a {
	background-image: url(../icon/time.png);
}

.mac > nav li.title a {
	background-image: url(../icon/archive.png);
}

.mac > nav li.type a {
	background-image: url(../icon/documents.png);
}

.mac > nav li.tags a {
	background-image: url(../icon/tag.png);
}

.mac > nav li.bookmark a {
	background-image: url(../icon/bookmark.png);
}

.mac > nav #loading_tag_cloud {
	background-image: url(../icon/ajax-loader.gif);
}

/* @end */

/* @end */

/* @end */

/* @group aside */

.mac > aside {
	background-color: #d6dde5;
	border-right: 1px solid #a5a5a5;

	position: fixed;
	left: 0;
	bottom: 0;	
	z-index: 2003;
}

.mac.blur > aside {
	background-color: #e8e8e8;
}

.mac > aside header {
	color: #7A8089;
	border-top: 1px solid #a5a5a5;

	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #f6f6f6 0 1px 0;

	margin: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

.mac > aside header h1 {
	cursor: default;
}

.mac > aside > ul li, .mac > aside > ol li {
	color: #333;
	line-height: 15px;

	font-size: 11px;
	text-decoration: none;

	width: 100%;

	float: left;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mac > aside li.odd {
	background-color: #e4eaf1;
}

.mac.blur > aside li.odd {
	background-color: #f6f6f6;
}

.mac > aside li a, .mac > aside li input {
	margin-left: 5%;
}

/* @group footer */

.mac > aside footer {
	height: 22px;
	width: 100%;
	background-color: #fff;
	float: left;
	border-top: 1px solid #cacaca;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(0.5, #f3f3f3), color-stop(0.51, #e6e6e6), color-stop(1, #e6e6e6));
}

.mac > aside footer li {
	border-right: 1px solid rgba(0,0,0,0.2);
	float: left;
}

.mac > aside footer a, .mac > aside footer button {
	float: left;
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: #f0f0f0 0 1px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(0.5, #f3f3f3), color-stop(0.51, #e6e6e6), color-stop(1, #e6e6e6));
	border-left: 1px solid rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.5);
	border-top-style: none;
	border-bottom-style: none;
}

.mac > aside footer .add a, .mac > aside footer .add button {
	font: bold 15px/8px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.mac > aside footer a:active {
	background-color: rgba(0,0,0,0.34);
	margin-top: -1px;
	border-top: 1px solid rgba(0,0,0,0.03);
	border-right: 1px solid rgba(0,0,0,0.03);
	border-left: 1px solid rgba(0,0,0,0.03);
	margin-left: -1px;
	margin-right: -1px;
	padding-right: 11px;
	padding-left: 11px;
}

.mac > aside footer a img {
	margin-top: 3px;
}

/* @end */

/* @group iCal
 */

.mac > aside.iCal {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaedf1), color-stop(0.075, #d6dde5));	
}

.mac.blur > aside.iCal {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f3f3), color-stop(0.075, #e8e8e8));
}

.mac > aside.iCal > header {
	border-bottom: 1px solid #adbacb;
}

.mac.blur > aside.iCal > header {
	border-bottom: 1px solid #bababa;	
}

.mac > aside.iCal > ul li, .mac > aside.iCal > ol li {
	border-bottom: 1px solid #adbacb;
	border-top: 1px solid #e5e9ed;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mac > aside.iCal > ul li.odd, .mac > aside.iCal > ol li.odd {
	background-color: inherit;
}

.mac.blur > aside.iCal > ul li, .mac.blur > aside.iCal > ol li {
	border-bottom: 1px solid #bababa;
	border-top: 1px solid #efefef;

}

.mac > aside.iCal > ul li:last-child, .mac > aside.iCal > ol li:last-child {
	border-bottom-style: none;
}

/* @end */

/* @end */

/* @group sections */

/* @group breadcrumbs */

.mac > #breadcrumbs {
	background-color: #d6dde5;
	position: fixed;
	width: 85%;
	margin-left: 15%;
	float: left;
	border-top: 1px solid #a5a5a5;
	font-size: 11px;
	line-height: 22px;
	height: 22px;
	bottom: 23px;
	padding-right: 1px;
}

.mac.blur > #breadcrumbs {
	background-color: #e8e8e8;
}

.mac > #breadcrumbs ul {
	margin-left: 14px;
}

.mac > #breadcrumbs li {
	float: left;
}

.mac > #breadcrumbs li img {
	margin-top: 2px;
	margin-bottom: -4px;
	margin-right: 4px;
}

.mac > #breadcrumbs li:last-child span {
	display: none;
}

.mac > #breadcrumbs li span {
	color: #a7a7a7;
	font-size: 7px;
	margin-left: 5px;
	margin-right: 5px;
}

/* @end */



/* @group dialog */

.mac > .dialog {
	background-color: rgba(232,232,232,0.95);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(125,125,125,0.95)), color-stop(0.04, rgba(232,232,232,0.95)), color-stop(1, rgba(232,232,232,0.95)));
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);

	width: 450px;
	margin-left: -225px;
	padding-top: 16px;
	padding-bottom: 19px;

	position: fixed;
	top: -10px;
	left: 50%;
	z-index: 2000;
	overflow: hidden;
}

.mac > .dialog img {
	width: 92px;
	height: 92px;
	margin-left: 10px;
	margin-right: 10px;

	float: left;
}

.mac > .dialog h1, .mac > .dialog h2, .mac > .dialog h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;

	margin: 16px;
}

.mac > .dialog p, .mac > .dialog ul, .mac > .dialog div {
	font-size: 11px;
	margin: -8px 16px 16px;
	line-height: 16px;
}

.mac > .dialog pre {
	float: left;
	width: 418px;
	overflow: auto;
	font: 12px "Courier New", Courier, mono;
	margin: 0 16px 16px;
	background-color: #fff;
-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.mac > .dialog button {
	font-size: 13px;
	float: right;
	margin-right: 12px;
	padding-right: 19px;
	padding-left: 19px;
}

/* @end */

/* @group alert */

.mac > .alert {
	width: 450px;
	margin-left: -225px;
	position: fixed;
	z-index: 2020;
	top: 50%;
	left: 50%;
	background-color: #e8e8e8;
	-webkit-box-shadow: 0px 10px 50px rgba(0,0,0,0.4);
	margin-top: -25%;
	border: 1px solid #9b9b9b;
}

.mac > .alert header {
	font-size: 13px;
	line-height: 22px;
	cursor: default;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c4c4c4), color-stop(1, #979797));
	background-image: -moz-linear-gradient(-90deg, #c4c4c4, #979797);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #404040;
	height: 21px;
	text-align: center;
	text-shadow: #c3c3c3 0 1px 0;
	border-right: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
	margin: -20px -1px 10px;
}

.mac.blur > .alert header {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), color-stop(1, #d0d0d0));
	border-bottom-color: #878787;
	border-top-color: #f1f1f1;
	color: #606060;
	text-shadow: #eee 0 1px 0;
}

.mac > .alert img {
	width: 92px;
	height: 92px;
	float: left;
	margin-left: 10px;
}

.mac > .alert h2 {
	margin: 17px 16px 10px 106px;
	font-size: 13px;
	font-weight: bold;
}

.mac > .alert h3 {
	font-weight: bold;
}

.mac > .alert p, .mac > .alert ul {
	font-size: 11px;
	line-height: 16px;
	margin-right: 16px;
	margin-left: 106px;
	margin-bottom: 16px;
}

.mac > .alert button {
	font-size: 13px;
	float: right;
	margin-right: 24px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 19px;
}

/* @end */

/* @end */

/* @group footer */

.mac > section > footer {
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

.mac > section > footer ul {
	display: inline-table;
	float: none;
}

.mac > section > footer ul:first-child {
	float: left;
}

.mac > section > footer ul:last-child {
	float: right;
}

.mac > section > footer ul li {
	float: left;
}

.mac > section > footer p {
	float: left;
	padding-left: 14px;
}

/* @group flat */

.mac > section > footer.flat {
	height: 55px;
}

.mac > section > footer.flat {
	background-color: #e0e0e0;
	border-top: 1px solid #a5a5a5;
}

.mac > section > footer.flat a {
	text-align: center;

	margin-top: 5px;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
}

.mac.blur > section > footer.flat li {
	opacity: 0.5;
}

.mac > section > footer.flat p {
	display: none;
}

.mac > section > footer.flat img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 32px;
	height: 32px;
}

/* @end */

/* @group glossy */

.mac > section > footer.glossy {
	height: 22px;
	background-color: #fff;
	float: left;
	border-top: 1px solid #cacaca;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(0.5, #f3f3f3), color-stop(0.51, #e6e6e6), color-stop(1, #e6e6e6));
	line-height: 21px;
}

.mac > section > footer.glossy li {
	border-width: 1px;
	border-left-color: rgba(0,0,0,0.2);
	border-right-color: rgba(0,0,0,0.2);
	border-right-style: solid;
}

.mac > section > footer.glossy li:first-child {
	border-left-style: solid;
}

.mac > section > footer.glossy a {
	border-color: rgba(255,255,255,0.5);
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;

	text-shadow: #f0f0f0 0 1px 0;

	height: 22px;
	padding-left: 10px;
	padding-right: 10px;

	float: left;
}

.mac > section > footer.glossy a:active {
	background-color: rgba(0,0,0,0.34);
	
	border: 1px none rgba(0,0,0,0.03);
	border-bottom-style: none;

	padding-left: 12px;
	padding-right: 12px;
	margin-right: -1px;
	margin-top: -1px;
	margin-left: -1px;
	padding-top: 1px;
}

.mac > section > footer.glossy ul:first-child li {
	border-left-style: none;
}

.mac > section > footer.glossy ul:first-child li:first-child {
	border-left-style: none;
}

.mac > section > footer.glossy ul:last-child li {
	border-left-style: solid;
	border-right-style: none;
	float: right;
}

.mac > section > footer.glossy img {
	width: 16px;
	height: 16px;
	margin: 3px 3px 3px 0;
	float: left;
}

/* @end */

/* @group gradient */

.mac > section > footer.gradient {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #34373b), color-stop(0.075, #5c6876), color-stop(1, #7a8496));
	border-bottom: 1px solid #5d6472;
	border-top-style: none;

	font-weight: bold;
	text-shadow: #363643 0 1px 0;

	height: 46px;
}

.mac > section > footer.gradient ul:first-child {
	padding-left: 14px;
}

.mac > section > footer.gradient ul:last-child {
	padding-right: 14px;
}

.mac > section > footer.gradient a {
	background-image: none;
	background-color: #b0adae;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffffe), color-stop(1, #b0adae));
	color: #000;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 2px #000;

	font-weight: normal;
	text-shadow: #000000 0 0 0;

	margin: 12px 5px;
	padding: 3px 16px 2px;

	float: left;
}

.mac.blur > section > footer.gradient a {
	opacity: 1;
}

.mac > section > footer.gradient p {
	display: block;
}

.mac > section > footer.gradient img {
	margin: -1px 0 -3px -4px;
	width: 16px;
	height: 16px;
}

/* @end */

/* @end */

/* @group article */

/* @group Meta */

.mac article footer {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, sans-serif;
}

.mac article footer p {
	margin: 5px 10px;
	float: left;
}

.mac article footer time {
	display: inline-block;
	background: url(../icon/time.png) no-repeat;
	text-indent: 20px;
	float: left;
}

/* @group Tag */

.mac article footer .tags {
	float: left;
	clear: left;
}

.mac article footer .tag {
	color: #869cbf;
	background-color: #dee7f8;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(216,226,245)), color-stop(1, rgb(236,241,251)));
	-webkit-border-radius: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #a4bdec;
	display: inline-block;
}

.mac article footer .tag:hover {
	color: #000;
	background-color: #bbcef1;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(167,186,221)), color-stop(1, rgb(187,206,241)));
	-webkit-border-radius: 10px;	
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #6d95e0;
}

/* @end */

/* @end */

/* @group Footer */

/* @end */

/* @end */

/* @end */

/* @group Windows 7 */

.nt {
	font-family: "Segoe UI", Segoe, Tahoma, "Microsoft Sans Serif", sans-serif;
	background-image: none;
}

.nt > aside {
	height: 0;
}

.nt > nav {
	height: 100%;
	position: fixed;
}

.nt > footer {
	z-index: 2010;
	background-color: #d9e3f0;
	padding: 1px;
	border-top: 1px solid #ccd9ea;
}

.nt > footer a {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #f1f5fb;
	float: left;
	height: 20px;
	padding: 20px;
	border-top: 1px solid #e8eef7;
	color: #1e395b;
	font-size: 13px;
}

/* @group article */

.nt > article.placeholder {
	height: 500px;
	position: relative;
}

.nt > article.placeholder h1 {
	-webkit-border-radius: 7px;
	border-style: solid;
	border-width: 2px;
	display: block;
	padding: 8px;
	opacity: 0.3;
	font-size: 20px;
	margin-top: -20px;
	margin-left: -54px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}

/* @end */

/* @group nav */

.nt > nav {
	background-color: #fff;
	border-right: 1px solid #d6e5f5;
}

.nt > nav h1 {
	display: none;
}

.nt > nav ul {
	width: 100%;
	margin-top: 7px;
}

.nt > nav ul h2 {
	text-indent: 40px;
	cursor: default;
}

.nt > nav ul li {
	width: 100%;
}

.nt > nav ul h2, .nt > nav ul li {
	width: 96%;
	margin: 1px 1px 0;
	font-size: 13px;
	padding: 2px;
	line-height: 13px;
	-webkit-border-radius: 3px;
	border: 1px solid #fff;
}

.nt > nav ul li a {
	display: block;
	width: 100%;
	background-position: 27px 0px;
	background-repeat: no-repeat;
	text-indent: 46px;
	height: 16px;
}

/* @group Items */

.nt > nav ul li.current {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f7fe), color-stop(1, #cfe4fe));
	border: 1px solid #84acdd;
}

.nt > nav ul li.current.hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dcebfc), color-stop(1, #c1dbfc));
	border: 1px solid #7da2ce;
}

.nt > nav ul li.hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfdfe), color-stop(1, #ebf0f7));
	border: 1px solid #b8d6fb;
}

/* @end */

/* @group Icons */

.nt > nav ul h2 {
	background: url(../icon/tag.png) no-repeat 23px 2px, url(../icon/wincoll.png) no-repeat 10px 7px;
}

/* @end */

/* @end */

/* @end */

