body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:.70em;
	color:#CCC;
	margin:20px;
	background-color:#1D0000;
	background-image:none;
	background-repeat:repeat-x;
	background-position:0 0;
	background-attachment:scroll;
}

#wrap {
	background-color:#000;
	border:1px solid black;
}

#head {
	background:url('../images/header_bg.jpg') top left no-repeat;
	vertical-align:bottom;
	color:white;
	font-size:25pt;
	font-weight:bold;
	height:120px;
	line-height:120px;
	padding-left:20px;
}
#head img {
	margin-left:-20px;
}

div.menulist {
background:url('../images/topmenu_bg.jpg') top left repeat-x;
	height:40px;
}


div.searchbox {
	float:right;
	padding:10px;
}

div.searchbox input[type="text"] {
	background-color:#FFE28B;
	border:1px solid #1D0000;
	padding:2px;
}

div.searchbox input[type="submit"] {
	background-color:#1D0000;
	border:1px solid #FFE28B;
	padding:1px;
	color:white;
	cursor:hand;
}




#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 40px;
	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{
	display: block;
	height:40px;
	line-height: 40px;
	color:white;
	text-decoration:none;
	padding: 0 10px;
	float:left;
	border-right: 1px solid #000;
}

	
/*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;
	width: 200px;
	background-color:#000;
}

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


/* Sub level menu links style */
#menu li ul li a{
	padding:0 5px;
	text-decoration:underline;
	width: 200px;
	display:block;
	color:#FFF;
	border:1px solid #FFF;
	z-index:99;
	height: 20px;
	line-height: 20px;
}

#menu li a:hover, #menu li:hover > a{
	background:url('../images/topmenu_active_bg.jpg') top left repeat-x;

}

#menu li ul li a:hover{
	background:#FFF;
	color:#000;
	text-decoration:underline;
	height: auto;
	line-height:auto;
}


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


/************* HOMEPAGE ***************/

div.homepage_block {
	padding:20px;
}

div.homepage_block_title {
	font-size:20px;
	color:white;
}

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

/********* CONTENT *********************/

#content {
	padding:20px;
}

#content a:link,#content a:visited,#content a:active{
	color:white;
	text-decoration:underline;
}

#content a:hover {
	color:white;
	text-decoration:none;
}

/**************** ALBUMS ************/

.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;
}

/************** COMMENTS *************/

.comment_head {
	padding-top: 5px;
	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;
	width:600px;
margin:0 auto;
	
}

.add_comment h2 {
	color: #fff;
}

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


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

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

.cartbtn {
	display:block;
	float: right;
	height: 40px;
	line-height: 40px;
	color:#FFFFFF;
	font-weight: bold;
	background-image: url(../images/topmenu_bg.jpg);
	background-position:center center;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
.cartbtn:hover {
	background-image: url(../images/topmenu_active_bg.jpg);
}
#content a.cafepress_button:link, #content a.cafepress_button:visited{
	color:#000000;
}

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

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

/************** FOOTER *******************/

div.footer {
	height:40px;
	width:100%;
	padding:10px;
	background:url('../images/topmenu_bg.jpg') top left repeat-x;
}





