/* ************************ Defaults ************************ */

body{ 
	font:14px Arial, Helvetica, sans-serif; 
	text-align:center;
	color:#000;
	background:url('/images/bg.jpg') #FFCC33 top left repeat-x;	
}
body, h1, h2, h3, h4, h5, p, table, table th, form, a img, ul, li {
	border: none;
	margin: 0px;
	padding: 0px;
}
ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
p{
	line-height:20px;
	padding:0px 0px 6px 0px;
}

/* ************************ structural ************************ */

#main{
	padding:0px 83px 0px 117px;
	margin:0 auto;
	width:800px;
	background:url('/images/mainbg.jpg') top left no-repeat;
}
#page{
	padding:0px;
	margin:0px;
	width:800px;
	text-align:left;
}
.clear{
	clear:both;
}

/* ************************ header ************************ */

#header{
	height:74px;
	padding:272px 0px 0px 0px;
}

#topnav{
	background:url('/images/topnav.jpg') top left repeat-x;
	height:48px;
}
#topnav ul li{
	float:left;
}
#topnav ul li a{
	text-decoration:none;
	display:block;
	width:100px;
	height:38px;
	padding:10px 0px 0px 0px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#fff;
}
#topnav ul li a:hover{
	text-decoration:none;
	background:#000;
}

/* ************************ content ************************ */

#content{
	background:url('/images/tile.gif');
}
#pagetext{
	padding:18px;
}

/* ************************ left panel ************************ */

#leftpanel{
	float:left;
	width:502px;
}
.blogpanel{
	background:#fff;
	padding:0px 10px 15px 10px;
	margin-bottom:18px;
}
.commentpanel{
	background:#fff;
	margin-bottom:18px;	
}
.mainhead{
	border-bottom:solid 2px #FF0000;
	font-size:26px;
	font-weight:bold;
}
.mainhead span{
	display:block;
	width:174px;
	background:#FFCC33;
	padding:8px 13px 0px 13px;
	height:37px;
}
.blogpanel h2{
	font-size:24px;
	text-transform:uppercase;
	line-height:35px;
	padding:0px 0px 6px 0px;
	font-weight:normal;
}
.blogpanel .blogdate{
	font-size:10px;
	line-height:14px;
	padding:0px 0px 10px 0px;
	text-transform:uppercase;
	color:#666666;
}
.blogpanel .bloglist{
	padding:10px;
}
.blogpanel .bloglist a{
	color:#000;
	text-decoration:underline;
}
.blogpanel .bloglist a:hover{
	color:#FF0000;
	text-decoration:underline;
}
.blogpanel .blogcomment{
	height:24px;
	background:#EBEBEB;
	font-size:12px;
	color:#666666;
}
.blogpanel .blogcomment span{
	float:right;
	padding:4px 7px 0px 7px;
}
.blogpanel .blogcomment span a{
	text-decoration:underline;
	color:#666666;
}
.blogpanel .blogcomment span a:hover{
	text-decoration:underline;
	color:#FF0000;
}

.commentpanel{
	font-size:12px;
	padding:10px;
	line-height:16px;
}
.commentpanel h2{
	font-size:12px;
	padding:0px 0px 12px 0px;
}
.commentpanel p{
	padding:0px 0px 12px 0px;
}
.commentpanel a{
	color:#000;
	text-decoration:underline;
}
.commentpanel a:hover{
	color:#FF0000;
	text-decoration:underline;
}

/* ************************ right panel ************************ */

#rightpanel{
	float:right;
	width:244px;
}
.albumcover img{
	display:block;
}
.albumdownload ul li a{
	font-size:16px;
	color:#333333;
	text-decoration:underline;
	display:block;
	height:31px;
	padding:12px 0px 0px 32px;
}
.albumdownload ul li a:hover{
	font-size:16px;
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}
.albumdownload .albumdownload1 a{
	background:url('/images/down_off.gif') center left no-repeat;
}
.albumdownload .albumdownload1 a:hover{
	background:url('/images/down_on.gif') center left no-repeat;
}
.albumdownload .albumdownload2 a{
	background:url('/images/list_off.gif') center left no-repeat;
}
.albumdownload .albumdownload2 a:hover{
	background:url('/images/list_on.gif') center left no-repeat;
}


.luvhatepanel{
	padding:10px 0px 0px 0px;
}
.luvhatepanel h2{
	border-bottom:solid 2px #FF0000;
	color:#fff;
	font-size:18px;
	font-weight:normal;
}
.luvhatepanel h2 span{
	background:#000;
	display:block;
	width:178px;
	height:33px;
	padding:10px 0px 0px 10px;
}

.luvhatepanel1, .luvhatepanel2{
	padding:5px 5px 10px 5px;
}
.luvhatepanel1{
	background:#DBFFFF;
}
.luvhatepanel2{
	background:#99FFFF;
}
.luvhatepanellist{
	padding:5px;
}
.luvhatepanellist p{
	padding:0px 0px 10px 0px;
}
.luvhatecomment{
	font-size:12px;
	background:#F6FFFF;
	color:#666666;
	padding:3px;
	text-align:right;
}
.luvhatecomment a{
	color:#666666;
	text-decoration:underline;
}
.luvhatecomment a:hover{
	color:#FF0000;
	text-decoration:underline;
}
.lips{
	position:absolute;
	margin:-40px 0px 0px 157px;
}


div#comments1,div#comments2,div#comments3,div#comments4,div#comments5 {
  display: none;
}

hr {
	color: #EBEBEB;
	background-color: #EBEBEB;
	height: 4px;
	border: 4px solid #EBEBEB;
}

.headerText {
	float:left;
	margin-left:44px;
	margin-top:193px;
}

.headerText p{
	color: red;
	text-size: 16px;
	font-weight: bold;
}

.headerText p span{
	color:#333333;
	font-size:12px;
	font-style:italic;
	font-weight: normal;
}

.white {
	background: white;
	text-align: center;
}