/*  common.css

Copyright Â© 2011 Ubuntu-it - Leo Iannacone <l3on@ubuntu.com>

*/

html {
/*    color: #222222; */
    color: #333;
    font-family: Ubuntu,"Ubuntu Beta",UbuntuBeta,"Bitstream Vera Sans","DejaVu Sans",Tahoma,sans-serif;
    background: url("img/light/dotted.png") repeat scroll 0 0 #F5F6F7;
    font-size: 13px;
    line-height: 1.25em;
}

body {
    background: url("img/light/dotted.png") repeat scroll 0 0 #F5F6F7;
    min-width: 985px;
    margin: 0 1px 0 0;
}

div, p {
}

a, a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #222222;
    font-weight: normal;
    margin-bottom: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}

h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 24px 0 32px;
    padding: 0;
}


a, a:link, a:visited {
    color: #DD4814;
}

a, a:link, a:visited {
    text-decoration: none;
}

ul.links {
    margin: 0;
    padding: 0;
}

ul.links li {
    display: inline;
    list-style-type: none;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}
.clear {
    clear: both;
}

.curved-top {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
}

.curved-bottom {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
}

.curved-both {
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
}

.shadowed {
    box-shadow: 0 1px 3px #989898;
    -webkit-box-shadow: 0 1px 3px #989898;
    -moz-box-shadow: 0 1px 3px #989898;
    -khtml-box-shadow: 0 1px 3px #989898;
}

#fixed-header {
    height: 120px;
}

.container {
  width: 986px;
  background: transparent;
  margin: 0 auto;
  padding: 0;
}

#header {
    background: url("img/light/header_b.png") repeat-x scroll left top #DD4814;
    height: 64px;
    margin: 0 2px;
    text-shadow: 0 1px black;
    min-width: 985px;
    padding: 0 5px;
    position: relative;
}

#header .container {
    background: url("img/light/topnav_divider.png") no-repeat scroll left top transparent !important;
    height: 100%;
    padding-left: 2px;

}

#header li, #header li.last {
    border: 0 none;
}

#header li {
    background: url("img/light/topnav_divider.png") no-repeat scroll right top transparent !important;
    padding-right: 2px;
    float: left;
    margin: 0;
    padding-right: 2px;
}

#header li a {
    background: url("img/light/header_b.png") repeat-x scroll left top #DD4814;
    height: 64px;
    line-height: 64px;
    padding: 0 7px 0 5px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #333333;
    float: left;
}

#header li.active-trail a, #header li a.active, #header li.active a, #header li a:hover {
    background: url("img/light/header_b_active.png") repeat-x scroll left top #B83A10 !important;
    text-decoration: none;
}

#logo {
    float:right;
    color: white;
    text-shadow: none;
}

#logo > span.description {
  float: right;
  font-size: 12px;
  opacity: 0.8;
  line-height: 24px;
}

#logo > span.title {
  font-size: 30px;
  display: block;
  margin-top: 23px;
  color:white;
  text-align:right;
}

#logo > span.suffix {
  color: #6F240A;
  font-size: 20px;
  float: left;
  margin-top: -4px;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  line-height: 1.5;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}


#logo a:hover {
  text-decoration: none;
}

#header .buttons {
    cursor: pointer;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

#header .buttons #accessibility {
    background: url("img/light/accessibility.png") repeat scroll 0 0 transparent;
    height: 24px;
    width: 24px;
}

#header .buttons #accessibility:hover {
    background-position: center bottom;
}

#header .buttons #accessibility:active {
    background-position: 24px 50%;
}

#header #ubuntu-it-sites {
    float: right;
    font-size: 10.5px;
}

#header #ubuntu-it-sites a {
    color: #FFFFFF;
    padding: 1px 6px 2px;
    text-shadow: none;
}


#header #ubuntu-it-sites a:hover {
    text-shadow: 1px 1px 1px #333333;
    text-decoration: none;
}

#header #ubuntu-it-sites a.active {
   background: url(img/light/header-uit-bk.png) repeat;
   border: 1px solid #6F202A;
   background: rgba(0, 0, 0, 0.25);
   border: 1px solid rgba(0, 0, 0, 0.1);
   text-shadow: 0 1px 1px #333;
   border-radius: 0 0 4px 4px;
}

#subheader .container-inside {
    background: url("img/light/header-shadow.png") repeat-x scroll center top #F7F7F7;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    height: 39px;
    margin: 0 auto;
    position: relative;
    width: 96%;
    background-color: #F7F7F7;
    box-shadow: 0 1px 1px #DFDFDF;
    -webkit-box-shadow: 0 1px 1px #DFDFDF;
    -moz-box-shadow: 0 1px 1px #DFDFDF;
}

#subheader .links {
    display: block;
    float: left;
    padding: 0 10px;
}

#subheader .links a {
    clear: none;
    color: #333333;
    display: block;
    float: left;
    text-shadow: none;
    width: auto;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
}

#subheader .links a:focus, #subheader .links a:hover, #subheader .links a:active, #subheader .links li.active a {
    background: url("img/light/header-shadow.png") repeat-x scroll center top #F2F2F2;
    border-bottom: medium solid #666666;
    color: #DD4814;
}

#subheader .links a:hover {
    border-color: #DD4814;
}

#footer .container * {
    color: #666666;
    font-size: 10px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
}


#content, #footer, #subheader {
    background: none repeat scroll 0 0 transparent;
}

#sidebar-left {
    margin-top: 15px;
}

#content-top, div.box-top-added {
    background: url("img/light/box-bottom-top.png") no-repeat scroll center top transparent;
    height: 10px;
    padding: 0;
    width: 100%;
}

#content .container, div.box-content {
    background: url("img/light/box-content.png") repeat-y scroll center top transparent;
}

#content .container {
    margin-top: 0;
    padding-top: 0;
}

#content {
        line-height: 1.4em;
        /*overflow: hidden;*/
        clear: both;
}

#content-bottom, div.box-bottom-added {
    background: url("img/light/box-bottom-top.png") no-repeat scroll center bottom transparent;
    height: 12px;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
}

.pane-content h3 a:hover {
    text-decoration: underline;
}

#content .menu li a {
    color: #111111;
}
#content .menu li.fake-leaf a {
    border-bottom: 1px dotted #772953;
}

#content .menu li a:hover {
    color: #772953 !important;
}

#content .menu li a.active {
    color: #DD4814 !important;
    font-weight: bold;
}

#content .menu li a.active:hover {
}

.no-shadow {
    text-shadow:none;
    color: #333;
}

.smileys-box .smileys span {
  height: auto;
  width: 26px;
}

.page-description {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #F0F0F0;
    padding: 10px 10px 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 22px;
}

.page-description-img {
    float: right;
}

/* End generic style */



/* Start wiki specific style */

h1, h2, h3, h4, h5, h6
{
    margin: 1.5em 0 0 0;
    padding: 2px 0;
    font-weight: normal; 
    line-height: 1.2em;
    text-shadow:0 1px 3px rgba(0, 0, 0, 0.25);        
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.3em;
}

h3 {font-size: 1.1em;}
h4, h5 {font-size: 1em;}


a {
	text-decoration:none;
}

a:visited {
	color:#BD0901;
}

a.nonexistent, a.badinterwiki {
	color:#aaa;
}

a:hover {
/*	color:#800000;*/
	text-decoration:underline;
}

#content > .container > div {
    margin: 0 20px;
    padding: 10px 0;
}

#page {
    margin-top: 40px;
}


ul#navibar a {
    color: #AAAAAA;
}

ul#navibar {
    float:left;
    padding: 0;
    margin: -10px 0;
}

ul#navibar li {
    margin-right: 10px;
}
ul#navibar li.current {
    
}

ul#username {
    float:right;
}

ul#username li {
    margin-left: 10px;
}

#edit-extra ul.editbar li form.actionsmenu div input {
    display: none;
}
