body, html {
	background: #111111;
	margin: 0;
	padding: 0;
	font-family: arial;
	color:#FAFAFA;
	font-size: 12px;
	line-height: 150%;
}

h1, h2, h3, h4, p, form {
	margin: 0;
	padding: 0;
}

a:link, a:visited{
	color: #808080;
}

a:active {
	color: #fff
}

a:hover {
	color: #fff;
}


.wrap {
	width: 1000px;
}
.navigation {
	float:left;

	width: 207px;
}

.searchbox,.cartbutton {
	height: 61px;
	float: right;
	line-height: 61px;
	margin-right: 10px;
}

.cartbutton {
	height: auto;
}

.head {
	line-height: 75px;
	background: url(../images/body-bg.jpg) top center repeat-x;
	font-size: 40px;
	color: #fff;
	font-family: serif;
	text-transform: uppercase;
	padding-left: 10px;

}

.content {
	text-align:left;
	float:right;
	width: 783px;
}

h1, h2, h3, h4 {
	margin-bottom: 10px;
	letter-spacing: 2px;
	color: #fff;
	line-height: normal;
	font-family: serif;
}

h1 {
	font-size: 26px;
}

h2, .album_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-family: serif;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h1.pagetitle {
	font-size: 30px;
	margin-bottom: 15px;
}

.footer {
	padding: 10px;
	color: #808080;
	font-size: 11px;
}


.menu, .searchbox, .cartbutton {
	width: 200px;
	border-right: 2px solid #808080;
	text-align: right;
	list-style: none;
	padding:0 5px 0 0;
	margin: 0 0 10px 0;
}

.menu li a,.cartbutton a {
	font-weight: bold;
	display: block;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
	padding-right: 5px;
	font-size: 14px;
}

.menu li a:hover, .cartbutton a:hover {
	background: #808080;
	color: #fff;
}

.menu ul {
	padding: 0;
	margin: 0;
}
.menu li {
	list-style: none;
}

.menu li li a {
	font-weight: normal;
	color: #ccc;
	font-size: 12px;
}

.search_text {
	width: 100px;
}



.success {
	background: #A4E8A3;
	padding: 10px;
}

.error {
	background: #E8A3A3;
	padding: 10px;
}

.article_details {
	font-size: 11px;
	color: #808080;
	margin: 10px 0;
}

.article_box, .album_box, .comment {
	padding: 10px;
	margin-bottom: 10px;
}

.album_box {
    float:left;
    width:45%;
    height:150px;
}


.album_thumb, .article_thumb {
	height: 140px;
	width: 140px;
	display: block;
	float: left;
	background-position: top center;
	background-repeat: no-repeat;
}

.article_thumb {
	width: 100px;
	height:100px;
	margin: 0 10px 10px 0;
}

.album_title {
	margin-left: 150px;
}

.album_description {
	margin-left: 150px;
}

.comment_head {
	padding-bottom: 10px;
}

.comment_name {
	font-size: 14px;
	font-weight: bold;
	
}

.comment_date {
	font-size: 11px;
	color: #808080;
	margin-top: 10px;
}


.add_comment {
	border-top: 1px solid #222;
	padding-top:10px;
}

.add_comment .text {
	width: 300px;
	font-size: 14px;
	padding: 5px;
	font-family: arial;
	margin-bottom: 10px;
}

.add_comment h2 {
	color: #fff;
}
.add_comment textarea {
	width: 300px;
	height: 150px;
	font-size: 14px;
	line-height: 16px;
	font-family: arial;
	margin-bottom: 10px;
	padding: 5px;
}

.add_comment .btn {
	font-size: 14px;
	margin-top: 10px;
	
}

.homepage_block {
	border-bottom: 2px solid #808080;
	padding-bottom: 10px;
	margin: 0 10px 10px 0;
}


.homepage_block_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.homepage td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.homepage table {
padding: 0;
margin: 0;
	width: 100%;
	border-spacing:0;
	border: 0;
}
a.cafepress_button:link, a.cafepress_button:visited{
	color:#000000;
}

a.cafepress_button:active {
	color:#000000;
}

a.cafepress_button:hover {
	color:#FFFFFF;
}


