*{
    margin:0;
    padding:0;
}
body{
    font-family:Verdana;
    color:#fff;
    font-size:10px;
    background-color:#fff;
}
p {
	font: 14px/18px Arial;
}

#header{
    height:50px;
    line-height:50px;
    text-align:center;
    position:fixed;
    background: url(../images/headerBg.jpg) repeat-x #000;
    left:0px;
    width:100%;
    top:0px;
    -moz-box-shadow:-2px 0px 4px #333;
    -webkit-box-shadow:-2px 0px 4px #333;
    box-shadow:-2px 0px 4px #333;
    z-index:11;
}

#sideInfo {
	text-align: center;
	font: 10px/14px Arial;
	color: #999;
	margin-top: 20px;
}

#sideInfo span {
	text-transform:uppercase;
}

h1 {
	font: normal 27px/36px Arial;
	color: #777;
	text-transform:uppercase;
}

h2 {
	font: normal 18px/24px Arial;
	color: #444;
	text-transform:uppercase;
	background: #eee;
	padding: 3px;
}

.rachaelPhoto {
	border: 5px solid #eee;
}

#buttonNav{
    position:absolute;
    right:25px;
    top:8px;
    z-index:99;
}

#buttonNav a {
    display: inline;
	float: left;
}

#buttonNav a.moreAboutMe {
    margin-top: 5px;
}

#contentContainer {
	margin: 100px auto auto auto;
	width: 960px;
	color: #666;
}

ul#sidebarNav li {
	display: block;
}

ul#sidebarNav li a {
	display: block;
	padding: 10px;
	font-size: 18px;
	background: #eee;
}

ul#sidebarNav li a.selected {
	background: #86b813;
	color: #fff;
}

#logo {
	background: url(../images/RMPLogo.jpg) no-repeat;
	display: block;
	width: 281px;
	height: 50px;
	text-indent: -99999px;
	margin: auto;
}

ul#navbar{
    height:30px;
    line-height:30px;
    text-align:center;
    position:fixed;
	text-transform:uppercase;
    background-color:#E4E4E4;
    left:0px;
    width:100%;
    top:50px;
    z-index:11;
}

ul#navbar li {
    margin: 0px 20px 0px 20px;
	padding: 0px;
	display: inline;
}

ul#navbar li a {
    color: #BEBEBE;
	font: 12px Arial;
	cursor: pointer;
	padding: 0px 25px 0px 25px;
	text-decoration: none;
}

ul#navbar li a:hover, ul#navbar li a.selected {
    color: #333;
}

.infobar{
    height:22px;
    line-height:22px;
    text-align:center;
    position:fixed;
    background-color:#000;
    left:0px;
    width:100%;
    bottom:0px;
    -moz-box-shadow:0px -1px 2px #000;
    -webkit-box-shadow:0px -1px 2px #000;
    box-shadow:0px -1px 2px #000;
}
span#description, .albumbar span{
    text-shadow:0px 0px 1px #fff;
    color:#fff;
}
.albumbar span a{
    color:#aaa;
    text-decoration:none;
}
.albumbar span a:hover{
    color:#ddd;
}
#loading{
    display:none;
    width:66px;
    height:66px;
    position:absolute;
    top:40%;
    left:50%;
    margin-left:-33px;
    background:transparent url(../images/gallery/icons/loading.gif) no-repeat top left;
}
#thumbsWrapper{
    position: absolute;
    width:100%;
    height:102px;
    overflow-y:hidden;
    background-color:#000;
    bottom:0px;
    left:0px;
    border-top:2px solid #000;
}
#thumbsContainer{
    height:79px;
    display:block;
    margin: 0;   
}
#thumbsWrapper img{
    float:left;
    margin:2px;
    display:block;
    cursor:pointer;
    opacity:0.4;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
#imageWrapper{
    position:relative;
    padding-top:90px;
    text-align:center;
}
#imageWrapper img{
    margin:0 auto;
    -moz-box-shadow:2px 2px 10px #111;
    -webkit-box-shadow:2px 2px 10px #111;
    box-shadow:2px 2px 10px #111;
}
.cursorRight{
   cursor:url("../images/gallery/icons/next.cur"),url("icons/next.cur"), default;
}
.cursorLeft{
    cursor:url("../images/gallery/icons/prev.cur"),url("icons/prev.cur"), default;
}
.cursorPlus{
    cursor:url("../images/gallery/icons/plus.cur"),url("icons/plus.cur"), default;
}
.cursorMinus{
    cursor:url("../images/gallery/icons/minus.cur"),url("icons/minus.cur"), default;
}
.albumSelect{
    height:18px;
    line-height:18px;
    position:absolute;
    right:5px;
    top:2px;
    width:120px;
}
.albumSelect .title{
    color:#f0f0f0;
    z-index:10;
    border:1px solid #444;
    background-color:#555;
    background-repeat:no-repeat;
    background-position:90% 50%;
    cursor:pointer;
    text-align:left;
    text-indent:10px;
    width:100%;   
    position:absolute;
    top:0px;
    left:0px;
}
.down{
    background-image:url(../images/gallery/icons/down.png);
}
.up{
    background-image:url(../images/gallery/icons/up.png);
}
.albumSelect ul {
    list-style:none;
    display:none;
    padding:0px;
    width:100%;
    border:1px solid #444;
    background-color:#555;
    margin:22px 0px 0px 0px;
    -moz-box-shadow:0px 0px 2px #000;
    -webkit-box-shadow:0px 0px 2px #000;
    box-shadow:0px 0px 2px #000;
}
.albumSelect ul li a{
    text-decoration:none;
    cursor:pointer;
    display:block;
    padding:3px 0px;
    color:#ccc;
}
.albumSelect ul li a:hover{
    background-color:#000;
    color:#fff;
}