* {
		margin: 0;
		padding: 0;
}

body {
        font-family: 'Lucida Grande',Arial,Helvetica,Sans-Serif;
		font-size: 0.80em;
		line-height: 1.5em;
        background-color: #FFF;
}

h1, h2, h3, h4, h5 {
		font-weight:normal;
}

#header h1 {
		display: block;
		float: left;
		padding: 0;
		font-size: 15px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		text-transform: uppercase;
		letter-spacing: 2px;
}

h2 {
		margin-bottom: 10px;
		padding: 0;
		font-size: 15px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #666;
}

a, a:active, a:link, a:visited { 
        font-weight: bold;
        text-decoration: none;
        border-bottom: 1px dotted #222;
        color: #222;
}

a:hover {
        border-bottom: 1px dotted #222;
        color: #222;
}

strong {
		color: #222;
}

img {
		border: none;
}

a.thumb {
		border-bottom: none;
}

a.thumb img {
        margin: 10px 0;
		width: 134px;
		height: 134px;
		border: 3px solid #F0F0F0;
}

a.thumb img:hover {
		border: 3px solid #333;
}

#spine {
		width: 100%;
		height: 150px;
		background-color: #9da5b4;
}

.wrapper {
        width: 870px;
        margin: -150px auto 0 auto;
}

#header {
		float: left;
		width: 840px;
		height: 15px;
		overflow: hidden;
        padding: 120px 15px 15px 15px;
        background-color: #9da5b4;
        color: #FFF;
}

#content {
		float: left;
		width: 840px;
        padding: 15px 15px 10px 15px;
}

#footer { 
		width: 840px;
        padding: 5px 15px;
		clear: both;
		color: #666;
}

#footer a {
		color: #666;
		font-weight: normal;
		border-bottom: none;
		text-decoration: underline;
}

ul#nav {
        list-style: none;
        float: right;
        display: block;
}

ul#nav li {
		display: inline;
        font-size: 15px;
		letter-spacing: 2px;
		text-transform: uppercase;
}

ul#nav li a {
		text-transform: uppercase;
        text-decoration: none;
}

ul#nav a:hover {
}

gallery#ul {
		list-style: none;
}

ul#gallery li {
		display: block;
		float: left;
		position: relative;
		margin: 15px 70px 15px 0;
}

ul#gallery img {
		width: 134px;
		height: 134px;
		z-index: 1;
}

ul#gallery li a {
		position: relative;
		display: block;
		width: 134px;
		height: 134px;
		overflow: hidden;
		border: 3px solid #F0F0F0;
}

ul#gallery li a:hover {
		border: 3px solid #333;
}

ul#gallery li div.meta {
		display: none;
		position: absolute;
		z-index: 10;
		opacity: 0.9;
		top: 3px;
		left: 3px;
		width: 124px;
		padding: 5px;
		background: #333;
		color: #666;
}

ul#gallery li:hover div.meta {
		display: inline;
}

ul#gallery li div.meta a {
		width: auto;
		height: auto;
		display: inline;
		border: none;
		color: #FFF;
		text-transform: uppercase;
		font-weight: normal;
}

ul#gallery li div.meta a:hover {
		color: #AAA;
}

a#addnew {
		border-bottom: none;
		color: #444;
		text-transform: uppercase;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		letter-spacing: 2px;
}

a:hover#addnew {
		color: #222;
}

ul#pagination {
		float: left;
		width: 870px;
		list-style: none;
		margin: 15px 0;
}

ul#pagination li {
		display: inline;
		margin: 0 5px;
}

ul#pagination li a {
		padding: 2px 3px;
		color: #666;
		border: 2px solid #F0F0F0;
}

ul#pagination a:hover {
		border: 2px solid #3376d4;
}

ul#pagination li.selected {
		font-size: 20px;
		color: #333;
		font-weight: bold;
}

ul#pagination li.elipsis {
		xcolor: #333;
		xfont-weight: bold;
}

ul#pagination li.arrow {
		font-size: 25px;
}

ul#pagination li.arrow a {
		color: #999;
		border: none;
		font-family: 'Courier New', Courier, monospace;
}

ul#pagination li.arrow a:hover {
		color: #3376d4;
}

/* forms */

fieldset {
        margin: 10px 0;
        padding: 0;
        border: none;
}

fieldset div {
		margin: 0;
}

label {
        display: block;
        color: #333;
}

label span {
		color: #ff5165;
		font-weight: bold;
}

input {
        width: 240px;
        margin: 5px 0 15px 0;
        padding: 7px;
        font: 17px Georgia, 'Lucinda Grande', sans-serif;
}

select {
        height: auto;
        margin: 5px 0 15px 0;
        padding: 2px;
        font: 17px Georgia, 'Lucinda Grande', sans-serif;
}

textarea {
        width: 100%;
        height: 190px;
        margin: 5px 0 15px 0;
        padding: 5px;
        font: 17px Georgia, 'Lucinda Grande', sans-serif;
}

input.file {
		width: auto;
		font: inherit;
		padding: auto;
		border: none;
}

.button {
        display: block;
        width: auto;
        padding: 7px;
        margin: 10px 0;
        border: none;
        font: 13px 'Lucida Grande', sans-serif;
        text-decoration: none;
        background-color: #DDD;
        
        -moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
}

.button:hover {
        background-color: #CCC;
}

.oops {
        color: #db1401;
        font-weight: bold;
}
        
.ok {
        color: #222;
        font-weight: bold;
}
        
.message {
		margin: 0;
		padding: 5px 0;
		color: #1695A3;
}

.error {
		margin: 0;
		padding: 5px 0;
		color: #db1401;
}

