/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background:  #FFFFFF;
	font-size: 80%;
	color: #444444;
	margin-left:5%;
	margin-right:5%;
	margin-top:25px;
	margin-bottom:25px;
	width:90%;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #484848;
}

h1 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-weight:bold;
}

h4 
{
	font-size:125%;
	font-weight:bold;
	margin:0;
}
p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FF5D35;
	text-decoration:none;
}

a:hover {
	color: #FF9735;
}
a:active {
	color: #FF3A28;
}

#content li
{
	margin-bottom:15px;
	margin-left:-25px;
}


/* Header */

#header {
	clear: both;
	width: 100%;
	height: 108px;
	margin: 0px auto;
	background-color:#404040;
}

/* Logo */

#logo {
	float: left;
	padding: 10px 0px 10px 10px;
}

#logo,#logo h1,#logo h2 {
	color: #FFF1D1;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: normal;
	margin-bottom:-5px;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
}

#logo h2 {
	margin: 0;
	margin-bottom:-15px;
}
#logo h2 a {
	padding-right: 20px;
	text-decoration: none;
}

#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 1.22em;
	letter-spacing: -1px;
}



#photo 
{
	background-image: url(http://media.linkedin.com/mpr/mpr/shrink_80_80/p/1/000/01e/358/0869b5e.jpg);
	background-repeat:no-repeat;
	height:80px;
	width:80px;
	float:right;
	margin:12px;
	margin-right:24px;
	border:white solid 2px;
	padding:0;	
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 93px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.36em;
	color: #FFFFFF;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #FFFFFF;
}


/* Page */

#page {
	width: 100%;
	margin: 0 auto;
	float:left;
}

/* Content */

#content {
	float: left;
	width: 75%;
}

.post {
	padding: 20px 10px 0px 10px;
}

.contentList 
{
	margin-left:0px;
}


.title {
	margin: 0;
	border-bottom: 2px solid #484848;
	color: #484848;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: left;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
}

.meta .comments {
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 20%;
	margin-right:2%;
	margin-top:28px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 20px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	margin-top: 30px 0;
	clear: both;
	height: 40px;
	background: #F2F2F2;
}

#footer p {
	padding: 10px 0;
	text-align: center;
	font-size: 85%;
	color: #717171;
}

.separator
{
	padding-left:20px;
	padding-right:20px;
}

/* stackoverflow badge */
.valuable-flair
{
        background-color: #FFF6C1;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        height: 50px;
        padding: 3px;
        width: 160px;
        border: solid 1px #666;
        margin-bottom:5px;
        padding-top: 3px;
        line-height: 100%;
}
.valuable-flair .gravatar
{
        float: left;
}
.valuable-flair .gravatar img
{
        width: 50px;
        height: 50px;
        -ms-interpolation-mode: bicubic;
        border:0px;
}
.valuable-flair .userInfo
{
        float: right;
        text-align: right;
        font-weight:bold;
}
.valuable-flair .userInfo .username
{
        line-height: 12px;
}
.valuable-flair .userInfo .username a
{
        color: #0077CC;
        line-height: 170%;
}
.valuable-flair .badge1
{
        color: #ffcc00;
        font-size: 120%;
        margin-left: 3px;
}
.valuable-flair .badge2
{
        color: #c0c0c0;
        font-size: 120%;
        margin-left: 3px;
}
.valuable-flair .badge3
{
        color: #CC9966;
        font-size: 120%;
        margin-left: 3px;
}
.valuable-flair .reputation-score
{
        color: #666;
        font-size: 120%;
        font-weight: bold;
        margin-right: 2px;
        line-height: 115%;
}
.valuable-flair .badgecount
{
        color: #aaaaaa;
        padding-left: 1px;
}
