
body {
	padding: 0;
}

header {
	background-color: #430064;
	border-bottom: 3px solid black;
}

header #logo {
	text-indent: -999em;
	background: url(../apple-touch-icon-72x72-precomposed.png) no-repeat;
	height: 72px;
	width: 72px;
	display: block;
	float: left;
}

.navbar .nav > li > a, .nav li a:visited {
	color: #fff !important;
	font-size: 24px;
	text-transform: lowercase;
	text-decoration: none;
	padding: 10px;
	text-shadow: none !important;
	font-weight: normal;
}

.nav li a:active, .nav li a:hover {
	font-weight: normal;
	color: #fff;
	background-color: #5B0089 !important;
	text-decoration: none;
	text-shadow: none !important;
}

#tech-information .projects {
	list-style-type: none;
	overflow: auto;
}

#tech-information .projects li {
	float: left;
	margin-right: 20px;
}

footer {
    text-align: center;
    font-size: 10px;
}

/* comment styling */

#comments ol {
    margin: 0;
}

#comments .comment {
    overflow: auto;
}

#comments li, #pingbacks li, #trackbacks li, #comment_preview {
    list-style: none;
    padding: 1em 1em 0 1em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
}

#comments li, #comment_preview {
    min-height: 90px;
}

#comments img, #comment_preview img {
    float: left;
    padding: 0.5em;
}

#comments .post-author{
  background-color: #FDFFF2;
}

#comments .commenter {
    border: 1px solid #ccc;
    margin: 0 1em 15px 0;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
}

#comments .commenter p {
    margin: 0 0 5px 0;
}

#comments p.comment-info,
#comments .trackback-info,
#comments .pingback-info {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

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

#id_comment {
    width: 98%;
}

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

.errors li {
    margin: 0;
}

.req {
    color: red;
    font-size: 16px;
}

#page {
	padding: 10px;
}

blockquote {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	background-color: #F5F5F5;
}
blockquote p {
        font-size: 14px;
	padding-bottom: 10px;
}
