/*
ShoutPro 1.5 - oldschool .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 oldschool.css.  It is the default theme from ShoutPro 1.0 and below - a dark blue background with white text.
*/

body {
	/*These control the custom scrollbars for Internet Explorer only.  To disable, just delete the values.*/
	/*These are the basic settings for controlling how your shoutbox looks.*/
	
	color: #FFF; /*The main text color.  Default is #DDDDCC.*/
	font-size: 11px;  /*Text size in points.  Default is 10pt.*/
	font-family: Arial; /*The font used.  Default is Tahoma.*/
	margin:0px;
	background:url(images/shout_bg2.jpg) repeat-y;
	padding:0px;
}

.shoutbox_bg{background:url(images/shout_bg1.jpg) no-repeat; float:left; margin-left:1px; height:400px;}

/*Link Styles */

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

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

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

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

#name, #pass, #shout {
	width: 140px;
}

.name {
	color: #FF0000; /*The color users' names appear in when they have no special name color defined.  Default is #FF0000.*/
	font-weight: bold;
}

#bottomlinks { /*The "View All", "Help", "Open User Panel", etc links below the shout display.*/
	text-align:center;
}


.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;
}

.shouttxt{
width:188px;
background:url(images/shouttxtimg.jpg) 146px -1px no-repeat;
height:40px;
font:bold 16px Arial;
color:#ffffff;
text-align:center;
line-height:40px;
}

.shoutname{
font-size:12px;
text-indent:8px;
height:18px;
}

.shoutbox_img{
width:151px;
height:82px;
background:url(images/shoutbox_img.jpg) left top no-repeat;
margin-left:3px;
}

.shoutbox_img textarea{
width:135px;
height:60px;
background-color:transparent;
border:0px;
margin:10px 0px 0px 8px;
font:normal 11px Tahoma;
}

.shout_postbtn{
width:64px;
padding-left:93px;
}

.shout_postbtn input{
width:57px;
height:20px;
background:url(images/shout_postbtn.jpg) no-repeat;
background-color:transparent;
border:0px;
cursor:pointer;
}

.guesttxt{
width:140px;
background:#7c6745;
font-weight:bold;
margin:5px 0px 0px 3px;
padding-left:10px;
line-height:20px;
}

.guesttxt span{
font-size:12px;
color:#ffa30d;
}

.shout_refreshtxt{
font:bold 15px Arial;
color:#ffffff;
text-align:center;
padding-top:8px;
height:20px;
}