/*
Theme Name: NotePress
Theme URI: http://db.rambleschmack.net/
Description: Microsoft Notepad: Better, Faster, Stronger, Schneller.
Version: 1.0
Author: Dave Broome

This is based on the Windows XP 'Royale' theme.
See also style_silver.css, based on the 'Silver' theme.
*/


/*
	GENERAL: mostly undohtml
*/
html, body, table {
	font: 12px Verdana, Geneva, Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html {
	margin: 0;
	padding: 0;
}
body {
	/*padding: 50px;*/
	background: #000040 url('images/wallpapers/satellite.jpg') no-repeat fixed center;
	margin-top: -3px;
}

/*
	WRAPPER, ICONS
*/
.wrapper {
	position: relative;
	z-index: 2;
	width: 700px;
	margin: 25px auto 20px;
}

#icons {
	position: fixed;
	z-index: 1;
	top: 50px;
	left: 20px;
}
* html #icons {
	position: absolute;
}
#icons li {
	display: inline;
}
#icons a {
	display: block;
	width: 60px;
	margin: 20px 0;
	padding-top: 34px;
	background: url('images/icon_notepad.gif') no-repeat center top;
	color: white;
	font-size: 10px;
	text-align: center;
	cursor: default;
}
#icons a:hover {
	background-color: #446;
}

#icons a#notepadIcon {
	background-image: url('images/icon_notepad.gif');
}
#icons a#picturesIcon {
	background-image: url('images/icon_pictures.gif');
}
#icons a#writingIcon {
	background-image: url('images/icon_docs.gif');
}

/*
	HEADER
*/
.header {
	position: relative;
	height: 51px;
	background: white url('images/royale/top.jpg') repeat-x left top;
}
.headerLeft, .headerRight {
	position: absolute;
	z-index: 1;
	top: 0px;
	height: 51px;
}
.headerLeft {
	left: 0px;
	width: 29px;
	background: url('images/royale/topleft.gif') no-repeat left top;
}
.headerRight {
	right: 0px;
	width: 74px;
	background: url('images/royale/topright.gif') no-repeat right top;
}
.header h1 {
	position: absolute;
	z-index: 3;
	top: 8px;
	left: 27px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: white;
	font-weight: bold;
}
.header h1.shadow {
	z-index: 2;
	padding: 1px;
	color: #228;
}
.header h1 a {
	color: white;
}
.header h1 a:hover {
	color: #eee;
}

.minButton, .resButton, .maxButton, .closeButton {
	position: absolute;
	z-index: 4;
	display: block;
	top: 6px;
	width: 21px;
	height: 21px;
	background: no-repeat left top;
	cursor: default;
}
.minButton {
	right: 52px;
	background-image: url('images/royale/buttons/min.jpg');
}
.maxButton {
	right: 29px;
	background-image: url('images/royale/buttons/max.jpg');
}
.resButton {
	right: 29px;
	visibility: hidden;
	background-image: url('images/royale/buttons/res.jpg');
}
.closeButton {
	right: 6px;
	background-image: url('images/royale/buttons/close.jpg');
}
.minButton:hover {
	background-image: url('images/royale/buttons/min_hover.jpg');
}
.maxButton:hover {
	background-image: url('images/royale/buttons/max_hover.jpg');
}
.resButton:hover {
	background-image: url('images/royale/buttons/res_hover.jpg');
}
.closeButton:hover {
	background-image: url('images/royale/buttons/close_hover.jpg');
}

/*
	MENUBAR, MENUS
*/
#menubar {
	position: absolute;
	z-index: 2;
	top: 28px;
	left: 4px;
	margin: 0;
	padding: 4px 0;
}
/* IE hack: for 1 pixel gap */
* html #menubar {
	top: 27px;
}
#menubar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menubar li {
	margin: 0;
	padding: 0;
	display: inline;
}
.menu {
	display: none;
	position: absolute;
	z-index: 6;
	top: 49px;
	left: 4px;
	padding: 2px;
	border: 1px solid #bbb;
	background: white;
}
#menubar a, .menu a {
	color: black;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
#menubar a {
	padding: 2px 6px 3px;
}
.menu a {
	display: block;
	padding: 1px 32px 1px 16px;
}
#menubar a:hover, .menu a:hover, #menubar a.current {
	background: #55a;
	color: white;
	cursor: default;
}
.menu a.enableditem {
	background-image: url('images/tick.gif');
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.menu a.enableditem:hover {
	background-image: url('images/tick_hover.gif');
}
.menu li {
	display: inline;
}
.menu ul + ul {
	margin-top: 2px;
	border-top: 1px solid #bbb;
	padding-top: 3px;
}
#menuShadow {
	display: none;
	position: absolute;
	z-index: 4;
	background: #888;
}

/*
	ADDRESS BAR
*/
#addressbar {
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 4px;
	right: 4px;
	height: 23px;
	padding: 4px 0;
	background: transparent url('images/addressgrad.png') repeat-x left top;
}
#addressbar #addresslabel {
	padding-left: 6px;
	font-family: Arial, sans-serif;
	font-size: .9em;
}
#addressbar select {
	width: 83%;
	font-size: .9em;
}
#addressbar option {
	padding: 1px 0 2px 34px;
	background: white url('images/favicon.gif') no-repeat 13px 0px;
}

#addressbar option#addressoptionrs {
	padding-left: 24px;
	background-image: url('http://rambleschmack.net/images/frontpage/favicon.png');
	background-position: 3px 0px;
}
#addressbar option#addressoptioneschaton {
	/*background-image: url('images/favicon.gif');*/
}
#addressbar option#addressoptionphotos {
	padding-left: 44px;
	background-image: url('images/favicon_pictures.gif');
	background-position: 23px 0px;
}
#addressbar option#addressoptiondb {
	background-image: url('http://db.rambleschmack.net/images/favicon.ico');
}
#addressbar option#addressoptionlo4d3d {
	background-image: url('http://lo4d3d.rambleschmack.net/images/favicon.png');
}
#addressbar option#addressoptionbob {
	background-image: url('http://bob.rambleschmack.net/images/favicon.png');
}
#addressbar option#addressoptiononwebculture {
	background-image: url('http://onwebculture.rambleschmack.net/images/favicon.ico');
}

#addressbar #gobutton {
	position: absolute;
	display: block;
	top: 4px;
	left: 91%;
	width: 51px;
	height: 22px;
	background: transparent url('images/gobutton.png') no-repeat left top;
	cursor: default;
}
#addressbar #gobutton:hover {
	background-image: url('images/gobutton_hover.png');
}

/*
	CONTENT
*/
.contentwrapper {
	clear: both;
	background: white url('images/royale/right.jpg') repeat-y right top;
}
.content {
	background: url('images/royale/left.jpg') repeat-y left top;
	padding: 0 10px 20px;
	font-family: monospace;
	width: 600px;
}
#conHeader {
	margin-bottom: 24px;
}
#conHeader #blogName, #conHeader #blogDescrip {
	text-align: center;
}
#conHeader #blogName {
	text-transform: uppercase;
}

.content h1 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed black;
	text-transform: uppercase;
}
.content h2 {
	text-transform: uppercase;
}

.content a {
	color: blue;
}
.content a:visited {
	color: #009;
}
.content a:hover {
	color: red;
}

.content ol {
	list-style: decimal;
	margin-left: 24px;
}
.content ul {
	list-style: circle;
	margin-left: 24px;
}
.content li {
	/*margin: 3px 0px;*/
}

h2#comments {
	margin-top: 70px;
}

h2#postcomment {
	margin-top: 50px;
}

ol#commentlist li {
	margin: 1em -.1em 2em;
}
ol#commentlist li p cite {
	font-style: normal;
}

#commentform textarea {
	border: none;
	font-size: 1em;
}
#author, #email, #url {
	border: 1px dotted black;
	border-width: 0 0 1px;
	font: inherit;
}

.post {
	margin-bottom: 30px;
}

/*
	FOOTER
*/
.footer {
	position: relative;
	background: white url('images/royale/bottom.jpg') repeat-x left bottom;
	height: 5px;
}
.footerLeft, .footerRight {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	width: 5px;
	height: 5px;
}
.footerLeft {
	left: 0px;
	background: url('images/royale/bottomleft.jpg') no-repeat left bottom;
}
.footerRight {
	right: 0px;
	background: url('images/royale/bottomright.jpg') no-repeat right bottom;
}

/*
	PHOTOS: viewer
*/
#viewerHeaderLeft {
	background-image: url('images/royale/topleft_viewer.gif');
}
#viewerHeader, #viewerHeaderLeft, #viewerHeaderRight {
	height: 30px;
}

#viewerContentwrapper {
	background-color: #eee;
}

#viewerContent {
	width: auto;
	text-align: center;
	padding: 10px 0 1px;
}
img.viewerPicture {
	border: 1px solid black;
}

#viewerControls {
	margin: 8px auto;
	width: 50px;
	height: 22px;
}
#prevButton, #nextButton {
	display: block;
	float: left;
	width: 24px;
	height: 22px;
	background: no-repeat left top;
	cursor: default;
}
#prevButton {
	background-image: url('images/prev.jpg');
}
#prevButton:hover {
	background-image: url('images/prev_hover.jpg');
}
#nextButton {
	background-image: url('images/next.jpg');
}
#nextButton:hover {
	background-image: url('images/next_hover.jpg');
}

/*
	PHOTOS: folder
*/
#photosHeaderLeft {
	background-image: url('images/royale/topleft_pictures.gif');
}
#photosHeader, #photosHeaderLeft, #photosHeaderRight {
	height: 30px;
}

#photosContent {
	padding: 38px 5px 0;
	width: auto;
}
#photosContentInner {
	background: white url('images/photobackground.jpg') no-repeat right bottom;
}

.content ul.photoThumbs {
	margin: 0;
}
ul.photoThumbs li {
	list-style: none;
	float: left;
	width: 125px;
	height: 140px;
	text-align: center;
}
ul.photoThumbs a:hover {
	cursor: default;
}
ul.photoThumbs a .imgBox {
	display: block;
	height: 94px;
	width: 94px;
	margin: 2px auto;
	border: 1px solid #EBE9ED;
}
ul.photoThumbs a:hover .imgBox {
	margin: 0 auto;
	border: 3px solid #EBE9ED;
}
ul.photoThumbs a:active .imgBox {
	margin: 0 auto;
	border: 3px solid #55a;
}
ul.photoThumbs a .caption{
	width: 96px;
	color: black;
	font: 11px Arial, sans-serif;
	padding: 0 2px;
	padding-top: 2px; /* hack for hover border adjustment */
}
ul.photoThumbs a:hover .caption{
	background: #EBE9ED;
	color: black;
	padding-top: 0; /* hack for hover border adjustment */
}
ul.photoThumbs a:active .caption{
	background: #55a;
	color: white;
	padding-top: 0; /* hack for hover border adjustment */
}