/*
-----------------------------------------------
Snitter custom styles
edited: 2008-01-02
author: Dan Rubin
----------------------------------------------- */

/* text colors */
.module h1                      { color:#c4626b; }
.module code                    { color:#ec6c1e; }

/* link colors */
.module a                       { color:#60c3ff; }
.module a:hover                 { background-color:#60c3ff; border-color:#60c3ff; }

/* logo and header text/images */
#logo a                         { left:102px; top:45px; width:190px; height:60px; }
#description                    { position:absolute; right:57px; bottom:0; width:422px; height:214px; background:url(images/screenshots_header.png) no-repeat; }
#tagline                        { left:102px; top:133px; width:399px; height:55px; background-image:url(images/bg_headertext.png); }

/* content-specific module styles */
#installation                   { position:absolute; right:0; top:0; width:295px; background:#4c4c4c; border-color:#494949; color:#fff; min-height:300px; }
#installation h2                { margin:0; }
#installation a:hover           { color:#4c4c4c; }
#installation #download         { margin:1em 0;padding:0; }
#installation #download li      { padding-left:18px; background:url(images/icon_checkmark.png) no-repeat 0 50%; }
#installation #requirements     { margin:1em 0; padding-left:18px; font-size:11px; list-style:disc; }
#flashinstaller					{ position:absolute; left:0; top:-52px; }
#currentversion					{ text-align:center; }
#currentversion .versionnumber	{ font-weight:bold; }

#content p					{ margin-bottom: 1em;}

#donations                      { background-image:url(images/bg_icon_dollar.png); }

#features                       { background-image:url(images/bg_icon_list.png); }
#features li                    { background:url(images/icon_arrow_green.png) no-repeat 1px 5px; padding-left:15px; }

#todo                           { background-image:url(images/bg_icon_list.png); }
#todo li                        { background:url(images/icon_wrench.png) no-repeat 1px 3px; padding-left:15px; }

#customization                  { background-image:url(images/bg_icon_settings.png); }

#faq                            { background-image:url(images/bg_icon_help.png); }
#faq strong						{ font-weight:bold; display:block;}
#faq li                    { background:url(images/icon_arrow_green.png) no-repeat 1px 5px; padding-left:15px; }

#userstyles	dt					{ font-weight:bold; }
#userstyles dd					{ padding: 0 0 5px 20px;}
