/*
Theme Name: GNOME Grass
Theme URI: http://gnome.org/
Author: Vinicius Depizzol <vdepizzol@gmail.com>
Description: The original theme for the GNOME Project website.
Version: 20160212
*/


@import url("reset.7094c2610721.css");
@import url("text.ea49b274e394.css");
@import url("960.648c7ca11d0a.css");
@import url("sweettooth.6f68e9a83b10.css");





/* Base information */
/* ========================================================================== */

html {
    background: #fff url("../images/html-bg.018e737b3aae.png") 0 10px repeat-x;
}
body {
    
}
a {
    color: #204a87;
}
a:hover {
    color: #3465a4;
}
a:visited {
    color: #5d396e;
}
.left {
    float: left;
}
.right {
    float: right;
}
.hidden {
    display: none;
}
.maxwidth {
    width: 940px;
    margin: 0 auto;
}
.sanewidth {
    width: 780px;
    margin: 0 auto;
}



/* Accessibility access */
/* ========================================================================== */



#accessibility_access {
    position: absolute;
    left: 0;
    /* Not visible by default? */
    top: -200px;
}



/* Global Domain Bar */
/* ========================================================================== */



#global_domain_bar {
    background: #fff;
    height: 10px;
}
#global_domain_bar .maxwidth {
    position: relative;
}

/* Tab */

#global_domain_bar .tab {
    background: #fff;
    position: absolute;
    right: 0;
    float: right;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 4px 2px -2px #8fb3d9;
    -webkit-box-shadow: 0 4px 2px -2px #8fb3d9;
    box-shadow: 0 4px 2px -2px #8fb3d9;
    white-space: nowrap;
}
#global_domain_bar .tab a.root {
    color: #555753 !important;
    font-weight: bold;
    text-decoration: none;
    background: #fff url("../images/favicon.b73b0c0e30d2.png") 0 0 no-repeat;
    padding-left: 18px;
    border-right: 1px solid #ccc;
    padding-right: 6px;
    margin-right: 3px;
}
#global_domain_bar .tab a.root:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 3px;
}
#global_domain_bar .tab a.root:hover {
    text-decoration: underline;
}


/* Header */
/* ========================================================================== */



#header {
    margin: 20px auto 0;
}
#header img {
    vertical-align: middle;
    float: left;
    margin-right: 10px;
}
#header #logo {
    float: left;
}
#header #logo h1 {
    margin: 0;
}
#header #logo img {
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    opacity: 1;
    margin-left: -3px;
    height: 76px;
    width: 199px;
}
#header #logo img:hover {
    opacity: 0.85;
}



/* Top bar */
/* ========================================================================== */



#top_bar {
    background: #2e3436 url("../images/top_bar-bg.094e5c1c682e.png") top repeat-x;
    padding: 8px 0;
    margin-top: 23px;
    font-size: 13px;
    line-height: normal;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
#top_bar ul {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
#top_bar ul li {
    display: inline;
    margin: 0 5px 0 0;
}
#top_bar a {
    color: #fff;
    text-decoration: none;
    padding: 4px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    -webkit-transition: background 100ms linear;
    -moz-transition: background 100ms linear;
    transition: background 100ms linear;
    text-shadow: 0 1px 0 #000;
}
#top_bar a:hover {
    background: #64696d;
    background: rgba(100%, 100%, 100%, 0.2);
}
#top_bar a:focus {
    background: rgba(100%, 100%, 100%, 0.15);
}
#top_bar a:active, #top_bar li.current-menu-item a, #top_bar li.current-page-ancestor a {
    background: #1c2021 url("../images/top_bar-item-bg.581e8d84f17b.png") top repeat-x;
    -moz-box-shadow: inset 0 -1px 0 rgba(100%,100%,100%, 0.4), inset 0 1px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(100%,100%,100%, 0.4), inset 0 1px 3px rgba(0,0,0,0.4);
    box-shadow: inset 0 -1px 0 rgba(100%,100%,100%, 0.4), inset 0 1px 3px rgba(0,0,0,0.4);
}
#top_bar li.selected a {
    font-weight: bold;
}
#top_bar #main_search {
    text-align: right;
}
#top_bar input {
    margin: -8px 0 -8px -8px;
    line-height: 22px;
    width: 150px;
    border: 0;
    font: inherit;
    color: inherit;
    padding: 8px 8px 8px 28px;
    background: transparent url("../images/search-icon.5febffb9b5ea.png") 8px center no-repeat;
    color: #fff;
    border-left: 1px solid rgba(100%,100%,100%,0.3);
    outline: none;
}
#top_bar input.placeholder {
    color: #CCC;
}
#top_bar input:focus {
    background-color: rgba(100%,100%,100%,0.1);
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* -> subpages list */

/*
 * This is not used right now, but allows to put links by the side of
 * the title of the page.
 */
 
.page_title .subpages_list {
    list-style: none;
    clear: left;
    margin: 0;
    padding-bottom: 4px;
    display: table-cell;
    text-align: right;
    white-space: nowrap;
    vertical-align: bottom;
}
.page_title .subpages_list li {
    display: inline;
    padding: 0;
    margin: 0 0 0 0.5em;
}
.page_title .subpages_list li a {
    color: inherit;
    text-decoration: none;
    padding: 3px 6px;
}
.page_title .subpages_list li a:active {
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.page_title .subpages_list li.current_page_item a {
    font-weight: bold;
}



/* News Title */
/* ========================================================================== */



.news_title h1 {
    margin-top: 0;
    color: #333;
    font-weight: normal;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.04em;
}
.news_title .date {
    margin: 0;
    color: #3465a4;
}





/* Container */
/* ========================================================================== */



#container {
    padding-top: 20px;
    color: #555;
    width: 960px;
    margin: auto;
    min-height: 240px;
}

/*
 * this is basically used to force specific elements not to use
 * grid_* classes
 */
#container .page_title, #container .content, #container .sidebar {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
#container .content, #container .page_title {
    width: 940px;
}
#container.two_columns .content {
    width: 700px;
}
#container.two_columns .content.without_sidebar {
    width: 940px;
}
#container.two_columns .sidebar {
    width: 220px;
}



/* Content specs */
/* ========================================================================== */


/*
 * -> Subtle boxes
 *
 * .subtle_box can be used inside grid classes to make simple box delimiters
 * (without grids inside of it) or as a child of container class to allow columns on it
 *
 * Examples:
 *
 * <div class="grid_3">
 *     <div class="subtle_box">Lorem ipsum dolor sit amet</div>
 * </div>
 *
 * <div class="container_12">
 *     <div class="subtle_box">
 *         <div class="grid_3 alpha">(...)</div>
 *         <div class="grid_9 omega">(...)</div>
 *     </div>
 * </div>
 *
 */

.subtle_box {
    margin: 0 0 20px;
    padding: 9px;
    background: #fff;
    border: 1px solid #d3d7cf;
    border-color: rgba(0,0,0,0.15);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.subtle_box h4 {
    margin: 0 0 10px;
}

/* -> Simple List */

.simple_list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.simple_list li {
    border: 1px solid #eeeeec;
    border-left: 0;
    border-right: 0;
    padding: 0;
    margin: 0;
}
.simple_list li a {
    padding: 3px 8px;
    text-decoration: none;
    display: block;
    color: #888a85;
}

/* -> Definition Lists */

dl dt {
    font-weight: 700;
}
dl dt a {
    color: inherit;
}
dl dt a:visited {
    color: #ef8e4f;
}

/* -> Definition Lists with icons */

/* Icons are defined as 48x48 pixels by default */

dl.icon_list dt, dl.icon_list dd {
    margin-left: 58px;
}
dl.icon_list dt img {
    float: left;
    width: 48px;
    height: 48px;
    margin: 0 10px 0 -58px;
}


/* -> Action Button */


.action_button {
    display: inline-block;
    padding: 0 14px;
    border: 1px solid #ccc;
    margin-left:20px;
    margin-right:20px;
    background: #ececec url("../images/action_button-bg.a7fa2c3a25ee.png") center repeat-x;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #2e3436;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    line-height: 1.8;
    -webkit-transition: background-position 100ms linear;
    -moz-transition: background-position 100ms linear;
    transition: background-position 100ms linear;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    outline: none;
}
.action_button:hover {
    background-position: top;
    color: #000;
}
.action_button:visited {
    color: inherit;
}
.action_button:active {
    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4);
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.4);
    background-position: bottom;
}




/*
 * --> News list
 *
 * This is initially used in the home page for displaying the news
 *
 */

.news_list {
}

.grid_4.news:first-child {
    margin-left: 0;
}

.news_list .news strong {
    display: block;
    min-height: 54px;
}

.news_list .news {
    margin-bottom: 20px;
}
.news_list .news .date {
    font-family: 'Droid Serif', 'DejaVu Serif', Cambria, Georgia, serif;
    color: #888a85;
}
.news_list .news a {
    color: #555753;
    display: block;
    text-decoration: none;
}
.news_list .news a strong {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
}
.news_list .news a:hover strong {
    text-decoration: underline;
}

.news_list .action_button {
    float: right;
    margin-bottom: 0.8em;
}


/* Footer Artwork */
/* ========================================================================== */



#footer_art {
    background: transparent no-repeat;
    height: 180px;
    margin-top: 0;
    clear: left;
}
#footer_art.none {
    height: 30px;
    margin-top: 0;
}


/* Footer Grass */
/* ========================================================================== */

#footer_grass {
    background: url("../images/grass.3a2d2d2f8f0f.png") top center repeat-x;
    height: 39px;
    margin-top: -33px;
}


/* Footer */
/* ========================================================================== */



#footer {
    clear: left;
    background: #d3d7cf;
    color: #555753;
    padding: 20px 0;
}
#footer div.links > div > ul > li {
    float: left;
    margin: 0 40px 10px 0;
}
#footer div.links div a, #footer div.links div strong {
    display: block;
    text-decoration: none;
}
#footer div.links div a:hover, #footer div.links div a:focus {
    text-decoration: underline;
}

#footer div.icons {
    float: right;
}
#footer div.icons a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 220px;
    height: 110px;
    outline: none;
    text-decoration: none;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer ul li {
    margin: 0;
    padding: 0;
}
#footer ul.menu > li > a {
    font-weight: bold;
}
#footer .links a {
    color: inherit;
    -webkit-transition: background-color 100ms ease-in;
    -moz-transition: background-color 100ms ease-in;
    transition: background-color 100ms ease-in;
}
#footer .links a:focus {
    background: #ececec;
    padding: 1px 3px;
    margin: -1px -3px;
    text-decoration: none !important;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#footer #footnotes {
    margin-top: 20px;
}
#footer #footnotes small {
    font-size: 88%;
}
#footer #footnotes a {
    color: inherit;
}


/* Separators */
/* ========================================================================== */

hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin: 40px 0;
}

hr.top_shadow,
hr.bottom_shadow {
    height: 25px;
    background: url("../images/hr-shadow.4af8804dbd53.png") no-repeat bottom;
    background-size: contain;
    border: 0;
}
hr.bottom_shadow {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
