/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/

.tabbed {padding-left: 30px;border-left: 5px solid #336699;margin-left: 5px;}
h4 {font-size: 22px;}
.grid_8 {width: 940px;}
.container_12 .grid_8 {width: 940px;}
.prefooter {text-align: center;padding: 10px;border-top: 1px solid #ccc;}

.membersleft {display: block;float: left;width: 540px;height: 300px;}
.membersright {display: block;float: left;width: 400px;height: 300px;}

.editions_container {width: 955px;height:250px;}
.editions_container .e {
text-align: center;
width: 180px;
border-left: 1px solid #336699;
border-top: 1px solid #336699;
border-bottom: 1px solid #336699;
background-color: #f3f9ff;
height: 200px;float:left;display:block;margin-top: 25px;
}
.editions_container .ebig {width: 220px;border: 3px solid #336699;height: 250px;padding-top: 10px;float:left;display:block; background-color: #fff;z-index: 1000;}

.rightb {border-right: 1px solid #336699;}

.editions_container span {font-size: 19px;font-weight: normal;}
.editions_container h1 {font-size: 30px;font-weight: bold;text-align: center;}
.editions_container p {font-weight: bold;text-align: center;font-size: 22px;}
.editions_container p a {color: #dd6406;}

.editions_container .ebig span {font-size: 26px;}
.editions_container .ebig h1 {font-size: 44px;}
.editions_container .ebig p {font-size: 32px;}

.editions_container #uul {margin-top: 20px;margin-bottom: 20px;}
.editions_container #uul li {font-size: 15px; text-align: center; color: #1c3a4b; list-style-type: none;margin: 0px; padding: 0px;background: url(); line-height: 18px;}

.grayed { color: #ccc; }
.grayed #uul li { color: #ccc; }
.grayed a {display: none;}
.formcontainer .error {color: red;}

.rules .label {line-height: 25px;padding-bottom: 10px;}
.formcontainer td {padding: 10px;}
.formcontainer .label {width: 150px;font-size: 15px;}
.formcontainer td input {font-size: 16px; font-weight: bold; width: 250px;padding: 3px;}
.formcontainer small {font-size: 11px;color: #919191;}

.logout { padding:5px 0 5px 15px; margin-top:4px; float:right; text-indent:-9009px; position:relative; z-index:9999; }
.logout a { width:73px; height:21px; display:block;  }
* html .logout { margin-top:3px; }
*+html .logout { margin-top:3px; }


.logout { border-left:1px solid #85a3bc;  }
.logout a { background:url(http://members.wordspay.me/resources/logout.png) no-repeat;   }
.logout a:hover { background-position:0 -21px; }
