/*////////////////////////////////////////////////////////////////////////////////////////////////////
	
	common elements
	
	author: Peter Roper 
	
	"One global elements.css to rule them all and in the darkness bind them"
	
////////////////////////////////////////////////////////////////////////////////////////////////////*/
*{
margin:0;
padding:0;
}
html{
width:100%;
height:100%;
margin:0 0 1px 0;
}
body{
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
/*//////////////////////////////////////////////*/
a, a:active, a:focus{
outline:none;
}
a img{
border:0;
}
/*//////////////////////////////////////////////*/
h1 a{
text-indent:-5000px;
overflow:hidden;
display:block;
}
h2,
h3{
font-size:140%;
font-weight:bold;
}
/*//////////////////////////////////////////////*/
p{
font-size:120%;
}
p a:hover{
text-decoration:none;
}
p a:hover{
text-decoration:underline;
}
/*//////////////////////////////////////////////*/
.label,
label{
font-size:120%;
}
input,
textarea,
select,
button{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}
button{
width:auto; 
overflow:visible;
cursor:pointer;
}
/*/ IE6 /*/ *html button{width:auto; overflow:visible;}  
/*/ IE7 /*/ *+html button{width:auto; overflow:visible;}  
/*//////////////////////////////////////////////*/
.flash{
z-index:0;
}
/*//////////////////////////////////////////////*/
.clear{
overflow:hidden;
}
/*/ IE6 /*/ *html .clear{clear:both;} 
/*/ IE7 /*/ *+html .clear{clear:both;}  
/*//////////////////////////////////////////////*/
hr{
display:none;
}
br{
line-height:0;
}
/*//////////////////////////////////////////////*/
a, p, div, dl, dt, dd, ul, ol, li, button, img, span, address{
background-color:transparent;
}
/*//////////////////////////////////////////////*/
#menu li a{
text-decoration:none;
}
/*//////////////////////////////////////////////*/
#content h2,
#content h3{
margin:0 0 15px 0;
font-size:140%;
font-weight:bold;
}
/*//////////////////////////////////////////////*/
#content p{
line-height:18px;
margin:0 0 15px 0;
font-size:140%;
}
/*//////////////////////////////////////////////*/
#content a{
font-weight:bold;
text-decoration:none;
}
/*//////////////////////////////////////////////*/
#content ul{
margin:0 0 15px 20px;
}
#content li{
line-height:18px;
font-size:140%;
}
/*//////////////////////////////////////////////*/
.plugin{
padding:10px;
}
/*//////////////////////////////////////////////*/
/*/ form /*/
/*//////////////////////////////////////////////*/
.plugin form p{
margin:0;
}
.plugin form label{
margin:0 0 10px 0;
display:block;
}
.plugin form label span{
height:18px;
line-height:18px;
margin:0 0 4px 0;
font-size:14px;
font-weight:bold;
display:block;
position:relative;
}
/*/ IE6 /*/ *html .plugin form label span{position:static;}
/*/ IE7 /*/ *+html .plugin form label span{position:static;}
.plugin form label span small{
font-size:12px;
font-weight:normal;
position:absolute;
top:0;
right:0;
}
/*/ IE6 /*/ *html .plugin form label span small{position:static; float:right; margin:-18px 0 0 0;}
/*/ IE7 /*/ *+html .plugin form label span small{position:static; float:right; margin:-18px 0 0 0;}
.plugin form input,
.plugin form textarea{
padding:4px;
}
/*//////////////////////////////////////////////*/
.plugin form label.checkbox{
overflow:hidden;
}
/*/ IE6 /*/ *html .plugin form label.checkbox{height:15px;}
/*/ IE7 /*/ *+html .plugin form label.checkbox{height:15px;}
.plugin form label.checkbox input{
margin:0 5px 0 0;
padding:0;
border:0;
float:left;
}
/*/ IE6 /*/ *html .plugin form label.checkbox input{margin:-3px 5px 0 0;}
/*/ IE7 /*/ *+html .plugin form label.checkbox input{margin:-3px 5px 0 0;}
label.checkbox input,
#left .plugin form label.checkbox input,
#center .plugin form label.checkbox input,
#right .plugin form label.checkbox input{
width:15px;
}
.plugin form label.checkbox span{
height:15px;
line-height:15px;
margin:0;
float:left;
}
/*//////////////////////////////////////////////*/
label.button,
label.button button{
border-width:0 1px 1px 0;
border-style:solid;
display:block;
}
#signup label.button,
#signup label.button button,
#subscribe label.button,
#subscribe label.button button{
width:64px;
}
#search label.button,
#search label.button button{
width:65px;
}
.plugin form label.button{
margin:0;
}
label.button button{
height:28px;
padding:0;
border:0;
font-size:14px;
font-weight:bold;
text-align:center;
}