/*  
Theme Name: Pancevo.ws IRC Java Chat
Theme URI: http://www.pancevo.ws/
Version: 2
Author: Milos Spasic
Author URI: http://www.pancevo.ws/chat/
*/

@import url("reset.css");

/* body */

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7d7d7d;
}

a {
	color:#72b2c9;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

/* page */

#chat_page {
	margin:0 auto;
	width:800px;
	text-align:left;
	overflow:hidden;
}

/* menu */

#chat_menu {
	float:left;
	clear:left;
	width:800px;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	margin:0 0 10px 0;
}

#chat_menu ul {
	padding:10px 10px 0 50px;
}

#chat_menu li {
	display:inline;
}

#chat_menu a {
	float:left;
	background:url("img/tableftF.gif") no-repeat left top;
	padding:0 0 0 4px;
	text-decoration:none;
}

#chat_menu a span {
	float:left;
	display:block;
	background:url("img/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
      }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#chat_menu a span {float:none;}
/* End IE5-Mac hack */

#chat_menu a:hover span {
	color:#FFF;
}

#chat_menu a:hover {
	background-position:0% -42px;
}

#chat_menu a:hover span {
	background-position:100% -42px;
}

/* chat_ad_728x90 */

#chat_ad_728x90 {
	float:left;
	clear:left;
	width:800px;
	height:90px;
	text-align:center;
	margin:15px 0 0 0;
}

/* chat_left_ad_160x600 */

#chat_left_ad_160x600 {
	float:left;
	width:160px;
}

/* chat_box */

#chat_box {
	float:left;
	width:625px;
	height:400px;
	padding:0 0 0 15px;
}

/* uputstvo */

p#uputstvo1 {
	float:left;
	width:625px;
	height:160px;
	padding:10px 0 0 15px;
}

h1.chat {
	float:left;
	width:625px;
	height:20px;
	padding:10px 0 0 15px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

h1.chat a {
	color:#7D7D7D;
}

h1.chat a:hover {
	text-decoration:none;
}

h2.wide {
	float:left;
	clear:left;
	width:800px;
	height:20px;
	padding:0 0 20px 0;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

p.uputstvo2 {
	float:left;
	clear:left;
	width:800px;
	margin:0 0 20px 0;
}

p.uputstvo2 img {
	float:left;
}

p#chat_footer {
	float:left;
	clear:left;
	width:800px;
	margin:10px 0 20px 0;
	text-align:center;
}

span#chat_ad_120x240 {
	float:left;
	width:210px;
	height:260px;
	text-align:left;
	padding:40px 0 0 40px;
}
