/*
Theme Name: eskimoproject
Description: The default eskimoproject theme.
Version: 1
Author: James Willis
Author URL: http://www.eskimoproject.com
Tags: music, backgrounds, band

Eskimo Project v1.0
http://www.eskimoproject.com

This theme was designed and built by James Willis.

*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	margin: 0px;
	/*background: url(./images/bg2.jpg) top center;
	background-repeat:no-repeat;
	background-attachment:fixed;*/
	background-color:#000000;
}

#site{
	margin: 0px auto;
	border:0px solid black;
	width:845px;
	overflow:hidden;
}

#header{
	border:0px solid black;
	margin:90px auto 0px auto;
	width:838px;
}

.logo{
	float:right;
	height:40px;
	border:0px;
}

#menu_top{
	background-image:url(./images/header_bg.png);
	background-repeat:no-repeat;
	height:52px;
	border:0px solid yellow;
	clear:both;
}

#header ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height:49px;
}

#header ul li{
	display:inline;
	background-image:url(./images/header_circles.png);
	background-repeat: no-repeat;
	background-position:.1em .2em;
	padding:0px 15px 0px 20px;
}

#header ul li a{
	text-decoration: none;
	color:#fff;
	font-weight:bold;
}

#content{
	float:right;
	border:0px solid black;
	margin:10px 10px 0px 0px;
	width:570px;
	background-image:url(./images/Content_bg2.png);
	background-repeat:repeat;
	padding:5px;
}

#menu{
	float:left;
	border:0px solid black;
	margin:10px 0px 0px 5px;
	width:235px;
	background-image:url(./images/Content_bg2.png);
	background-repeat:repeat;
}

#menu ul{
	list-style-type: none;
	margin:6px 0px 0px 6px;
	padding: 0px;
	line-height:22px;
}

#menu li{
	background-image:url(./images/Menu_bg.png);
	background-repeat: no-repeat;
	height:23px;
	padding:0px 0px 7px 7px;
}

#menu ul li a{
	text-decoration: none;
	color:#fff;
	font-weight:bold;
}

#footer{
	padding:5px;
	border:0px solid red;
	clear:both;
	text-align:right;
	color:#fff;
	font-weight:bold;
}

.commentlist{
	list-style-type: none;
	padding: 0px;
}

.commentlist li{
	padding:5px;
	background-image:url(./images/Content_bg.png);
	background-repeat:repeat;
}


#searchform{
	text-align:center;
	margin:0px;
	padding:0px;
}
