/*
ShoutPro 1.5 - desert.css
ShoutPro is licensed under the Creative Commons Attribution-ShareAlike 2.5 License. For more information see the file LICENSE.TXT in the documentation folder included with this distribution, or see http://creativecommons.org/licenses/by-sa/2.5/.  

This file is desert.css.  It is ShoutPro's "desert" theme, which is being included in this beta release as a special thank you for testing ShoutPro 1.5.
*/

body {
	
	/*These are the basic settings for controlling how your shoutbox looks.*/
	background-color: #2C2C3C; /*The background color of the shoutbox.  Default is #00538C.*/
	margin: 2px 0px 2px 0px; /*Margins for the top, right, bottom and left of the shoutbox respectively. Default is 2px 0px 2px 0px.*/
	color: #ebebeb; /*The main text color.  Default is #DDDDCC.*/
	font-size: 9pt;  /*Text size in points.  Default is 10pt.*/
	font-family: Tahoma; /*The font used.  Default is Tahoma.*/
}


.textbox {
	/*CSS code for the textbox style.  If you want a default style textbox then delete the values below.*/
	font-family: Tahoma;
	font-size: 9pt;	border: 1px solid #999;
	background-color: #CCCCFF;
	color:#000000;
	text-align:center;
}

.inputbox {
	/*CSS code for the textbox style.  If you want a default style textbox then delete the values below.*/
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 9pt;	border: 1px solid #999;
	background-color: #DDDDEE;
	color:#000000;
	text-align:center;
}


#name, #pass, #shout {
	width: 130px;
}

#buttons {
	text-align: center;
}

.name {
	color: #FFFF66; /*The color users' names appear in when they have no special name color defined.  Default is #FF0000.*/
	
}

#bottomlinks { /*The "View All", "Help", "Open User Panel", etc links below the shout display.*/
	text-align:center;
}

/*The following values control the background colors of the alternating shout display rows.  To disable alternate row coloring, set both values to the same color.*/
#row-one {background-color: #73759D;}
#row-two {background-color: #9395bD;}

.copyrighttext {
	/*Styling for the copyright text at the bottom of every window.  Editing this so the copyright is not visible will violate your right to use ShoutPro!*/
	font-size: 6pt;
	text-align: center;
}

/*Link Styles */
a { color:#CCCCCC; text-decoration: none}
a:visited { color: #ccc}
a:hover { color: #FF9933}
