/*
Cheeky Chimps CSS
SiteE@se Web Design
www.siteease.co.uk
*/

body {
	margin: 0;
	padding: 0;	
	background: #FFFFFF url('../images/background.gif') repeat-x;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #FF6600;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	letter-spacing: -1px;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1px;
}

p {
	margin: 0 0 2em 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #0033FF;
}

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

img {
	border-width: 2px;
	border-color: #666666;
}

/* Bottom Background */

#bottom {
background:url(../images/grass.gif) repeat-x bottom center;
}

#container {
width: 950px;
margin-left: auto;
margin-right: auto;
}

/* Header */



#logo {
	position:absolute;
	height: 220px;
	width: 326px;
	top: 0px;
	background: url(../images/chimps_logo.png) no-repeat;
}

/* Banner */
#banner {
	position:relative;
	left:325px;
	top: 10px;
	width: 630px;
	height: 100px;
	color:#003300;
	font-size: 1.5em;
	font-weight:600;
	background: url(../images/banner.gif) no-repeat;
}

#bar {
	top: 110px;
	width: 950px;
	height: 60px;
	padding-top:40px;
	margin: 0 auto;
	background: url(../images/bar.png) no-repeat;
}

#search {
	float: right;
	width: 200px;
	height: 28px;
	background: #FFFFFF url(../images/img02.gif) no-repeat;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 5px 5px 35px;
	width: 160px;
	height: auto;
	background: none;
	border: none;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000;
}

#search br {
	display: none;
}

/* Menu */

#menu {
	width: 660px;
	height: 60px;
	margin-top:-100px;
	margin-left: 300px;
}

/* IE6 Only */
* html #menu {
	width: 660px;
	height: 60px;
	margin-top:-90px;
	margin-left: 300px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 107px;
	padding: 18px 30px 35px 20px;
	text-decoration: none;
	text-indent: 0px;
	font-size: 1.4em;
	text-align:center;
	font-weight: bold;
	line-height: 220%;
	color: #FFFFFF;
	background: url(../images/leaf_button.png) no-repeat 0 11px;
}

/* IE6 Only */
* html #menu a {
	display: block;
	float: left;
	width: 107px;
	padding: 6px 30px 35px 20px;
	text-decoration: none;
	text-indent: 0px;
	font-size: 1.4em;
	text-align:center;
	font-weight: bold;
	line-height: 220%;
	color: #FFFFFF;
	background: url(../images/leaf_button.png) no-repeat 0 11px;
}


#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item {
}

.menu .current_page_item a {
	color: #000000;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
}

/* Ads */

/* #ads {
	float: right;
	width: 160px;
	padding: 0 0 0 20px;
} */

/* Content */

#content {
	float: right;
	padding-top:20px;
	width: 670px;
	background: url(../images/vine.gif) repeat-y;
}

#content ul{
	
	list-style-type: square;
}

.title {
text-indent:70px;
}

.post {
	margin-bottom: 50px;
	margin-left: 70px;
	min-height:600px;
	font-size: 1.2em;
}

.post p {
line-height: 130%;
}

.post .title {
}

.post .title h2 {
	font-size: 2.2em;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding-top: 30px;
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(../images/img08.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(../images/img09.gif) no-repeat;
}

.post .links .comments {
	background: url(../images/img10.gif) no-repeat;
}

/* Box Background */

.box1 {
	background-image: url(../images/box1.gif);
	height:355px;
	width:180px;
}

#boxtext {
font-size: 0.9em;
}

.tdbackmid {
	background-image: url(../images/box_mid.gif);
	padding-top:3px;
	padding-bottom:3px;
}

.tdbacktop {
	background-image: url(../images/box_top.gif);
}

/* Sidebar */

#sidebar {
	padding-top: 10px;
	float: left;
	width: 200px;
	font-size: 0.9em;
	text-align:left;
	
}

#sidebar a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.3em;
	font-weight:600;
}

#sidebar a:hover {
	color: #FFFF66;
	text-decoration: underline;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#sidebar li {
	margin-bottom: 20px;
	background: url(../images/menu_buttons.gif) no-repeat left bottom;
}

#sidebar li ul {
	padding: 0px 20px;
	line-height: 222%;
}

/* IE6 Only */
* html #sidebar li ul {
	padding: 0px 12px;
	line-height: 225%;
}

#sidebar li li {
	margin: 0;
	padding-left: 25px;
	padding-top: 18px;
	padding-bottom: 18px;
	background: url(../images/button.gif) no-repeat 0 11px;
}

#sidebar h2 {
	width: 170px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: #FFFFFF url(../images/category.gif);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #663300;
}

#news {
	margin-bottom: 0px;
	padding-left: 15px;
	background: #fdfc92 url(../images/news_btm.gif) no-repeat left bottom;
	font-size: 1.2em;
	color: #007f00;
}

#news a {
	color:#FF6600;
	font-size: 1.0em;
	text-decoration:underline;	
}

#news a:hover {
	color:#FF6600;
	text-decoration:none;
}

#clock { font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #FFFFFF; background-color: #e36700; border: 2px solid #007f00; padding: 4px; }
/* Calendar */

#calendar_wrap {
	padding: 15px 20px;
}

#calendar table {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	text-align: center;
}

#calendar thead {
	background: #DBDBDB;
}

#calendar tbody td {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #FFF3A7;
	border: 1px solid #FF7400;
	font-weight: bold;
	color: #FF7400
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(../images/footer_bar.png) no-repeat;
}

#footer .left {
	margin-top: -15px;
	text-align: left;
	text-indent:10px;
	line-height: normal;
	font-size: 1.1em;
	font-weight:600;
	padding-bottom:10px;
	color:#663300;
}

#footer a {
	text-decoration: underline;
	color:#663300;
}

#footer a:hover {
	text-decoration: none;
	color:#333333;
}

#footer .right {
	margin-top: -56px;
	margin-right:10px;
	text-align: right;
	line-height: normal;
	font-size: 1.1em;
	font-weight:600;
	padding-bottom:10px;
	color:#663300;
}

/* PopOver */

.postit_settings{
width:357px;
height:360px;
visibility:hidden;
left:320px;
top:210px;
position:absolute;
z-index:196;
}

/* PopOver */

/* IE6 Only */
* html .postit_settings{
width:357px;
height:360px;
visibility:hidden;
left:320px;
top:215px;
position:absolute;
z-index:196;
}
.closebutton_settings{
text-align:right;
cursor:pointer;
z-index:200;
position:absolute;
/* If you want to move Button left then plz decrease width value and increase if you want to move right*/
width:337px;
/* increase top value to move close button down and decrease to move button up*/
top:10px;
}
img {
border:none;
}

/* Party Table */

.celltop {
	background: url(../images/cell_top.gif) no-repeat;
}
.cellbtm {
	background: url(../images/cell_btm.gif) no-repeat;
}

.calcom {
color:#FFFFFF;
text-align:center;
}