/*
 * @package AJAX_Chat
 * @author Sebastian Tschan
 * @copyright (c) Sebastian Tschan
 * @license GNU Affero General Public License
 * @link https://blueimp.net/ajax/
 * 
 * Color palette inspired by PunBB style "Sulfur":
 * http://punbb.org/
 */


@import url('positions.css');
@import url('borders.css');
@import url('fonts.css');
@import url('misc.css');
@import url('print.css');


/*
 * Colors
 */

@media screen,projection,handheld {
	/**** my Styles ****/
	body {
		background:#1A2A30 url(http://www.g-fans-blog.de/cms/wp-content/themes/G-Fans/images/background.jpg) repeat top left;
	}
	#wrapper{
		background: #fff;
		margin:0 auto;
		text-align:left;
		width:900px;
	}
	
	#header {
		background:#fff url(http://www.g-fans-blog.de/cms/wp-content/themes/G-Fans/images/header.jpg) no-repeat top;
		margin:0 auto;
		padding:0;
		height:220px;
		width:880px;
	}
	
	#header h1{
		font-family: "Lucida Grande", Arial, sans-serif;
		font-weight:normal;
		padding: 40px 0 0 40px;
		font-size:24px;
		color:#fff;
		letter-spacing:1px;
	}
	
	#loginInfo {
		border:1px solid #e1e1e1;
		background: #f2f6f8;
		padding:5px 10px;
		margin: 0 40px;
		width:440px;
		float:right;
	}
	
	.infoBox {
		border:1px solid #e1e1e1;
		background: #f2f6f8;
		padding:5px 10px;
		margin: 5px 0 10px 0;
	}
	
	
	/**** Standard Styles ****/
	#loginContent {
		background-color:#fff;
		color:#343434;
		width:900px;
		padding:0;
		margin:0;
	}
	
	#loginContent h1 {
		color:#437098;
		font-weight:normal;
		margin:0;
	}
	#loginContent a {
		color:#822100;
	}
	#loginContent input, #loginContent select {
		background-color:#FFF;
		color:#333333;
		padding:2px 5px;
		width:180px;
		border:1px solid #666;
	}
	#loginContent #loginFormContainer {
		background-color:#fff;
		color:#333333;
	}
	#loginButton {
		background-color:#cdcdcd; 
		color:#333333; 
		width:120px;
	}
	#loginContent #errorContainer {
		color:red;
		padding:2px 5px;
		width:300px;
		font-weight:bold;
	}
	
	#content {
		background-color:#fff;
		color:#343434;
		width:900px;
	}
	#content h1 {
		color:#fff;
		font-weight:normal;
		font-size:24px;
		margin:0;
		background:#437098;
		height:30px;
		padding:5px 10px;
	}
	#content a {
		color:#822100;
	}
	#content input, #content select, #content textarea {
		background-color:#FFF;
		color:#333333;
		border:1px solid #437098;
	}
	#content input, #content select {
		cursor:pointer;
	}
	#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #bbCodeContainer, #content #colorCodesContainer, #content #emoticonsContainer {
		border-color:#437098;
		background-color:#FFF;
	}
	#content #bbCodeContainer input, #content #logoutButton, #content #submitButton {
		background-color:#F7F5F1;
		color:#333333;
	}
	#content #colorCodesContainer a {
		border-color:black;
	}
	#content #optionsContainer input {
	    background-color:transparent;
	}
	#content #optionsContainer #helpButton {
	    background:url('../img/help.png') no-repeat;
	}
	#content #optionsContainer #settingsButton {
	    background:url('../img/settings.png') no-repeat;
	}
	#content #optionsContainer #onlineListButton {
	    background:url('../img/users.png') no-repeat;
	}
	#content #optionsContainer #audioButton {
	    background:url('../img/audio.png') no-repeat;
	}
	#content #optionsContainer #audioButton.off {
	    background:url('../img/audio-off.png') no-repeat;
	}
	#content #optionsContainer #autoScrollButton {
	    background:url('../img/autoscroll.png') no-repeat;
	}
	#content #optionsContainer #autoScrollButton.off {
	    background:url('../img/autoscroll-off.png') no-repeat;
	}
	#content .rowEven {
		background-color:#F1F1F1;
	}
	#content .rowOdd {
		background-color:#DEDFDF;
	}
	#content .guest {
		color:#437098;
	}
	#content .user {
		color:#000;
	}
	#content .moderator {
		color:#00AA00;
	}
	#content .admin {
		color:red;
	}
	#content .chatBot {
		color:#822100;
	}
	#content #chatList .chatBotErrorMessage {
		color:red;
	}
	#content #chatList a {
		color:#822100;
	}
	#content #chatList .delete {
		background:url('../img/delete.png') no-repeat right;
	}
	#content #chatList .deleteSelected {
		border-color:red;
	}
	#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
		background-color:#437098;
		color:#FFF;
	}
	#content #settingsContainer #settingsList input.playback {
	    background:url('../img/playback.png') no-repeat;
	}
	
	#copyright {
		border:1px solid #e1e1e1;
		background: #f2f6f8;
		padding:5px 10px;
		margin: 5px 0 10px 0;
	}

}
