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

body {
	background: #000 url(../images/body-bg.jpg) top center no-repeat;
}



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

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

a:active {
	color: #e7e7e7;
}

a:hover {
	color: #e7e7e7;
}
.article_description {
    margin-bottom: 15px;
}

.wrap {
	width: 900px;
	text-align:left;
}
.navigation {
	height:43px;
	width: 880px;
	background: url(../images/nav-bg.gif) top left no-repeat;
	line-height: 43px;
	margin-bottom: 15px;
	padding: 0 10px;
	
}


.head {
	font-weight:bold;
	letter-spacing: -2px;
	font-size: 40px;
	color: #fff;
	line-height: 75px;
	padding: 10px 0;
}

.content-top {
	background: url(../images/content-top.jpg) bottom center no-repeat;
	width: 900px;
	height: 3px;
}

.content {
	text-align:left;
	background: #272727;
	padding: 7px 10px;
	border-left: 1px solid #474747;
	border-right: 1px solid #474747;
}

.content-bottom {
	background: url(../images/content-bottom.jpg) top center no-repeat;
	width: 900px;
	height: 3px;
}

h1, h2, h3, h4 {
	margin-bottom: 10px;
	letter-spacing: -1px;
	color: #fff;
	line-height: normal;

}

h1 {
	font-size: 26px;
}

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

.album_title {
	font-size: 18px;
	line-height:22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

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

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



.cartbutton{
	float: right;

}

#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 42px;
	float:left;
}

#menu ul {
	margin: 0;
	padding: 0;
	float:left;
}

/*Top level list items*/
#menu li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
#menu li a, .cartbutton a{
	display: block;
	height: 43px;
	line-height: 43px;
	color:#000;
	text-decoration:none;
	font-size: 20px;
	font-weight: bold;
	padding: 0 10px;
	text-transform: lowercase;
	letter-spacing: -2px;
	float:left;
}

	
/*Sub level menu*/
#menu li ul{
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	margin: 0;
	padding: 0 0 3px 0;
	float:left;
	background: url(../images/subnav-bg.gif) bottom left no-repeat;
	width: 200px;
}

/*Sub level menu list items*/
#menu li ul li{
	display: inline;
	float: none;
}


/* Sub level menu links style */
#menu li ul li a{
	width: 200px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 10px;
	background: #4789bd;
	font-size: 12px;
	height: auto;
	line-height: normal;
	letter-spacing: 0px;
	font-size: 13px;
	width: 178px;
	height:auto;
	padding: 10px;
	margin: 0;
	line-height:normal;
	font-weight:bold;
	text-align:left;
	background: #CECCCC;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
}

#menu li a:hover, .cartbutton a:hover{
	color: #e7e7e7;
}

#menu li ul li a:hover{
	color: #e7e7e7;
}


	
/* Holly Hack for IE \*/
* html #menu li { float: left; height: 1%; }
* html #menu li a { height: 1%; }
/* End */

.searchbox {
	height: 75px;
	float: right;
	line-height: 75px;
}



.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 #e7e7e7;
	padding-top:10px;
}

.add_comment h2 {
	color: #000;
}

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


.add_comment textarea {
	width: 300px;
	height: 50px;
	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 {
	margin-bottom: 15px;
}


.homepage_block_title {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	color: #fff;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
}

.homepage_block_content {
	padding: 10px;
}

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

.homepage table {
padding: 0;
margin: 0;
	width: 100%;
	border-spacing:0;
	border: 0;
}


.cartbutton a:hover{
	color: #000;
}
a.cafepress_button:link, a.cafepress_button:visited{
	color:#000000;
}

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

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



