/* * * * * * * * * * * * * * * * *
 * CentralChat.net               *
 * CSS (c) 2009/2010 Greg Smith  *
 * * * * * * * * * * * * * * * * */

body {
	background: #8a909e url('../images/background_body.png') repeat-x;
	font-size: 89%;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
}

/* wrapper to fix IE retardedness */
.wrapper {
	text-align: center;
}
/* end wrapper */

/* header */
#header {
	width: 773px;
	height: 118px;
	background: #fff url('../images/background_header.png');
	margin: 0 auto;
	text-align: left;
	padding:0;
}

#header_content {
	width: 650px;
	margin-left: 61px;
	padding-top: 50px;
}

#header img {
	border: 0;
}

#header h1 {
	margin: 0;
}

#header p {
	font-size: 0.8em;
	color: #999;
	margin: -10px 0 20px 0;
}

#header a {
	color: #609443;
}

#header a:hover {
	text-decoration: none;
}

#header .search_box {
	background: #fff url('../images/search.png') no-repeat 4px 4px;
	padding: 4px 4px 4px 22px;
	border: 1px solid #88a7e7;
	width: 100px;
	height: 16px;
	color: #666;
}

#header .search_button {
	background-color: #88a7e7;
	border: 1px solid #88a7e7;
	color: #fff;
	height: 24px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-html-border-radius: 10px;
	border-radius: 10px;
	margin-left: 5px;
	cursor: pointer;
	padding-bottom: 2px;
}

#header .search_button:hover {
	background-color: #6f91d5;
}
/* end header */

/* middle area*/
#main {
	width: 773px;
	background: #fff url('../images/background_main.png');
	margin: 0 auto;
	text-align: left;
}

#middle {
	width: 773px;
	min-height: 386px;
	background: transparent url('../images/background_main_top.png') no-repeat;
	overflow: hidden;
}

#main p {
	margin: 0;
	padding: 10px 0;
}
/* end middle */

/* top menu */
#menu_top {
	width: 678px;
	height: 39px;
	margin-left: 51px;
}

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

#menu_top li {
	float: left;
}

#menu_top li a {
	width: 111px;
	height: 39px;
	display: block;
	background-color: #67b442;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-left: 1px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 39px;
	font-size: 1.1em;
}

#menu_top .home {
	-moz-border-radius: 5px 10px 0 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-html-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#menu_top .help {
	-moz-border-radius: 10px 5px 5px 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#menu_top li a:hover, #menu_top .current {
	background-color: #3d4c69;
}
/* end menu */

/* top banner/ad area */
#banner_top {
	width: 661px;
	background-color: #cdddf6;
	margin: 5px 0 0 51px;
	font-size: 0.8em;
	padding: 0 5px 5px 5px;
	color: #777;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-html-border-radius: 5px;
	border-radius: 5px;
}

#banner_top p {
	padding: 10px 5px 5px 5px !important;
}

#banner_top a {
	color: #777;
}

#banner_top .tla {
	list-style: none;
	padding: 0 0 0 5px;
	margin-top: 0;
	font-size: 0.85em;
	float: left;
}
/* end banner */

/* index page boxes */
#box_chat, #box_webmasters {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width: 307px;
	font-size: 0.95em;
	min-height: 96px;
	margin: 5px 0;
	float: left;
	padding: 10px 10px 0 10px;
	cursor: pointer;
}

#box_chat h2, #box_webmasters h2 {
	margin: 0;
	text-align: center;
	font-size: 1.4em;
}

#box_chat h2 a, #box_webmasters h2 a {
	text-decoration: none;
	color: #000;
}

#box_chat {
	background: #ff9728 url('../images/box_orange_background.png') repeat-x;
	margin-left: 57px;
}

#box_chat:hover {
	background: #fea13d url('../images/box_orange_background_hover.png') repeat-x;
}

#box_webmasters {
	background: #adaab3 url('../images/box_gray_background.png') repeat-x;
	margin-left: 6px;
}

#box_webmasters:hover {
	background: #b8b5be url('../images/box_gray_background_hover.png') repeat-x;
}
/* end boxes */

/* main content area */
.content {
	background-color: #ededed;
	margin: 5px 57px 5px 57px;
	padding-bottom: 10px;
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	color: #444;
	min-height: 130px;
}

.content h2, .column h3, .column_right h3 {
	background-color: #3d4d69;
	margin: 10px;
	padding: 2px 5px !important;
	color: #fff !important;
	font-size: 1.05em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.content h3 {
	font-size: 0.9em;
	color: #3656a9;
	margin: 10px;
	padding: 2px 0;
}

.content h4 {
	color: #4c6395;
	font-weight: bold;
	margin: 0 10px;
	font-size: 0.9em;
}

.content p {
	font-size: 0.85em;
	padding: 5px 10px !important;
	line-height: 1.6em;
}

.content ul, .content ol {
	font-size: 0.85em;
	line-height: 1.6em;
	margin: 10px 10px 10px 35px;
	padding: 0;
}

.content ul {
	list-style-image: url('../images/arrow.png');
}

.content a {
	color: #390;
}

.content a:visited {
	color: #3a781a;
}

.content a:hover, a:visited:hover {
	text-decoration: none;
}

.column, .column_right {
	width: 215px;
	float: left;
	margin-top: 0;
	margin-right: 6px;
}

.column_right {
	margin-left: 0;
}

.section_menu {
	background-color: #67b442;
	float: right;
	width: 140px;
	margin: 40px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.section_menu p {
	color: #3760a3;
	font-weight: bold;
}

.section_menu ul {
	padding: 0 0 10px 30px;
	margin: 0;
	list-style-image: url('../images/arrow_section.png');
	font-size: 0.85em;
	line-height: 1.4em;
}

.section_menu a {
	color: #fff !important;
}

.section_menu a:hover {
	text-decoration: none;
	color: #226724;
}

.date {
	color: #609443;
}

.small {
	font-size: 0.8em !important;
	line-height: 1.3em !important;
}
/* end content */

/* content boxes */
#boxes {
	margin: 0 0 15px 46px;
	height: 95px;
}

#boxes .box_green, .box_blue {
	height: 95px;
	float: left;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-html-border-radius: 5px;
	border-radius: 5px;
}

#boxes h3 {
	margin: 10px;
	padding: 0 5px;
	color: #fff;
	font-size: 1em;
}

#boxes p {
	padding: 0 10px;
	font-size: 0.75em;
	line-height: 1.4em;
	margin-top: -5px;
	color: #333;
}

#boxes a:hover {
	text-decoration: none;
}

#boxes .box_green {
	width: 235px;
	background: #91dc4b url('../images/box_green_background.png') repeat-x;
	border-top: 2px solid #57b32b;
	border-left: 2px solid #57b32b;
}

#boxes .box_green h3 {
	background-color: #389c10;
}

#boxes .box_green a {
	color: #226724;
}

#boxes .box_blue {
	width: 185px;
	background: #97b9f6 url('../images/box_blue_background.png') repeat-x;
	border-top: 1px solid #5272b1;
	border-left: 1px solid #5272b1;
}

#boxes .box_blue h3 {
	background-color: #5272b1;
}

#boxes .box_blue a {
	color: #274071;
}
/* end boxes */

/* footer area */
#footer {
	width: 773px;
	height: 64px;
	margin: 0 auto;
	background: #8a909e url('../images/background_footer.png') no-repeat 32px;
	text-align: left;
}

#footer p {
	color: #666;
	font-size: 0.75em;
	margin: 5px 60px 0 70px;
}

#footer a {
	color: #666;
}

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

#footer .links {
	padding-top: 5px;
}

#footer .links a {
	color: #3656a9;
	font-weight: bold;
	margin-left: 15px;
}

#footer .links a:hover {
	color: #339925;
}
/* end footer */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}

.tick {
	list-style-image: url('../images/tick.png') !important;
}

.orange_box {
	background-color: #e87400;
	width: 100px;
	text-align: center;
	font-weight: bold;
	color: #fff !important;
	padding: 7px 10px;
	text-decoration: none;
}

.orange_box:hover {
	background-color: #ed841b;
}

fieldset {
	margin: 10px;
}

.red {
	color: red;
	font-weight: bold;
}

input, textarea, select {
	border: 1px solid orange;
	padding: 2px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
}

textarea {
	font-size: 1em;
	color: #444;
}

label {
	width: 100px;
	display: block;
	float: left;
}

.autowidth {
	width: auto;
	float: none;
	display: inline;
}

.breadcrumbs {
	font-style: italic;
	font-size: 0.8em !important;
}

table { 
	color: #404040;
	background-color: #fafafa;
	border: 2px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 6px 0 5px 10px;
	width: 639px;
	line-height: 1.5em;
	font-size: 0.85em;
}

table th {
	border-top: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	background-color: #BEC8D1;
	font-weight: bold;
	color: #404040;
}

table tr td {
	border-bottom: 1px dotted #69c;
	color: #404040;
	background-color: white;
	text-align: left;
	padding: 3px 5px 3px 5px;
	border-left: 1px dotted #cedcea;
}

.hover_highlight tr:hover td, .user_info {
	background-color: #dfe6ec;
}

.user_info {
	width: 120px;
	text-align: center;
}

table tr.highlight td {
	background-color: #f7ffa2;
}

table.poll {
	width: 400px !important;
}

.message div {
	max-width: 493px;
	overflow: auto;
}

#BBBar {
	margin-left: 10px;
}

#BBBar a {
	background-color: #ccc;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	padding: 5px;
}

#BBBar a:hover {
	background-color: #ddd;
	cursor: pointer;
}

code {
	font-size: 1.1em;
	line-height: 0.9m;
	max-height: 200px;
	display: block;
	overflow: auto;
	background-color: #eee;
	margin: 0 0 10px 0;
}

.blue a {
	color: #3656a9 !important;
	font-weight: bold;
}

.forum_small {
	line-height: 1em !important;
}

.desc {
	margin-left: 20px;
}

hr {
	width: 98%;
	color: #ddd;
}