body {
	background: url('images/bg.jpg');
	font-family: Verdana;
	}

#wrap {
  	margin: 0px auto;
  	width: 1120px;
  	}
  	
#sitecontent {
	width: 979px;
	border: 6px solid #E4E4E4;
	background: #ffffff;
	padding: 3px;
  float: left;
	}

#divStayTopLeft {
    position:relative;
    float: right;
    width: 120px;
    }

div.clear {
	clear: both;
	height: -1px;
	}

h1 {
	font-family: Arial;
	font-size: 16pt;
	margin: 0px;
	padding: 10px;
	}

h2 {
	font-family: Arial;
	font-size: 12pt;
	text-align: left;
	margin: 0px;
	padding-left: 30px;
	font-weight: bold;
	background: url('images/title-line.jpg') no-repeat left;
	}

div.lines {
	height: 14px;
	background: url('images/lines.jpg') repeat-x;
	border-top: 1px solid #E4E1DA;
	}

#top {
	margin: 0 0 0 0px;
	border: 1px solid #E4E4E4;
	background: #F7F7F7;
	font-size: 10px;
	}

#bottom {
	margin: 5 0 0 0px;
	border: 1px solid #E4E4E4;
	background: #F7F7F7;
	font-size: 8pt;
	padding: 5px;
	color: #000000;
	text-align: center;
	}

#bottom ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
	}

#bottom menu {
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
	}

#bottom li {
	margin: 0px;
	padding-left: 5px;
	display: inline;
	}

#bottom a:link,
#bottom a:active,
#bottom a:visited,
#bottom a:hover
	{
	color: #999999;
	text-decoration: none;
	}

#bottom a:hover {
	color: #999999;
	text-decoration: underline;
	}

/* ############## Top navigation bar ########################################### */

#navpanel {
	margin: 1 0 5 0px;
	line-height: 200%;
	font-size: 10pt;
	border: 1px solid #E4E1DA;
	background: url('images/button-bg.jpg');
	}

div.buttons ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

div.buttons li {
	margin: 0px;
	padding: 0px;
	display: inline;
	}

div.buttons a:link,
div.buttons a:active,
div.buttons a:visited,
div.buttons a:hover
	{
	float: left;
	padding: 4px 20px;
	color: #645A44;
	text-decoration: none;
	border-left: 1px solid white;
	border-right: 1px solid #E4E1DA;
	background: url('images/button-bg.jpg');
	}

div.buttons a:hover {
	color: #000000;
	background: url('images/button-hover.jpg') top left repeat-x;
	}

/* ############## Basic layout ########################################### */

#container {
	float: left;
	width: 82%;
	}

#leftmenu {
	float: left;
	width: 21%;
	background: #F0F0F0;
	}

#content {
	width: 78%;
	float: right;	
	}

#rightmenu {
	width: 18%;
	float: right;
	background: #F0F0F0;
	}

/* ############## Category list ########################################### */

div.categories {
	font-size: 8pt;
	border: 1px solid #E4E1DA;
	line-height: 150%;

	}

div.categories ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

div.categories li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid white;
	}

.categories a:link, 
.categories a:active, 
.categories a:visited, 
.categories a:hover,
.categories h3 
	{
	padding: 4px;
	display: block;
	font-weight: bold;
	color: #645A44;
	text-align: left;
	text-decoration: none;
	}

.categories h3 {
	margin: 0px;
	font-size: 10pt;
	color: #000000;
	background: url('images/button-hover.jpg') top left repeat-x;
	}

.categories a:hover {
	color: #000000;
	background: url('images/button-hover.jpg') top left repeat-x;
	}

/* ############## Search ########################################## */
.search {
	font-size: 8pt;
	}

.search h3 {
	margin: 0px;
	text-align: left;
	padding: 4px 10px;
	font-size: 10pt;
	color: #000000;
	background: url('images/button-hover.jpg') top left repeat-x;
	border-bottom: 1px solid white;
	}

.search input {
	background: url('images/input-bg.jpg') repeat-x top;
	border: 1px solid #999999;
	font-size: 10pt;
	margin: 3px;
	}


/* ############## Posts ########################################### */

div.post {
	margin: 0 5 0 5px;
	font-size: 10pt;
	font-weight: bold;
	}

div.post-title {
	
	padding: 2px;
	background: url('images/post-title-bg.jpg') repeat-x bottom;
	border-top: 1px solid #E4E1DA;
	border-bottom: 1px solid #E4E1DA;
	}

div.post-title a {
	color: #5C7A82;
	text-decoration: none;
	}

div.post-title a:hover {
	color: #FD9E28;
	}

div.post-meta-top {
	background: #F0F0F0;
	font-size: 10px;
	color: #63A8B8;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-top: 1px solid #E4E1DA;
	border-bottom: 1px solid #E4E1DA;
	}

div.post-meta-top a {
	color: #63A8B8;
	}

div.post-meta-top a:hover {
	color: #000000;
	}

div.post-content {
	padding: 5px;
	font-size: 8pt;
	text-align: center;
	background: url('images/post-content-bg.jpg') repeat-x top;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #E4E1DA;
	font-weight: normal;
	}

div.post-content img {
	margin: 1px;
	border: 1px solid #000000;
	}

div.post-meta-bottom {
	background: #ffffff;
	font-size: 10px;
	color: #63A8B8;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	}

div.post-meta-bottom a {
	color: #63A8B8;
	}

div.post-meta-bottom a:hover {
	color: #000000;
	}


div.banner {
	width: 468px;
	height: 80px;
	border: 1px dotted #000000;
	}

div.banner2 {
	width: 150px;
	height: 150px;
	border: 1px dotted #000000;
	}


div.banners td {
	font-size: 8pt;
	text-align: center;
	}

#catlist {
	font-size: 10pt;
	font-weight: bold;
	}

#catlist td{
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	}

#catlist img {
	border: 1px solid #000000;
	padding: 0px;
	}

#catlist :hover img {
	border: 1px dotted #000000;
	}

ul.feeds {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

ul.feeds li {
	margin: 0px;
	padding: 2px;
	list-style: none;
	}

ul.feeds img {
	margin: 2px;
	border: 1px solid #000000;
	}
	
ul.thumbgals {
	margin-left: 0px;
	padding: 0px;
	width: 600px;
	text-align: center;
	}

ul.thumbgals li {
	list-style: none;
	text-align: center;
	display: inline;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	width: 110px;
	height: 150px;
	}

ul.thumbgals img {
	border: 1px solid #cccccc;
	margin: 1px;
	padding: 1px;
	}
	
ul.thumbgals li :hover img {
	border: 1px solid #000000;
	}
	
div.cinemafeeds ul {
    margin: 0px;
    padding: 0px;
    }
    
div.cinemafeeds li {
    list-style: none;
    font-size: 8pt;
    font-family: Verdana;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 150px;
    height: 170px;
    text-align: center;
    float: left;
    }
 
div.cinemafeeds li img {
	border: 1px solid #000000;
	}

div.cinemafeeds li :hover img {
	border: 1px dotted #000000;
	}
	
div.pagelist ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

div.pagelist li {
	font-size: 8pt;
	display: inline;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}

div.pagelist a:link {
	padding: 2px;
	color: blue;
	}

div.pagelist a:visited {
	color: blue;
	}

div.pagelist a:hover {
	color: #999999;
	}