/**
 * Abiturient
 *
 * @author Paweł Przybyś (pawel.przybys@gmail.com)
 */

/**
 * Welcome page
 */

#welcome-page { background: url(../img/abiturient/welcome.png) repeat-x; }

/**
 * Welcome
 */

#welcome .logo { background: url(../img/abiturient/logo.png) no-repeat; width: 200px; padding-top: 68px; }
#welcome .welcome h1 { color: #009dd8; }
#welcome .welcome a { color: #690; }
#welcome .locations a { color: #690; font-weight: bold; }
#welcome .copyright a { color: #690; }

/**
 * Page
 */

#page { background: url(../img/abiturient/page.png) repeat-x #f2f7f9; }

/**
 * Header
 */

#header { background: url(../img/abiturient/header.png) bottom no-repeat; }
#header .logo a { background: url(../img/abiturient/logo.png) no-repeat; width: 200px; padding-top: 68px; }

/**
 * Main
 */

#main { background: url(../img/abiturient/main.png) repeat-y; }

/**
 * Content
 */

#content h1 { color: #009dd8; }
#content h2 { color: #009dd8; }
#content h3 { color: #009dd8; }
#content h4 { color: #009dd8; }
#content h5 { color: #009dd8; }
#content h6 { color: #009dd8; }
#content a { color: #690; }
#content .advantages li { background: url(../img/abiturient/advantages.png) no-repeat; }
#content .breadcrumb span { border-left: 1px solid #e4ebed; }
#content form .subjects { border-top: 1px solid #e4ebed; border-bottom: 1px solid #e4ebed; }
#content .gallery a { border: 1px solid #e4ebed; }
#content .photo a { border: 1px solid #e4ebed; }

/**
 * Extra
 */

#extra .quick-contact-big { background: url(../img/abiturient/quick-contact-big.png) no-repeat; }
#extra .go-on-big { background: url(../img/abiturient/go-on-big.png) no-repeat; }
#extra .go-on-big a { background: url(../img/abiturient/zapisz-sie.png) no-repeat; }
#extra .quick-contact-small { background: url(../img/abiturient/quick-contact-small.png) no-repeat; }
#extra .go-on-small { background: url(../img/abiturient/go-on-small.png) no-repeat; }
#extra .go-on-small a { background: url(../img/abiturient/zapisz-sie.png) no-repeat; }
#extra h2 { color: #009dd8; }
#extra a { color: #690; }
#extra .more a { background: url(../img/abiturient/wiecej.png) no-repeat; }
#extra .important { border-bottom: 1px solid #cadae0; }

/**
 * Sidebar
 */

#sidebar .nav .level1 li a { background: url(../img/abiturient/nav.png) bottom left no-repeat; }
#sidebar .nav .level1 li .level2 li a { color: #690; border-bottom: 1px solid #cadae0; }

/**
 * Bottom
 */

#bottom { background: url(../img/abiturient/bottom.png) top no-repeat; }
#bottom a { color: #690; }

/**
 * Gallery
 */

#gallery .more a { background: url(../img/abiturient/wiecej.png) no-repeat; }
#gallery ul li a { border: 1px solid #ccdce3; }

/**
 * Footer
 */

#page #footer { background: url(../img/abiturient/footer.png) repeat-x #fff; }
#footer .nav { color: #ccdce3; }
#footer .nav ul li a { color: #690; }
#footer .copyright a { color: #690; }

