body
{
    /*font-family: Tahoma;*/
    font-family: 'PT Sans', sans-serif;
    background: url('../img/blue-gray.png') repeat;
}

hr
{
	margin: 10px 0px 10px 0px;
}

div.container
{

}

.sidebar
{
	margin-bottom: 25px !important;
}

.sidebar, .content
{
	padding-top: 60px;
}

.sidebar > h3, .sidebar > p, .sidebar
{
	color: #E0E0E0;
}

.sidebar > img
{
	margin-bottom: 10px;
}

.sidebar > h3
{
	font-family: 'Roboto Condensed', sans-serif;
}

.sidebar > p, .sidebar
{
	font-family: 'Carme', sans-serif;
}

.sidebar a
{
	color: #DFDFDF;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
}

.content
{
	background: url('../img/gray_jean.png') repeat;
	padding-bottom: 500px;
	padding-left: 20px;
	padding-right: 20px;
}

p
{
	font-size: 15px;
	line-height: 2.3em;
	padding-bottom: 20px;
}

pre
{
	background-color: #ddd;
	margin-bottom: 25px;
	padding: 8px 8px;
	overflow-x: auto;
}

#post
{
	margin-top: 25px;
}

#post h2
{
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 50px;
}

#post h3
{
	font-family: 'Roboto Condensed', sans-serif;
}

p > img
{
	max-width: 100%;
	height: auto;
}

#blog-home
{
	margin-bottom: 25px;
}

.post-link
{
	margin-bottom: 10px;
}

.thanks
{
	margin-top: 50px;
	margin-bottom: 50px;
}

/* Projects */

.project-wrapper
{
	margin: 20px 0px 10px 0px;
}

.project-image
{
	width: 200px;
	float: left;
}

.project-content
{
	width: 300px;
	float: right;
	margin-bottom: 25px;
}

.project-link
{
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.project-content > h4
{
	font-family: 'Carme', sans-serif;
}

.project-content > p.project-description
{
	line-height: 1.5em;
	padding-bottom: 0px;
	margin-bottom: 25px;
}

.project-tag
{
	padding: 2px 5px 2px 5px;
	border: 1px solid #4d4d4d;
	border-radius: 9px;
	background-color: #808e97;
	color: #eee;
	margin-right: 8px;
}