html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 800px;
	margin-top:-5px;
}

#wrapper{
	width:835px;
	margin:0 auto;
}

#header{
	height: 180px;
	background: url("http://chickchat.net/images/header.jpg");
	list-style-type: none;
}
#emptyheader{
	height: 180px;
	list-style-type: none;
}

#footer{
	min-height: 41px;
	width:100%;
	background: url("http://chickchat.net/images/footer.jpg");
	background-repeat:no-repeat;
	color: #9C6;
	padding-top:40px;
	margin:0 auto;
	float:left;
}

#topofcontainer{
	background: url("http://chickchat.net/images/topofcontainer.jpg");
	width:835px;
	height: 13px;
	font-size:1px;
	float:left;
}

#container{
	background: url("http://chickchat.net/images/container.jpg");
	background-repeat:repeat-y;
    text-align: left;
	float: left;
	display:block;
	width:100%;
}

#contentwrapper{
	width: 720px;
	height:auto;
	margin: 0 auto;
}

#sidebar{
	width:230px;
	float:right;
	height:auto;
	padding-right:65px;
}
#side_bluebox{
	width:100%;
	background-color:#4E909E;
	height:auto;
	padding-left:5px;

	padding-bottom:5px;
	color:#FFF;
	margin-bottom: 2px;
}

.side_bluebox_title {
	margin-left: -5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 1px;
    color: #fff; 
	font-size: 18px;
	background-color:#2A5F6B;
	font-weight: bold;
}
.side_bluebox_highlight{
	color:#B1E0E0;
	font-weight: bold;
	line-height:20px;
}
#side_bluebox a{
	color: #B1E0E0;
	text-decoration: none;
}
#side_bluebox a:visited{
	color: #B1E0E0;
	text-decoration: none;
}
#side_bluebox a:hover{
	color: #fff;
	text-decoration: none;
}
.side_bluebox a span {
	color:#FFFFFF;
	display:none;
	background-color:#2A5F6B;
}
.side_bluebox a:hover span {
color:#FFFFFF;
display:block;
position:absolute;
margin-top:1px;
padding:7px;
width:150px;
z-index:100;
font-weight:bolder;
line-height:14px;
}
.side_bluebox a:hover{
	color: #fff;
	text-decoration: none;
}


	
#widecontent{
	width:720px;
	float:left;
	height:auto;
}
#content{
	width:480px;
	float:left;
	height:auto;
	padding-left: 55px;
}
#feature{
	width:100%;
	height: auto;
	padding-bottom: 10px;
	border-bottom:medium;
	border-bottom-color:#7EA6A8;
	border-bottom-style: solid;
}
.feature_title {
	color:#407682;
	font-size: 28px;
	font-weight: bold;
}
.feature_title_brown {
	color:#60411D;
	font-size: 28px;
	font-weight: bold;
}
.feature_body {
	color: #000;
	line-height:18px;
}

.feature_subtitle{
	color:#407682;
	font-size: 14px;
	font-weight: bold;
}
.feature_fineprint {
	color: #000;
	font-size:10px;
}

/* TEXT ------------------------------------ */
a:link {color: #668B91;	text-decoration: none;}
a:visited {	text-decoration: none;	color: #668B91;}
a:hover {	text-decoration: none;	color: #000;}
a:active {	text-decoration: none;	color: #000;}
a img{
	border-width:0;
}





/* MENU ------------------------------------ */
#menu li{
		float: left;
		text-align:center;
  		width:101px;
  		height:25px;
		padding-top:155px;
		list-style: none;
		padding-left:1px;
}

#menu a{
	    color:#8AAE3E;
  		display:block;
		border: 0px;
		background-image:url(http://chickchat.net/images/tab.png);
		font-size: 16px;
		height:25px;
		padding-top:5px;
		font-family:Arial, Helvetica, sans-serif;
}

#menu a:hover{ 
		background-image:url(http://chickchat.net/images/tab_over.png);
		color: #FFF;
}


.calendar-table {
border: thin;
width:100%;
line-height: 12px;
font-size: 9px;
}
.calnk_chickchat a:hover {
color:#FFFFFF;
background-position:0 0;
text-decoration:none;
}
.calnk_chickchat {
	background-color: #4E909E;
	padding: 3px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bolder;
}
.calnk_chickchat a {
	background-color: #4E909E;
	padding: 0px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bolder;
}
.calnk_chickchat a span {
color:#FFFFFF;
display:none;
background-color:#4E909E;
}
.calnk_chickchat a:hover span {
color:#FFFFFF;
display:block;
position:absolute;
margin-top:1px;
padding:7px;
width:150px;
z-index:100;
font-weight:bolder;
line-height:14px;
}

.calnk_other a:hover {
color:#FFFFFF;
background-position:0 0;
text-decoration:none;
}
.calnk_other{
	background-color: #AFCA33;
	padding: 3px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bolder;
}
.calnk_other a {
	background-color: #AFCA33;
	padding: 0px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bolder;
}
.calnk_other a span {
	color:#FFFFFF;
	display:none;
	background-color:#AFCA33;
}
.calnk_other a:hover span {
color:#FFFFFF;
display:block;
position:absolute;
margin-top:1px;
padding:7px;
width:150px;
z-index:100;
font-weight:bolder;
line-height:14px;
}
.day-with-date {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:50px;
	border:1px solid #CCC;
	padding:3px;
	border-color: #B7B7B7;
}

.day-without-date {
width:60px;
height:10px;
border:1px solid #E5E5E5;
}

