          *
{
	margin: 0;
	padding: 0;
}
.safari .button_description{
	margin-top:5px;
	margin-left:5px;
}
button, .links a 
{      
	outline:0px;
    border:0px;
    background: transparent url('/themes/c6/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('/themes/c6/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;
	height:30px;
	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;
}


#status_messages{
	background:#FFF9D8;
	border:1px solid #FFE8CD;
	padding: 10px;

	margin-bottom:12px;
}
#status_messages li,#status_messages .error{
	background:url(/themes/c6/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(/themes/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%;
}
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 img.inline {
	border: 1px solid #ccc;
	padding: 10px;
}
.post .left img {
	margin-right:10px;
	float:left;
}
.post img.left {
	margin-right:10px;
	float:left;
}
.post .right img {
	margin-left:10px;
	float:right;
}
.post img.right {
	margin-left:10px;
	float:right;
}
.post .center img{
	display:block;
	margin:0px auto;
}
.post img.center{
	display:block;
	margin:0px auto;
}
.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;
	display:block;
	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;
}

.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(/themes/c6/imgs/linkicon.gif) right center no-repeat ;
	padding-right:18px;
}
.post h3.link_content a:hover{
	background: url(/themes/c6/imgs/linkicon_hover.gif) right center no-repeat ;
}

.renderedspread {color:#000;background:transparent;font-family: arial !important;}
.renderedspread div,.renderedspread dl,.renderedspread dt,.renderedspread dd,.renderedspread ul,.renderedspread ol,.renderedspread li,.renderedspread h1,.renderedspread h2,
.renderedspread h3,.renderedspread h4, .renderedspread h5,.renderedspread h6,.renderedspread pre,.renderedspread code,.renderedspread form,.renderedspread fieldset,.renderedspread legend,.renderedspread input,.renderedspread textarea,
.renderedspread p,.renderedspread blockquote,.renderedspread th,.renderedspread td { margin:0;padding:0; border: none; }
.renderedspread table{border-collapse:collapse;border-spacing:0;}
.renderedspread fieldset,.renderedspread img{border:0;}
.renderedspread address,.renderedspread caption,.renderedspread cite,.renderedspread code,.renderedspread dfn,.renderedspread th,.renderedspread var{font-style:normal;font-weight:normal;}
.renderedspread caption,.renderedspread th{text-align:left;}
.renderedspread h1,.renderedspread h2,.renderedspread h3,.renderedspread h4,.renderedspread h5,.renderedspread h6{font-size:100%;font-weight:normal;text-decoration: none;}
.renderedspread q:before,.renderedspread q:after{content:'';}
.renderedspread abbr,.renderedspread acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
.renderedspread sup {vertical-align:text-top;}
.renderedspread sub {vertical-align:text-bottom;}
.renderedspread a, .renderedspread a:link {
	color: #d61b63;
	text-decoration: none;
	outline:none;
}

.renderedspread span {
    line-height: 100%;
}

.renderedspread a,.renderedspread a:link  {
    font-size: 12px !important;
    font-family: arial !important;
    font-weight: normal;
    color: #000 !important;
    background-color: transparent !important;
}

.renderedspread {
	font-size: 12px;
	letter-spacing:0px !important;
    line-height:1em !important;
}

.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;  
}
.renderedspread {
    background-color: #fff;
    padding: 2px;
    border: 2px solid #ddd;
}

.post {
	overflow:hidden;
}     body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{

   margin:0;padding:0;

   font-family: Georgia;

}

table{border-collapse:collapse;

border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}

li{list-style:none;}

caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;font-variant:normal;}

sup {vertical-align:text-top;}

sub {vertical-align:text-bottom;}

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

input,textarea,select{*font-size:100%;}

legend{color:#000;}



#header h1 {

z-index: 0;

}

#about_me, #latest_headlines, #categories { display: none;}

.spread img {

 margin-top: 10px;

margin-bottom: 10px;

display: block;

}

.post {clear: left;}

.comment {   border-top: 1px dotted #ccc;

 padding-top: 10px;

}

.post_content p { clear: both; }

.picture img {

 float: left;

margin-bottom: 10px;

margin-right: 10px;

}



.picture .meta {



 clear: both;

}



.poll .form-item{

margin: 10px;

}



#navigation li {

list-style-type: none;

}





.poll .bar

{

       height: 1em;

       background-color: #ddd;

       margin: 1px 0;

}



.poll .bar .foreground

{

       background-color: #444;

       height: 1em;

       clear: left;

       float: left;

}



.poll .vote-form .choices

{

       text-align: left;

       display: table;

       margin: 0 auto;

}



.poll .total, .poll .percent

{

       font-size: 12px;

       text-align: right;

}



.poll .total

{

       font-size: 12px;

       text-align: left;

}



.poll { margin: 20px 0px; }



/* Chat

--------------------*/



.chat ul

{

       margin: 10px 0px 25px 0px;

       background: #eee;

}



.chat li

{

       border-bottom: 1px solid #d3d2d0;

       border-left: 5px solid #d3d2d0;

       line-height: 20px;

       padding: 3px 5px;

       font-size: 14px;

}



.chat li .label { font-weight: bold; }

.chat h2 a { }



.chat .entry

{

       margin: 0px;

       padding: 0px;

}


/* Quote
--------------------*/

.quote .post_content
{

	color: #444;
	font-family: georgia,serif;
	font-size: 20px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 21px;
	margin: 10px 0pt 10px;
	padding: 0pt 0pt 0pt 0px;
}

.quote .start, .quote .end
{
	font-size: 24px;
	font-family: georgia;
	line-height: 21px;
	vertical-align: bottom;
	color: #999;
	padding: 0px 1px;
}

.post_quote .source
{
	margin-right: 32px;
	text-align: right;
} 


#navigator_spacer {
  height: 0px;
  display: none; 
}



/* Layout

-------------------------*/

html {

background: #fff url(http://www.onsugar.com/files/upl1/12/128548/20_2008/f-long.gif) no-repeat 0px -1px;

font-size:13px;

font-size-adjust:none;

font-style:normal;

font-variant:normal;

font-weight:normal;

line-height:1.54;

}



#page{

margin-left: 120px;

width:905px;

z-index:1;

}

#header{



}

#header h1{

 position: relative;

top: 110px;

left: 150px;

}



#navigation{

   font-family: helvetica;

   background:#E6E6E6 none repeat scroll 0% 0%;

   margin-top: 63px;

   height: 22px;

width: 683px;

   margin-left: 37px;

   padding-top: 5px;

   margin-bottom:25px;

border-left: 4px solid #b8dc28;

   text-transform: lowercase;

}



#edit-keys {

margin-bottom: 10px;

width: 90px !important;

}





#search .form-item{

display:inline;

}

#search button{

display:inline;

}

#main{

width:950px;

margin: auto;

}

#main_container{}

#content{

width:550px;

margin-left: 25px;

margin-right:0px;

padding:0px 10px;

float:left;

}

#side{

padding:0px 10px;

float:right;



}

.widget_container{}

.widget{}



.widget ul{}

.widget li{}

#content{}

.post{margin-bottom:25px;}

.post.text{}

.post.picture{}

.post.gallery{}

.post.spread{}

.post.poll{}

.post.quiz{}

.post.quote{}

.post.link{}

.post.chat{}

.post.video{}

.post.mp3{}

.post.webpage{}

.post h2{

font-size:24px;

font-size-adjust:none;

font-style:normal;

font-variant:normal;

font-weight:normal;

line-height:1.1;

}

/*.post img {border:4px solid #EEEEEE;}

*/

.post{margin-bottom: 25px;}

.post p { clear: both;

 margin-top: 10px;

}

.post blockquote { font-size: 10pt;

 margin: 10px;

 color: #666;

 }

.date{}

.post_content{}

.permalink{}

.post_comment{}

.tags{}

.edit{}

.comment{}

.comment_photo{}

.comment_author{}

.comment_date{}

.comment_content{}

.box{}

.box h2{}

.box_content{}

#comment_form{}

#comment_form textarea{

display:block;

}

#pager{}

.pager-current{}

#pager .active{

border:1px solid #ccc;

margin:0px 3px;

padding:2px 4px;

}

#footer{margin:25px 0px;

font-size:12px;

}



/* Typography

-------------------------*/

a, a:link{color:#ccc;

text-decoration:none;

}

a:hover {

text-decoration: underline;

}

a:visited{color:#444}



#header{}

#header h1{

   font-size:36px;

   height:100px;

   line-height:44px;

   margin-top:10px;

}

#header h1 a{

       text-decoration:none;



}

#navigation a {

 padding-right:25px;

}

#content_container{}

#sidebar_container{

}

.widget_container{}

.widget{}

.widget h3, .widget h4{

font-size: 14px;

text-transform: uppercase;

}

.widget ul{}

.widget li{}

#content{}

.post{}

.post.text{}

.post.picture{}

.post.gallery{}

.post.spread{}

.post.poll{}

.post.quiz{}

.post.quote{}

.post.link{}

.post.chat{}

.post.video{}

.post.mp3{}

.post.webpage{}



.date{}

.post_content{}

.permalink{}

.post_comment{}

.tags{}

.edit{}

.comment{}

.comment_photo{}

.comment_author{}

.comment_date{}

.comment_content{}

.box{}

.box h2{

font-size:18px;

font-weight:bold;

}

.box_content{}

#comment_form{}

#pager{}

.pager-current{}

#footer{}

.calendar{

 font-size:12px;

 margin-bottom:12px;

 float:left;

 margin-right:12px;

}

.calendar-month{

font-weight:bold;

align:center;



}

.calendar td,.calendar th{

padding:1px 3px;

text-align:right;

}

.calendar th{

align:center;

}

.widget_container{

 margin-bottom:20px;

}

.post .inline img {



}

.post {

margin-bottom: 75px;

}

blockquote {



margin: 0px 10px;

padding: 5px;



}

.stbutton .stico_default {

height: 50px;

}

.meta {

 border-top: 1px dotted #ccc;

border-bottom: 1px dotted #ccc;

padding-bottom: 4px;

padding-top: 4px;

}

.meta a {

 color: #ccc !important;

}

.meta .permalink {

margin-right: 10px;

}

.meta .permalink:after{content: "»"; color: #b8dc28; background: none;}

blockquote p{display:inline}

blockquote:before { content: open-quote; font-weight: bold; }

blockquote:after { content: close-quote; font-weight: bold; }

.date_grouper {

border-bottom: 1px dotted #444;

font-family:Helvetica,Arial,sans-serif;

font-size:0.8em;

text-transform:uppercase;}

.post_meta {

padding-bottom: 4px;

margin-bottom: 4px;

}



.widget a, #profile_member_info {

font-family: arial, helvetica !important;

}



.widget{

background: #fff;

padding: 4px;

}



#side {

 border-left: 8px solid #eee;

 background: #fff;

 width: 250px;

font-size: 0.9em;

font-family: arial !important;

}



.widget_container {

 font-family: arial !important;



background: url(http://www.onsugar.com/files/upl1/12/128548/20_2008/stripe_853182710cf47b43435fd20409840037.png) top left repeat;

padding-top: 8px;

margin-bottom: 8px;

}



#side h3 {

font-weight: normal;

font-family: georgia;

border-bottom: 1px solid #ccc;



margin-bottom: 0.5em;

}



a {

 color: #316e94 !important;

}



#content a {

color: #316e94 !important;

}

#content h2 a {

 color: #000 !important;

}



#navigation a {

 color: #000 !important;

}



#navigator a {

 color: #fff !important;

}



#footer {

 background: #ddd;

 padding: 25px;

}



.widget h3{ clear: both; }

.post_categories {

line-height: 12px;
padding-left:12px;
}













html .email_share_link { margin:6px 0px; padding:2px 0 0 20px; height:16px; background:url(http://images.teamsugar.com/themes/spi_common/v3/backgrounds/icon_email.gif) no-repeat center left !important; }



html .print_share_link { margin:6px 0px; padding:2px 0 0 20px; height:16px; background:url(http://images.teamsugar.com/themes/spi_common/v3/backgrounds/icon_print.gif) no-repeat center left !important; }



html .aim_share_link { margin:6px 0px; padding:2px 0 0 20px; height:16px; background:url(http://images.teamsugar.com/themes/spi_common/imgs/icon_aim.gif) no-repeat center left !important; }



html .fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://images.teamsugar.com/themes/spi_common/imgs/facebook.gif) no-repeat center left !important; }



html .sl_share_link { margin:6px 0px; padding:2px 0 0 20px; height:16px; background:url(http://images.teamsugar.com/themes/hyper/imgs/sugarloving_sm.gif) no-repeat center left !important; }



html .su_share_link { margin:6px 0px; padding:2px 0 0 20px; height:16px; background:url(http://images.teamsugar.com/themes/spi_common/imgs/icon_su.gif) no-repeat center left !important; }



html .di_share_link { margin:6px 0px; padding:2px 0 0 20px; height:16px; background:url(http://images.teamsugar.com/themes/spi_common/imgs/digg.gif) no-repeat center left !important; }



html .fv_share_link { margin:6px 0px; padding:2px 0 0 20px; height:16px; background:url(http://images.teamsugar.com/themes/spi_common/imgs/check.gif) no-repeat center left !important; }





html .sub_share_link { margin:6px 0px; padding:2px 0 0 20px; height:16px; background:url(http://images.teamsugar.com/themes/spi_common/v3/backgrounds/icon_email.gif) no-repeat center left !important; }





.post #navigator .navigator_menuu {

background:white none repeat scroll 0% 50%;

clear:both;

margin:14px 0px 0px 4px;

position:absolute;

width:180px;

z-index:100;

}

.post #navigator .navigator_menuu {

border:1px solid #FF3399;

}

.datetime {

font-family: arial;

float: left;

font-size: 10px;

color: #ccc;

}

.share {

font-family: arial;

float: right;

font-size: 10px;

color: #ccc;

}

.post_meta{ display: none; }

.post_categories {

margin-left: -10px; font-style:italic;

}

.meta a {

color: #ccc !important;  font-family: arial; font-size: 10px;

}

.meta .email { margin-right: 10px;}.post .comments a {

margin-right: 10px;

} .post .comments a:after {content: "»"; color: #b8dc28; }

.meta .email:after{content: "»";color: #b8dc28; background: none;}

#side li {

display: inline; color: #ccc;}

#side ul a:before { content: " // "; color: #ccc;}

#navigation a{

float:left;

margin-left:10px;

font-family: arial;

color: #666  !important;

}

.tags { margin-right: 10px;}

.meta { color: #aaa; }

.meta .tags_label { font-family: arial; font-size: 10px; }



#footer{ font-family: arial; color: #666; text-align: center; } #content .meta a:link {color: #aaa !important;}



h3 {font-size: 18px; }



hr {

 border: none;

 width: 100%;

 height: 1px;

 background: #ccc;

}



.post ul li:before {

       content: "&raquo;";

       }



#main_container, #main { width: 875px; }



#header { width: 500px; }

.post_content { width: 500px; }

.quote .start, .quote .end {
font-family:georgia;
font-size:24px;
line-height:21px;
padding:0px 1px;
vertical-align:bottom;
}

.quote p {
display: inline;
}

.quote .source {
font-size: 12px;
display: block;
}

.form-text{
width: 200px !important;
height: 25px !important;
}

        