/* Reset */

* {
	margin: 0;
	padding: 0;
}
a img, iframe { border: 0; }
	
/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
	
/* Lists */
	
ul, ol, dl, li, dt, dd {
	list-style: none;
}

/* Forms */

form, fieldset {
	border: 0;
}	
legend {
	color: #000;
}
input, textarea, select, button {
	font-size: 100%;
	font-family: sans-serif;
}
select {
	margin: inherit;
}
/* Tables */

table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}   

/* end Reset */ 

body {
	background: url('/images/bg.png') repeat-x #fff;   
	font-size: .9em;
	font-family: sans-serif;
}                                                    

#wrapper {
	width: 48em;
	margin: 0 auto;
}                   

#header { 
	padding: 1em 1em .2em 1em;
	
}       

.nav {
	float: left;
	color: #333;
	font-size: .9em; 
	margin-top: .6em;
}     

.nav a {
	color: #333;
}           

.search {
	text-align: right;
	color: #333;
}             

.search input {   
	opacity: .9;
	color: #fff;
	border: solid 1px #fff;
	background: transparent;
	padding: .35em .2em .2em .2em;
	font-size: .8em; 
	margin-bottom: .2em;  
}                   

.search input.submit { 
	color: #fff;  
	font-size: 1em;
	border: none; 
    margin: 0;    
	cursor: pointer;
}                     

#content_wrapper {
	background:  url(/images/corner_white_top_right.png) no-repeat top right;
	width: 100%;    
}                                                                              

.content_top {
	background:  url(/images/corner_white_top_left.png) no-repeat top left;
	width: 48em;                               
	height: 9px;            
}                                                                        

#content {                                 
	padding: 1em;                                             
	background: #fff;  
	font-size: .9em;                
	border-left: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
}        

#content input, #content select, #content textarea {
	font-size: 1.2em; 
	padding: .2em; 
	border: solid 1px #999;   
	margin: .4em 0;     
	vertical-align: middle;
}                                     

#content ul li {  
	font-size: 1.1em;
	margin: .6em 0;
}           

#pissingmeoff {
	width: 100%;
	margin-top: -.4em;
	text-align: center;
}               

#pissingmeoff input, #pissingmeoff button {
    background-color: #fdfdf1;
	vertical-align: middle;  
	font-size: 2em;   
	padding: .4em;
	width: 15em;     
	border: solid 1px #ccc; 
	margin: 0 10px 0 4px;
}         

#pissingmeoff input#item_link {
	margin-right: 16.4em;
	width: 29em;
	font-size: 1em;   
	padding: .2em;  
	margin-top: 1px;
}      

#pissingmeoff button.submit {
	cursor: pointer;
	font-family: 'Lucida Grande'; 
	padding: .6em 0;
	font-size: 1.5em;        
	width: 10em;     
	background-color: #dee2ef;   
	margin: 0 0 0 .4em;
}           

.comment h4 {                  
	border-top: solid 1px #9eb2d2;
	background-color: #e5edf9; 
	padding: .4em;    
	color: #666;
}  

.comment p {
	padding: .4em;
}                   

.comment.add {
	margin-top: 1em;
	background-color: #d7f4cf;
}         

.comment.add h4 {
	border-top: solid 1px #a1d29e;
	background-color: #d7f4cf;  
}                             

.comment.add form {
	padding: 0 1em;
}
                 
.comment.add form textarea {
	width: 98%;
}     

#content input.openid {
   	background: url(/images/openid_login.gif) no-repeat; 
   	padding-left: 21px;   
   	background-position: 3px 50%;  
   	width: 12em;
}       

#content a.login {
	font-size: 1.2em;
}                 

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	background-color: #fff;
	text-align: center;   
	border-left: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
}         

#footer img {
	width: 46em;
}

.red { 
	color: #d70b1b; 
}     

.red a {
    text-decoration: none;
	color: #d70b1b;
}   

.red a:hover {
	text-decoration: underline;
}

h2 {       
	font-size: 1.2em;
	margin: 1em 0 1em 0; 
	font-family: 'Lucida Grande';
	border-bottom: solid 1px #aaa; 
	clear: both;
}      

h3 {
	font-size: 2em;
	clear: both;
}                 

h3 small {
	font-size: .5em;
}

.notice { color: green; 
margin: -.6em 0 .8em 0; } 
.error { color: red; 
margin: -.6em 0 .8em 0; }   

#content .icon { float: left; margin-right: .5em;} 
#content .cloud a {padding: 1px;}                 
#content .cloud a:hover { background-color: #fff499;}    

           
#content .pagination{  
margin-top: .4em;
padding: 2px;
}

#content .pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 1em;
}

#content .pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

#content .pagination a, #content .pagination a:visited{
padding: 2px 5px 0 5px;
border: 1px solid #9eb2d2;
text-decoration: none; 
color: #385fb8;
}

#content .pagination a:hover, #content .pagination a:active{
border: 1px solid #2e64df;
color: #000;
background-color: lightyellow;
text-decoration: none;
}

#content .pagination li.currentpage{
font-weight: normal;    
padding: 2px 5px 0 5px;   
border: 1px solid #2e64df;
background-color: #7c9ce3;
color: #FFF;
}

#content .pagination li.disablepage{  
padding: 2px 5px 0 5px;   
border: 1px solid #929292;
color: #929292;
}

#content .pagination li.nextpage{
font-weight: normal;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
                
#content .fieldWithErrors { display: inline; } 
#content .fieldWithErrors input, .fieldWithErrors select, .fieldWithErrors textarea {background-color: #ffbdbd;}  

.also { float: right;}
