body{
	background: url(/images/bg1.gif) repeat-x;
	color: #1c3a38;
	margin: 0;
	padding: 0;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 100%;
	line-height:1.125em;
}

h1{
	font-size: 1em;
}

h2{
	font-size: 0.8em;
}

#page{
	margin: 20px 0;
	padding: 0;
}

#header{
	background: #1C3A38;
	height: 55px;
	padding: 0;
	margin: 0;
}
#header-container{
	width: 775px;
	height: 55px;
	margin: 0 auto;
}
#headertext{
	width: 544px;
	float: left;
	margin: 0;
	padding: 0;
}
#headerimg{
	width: 231px;
	float:right;
	margin: 0;
	padding: 0;
}

#nav-bar{
	width: 775px;
	margin: 0 auto;
}
#nav-bar span{
	background: #1C3A38;
	padding: 0 3px 5px 3px;
}
#nav-bar span a{
	color: #C0C0C0;
	text-decoration: none;
	margin: 0 5px;
	font-size: 0.9em;
}
#login-form{
	background: #FFF;
	border: 1px solid;
	display: none;
	padding: 5px;
	font-size: 10px;
}
#login-form ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#login-form input{
	font-size: 10px;
	width: 80px;
}
#searchform{
	margin: 10px 0;
}
#searchform input{
	border: 1px solid;
	font-size: 11px;
}

#main, #footer{
	width: 775px;
	margin: 0 auto;
}

#content{
	width: 560px;
	float: right;
	margin: 0px;
}

.wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

.wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: #fff;
	clear: both;
}
.wp_page_numbers ul {
	border-top: 1px solid #ccc;
	width: 100%;
}
.wp_page_numbers li {
	float: left;
	display: block;
}

.wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #aaa;
	font-family: Arial;
	font-size: 12px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.wp_page_numbers li a:hover {
	color: #1C3A38;
	border-top: 2px solid #1C3A38;
	border-bottom: 2px solid #1C3A38;
}

.wp_page_numbers li.space {
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.wp_page_numbers li.first_last_page {
	font-style: italic;
}

.wp_page_numbers li.active_page a {
	color: #fff;
	background: #1C3A38;
	border-top: 2px solid #1C3A38;
	border-bottom: 2px solid #1C3A38;

}
.wp_page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */
	border-top: 2px solid #1C3A38;
	border-bottom: 2px solid #1C3A38;
}

.wp_page_numbers li.page_info {
	float: left;
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	display: block;
	padding: 3px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.entry{
	padding: 10px;
}

.thumbnail-list{
	list-style: none;
}
.thumbnail-list li{
	height: 230px;
	float: left;
	margin:10px;
}
.thumbnail-list-small{
	list-style: none;
}
.thumbnail-list-small li{
	float: left;
	margin:10px;
}
.thumbnail{
	width: 150px;
	text-align: center;
}
.thumbnail button{
	border: 1px solid;
	font-size: 10px;
	margin: 4px 0 0;
}
.thumbnail .album-loader{
	display: none;
	margin: 4px 0 0;
}
.thumbnail .image-dimensions{
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align:center;
}

#sidebar{
	width: 200px;
	float: left;
	padding: 3px;
	margin: 0px;
	font-size: 0.75em;
}
.category-list{
	margin: 5px;
	margin-right: 0;
	width: 80px;
}
.category-list li{
	color: #119985;
	height: 20px;
	clear: both;
	/*
font-weight: bold;
*/
	text-decoration: none;
}
.category-list li a{
	color: #119985;
	float: left;
	font-weight: bold;
	text-decoration: none;
}
.category-list li img{
	float: right;
	position: relative;
}
.category-list, .category-list li ul{
	padding-left: 0;
	list-style: none;
}
#sidebar .category-list li ul{
	display: none;
	position: absolute;
	width: 65px;
}
#sidebar .category-list li ul li{
}
.cat-list-button{
	border: 0px;
	text-decoration: none;
}
.menu-bubble{
	background: #71A195;
	color: #164507;
	border: none;
	position: relative;
	top: 5px;
	left: -5px;
	float:right;
	width: 95px;
	height: 710px;
	margin: 0;
	overflow: auto;
}
.menu-bubble ul{
	list-style: none;
	margin: 0;
	padding: 3px;
}
.menu-bubble ul li{
	margin: 5px 0;
}
.menu-bubble a{
	color: #164507;
}

#album{
	background: #FFF;
	height: 660px;
	margin: 3px;
	overflow: scroll;
	text-align: center;
}
#album-menu{
	display: none;
}
.album-item{
	margin-bottom: 8px;
	padding: 3px;
}
#album img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#confirm-cart{
	width: 550px;
	float: left;
}
#confirm-cart ul{
	list-style: none;
}
#confirm-cart ul li{
	width: 150px;
	float: left;
	margin: 10px;
	margin-top: 5px;
	overflow: hidden;
}

#checkout-calc{
	width: 220px;
	border: 1px solid;
	float: right;
}
#checkout-calc table{
	border: 1px solid;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: right;
}
#checkout-calc table .highlight{
	background: #C1D4D4;
}
#checkout-calc table .total{
	font-size: 14px;
	font-weight: bold;
}

#register-form table label{
	float: right;
}
#register-form table input{
	float: left;
}
#register-form table .message{
	color: #FF3333;
	font-size: 10px;
}

.post{
	font-size: 0.75em;
}

.right{
	float: right;
}
.clear{
	clear: both;
}
