*
{
	margin: 0;
	padding: 0;
}
a, a:link{
	outline:none;
}
.safari .button_description{
	margin-top:5px;
	margin-left:5px;
}
button, .links a 
{      
	outline:0px;
    border:0px;
    background: transparent url('imgs/button/bg_button_a.gif') no-repeat scroll top right;
    display:block;
    float:left;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif !important;
    text-decoration:none;
    font-weight:bold;
    color:#333;
    cursor:pointer;
    padding-right: 15px;
    background-position: top right;  
    font-size:12px;
}   
.links a, .links a:link{
    color:#333;
	margin-right:5px;
}

.links a:hover {
    color:#D12F19;
    color:#e80c7a !important;
	text-decoration:none !important;
}

.links a:active{
   background-position: bottom right !important;
}
button:active, .links a:active, button.clicked, .links a:active {
    background-position: bottom right !important;
    color: #000;
    outline: none; 

}

.gecko button {
    height: 26px;
    background-position: 100% 2px;
    text-indent:3px;
}
.gecko span{

}
.win.gecko button {
    height: 26px;
    background-position: 100% 2px;
}

.gecko button:active, .gecko button.clicked {
    height: 26px;
    background-position: 100% bottom
}

.win.gecko button:active, .win.gecko button.clicked {
    height: 26px;
    background-position: 100% bottom;
}

button span, .links a span{
    background: transparent url('imgs/button/bg_button_span.gif') no-repeat !important;
	display: block;
    line-height: 14px;
    padding: 4px 0 6px 15px; 
    margin:0px;
}
button:active span, button.clicked span , .links a:active span{
    background-position: bottom left !important;
    padding: 5px 0 5px 15px; 
}

button.green img, button.red img, button.blue img
{
	border-width: 0px;
	height: 25px;
	vertical-align: -7px;
	width: 25px;
	margin-right: 3px;  
    display:none; 
}

button.red
{
    color: #D12F19;
	margin-right: 10px;
}

button.red:hover
{
	color: #D12F19;
}

button.green
{
	color: #529214;
	margin-right: 10px;
}

button.green:hover
{
	Zbackground-color: #E6EFC2;
	Zborder: 1px solid #C6D880;
	color: #e80c7a;
}

button.blue
{
	Zcolor: #1956d1;
	margin-right: 10px;
}

button.blue:hover
{
	Zbackground: #e1e9fa none repeat scroll 0%;
	Zborder: 1px solid #c0d4fa;
	color: #1956d1;
}

.site_cont a, .user_cont a {
    text-align:center;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
	font-size:11px;
	color:#222 !important;
	font-weight:normal !important;
	line-height:1.2em;
	
}
.site_cont_small a, .user_cont_small a {
	width:40px;
	padding-top:40px;
}
.site_cont_medium a, .user_cont_medium a {
	width:80px;
	height:30px;
	padding-top:80px;
}
.site_cont_large a, .user_cont_large a {
	width:160px;
	height:30px;
	padding-top:160px;
}


.gallery_nav_gallery, .gallery_nav_previous, .gallery_nav_next, .gallery_nav_number{
	float:left;
	margin-right:8px;
}


.gallery_table td{
	text-align:center;
	padding:0 10px 10px 0;
}

.gallery_table img{
	padding:6px;
	border:1px solid #ccc;
	background:#fff;
}

.gallery_table img:hover{
	padding:6px;
	border:1px solid #111;
	background:#fff;
}

.form-item input.error,.form-item textarea.error { border: 2px solid #000; }
#status_messages{
	background:#FFF9D8;
	border:1px solid #FFE8CD;
	padding: 10px;

	margin-bottom:12px;
}
#status_messages li,#status_messages .error{
	background:url(imgs/bullet.gif) no-repeat;
	padding-left:18px;
}
#status_messages .messages{
	padding:0px;
	background:none;
}
label{
	display:block;
}
.description{
	font-size:11px;
}
.code
{
	font-family: Andale Mono, monospace !important;
	font-size: 11px !important;
}

textarea.code { width: 95%; }

.form-item{
	margin-bottom:10px;
}

.box h2 {
	margin-bottom:12px;
}
.form-textarea,.form-text
{
	background: #FFFFFF url(../spi_common/imgs/form_back.gif) repeat-x scroll 0% top;
	border: 1px solid #CCCCCC;
	color: #000;
	font-family: 'Helvetica',arial,sans-serif;
	font-size: 12px;
	letter-spacing:0em;
	padding: 6px 4px 2px 4px;
}
.form-textarea{
	width:95%;
}

.readonly {
    color: #808080;
    background: #efefef;
}

.fake-bar {
    display: block;
    height: 2em;
    line-height: 2em;
}

.fake-bar-base {
    width: 100%;
    background-color: #fff;
    margin-top: -1em;
}

.fake-bar-value {
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    color: rgba(0, 0, 0, 0.618);
    background-color: #e80c7a;
    text-align: center;
}

label
{
	display: block;
	margin-top: 2px;
	font: 12px/1 lucida grande, verdana;
	font-weight: bold;
	color: #e80c7a;
	margin-bottom: 6px;
}
.clear { clear: both; }

.post .inline img {
	border: 1px solid #ccc;
	padding: 10px;
}
.post .left img {
	margin-right:10px;
	float:left;
}
.post .right img {
	margin-left:10px;
	float:right;
}
.post .center img{
	display:block;
	margin:0px auto;
	text-align: center;
}
.poll .vote-form{
	margin-top:5px;
	padding:15px;
}
.poll .bar {
	background-color: #ddd;
	height: 1em;
	margin: 1px 0;
}
.poll .bar .foreground {
	background-color: #D61B63;
	clear: left;
	float: left;
	height: 1em;
}
.poll .percent {
	text-align: right;
}
.poll .poll{
	padding:20px 30px;
}
.poll .vote-form .choices {
	display: table;
	margin: 0;
	text-align: left;
	font-size:11px;
}
.quote .quote_container{
	padding:10px 40px;
	font-size:24px !important;
	color:#000;
	font-family:georgia, serif;	
	line-height:1.5em !important;

}
.quote .source{
	font-size:11px;
	font-family:'lucida grande',arial, sans-serif;
	display:block;
	margin-top:0px;
	margin-left:0px;
	color:#444;
}
.quote .start, .quote .end{
	color:#ccc;
	font-family:georgia;
	line-height:1px !important;
	font-size:60px !important;
	font-weight:bold;
	margin:0px 6px;
	position:relative;
}
.quote .start{
	top:25px;
	left:-45px;
}
.quote .end{
	top:0px;
	right:0px;
	display:none;
}
.quiz_content{
	padding:10px 30px;
}
.quiz .quiz_question_number {
	float:right;
}
.quiz .quiz_info{
	border-bottom:1px solid #ccc;
	clear:both;
}
.quiz .form-item {
	border-bottom:1px solid #ccc;
}
.quiz .form-item .form-item{
	font-size:11px;
	border:0px;
}
.quiz .form-item label{
	margin-top:12px;
}

.rss-icon a{
	background: url(../../static/feed.png);
	height:16px;
	width:16px;
	text-indent:-20000px;
	line-height:1px;
	float:left;
	top:6px;
}
#pager { margin: 20px 0px 20px 0px; font-size:12px;}

#pager .pager-current
{
	border: 1px solid #cecece;
	padding: 5px 6px;
	margin: 0px 3px;
	background: #eee;
}

#pager a
{
	line-height: 24px;
	border: 1px solid #cecece;
	padding: 5px 6px;
	margin: 0px 3px;
}

#pager a:hover { border: 1px solid #e80c7a; }

img{
border:0px;
max-width: 100%;
height: auto;
}

.gallery_table{
	overflow:auto;
	width:550px;
}

.gallery_table_cell{
	display:inline;
	float:left;
	margin:0px 8px 8px 0px;
}
.post h3.link_content a{
	background: url(imgs/linkicon.gif) right center no-repeat ;
	padding-right:18px;
}
.post h3.link_content a:hover{
	background: url(imgs/linkicon_hover.gif) right center no-repeat ;
}

strong {font-weight: bold;}
em {font-style: italic;}

.renderedspread {
	background-color: #fff;
    border: 2px solid #ddd;
    font-family: arial;
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: normal;           
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #000;   
    margin:0px;
    padding:0px;
}
.renderedspread p, 
.renderedspread a, 
.renderedspread a:visited,
.renderedspread img {
	font-family: arial;
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: normal;           
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #000;   
    border:none;     
    margin:0px;
    padding:0px;    
}
.tooltip {  
    border:1px solid #9f9f9f;  
    background-color:#fff;
    width:120px;
    padding: 5px;
    color:#000000;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
    font-weight:normal;
    line-height:12px;
}

.spreadmodal {  
    background-color:#fff;  
    padding:10px;  
    border:1px solid #333;  
}

.post {
	overflow:hidden;
}

.comment_info{
padding:10px;
}
.comment_info_post_subscribe{
margin:4px 0px;
}

#content .widget_gallery,#content .widget_video{
	float:left;
}
.widget .widget_gallery,.widget .widget_video{
	float:none;
}


#content .widget_video_img{
	height:120px;
}
#content .widget_gallery_img{
	height:120px;
	overflow:hidden;	
}

.page_title{
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	line-height:34px;
}
.page_title h1{
	display:inline;
	float:left;
	margin-right:6px;
}
.post_content ol li {
	background: none;
	line-height: 1.8em;
	list-style-type: decimal;
	margin-left: 0px !important;
	padding-left: 0px !important;
	text-indent: 0px;
}
.footer {
	margin-top:25px;
	border-top: 1px solid #ccc;
	font-size:12px;
}

span.button {
    position: relative;
    cursor: pointer;
    border: none;
    background: transparent url('imgs/button/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 26px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

span.button:active {
    background-position: right -34px;
}

span.button:active span {
    background-position: left -34px;
}

span.button span {
    background: transparent url('imgs/button/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 26px;
    padding: 0px 0 0px 18px;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
}

.fancybutton{
    cursor:pointer;
    border:none;
    height: 26px;
    color:#333333;
    margin-top: -2px;
    font-weight:bold;
    background:transparent;
    font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif !important;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    position:relative;
    padding-left: 10px;
    left: -18px;
    margin-right: -35px;
    padding-right: 11px;
}


input.fancybutton:active, input.fancybutton:hover {
    color: #E10370;
}

#email_collector .form-text {
    margin-bottom: 15px;
}

blockquote { margin: 20px; font-size: 0.8em;}

.list_number{display:none}

.hidden {display: none;}

.email-check-list {
    float: left;
    width: 33%;
}
