body {
	background: #f3f1e9;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-size: 14px;
	
}

a {
	text-decoration: none;
	color: #d44247;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

ol li {
	line-height: 1.5em;
	margin-bottom: 1em;
}
	
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}

h1 {
	font-size: 25px;
}

ol {
	list-style-type: decimal;
	margin-left: 2em;
}

#header {
	height: 116px;
	background: #4b4547;
	border-bottom: 1px solid #fff;
}

#header a {
	color: #fff;
	font-size: 120%;
}

.inner {
	width: 920px;
	margin: 0 auto;
}

.inner-container {
	margin: 0 30px;
	position: relative;
}

#logo {
	width: 116px;
	height: 56px;
	position: absolute;
	top: 30px;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
}

#navigation {
	float: right;
	line-height: 116px;
}	

#navigation li {
	float: left;
	margin-left: 30px;
}

#navigation .active a {
	border-bottom: 1px dashed;
}

#main {
	margin-top: 20px;
}

.body {
	width: 540px;
	float: left;
}

.body ul { 
	list-style-type: disc; 
	margin-left: 2em;
	margin-bottom: 1em;
}
.boy ul li { 
	margin-bottom: 0.5em; 
}

.body.wide {
	width: 847px !important;
}
.sidebar {
	float: right;
	margin: 0 0 30px 30px;
	width: 277px;
	font-size: 80%;
}

.sidebar ul {
	list-style-type: square;
	margin-left: 2em;
	margin-bottom:1em;
}

.side-image {
	border: 1px solid #333;
	margin-bottom: 15px;
}



.thumbnails li {
	float: left;
	margin: 0 5px 5px 0;
}

.thumbnails li a img {
	border: 1px solid #000;
}

.portfolio li {
	float: left;
	margin: 0 10px 5px 0;
	width: 425px;
}

.portfolio li.even {
	margin-right: 0;
}

.portfolio li a img {
	border: 1px solid #000;
	margin-bottom: 5px;
}



#twitter ul {
	margin-left: 2em;
	list-style-image: url(http://www.colinburnmurdoch.com/sites/colinburnmurdoch.com/resources/images/twitter.gif);
	margin-bottom: 1.5em;
}

#twitter ul li {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

#twitter .date {
	font-size: 90%;
	color: #333;
}

input.text, textarea {
	border: 1px solid #b4b4b4;
	border-top-color: #727272;
	border-bottom-color: #dadada;
	background: #fff url(../images/input.png) repeat-x;
	padding: 6px;
	margin-bottom: 2px;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
}

/* @group Blog */

.more, .info {
	font-size: 80%;
	
}

.post {
	 padding-top: 1em;
	 border-bottom: 1px solid #999;
}

.comment {
	padding: 5px 10px; 
	margin-bottom: 5px; 
	background-color: #f9f8f3;
}

.comment.author {
	background: #4B4547;
	color:#fff;
}

.error {
	background: pink;
	padding: 5px;
	font-size:80%;
}

/* @end */

