/*
	NOTEPRESS - OS X
	Alternate Style for the 'NotePress' WordPress theme
	Author: Dave Broome
	URI: http://db.rambleschmack.net/
*/


/* USE MAIN STYLESHEET AS BASE */
@import url(style.css);


body {
	background: #5688b9 url('images/wallpapers/osx.jpg') no-repeat fixed center;
}
#icons a:hover {
	/*background-color: #335;*/
}

/*
	HEADER
*/
.header, .headerLeft, .headerRight {
	height: 24px;
}

.header {
	background-image: url('images/osx/top.png');
}
.headerLeft {
	background-image: url('images/osx/topleft.png');
}
.headerRight {
	background-image: url('images/osx/topright.png');
}

.header h1 {
	width: 100%;
	top: 4px;
	left: 0;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", sans-serif;
	color: black;
	font-weight: normal;
	text-align: center;
}
.header h1.shadow {
	display: none;
}
.header h1 a {
	color: black;
}
.header h1 a:hover {
	color: #444;
}
#titlebarapp {
	display: none;
}

/*
	MENUBAR, MENUS
*/
.menu {
	top: 43px;
	padding: 0;
	border-color: #888;
}
#menubar {
	top: 22px;
}
#addressbar {
	top: 24px;
}

#menubar a, .menu a {
	font-family: Lucida Sans Unicode, sans-serif;
}
#menubar a:hover, .menu a:hover, #menubar a.current {
	background: #4382e9 url('images/osx/menu_hover.png') repeat-x top left;
}
.menu a.enableditem:hover {
	background: #4382e9 url('images/osx/menu_hover_active.png') repeat-x top left;
}

#menuShadow {
	background: #ccc;
}

/*
	ADDRESS BAR
*/
#addressbar {
	left: 2px;
	right: 2px;
}

/*
	BUTTONS
*/
.minButton, .resButton, .maxButton, .closeButton {
	top: 4px;
	width: 18px;
	height: 17px;
}

.minButton {
	background-image: url('images/osx/buttons/min.png');
	left: 27px;
}
.maxButton {
	background-image: url('images/osx/buttons/max.png');
	left: 48px;
}
.resButton {
	background-image: url('images/osx/buttons/res.png');
	left: 48px;
}
.closeButton {
	background-image: url('images/osx/buttons/close.png');
	left: 6px;
}
.minButton:hover {
	background-image: url('images/osx/buttons/min_hover.png');
}
.maxButton:hover {
	background-image: url('images/osx/buttons/max_hover.png');
}
.resButton:hover {
	background-image: url('images/osx/buttons/res_hover.png');
}
.closeButton:hover {
	background-image: url('images/osx/buttons/close_hover.png');
}

/*
	CONTENT
*/
.contentwrapper {
	background-image: url('images/osx/right.png');
}
.content {
	background-image: url('images/osx/left.png');
	font-family: "Lucida Console", monospace;
	padding-top: 30px;
}

/*
	FOOTER
*/
.footer {
	background-image: url('images/osx/bottom.png');
	height: 2px;
}
.footerLeft {
	background-image: url('images/osx/bottomleft.png');
}
.footerRight {
	background-image: url('images/osx/bottomright.png');
}

/*
	OTHER
*/
#viewerHeaderLeft {
	background-image: url('images/osx/topleft.png');
}
#photosHeaderLeft {
	background-image: url('images/osx/topleft.png');
}
#viewerHeader, #viewerHeaderLeft, #viewerHeaderRight, #photosHeader, #photosHeaderLeft, #photosHeaderRight {
	height: 24px;
}

#photosContentInner {
	background: white;
}
