/* Standard style redefinition */
body {
	background-color: #666;
}
h1{
	font-size: 1.35em;
	border-bottom: thin solid #CCC;
}
h2{
	font-size: 1.3em;
}
h3{
	font-size: 1.25em;
}
h4{
	font-size: 1.2em;
}
h5{
	font-size: 1.15em;
}
h6{
	font-size: 1.1em;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 10px;
    margin-top: 20px;
}
a{
	text-decoration: none;
	color: #C85B00;
}
a:hover {
	text-decoration: underline;
}
h4 img{
    vertical-align: middle;
}
/* Custom style */
#page{
	background-color: #ffffff;
	overflow: hidden;
	/* shadow for those that suports it */
	-moz-box-shadow: #000000 0px 0px 60px;
	-webkit-box-shadow: #000000 0px 0px 60px;
}

#header {
	background-color: #C85B00;
	color: #FFFFFF;
	padding: 5px 0px;
}
#header img {
	margin-left: 20px;
}

#footer{
	font-size: 0.8em;
    margin-top: 20px;
}
#footer p {
	text-align: center;
}


#menu{
	height: 27px;
	background: #424242;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	
	/* rounded corner for those that suports it */
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#menu a {
	color: #FFFFFF;	
	display: block;
	height: 27px;
}
#menu a:hover{
    /* highlight for those that suports it */
	text-shadow: 0px 0px 3px #ffffff;
}
#menu .current {
    /* highlight for those that suports it */
	text-shadow: 0px 0px 3px #ffffff;
}

#features ul{
    list-style-image: url('../images/bullet.gif');
}

#news .news {
	margin-bottom: 20px;
}
#news .news ul {
	margin-bottom: 0px;
}

#tweets ul {
	
}
#tweets li {
	display: block;
	border: solid thin #999999;
	background-color: #EEEEEE;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 5px;
	
	/* rounded corner for those that suports it */
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
}

.more {
    font-size: 0.8em;
}

.example{
	white-space: pre;
	font-family: 'lucida console', monospace;
	border: thin dashed #C85B00;
	margin: 10px;
	padding: 10px;
	background: #FFDBA0;
	display: block;
}
.red{
    color: #a90000;
	font-weight: normal;
}
.red a {
    color: #a90000;
}
.nicebutton{
    border: solid 1px #000;
    border-top: solid 4px #333;
    background: #666;
    padding: 2px 1em;
    text-shadow: rgba(0,0,0, 1) 0px -1px 1px;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
}
.nicebutton:hover {
    border-top: solid 4px #444;
    background: #777;
    text-decoration: none;
}
.nicebutton:active{
    border-top: solid 1px #000;
    background: #666;
    padding-top: 5px;
    text-shadow: #000 0px 2px 1px;
}
.centered {
    text-align: center;
    width: 100%;
}