/*
Theme Name:         wp-geocaching-theme
Description:        WordPress theme inspired by classic Windows Operating Systems
Version:            0.1.0

*/

:focus {
	outline: none;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, label, form, button, input, select, textarea {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #222;
}

code {
	color: #222;
}

html, body {
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

#taskbar-outer {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #d4d0c8;
	background-color: #d4d0c8;
	border-top: solid 1px #d4d0c8;
	border-bottom: solid 1px #FFF;
	height: 30px;
	width: 100%;
	border-radius: 0;
}

#taskbar-inner {
	border-top: solid 1px #FFF;
	width: 100%;
	height: 28px;
	padding: 2px;
	border-radius: 0;
}

span.button-outer {
	display:inline-block;
	float: left;
	border: solid 1px;
	border-top-color: #FFF;
	border-left-color: #FFF;
	border-right-color: #222;
	border-bottom-color: #222;
}

span.button-outer:active, span.button-outer.activated {
	border: solid 1px;
	border-bottom-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #222;
	border-top-color: #222;
}

button.system-button {
	min-width: 50px;
	height: 22px;
	border: solid 1px;
	padding:0;
	padding-left: 5px;
	padding-right: 5px;
	border-top-color: #d4d0c8;
	border-left-color: #d4d0c8;
	border-right-color: #808080;
	border-bottom-color: #808080;
	float: left;
	background: rgb(212, 208, 200);
	background-color: rgb(212, 208, 200);
}

input.system-field {
	width: 100%;
	height: 22px;
	border: solid 1px;
	border-top: solid 2px;
	border-left: solid 2px;
	border-bottom-color: #d4d0c8;
	border-right-color: #d4d0c8;
	border-left-color: #808080;
	border-top-color: #808080;
	padding-left: 2px;
	padding-right: 2px;
}

span.button-outer.activated>button.system-button:active, span.button-outer.activated>button.system-button {
	border-bottom-color: #d4d0c8;
	border-right-color: #d4d0c8;
	border-left-color: #808080;
	border-top-color: #808080;
}

button.system-button>img {
	max-height: 100%;
	margin-right: 5px;
	display: inline-block;
	float:left;
}

button.system-button>span {
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	display: inline-block;
	float:left;
}

#taskbar-clock {
	float: right;
	display: inline-block;
	border: solid 1px;
	border-bottom-color: #FFF;
	border-right-color: #FFF;
	border-top-color: #808080;
	border-left-color: #808080;
	height: 23px;
	margin-right: 5px;
	line-height: 24px;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

#start-menu-wrapper {
	position: fixed;
	bottom: 30px;
	left: 0;
	max-width: 100%;
	width: 382px;
	height: 426px;
	max-height: 100%;
	display: none;
	background: #d4d0c8;
	background-color: #d4d0c8;
	border: solid 1px;
	border-top-color: #d4d0c8;
	border-left-color: #d4d0c8;
	border-right-color: #808080;
	border-bottom-color: #808080;
	z-index: 999;
}

#start-menu-inner {
	border-top: solid 1px #FFF;
	width: 100%;
	height: 100%;
	background: #d4d0c8;
	float: left;
}

#start-menu-user-bar {
	position: absolute;
	top: 0;
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: rgb(17,40,81); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(17,40,81,1) 0%, rgba(163,197,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(17,40,81,1)), color-stop(100%,rgba(163,197,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(17,40,81,1) 0%,rgba(163,197,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(17,40,81,1) 0%,rgba(163,197,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(17,40,81,1) 0%,rgba(163,197,242,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(17,40,81,1) 0%,rgba(163,197,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112851', endColorstr='#a3c5f2',GradientType=1 ); /* IE6-9 */
	z-index: 10000;
}

p.current-user {
	line-height: 38px;
	font-size: 26px;
	color: #FFF;
	margin: 0;
	text-align: left;
	margin-right: 5px;
	margin-left: 10px;
	font-style: italic;
}

p.current-user>img {
	display: inline-block;
	float: right;
	margin-top: 4px;
	border-radius: 4px;
	margin-left: 10px;
	padding: 2px;
	background: #FFF;
}

#start-menu-internal {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 15px;
	padding-right: 15px;
}

#start-menu-login-bar-outer {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 40px;
	border-top: solid 1px #847c91;
	background: #d4d0c8;
	background-color: #d4d0c8;
	z-index: 1000;
}

#start-menu-login-bar-inner {
	display: block;
	float: left;
	width: 100%;
	border-top: solid 1px #FFF;
}

.start-menu-bottom-bar-command {
	float: right;
	display: inline-block;
	height: 100%;
	padding: 5px;
	padding-top: 4px;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	text-decoration: none;
	color: #222;
}

.start-menu-bottom-bar-command:hover {
	text-decoration: none;
	color: #222;
}

.start-menu-bottom-bar-command>img {
	height: 30px;
	margin-right: 5px;
}

#start-menu-posts, #start-menu-content-links, #start-menu-archive-link-wrapper {
	margin-left: -15px;
	margin-right: -15px;
	list-style-type: none;
	padding-left: 0;
}

#start-menu-posts>a , #start-menu-content-links>a, #start-menu-archive-link-wrapper>li{
	padding: 5px;
	cursor: pointer;
	display: block;
}

#start-menu-content-links>a.seperator , #start-menu-archive-link-wrapper>li.seperator{
	padding: 0;
	border-top: solid 1px #847c91;
	border-bottom: solid 1px #FFF;
}

#start-menu-posts>a:hover, #start-menu-posts>a:focus, #start-menu-posts>a:active, #start-menu-content-links>a:hover, #start-menu-content-links>a:focus, #start-menu-content-links>a:active , #start-menu-archive-link-wrapper>li:hover, #start-menu-archive-link-wrapper>li:focus, #start-menu-archive-link-wrapper>li:active {
	background: #141f5d;
	color: #FFF;
	text-decoration: none;
}

#start-menu-posts>a>img , #start-menu-content-links>a>img, #start-menu-archive-link-wrapper>li>img {
	margin-right: 5px;
	height: 32px;
}

#start-menu-archives-link {
	padding: 5px;
	height: 42px;
	line-height: 32px;
	text-align: center;
}

#start-menu-archives-link>span.pull-right {
	line-height: 30px;
}

#start-menu-archive-link-wrapper {
	position: absolute;
	bottom: 38px;
	right: 0;
	display: block;
	width: 50%;
	margin: 0;
}

.archives-outer-wrapper {
	position: absolute;
	left: 100%;
	min-width: 100%;
	z-index: 1001;
	background: #d4d0c8;
	background-color: #d4d0c8;	
	min-height: 20px;
	border: solid 1px;
	border-top-color: #808080;
	border-left-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	display: none;
	bottom: 0;
}

ul.archives-inner-wrapper {
	list-style-type: none;
	padding-left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

ul.archives-inner-wrapper>li {
	display: block;
	line-height: 20px;
	padding: 1px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

ul.archives-inner-wrapper>li.seperator {
	padding: 0;
	border-top: solid 1px #847c91;
	border-bottom: solid 1px #FFF;
}

ul.archives-inner-wrapper>li>a {
	display: block;
}

ul.archives-inner-wrapper>li>img, ul.archives-inner-wrapper>li>a>img {
	height: 16px;
	margin-right: 10px;
	margin-top: -5px;
}

ul.archives-inner-wrapper>li>span.pull-right, ul.archives-inner-wrapper>li>a>span.pull-right {
	line-height: 16px;
}

ul.archives-inner-wrapper>li:hover, ul.archives-inner-wrapper>li:focus, ul.archives-inner-wrapper>li:active, ul.archives-inner-wrapper>li:hover>a, ul.archives-inner-wrapper>li:focus>a, ul.archives-inner-wrapper>li:active>a {
	background: #141f5d;
	color: #FFF !important;
	text-decoration: none;
}

div.redmond-dialog-window {
	z-index: 500;
	background: #d4d0c8;
	background-color: #d4d0c8;	
	min-height: 20px;
	border: solid 1px;
	border-top-color: #d4d0c8;
	border-left-color: #d4d0c8;
	border-right-color: #808080;
	border-bottom-color: #808080;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	position: absolute !important;
}

div.redmond-dialog-window>.ui-dialog-content, div.redmond-dialog-window>.ui-dialog-titlebar {
	min-width: 300px;
	display: block;
}

div.redmond-dialog-window>.ui-dialog-content {
	overflow-y: scroll;
}

div.redmond-dialog-window>.ui-dialog-content>article {
	margin-top: 25px;
	max-width: 1170px;
}

div.redmond-dialog-window>.ui-dialog-titlebar {
	background: #0a246a; /* Old browsers */
	background: -moz-linear-gradient(left,  #0a246a 0%, #a5c9ef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0a246a), color-stop(100%,#a5c9ef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0a246a 0%,#a5c9ef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0a246a 0%,#a5c9ef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0a246a 0%,#a5c9ef 100%); /* IE10+ */
	background: linear-gradient(to right,  #0a246a 0%,#a5c9ef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a246a', endColorstr='#a5c9ef',GradientType=1 ); /* IE6-9 */
	color: #FFF;
	height: auto;
	cursor: move;
	padding: 2px;
}

div.redmond-dialog-window>.ui-dialog-titlebar>span {
	color: #FFF;
	margin-right: 25px;
	padding: 1.5px;
	display: block;
	padding-left: 25px;
}

div.redmond-dialog-window>.ui-dialog-titlebar>button {
	position: absolute;
	top: 1px;
	right: 1px;
	background: #d4d0c8;
	background-color: #d4d0c8;	
	min-height: 20px;
	border: solid 1px;
	border-top-color: #d4d0c8;
	border-left-color: #d4d0c8;
	border-right-color: #808080;
	border-bottom-color: #808080;
	display: inline-block;
	padding: 0;
	line-height: 0;
	height: auto;
	width: 20px;
	font-weight: 700;
}

div.redmond-dialog-window>div.ui-dialog-content {
	background: #FFF;
	overflow-y: scroll;
	border: solid 1px;
	border-top-color: #d4d0c8;
	border-left-color: #d4d0c8;
	border-right-color: #808080;
	border-bottom-color: #808080;
	min-height: 50px !important;
	position: relative;
	height: 100% !important;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

div.file-bar {
	display: block;
	width: 100%;
	min-height: 10px;
	background: #d4d0c8;
	background-color: #d4d0c8;
	position: absolute;
	border-right: solid 1px #808080;
}

div.file-bar>ul {
	display: block;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

div.file-bar>ul>li {
	display: inline-block;
	padding: 1px;
	padding: 5px;
	cursor: pointer;
}

div.file-bar>ul>li:hover, div.file-bar>ul>li:focus, div.file-bar>ul>li:active , div.file-bar>ul>li>ul>li:hover, div.file-bar>ul>li>ul>li:focus, div.file-bar>ul>li>ul>li:active {
	background: #141f5d;
	color: #FFF;
	text-decoration: none;
}

div.file-bar>ul>li>ul {
	display: none;
	position: absolute;
	top: 25px;
	left: 1px;
	min-height: 10px;
	background: #d4d0c8;
	background-color: #d4d0c8;
	color: #222;
	list-style-type: none;
	min-width: 100px;
	padding-left: 0;
	border: solid 1px;
	border-top-color: #d4d0c8;
	border-left-color: #d4d0c8;
	border-right-color: #808080;
	border-bottom-color: #808080;
	z-index: 1000;
}

div.file-bar>ul>li:hover>ul, div.file-bar>ul>li:focus>ul, div.file-bar>ul>li:active>ul {
	display: block;
}

div.file-bar>ul>li>ul>li {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

span.dialog-close-button {
	position: relative;
}

span.dialog-close-button>button {
	padding-left: 15px;
	padding-right: 15px;
}

article h1,article h2,article h3,article h4,article h5 {
	font-weight: 700;
	margin-top:0;
	margin-bottom: 10px;
}

article h1 {
	font-size: 20px;
}

article h2 {
	font-size: 18px;
}

article h3 {
	font-size: 16px;
}

article h4 {
	font-size: 14px;
}

article h5 {
	font-size: 12px
}

article h6 {
	font-size: 11px;
}

article a {
	text-decoration: underline;
	color: #141f5d;
}

article a:focus {
	outline: none;
}

li.list-group-item>a {
	float: left;
	margin-right: 10px;
}

div.redmond-dialog-window>div.ui-dialog-content>iframe {
	margin-top: 25px;
	width: 1070px;
	height: 500px;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	resize: both;
	overflow: hidden;
}

div.start-menu-seperator-outer {
	display: inline-block;
	float: left;
	border: solid 1px;
	border-top-color: #FFF;
	border-left-color: #FFF;
	border-right-color: #222;
	border-bottom-color: #222;
	height: 24px;
	margin-left: 5px;
	margin-right: 5px;
}

div.div.start-menu-seperator-outer>div.start-menu-seperator-inner {
	border: solid 1px;
	border-top-color: #d4d0c8;
	border-left-color: #d4d0c8;
	border-right-color: #808080;
	border-bottom-color: #808080;
	height: 22px;
	float: left;
	width: 3px;
}

#quick-launch-links, #open-processes {
	display: inline-block;
	float: left;
	list-style-type: none;
	padding-left: 0;
}

#quick-launch-links>li, #open-processes>li {
	display: inline-block;
}

#quick-launch-links>li>a {
	display: inline-block;
	border: solid 1px rgba(0,0,0,0);
}

#quick-launch-links>li>a:hover, #quick-launch-links>li>a:active, #quick-launch-links>li>a:focus {
	outline: none;
}

#quick-launch-links>li>a:hover {
	border: solid 1px;
	border-top-color: #fff;
	border-left-color: #fff;
	border-right-color: #808080;
	border-bottom-color: #808080;	
}

#quick-launch-links>li img {
	height: 22px;
	padding: 3px;
}

#open-processes>li {
	height: 22px;
	line-height: 22px;
	border: solid 1px;
	border-top-color: #fff;
	border-left-color: #fff;
	border-right-color: #808080;
	border-bottom-color: #808080;
	cursor: pointer;
	text-align: right;
	padding-left: 5px;
	padding-right: 15px;
}

#open-processes>li>span.task-icon {
	width: 16px;
	height: 16px;
	margin: 2px;
	margin-right: 5px;
	display: inline-block;
	float: left;
}

#open-processes>li.active {
	border: solid 1px;
	border-bottom-color: #fff;
	border-right-color: #fff;
	border-left-color: #808080;
	border-top-color: #808080;
}

#desktop_menu {
	position: fixed;
}

table.icon-table {
	margin: 15px;
}

table.icon-table td {
	max-width: 74px;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

table.icon-table td>a>img {
	display: block;
	height: 32px;
	margin: 0 auto;
	margin-bottom: 5px;
}

table.icon-table td>a:hover {
	color: #222;
}

#modal-holder {
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -10;
}

div.ui-dialog-content>table.icon-table {
	margin-top: 30px;
}

div.ui-dialog-content>pre {
	margin-top: 30px;
}

div#searchwindow {
	min-width: 1170px;
	width: 100%;
	max-width: 100%;
}


div.search-panel {
	margin-top: 10px;
	padding: 15px;
	padding-bottom: 0;
}

div.search-panel div.filler {
	height: 150px;
}

div.search-panel>div.row>div {
	padding-bottom: 15px;
}

div.search-panel>div.row>div:last-child {
	border-left: solid 5px #d4d0c8;
}

div.search-panel h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}

div.search-panel h4 {
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
}

div.search-panel h4>img {
	height: 16px;
	margin-right: 10px;
	margin-top: -2px;
}

div.initial_content {
	display: none;
}
