* { padding: 0; margin: 0; } 
body { background: #F5F5F5; font-family: 'Roboto Condensed', sans-serif; font-size: .90em; padding: 0; margin: 0; }
img { border: none;}
a { color: #C0C0C0; text-decoration: none; font-size: 1.2em;}
a:hover { color: #555; text-decoration: none;}
li { margin-left:50px; list-style-type: none; color: #555;  margin-bottom: 10px; }
#wrap { margin: 0 auto; width: 950px; background: #fff; }
#header { height: 80px; background: #222; margin: 0 0 10px 0;}
#header a { color: #fff; text-decoration: none;}
#header h1 {color: #FF00FF; font-size: 2em; padding: 20px 0 0 20px; font-weight: 100;}
#header h2 {color: #eee; font-size: 1.0em; padding: 0 0 0 20px; font-weight: 100;}
#headerlinks {float: right; padding: 30px 20px 0 0;}
#headerlinks a {color:#fff; padding: 0 10px;}
#headerlinks a:hover {color:#fff;}
#sidebar { width: 210px; float: right; background: #FFF; color: #666; margin-right: 20px; }
#sidebar .box { margin-bottom: 10px; padding: 10px 3px; color: #666; }
#sidebar h2 { font-size: 1.2em; font-weight: 100; padding: 3px; }
#content { margin-left: 20px; margin-right: 250px; text-align: justify; color: #777; }
#content h2 { color: #555; font-size: 1.4em; font-weight: 200;}
#content p { margin: 10px 0 20px 0; line-height: 25px;}
#footer { clear: both; color: white; background: #222; text-align: left; margin: 20px 0px 0px 0px; padding: 25px 20px;  }
#footer a { color : #ddd; text-decoration: none; }
.post-span {color:#ccc; font-size:12px;}
.post-img{margin-top:10px;}

.styled-button-green {
	background:#5CCD00;
	background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5CCD00', endColorstr='#4AA400',GradientType=0);
	padding:10px 15px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #fff
}

.styled-button-red {
	background:#D80000 ;
	background:-moz-linear-gradient(top,#D80000  0%,#FF0000 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#D80000 ),color-stop(100%,#FF0000));
	background:-webkit-linear-gradient(top,#D80000  0%,#FF0000  100%);
	background:-o-linear-gradient(top,#D80000  0%,#FF0000  100%);
	background:-ms-linear-gradient(top,#D80000  0%,#FF0000  100%);
	background:linear-gradient(top,#D80000  0%,#FF0000  100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#D80000 ', endColorstr='#FF0000 ',GradientType=0);
	padding:10px 15px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #fff
}

.styled-button-blue {
	background:#0cdaed ;
	background:-moz-linear-gradient(top,#0cdaed  0%,#00a2ff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0cdaed ),color-stop(100%,#00a2ff));
	background:-webkit-linear-gradient(top,#0cdaed  0%,#00a2ff  100%);
	background:-o-linear-gradient(top,#0cdaed  0%,#00a2ff  100%);
	background:-ms-linear-gradient(top,#0cdaed  0%,#00a2ff  100%);
	background:linear-gradient(top,#0cdaed  0%,#00a2ff  100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0cdaed ', endColorstr='#00a2ff ',GradientType=0);
	padding:10px 15px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #fff
}

table, th, td {
    border-collapse: collapse;
    text-align: left;
    padding: 10px;
}

