/*
ShoutPro 1.5 - default.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 default.css.  It is ShoutPro's default theme - "chrome".
*/

* {
  padding: 0px;
  margin: 0px;
}

body {
	 background-color: #e23333; /*The background color of the shoutbox.  Default is #00538C.*/
	margin: 0px;
	padding: 0px;
	font-family: Tahoma; /*The font used.  Default is Tahoma.*/
	font-size: 76%;
background-image: url(http://www.gordongrace.com.au/shoutbox/themes/images/shoutBoxTitle.gif);
	background-repeat: no-repeat;
	background-position: 2px 40px;

}

/*Link Styles */

a:link{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:active{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.textbox {
	/*CSS code for the textbox style.  If you want a default style textbox then delete the values below.*/
	font-family: Tahoma;
	font-size: 8pt;
	border: 1px solid #FFFFFF;
	background-color: #ededed;
	color:#333333;
	text-align:center;
}

#name, #pass, #shout {
	width: 118px;
	margin: 3px;
        border: 1px solid #cfcfcf;
        text-align: left;
        padding: 2px;
}

#buttons {
	width: 100px;
	text-align: center;
}

.name {
	color: #666666;
	text-transform: uppercase;
	font-size: 8px;
	display: block;
}

#bottomlinks { /*The "View All", "Help", "Open User Panel", etc links below the shout display.*/
	background-image: url(http://www.gordongrace.com.au/shoutbox/themes/images/shoutDecoBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 185px;
	padding: 4px 0px 40px 4px;
        margin-top: 0px;
        font-size: 0.85em;
}
div#formWrapper {
	background-image: url(http://www.gordongrace.com.au/shoutbox/themes/images/shoutDecoTop.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 4px 0px 0px 0px;
	width: 123px;
        padding: 0px 4px 18px 62px;
}

form {
  background: #FFFFFF;
  width: 124px;
  padding: 0px;
  margin: 0px;

}

div.shout {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	width: 171px;
	background-image: url(http://www.gordongrace.com.au/shoutbox/themes/images/shout1.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
        font-size: 0.85em;
}


.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: 7pt;
	text-align: center;
	display: none;
}

