body {font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#nav ul {
	font-size:1.5em;
	margin:0;
	padding:0;
	float:right;
	list-style:none;
}

#nav ul li {
	text-transform: uppercase;
	float:left;
	margin-left:20px;
}

#nav ul li a {
	color:#000;
	background-color:transparent;
	display:block;
	padding:10px;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#535353;
	text-decoration:underline;
}

#main-title {
	margin:40px 0;
}

#main-title .my-name {
	text-transform: uppercase;
}

#sub-title {
	font-size:2em !important;
	line-height:1.5 !important;
	margin:10px 0;
	padding:20px 0;
	border-top:2px solid #959595;
	border-bottom:2px solid #959595;
	color:#828282;
}

#content {
	margin:20px 0;
	font-size:1em;
}

#blog-posts,
#open-source-activities {
	margin:20px 0;
}

#blog-posts-title,
#open-source-activities-title {
	font-size:1.8em;
	font-weight:bold;
}

#content .feed-list {
	padding:0;
	list-style: none;
}

#content .feed-list li {
	padding:0;
	margin:50px 0;
}

#content .feed-list .feed-list-date,
#content .feed-list .feed-list-where {
	padding:0;
	margin:0;
	text-align:right;
	color:#828282;
	font-weight:normal;
}

#content .feed-list .feed-list-where {
	text-align:left;
}

#content .feed-list .feed-list-title {
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
}

#content .feed-list .feed-list-title a {
	display:block;
}

/* Projects */

.project-div {
	margin-bottom:20px;
}

.project-title {
	margin-bottom:0;
}

.project-class {
	margin-bottom:5px;
	color:#828282;
}

.project-image,
.post_image img,
.entry img {
	padding: 5px;
	border: solid 1px #EFEFEF;
}

.project-info {
	margin-top:20px;
}

.project-screenshot {
	margin:15px 0;
	text-align:center;
}

a:hover img.project-image,
p.post_image img:hover,
.entry p a:hover img {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}

.shadowed {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}

.rounded-box {
	border:1px solid #000;
	list-style-position:inside;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#000;
	padding:10px 20px;
	margin-bottom:15px;
}

.rounded-box ul,
.rounded-box ol {
	list-style:none;
	padding-left:1.5em;
}

.rounded-box a {
	color:#A8B934;
	text-decoration:underline;
}

.rounded-box ul li span,
.rounded-box ol li span {
	font-size:1.2em;
}

.rounded-box ul li a,
.rounded-box ol li a {
	display:block;
	font-size:1.2em;
}

.rounded-box a:hover {
	color:#fff;
	text-decoration:underline;
}

.rounded-box * {
	color:#fff;
}

.rounded-box input {
	color:#000;
}

#footer {
	color:#fff;
	background:#000;
	line-height:4;
}

#footer .follow-twitter {
	text-align:right;
}

#footer .follow-twitter a {
	color:#fff;
	background-color:transparent;
	text-decoration:none;
	display:block;
}

#footer .follow-twitter a img {
	color:#fff;
	vertical-align:middle;
}

/* forms */

.general-form .label,
#commentform .label {
	margin-bottom:5px;
}

.general-form input,
.general-form textarea,
#commentform input,
#commentform textarea {
	padding:9px;
	border:solid 1px #E5E5E5;
	outline:0;
	font:normal 13px/100% Verdana, Tahoma, sans-serif;
	width:200px;
	box-shadow:rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow:rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow:rgba(0,0,0, 0.1) 0px 0px 8px;
}

.general-form textarea,
#commentform textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}

.general-form input:hover,
.general-form textarea:hover,
.general-form input:focus,
.general-form textarea:focus,
#commentform input:hover,
#commentform textarea:hover,
#commentform input:focus,
#commentform textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.general-form label,
#commentform label {
	color: #999999;
	cursor:pointer;
}

.general-form .submit-button input,
#commentform #submit {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Blog specifics */

.post {

}

.post-title {
	margin:0;
}

.post-date {
	color:#777777;
}

.postmetadata {
	margin-top:15px;
	color:#777777;
}

.entry {
	margin-top:20px;
}

#livesearch {
	width:100%;
	max-width:220px;
	outline:0;
	padding:5px;
}

#searchsubmit {

}

.navigation {
	margin:30px 0;
	text-align:center;
}

.commentlist {
	padding:0;
	margin:0;
	list-style:none;
}

.commentlist .commentcontent {
	margin-bottom:30px;
}

.commentlist li {

}

.commentlist .children {
	list-style:none;
}

.commentdate,
.commenter {
	padding-left:20px;
}

.commentcontent {
	padding-left:70px;
}

.avatar {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
	float:left;
}

.commentdate {

}

.commenter {
	font-weight:bold;
}

.toc {

}

.wptoc {

}

/* Misc */
.push-right {
	float:right;
}

.push-left {
	float:left;
}

.text-right {
	text-align:right;
}

.text-left {
	text-align:left;
}

.text-center {
	text-align:center;
}

.required {
	color:#62A923;
	font-weight:bold;
}

.error a {
	color:#000099;
}

ul.resetUL {
	list-style:none;
	padding:0;
	margin:0;
}