/*
The Big Word Project
Author: Lee Munroe 2008
*/


/* 
################### CSS contents ###################
* 1 Reset defaults
* 2 Layout
* 3 Nav
* 4 Headings
* 5 Lists
* 6 Images
* 7 Links
* 8 Forms
* 9 Tables
* 10 Typography 
* 11 Other
*/


/* 
################### Colour reference ###################

#eeeeee		Very light grey
#999999		Grey
#2a2a2c		Dark grey
#424343		Really dark grey
#0072ff		Blue
#1b50ae		Dark blue
#1d1e20		Really dark blue

*/
 
/*
################### Reset defaults ################### 
*/

*{
margin:0;
padding:0;
text-decoration:none;
}

.clear{
clear:both;
}

html {
overflow: -moz-scrollbars-vertical;
}


/*
################### Layout ################### 
*/

body{
font:75%/1.5  Arial,Verdana, Helvetica, sans-serif;
color:#2a2a2c;
background:#1d1e20;
}

body#payments {
background:#eeeeee;

border:#1d1e20 solid;
border-width:4px 0 0 0;
}

#skipto{
display:none;
}

#header{
border-top:4px #1d1e20 solid;
background:#fff;
padding:20px;
}

#searchbar{
float:right;
text-align:right;
position:relative;
}

#footer{
background:#1d1e20;
padding:15px;
border-top:1px solid #999999;
color:#d0d0d0;
font-size:0.9em;
}

#footer #container{
width:90%;
background:#35383c;
margin:10px auto;
border:1px solid #54575c;
padding:15px;
}
#footer .container{
	width:90%;
margin:10px auto;
padding:15px;
text-align: center;
}

.footer-block{
width:41%;
padding:0 3%;
float:left;
}

.footer-block.middle{
border-left:solid #54575c 1px;
}

#main{
background:#fff;
padding:10px 20px 40px 20px;
}

#payments-container{
width:600px;
background:#fff;
border:1px solid #b3b3b3;
padding:15px;
margin:30px auto;
}

#content-container{
max-width:900px;
min-width:700px;
margin:0 auto;
padding:15px;
position:relative;
}

/*
################### Nav ################### 
*/

#nav{
list-style:none;
border:solid #999999;
border-width:1px 0;
padding:12px 0;
float:left;
width:100%;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.4em;
}

#nav li{
display:inline;
float:left;
}

#nav li a{
padding-left:9px;
margin-right:2px;
height:30px;
float:left;
color:#424343;
}

#nav li a span{
padding-right:9px;
display:block;
float:left;
height:26px;
padding-top:4px;
}

#nav li a:hover{
background:#eeeeee url(/images/layout/navbg.gif) top left no-repeat;
cursor:pointer;
}

#nav li a:hover span{
background:#eeeeee url(/images/layout/navbg.gif) top right no-repeat;
cursor:pointer;
}

#nav li a.current{
background:#eeeeee url(/images/layout/navbgcurrent.gif) top left no-repeat;
color:#fff;
}

#nav li a.current span{
background:#eeeeee url(/images/layout/navbgcurrent.gif) top right no-repeat;
color:#fff;
}

#nav li a.rss:hover{
background:#ef7d0d url(/images/layout/rssbg.gif) top left no-repeat;
color:#fff;
}

#nav li a.rss:hover span{
background:#ef7d0d url(/images/layout/rssbg.gif) top right no-repeat;
}

#subnav{
list-style:none;
padding-top:15px;
}

#subnav li{
display:inline;
padding:0 3px;
}

#subnav li.last{
padding-right:0;
}

#subnav li a{
color:#999999;
font-weight:bold;
padding:0 3px;
font-size:1.2em;
}

#subnav li a:hover{
color:#0072ff;
}

#subnav li.current a{
color:#424343;
}

/*
################### Headings ################### 
*/

h1{
width:477px;
height:56px;
float:left;
background:url(/images/layout/thebigwordproject.gif) no-repeat;
margin-bottom:20px;
}

#payments h1{
width:243px;
height:30px;
float:none;
background:url(/images/layout/thebigwordprojectsmall.gif) no-repeat;
margin-bottom:20px;
}


h1 a{
display:block;
height:100%;
width:100%;
}

h1 a span{
position:absolute;
left:-999px;
}

h2{
font-size:2.2em;
font-family:Georgia, "Times New Roman", Times, serif;
color:#b1b1b1;
font-weight:normal;
margin-bottom:10px;
}

h2.payment-word{
position:absolute;
left:-9999px;
}

h2.home{
text-align:justify;
margin-bottom:40px;
}

h2.number-words{
font-size:1.8em;
margin:10px 0;
}

h2 span{
color:#0072ff
}

h2 a{
color:#b1b1b1;
}

h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.6em;
font-weight:normal;
}

h4{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.5em;
font-weight:normal;
}

#main h4{
margin:20px 0 10px 0;
}

/*
################### Lists ################### 
*/

ol{
margin:10px 0 0 20px;
}

#latest-words{
list-style:none;
margin:10px 0 20px 0;
}

#latest-words li{
display:inline;
padding-right:5px;
}

.list{
list-style:none;
margin-top:10px;
}

.list li{
background:url(/images/layout/listbg.gif) no-repeat left;
padding-left:15px;
margin-bottom:5px;
}

#main .home-words{
list-style:none;
margin:0 0 20px 0;
}

.home-words li{
display:inline;
}

#main ul{
margin-left:20px;
}

#main .active-bar{
list-style:none;
margin:10px 0 20px 0;
font-weight:bold;
}

.active-bar li{
display:inline;
float:left;
padding:0 4px;
border-right:1px solid #3f3f3f;
position:relative;
}

.active-bar li a{
color:#3f3f3f;
padding-left:6px;
height:21px;
float:left;
border:none;
}

.active-bar li a span{
height:19px;
display:block;
padding-right:6px;
padding-top:2px;
float:left;
}

.active-bar li a:hover{
background:url(/images/layout/subsubnavleft.gif) no-repeat left #e8e3e3;
cursor:pointer;
}

.active-bar li a:hover span{
background:url(/images/layout/subsubnavright.gif) no-repeat right #e8e3e3;
cursor:pointer;
}

.active-bar li.current a{
background:url(/images/layout/subsubnavleftcurrent.gif) no-repeat left #1d1e20;
color:#fff;
}

.active-bar li.current a span{
background:url(/images/layout/subsubnavrightcurrent.gif) no-repeat right #1d1e20;
}

.active-bar .last{
border-right:none;
}

.active-bar .first{
padding-left:none;
margin-left:none;
font-weight:bold;
border:none;
}

#list-words{
list-style:none;
padding:20px 0;
}

#list-words li{
width:220px;
margin:2px 20px 2px 0;
float:left;
}

#payments-container ul{
margin-left:20px;
}

#faq h4 a{
color:#2a2a2c;
}

#faq h4 a:hover{
cursor:pointer;
color:#0072ff;
}

.small-menu{
margin:10px 0;
list-style:none;
}

.small-menu li{
padding:0 5px;
border-left:1px solid #fff;
display:inline;
}

.small-menu li.first{
border:none;
padding-left:0;
}

/*
################### Images ################### 
*/

img{
border:none;
}

.img-middle{
vertical-align:middle;
}

.img-buy{
margin-left:10px;
}

/*
################### Links ################### 
*/

a.link{
color:#2a2a2c;
border-bottom:1px solid #2a2a2c;
}

a.link:hover{
background:#2a2a2c;
color:#fff;
}

#terms-link{
color:#999999;
border-bottom:1px solid #999999;
}

#terms-link:hover{
background-color:#999999;
color:#fff;
}

h2 a{
border-bottom:2px solid #b1b1b1;
color:inherit;
}

h2 a:hover{
background:#2a2a2c;
color:#fff;
border-bottom:1px solid #2a2a2c;
}

#footer a{
color:#fff;
border-bottom:1px solid #fff;
}

#footer a:hover{
border-bottom:none;
}

.inactive-link{
color:#2a2a2c;
border-bottom:1px solid #2a2a2c;
}

.inactive-link.highlight{
font-size:1.6em;
}

.inactive-link:hover{
background:#2a2a2c;
color:#fff;
}

.active-link{
padding-left:15px;
margin-right:20px;
height:30px;
float:left;
color:#2a2a2c;
font-weight:bold;
background:#eeeeee url(/images/layout/active.gif) top left no-repeat;
font-size:1.2em;
margin-bottom:20px;
}

.active-link span{
padding-right:15px;
display:block;
float:left;
height:26px;
padding-top:4px;
background:#eeeeee url(/images/layout/active.gif) top right no-repeat;
}

.active-link:visited{
color:#999999;
}

.active-link:hover{
cursor:pointer;
background-position:0 -30px;
color:#fff;
}

.active-link:hover span{
cursor:pointer;
background-position:100% -30px;
}

.cancel{
color:#be0707;
border-bottom:1px solid #be0707;
}

.cancel:hover{
background:#be0707;
color:#fff;
}


/*
################### Forms ################### 
*/

#frmSearch{
margin-bottom:20px;
}

#frmSearch label{
color:#999999;
margin-right:10px;
}

#frmSearch #word{
padding:3px;
border:1px solid #2a2a2c;
background:#f8f8f8;
font-size:1.6em;
width:250px;
}

#frmSearch #submit, #frmPayments #submit{
padding:5px;
overflow: visible;
}

#frmPayments fieldset{
padding:15px;
border:1px solid #eeeeee;
margin-top:20px;
}

#frmPayments legend{
padding:0 2px;
background:#fff;
color:#0072ff;
font-weight:bold;
font-size:1.2em;
}

#frmPayments fieldset p{
margin-bottom:10px;
}

#frmPayments label{
font-weight:bold;
}

#frmPayments #os0, #frmPayments #os1{
border:1px solid #2a2a2c;
padding:5px;
font-size:1.6em;
background:#f8f8f8 !important;
margin-bottom:10px;
}

#frmPayments label span{
color:#999999;
font-weight:normal;
}

#terms{
width:90%;
overflow:auto;
height:100px;
border:1px solid #000;
margin:0 0 20px 0;
background:#f8f8f8;
}

#terms div{
padding:10px;
margin-right:15px;
}

#terms ol{
padding-left:15px;
}

#payments fieldset #gift{
padding-left:35px;
background:url(/images/layout/gift.gif) no-repeat left;
margin-bottom:20px;
}

#frm-add-submit{
width:150px;
height:50px;
background:url(/images/layout/add.gif) no-repeat top;
border:none;
font-size:1.3em;
color:#173505;
}

#frm-add-submit:hover{
cursor: pointer;
background-position:0% -50px;
}

#new_reason fieldset{
border:1px solid #eeeeee;
padding:10px;
}

#new_reason legend{
color:#2a2a2c;
font-weight: bold;
}

#new_reason label{
font-weight: bold;
}

#new_reason label span{
font-weight: normal;
}

#new_reason .txtinput{
padding:3px;
border:1px solid #2a2a2c;
background:#f8f8f8;
font-size:1.6em;
}

#reason_submit{
padding:5px;
}

/*
################### Tables ################### 
*/




/*
################### Typography ################### 
*/

p{
margin:10px 0;
}

#payments p strong{
font-size:1.4em;
}

.copyright{
color:#999999;
width:90%;
margin:10px auto;
}

.copyright span{
color:#999999;
}

#content-container em{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.3em;
}

.strong{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
text-align:center;
font-size:1.6em;
color:#0072ff;
}

p span{
color:#999999;
}

.small,.small strong{
font-size:0.8em;
margin:20px 0 0 0;
}
/*
################### Other ################### 
*/

.center{
text-align:center;
}

.pagination{
padding:20px 0 30px 0;
clear:both;
}

.inline{
display:inline;
}

.pagination a{
margin-right:3px;
padding:3px 7px;
background-color:#eeeeee;
border:solid #b3b3b3;
border-width:0 1px 1px 0;
color:#2a2a2c;
}

.pagination a:hover{
background-color:#0072ff;
border-color:#1b50ae;
color:#fff;
}

.pagination .disabled{
background-color:#eeeeee;
margin-right:3px;
padding:3px 7px;
}

.pagination .current{
margin-right:3px;
padding:3px 7px;
background-color:#1d1e20;
color:#fff;
}

div.auto_complete {
width: 340px;
background:#1d1e20;
filter: alpha(opacity=90);
-moz-opacity: 0.90;
opacity: 0.90;
text-align:left;
}

div.auto_complete ul {
margin:0;
padding:0;
width:100%;
list-style-type:none;
color:#fff;
}

div.auto_complete ul li{
padding:5px;
}

div.auto_complete ul li:hover{
color:#0072ff;
cursor:pointer;
}

.about-us{
width:40%;
float:left;
margin:0 5% 20px 0;
}

.left{
float:left;
}

.right{
float:right;
}

code{
font-family:"Courier New", Courier, monospace;
font-size:1em;
padding:10px;
display:block;
overflow:scroll;
white-space:nowrap;
background:#eeeeee;
border:#2a2a2c 1px solid;
}

#tip{
height:42px;
width:400px;
background:url(/images/layout/tipbg.gif) top left no-repeat;
padding-left:10px;
position:absolute;
top:45px;
right:200px;
display:none;
}

#tip p{
padding:0;
margin:0;
text-align:center;
background:url(/images/layout/tipbg.gif) top right no-repeat;
padding:6px 10px 10px 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.6em;
color:#fff;
}

#follow-blog{
width:84px;
height:84px;
background:url(/images/layout/blog.gif) no-repeat;
position:absolute;
top:-25px;
right:0;
}

#follow-blog a{
display:block;
height:100%;
width:100%;
}

#follow-blog span{
position:absolute;
left:-9999px;
top:-9999px;
}


#faq{
list-style:none;
}

#faq li, #faq h4, #faq p{
margin:0;
padding:0;
}

#faq li{
margin-bottom:20px;
}

.error{
	color:#990000;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.big{
font-family:Georgia Times serif;
font-size:1.8em;
font-weight:normal;
}
