/* -*- mode: css; coding: utf-8-unix; -*-
 *
 * Webbadges base style sheet.
 *
 * @author 252523.net (webmaster@www.252523.net)
 * @copyright (c) 252523.net(http://www.252523.net)
 * @id $Id: screen.css 20 2007-04-08 07:09:32Z tarousan $
 * Last-Modified: 2007-04-08 07:31:15 JST
 */


/* ------------------------------------------------------------------------ */
/* * General propaty
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* { margin: 0; padding: 0; } /* Resets all blocks */
body {
text-align: center;
line-height: 140%;
color: #666;
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Bitstream Vera Sans', Arial, Verdana, sans-serif;
background: transparent url(../images/bg.png) center top repeat;
}

a {
color: #09f;
text-decoration: none;
}
h1 a,h2 a, h3 a, h4 a {
border-bottom: 1px dotted #39f;
}
h1, h2, h3, h4 { font-weight: normal; }
h1 { font-size: 1em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; color: #c90; }
h4 { font-size: 1.2em; }
h2 {
line-height: 140%;
font-family: 'Times New Roman', Times , serif;
}
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:focus,
h2 a:active {
border: none;
}

a.linkSw:hover { background-color: #fffff0; }
a.linksw { color: #39f; }

a.badgeSw,
a.badgeSws {
color: #369;
}
a.badgeSw:hover, a.badgeSw:active, a.badgeSw:focus,
a.badgeSws:hover, a.badgeSws:active, a.badgeSws:focus {
color: #39f;
}

img { border: none; }
#content {
font-family: 'Lucida Sans Unicode', 'Bitstream Vera Sans', Verdana, sans-serif;
font-size: 1.2em;
}

/* ------------------------------------------------------------------------ */
/* * General constructor
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#page {
text-align: left;
background: transparent url(../images/head.png) center top repeat-x;
}
#head {
text-align: center;
display: block;
width: 800px;
height: 100px;
margin: 0 auto;
background: transparent url(../images/logo.png) center top no-repeat;
}
#container {
width: 480px;
width: 800px;
margin: 0 auto;
background: transparent url(../images/content.png) center top repeat-y;
}
#footer {
height: 50px;
background: transparent url(../images/footer.png) center bottom no-repeat;
}

ul { margin: .5ex 0 .5ex 2em; }

/* ** Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1 {
float: right;
text-align: right;
}

/* ** Contents area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content {}
#content p {
margin-top: 0;
word-spacing: 0;
}
h4 { padding: 7px 0 5px; }
div#description {
margin: 0 20px;
padding: 0 2em 1em;;
background: transparent url(../images/description.png) 0 0 repeat;
}

/* ** Links block (expand list)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.linkSw { padding: 5px; }

/* ** Badges block
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.sw-wrap { padding: 0; }
div.sw-wrap h2 { padding-left: 50px;}

a.badgeSw {
padding: 5px 40px 5px 0;
background: transparent url(../images/expand.png) right center no-repeat;
}
a.badgeSw:hover, a.badgeSw:active, a.badgeSw:focus {
background-image: url(../images/expand_hover.png);
}
a.badgeSws {
padding: 5px 40px 5px 0;
background: transparent url(../images/shrink.png) right center no-repeat;
}
a.badgeSws:hover, a.badgeSws:active, a.badgeSws:focus {
background-image: url(../images/shrink_hover.png);
}
div.toggleBlock { display: none; }
div.toggleTarget {
margin-left: 20px;
}

p.desc {
padding-bottom: 5px;
}
p.sub-desc {
 padding: 5px 60px 10px;
 color: #777;
}

/* ** inner buttons block
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.toggleTarget h3 { padding: 15px 0 5px 0; }

div.horizontal,
div.vertical {
 margin: 10px 0 10px 30px;
}
div.horizontal {
 margin-bottom: 0;
}
div.horizontal img {
margin: 0 5px 0 0;
padding-bottom: 5px;
vertical-align: bottom;
background: transparent url(../images/img-bg-h.png) left bottom no-repeat;
}
div.vertical img {
margin: 2px 5px 0 0;
padding-bottom: 5px;
vertical-align: bottom;
background: transparent url(../images/img-bg-h.png) left bottom no-repeat;
}
div.indicator { padding: 1em 0; text-align: center; }

.showvertical {
padding: 20px 50px 20px 30px;
}
.showvertical a {
height: 16px;
line-height: 16px;
padding: 3px 0 3px 20px;
background-color: #eee;
cursor: pointer;
background: transparent url(../images/expand_vertical.png) left center no-repeat;
}
.showvertical a:hover {
background-image: url(../images/expand_vertical_hover.png);
}

/* * Preload image for cashe.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#preloadImages {
width: 0px;
height: 0px;
display: inline;
background-image: url(../images/indicator.gif);
background-image: url(../images/expand_hover.png);
background-image: url(../images/shrink.png);
background-image: url(../images/shrink_hover.png);
}