
* { 
	padding: 0; 
	margin: 0; 
}

body {
	background: #2C2C2C url(images/headerbkgd.jpg) no-repeat center top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#wrapper { 
	margin: 0 auto;
	width: 1000px;
	padding: 0;
}

a, a:visited {
	color: #F27900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @group Header */

#header {
	width: 1000px;
	padding: 0;
	height: 159px;
	margin: 0;
}

#header .logo {
	padding-top: 71px;
}

#header .logo h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
}

#header .logo h1 a {
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 8px;
	padding-left: 28px;
}

#header .logo p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	padding-top: 10px;
	padding-left: 28px;
}

#header ul.topnav {
	color: #C1C1C1;
	padding-top: 9px;
	padding-left: 9px;
	float: left;
}

#header ul.topnav li {
	float: left;
	list-style-type: none;
}

.nav a,.nav a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	background: inherit;
	padding-left: 10px;
	padding-right: 10px;
}

.nav a:hover {
	color: #999999;
}

/* @end */

/* @group Content */

#content {
	background: url(images/bodybkgd.gif) repeat-y;
	border-top: 2px solid #000000;
	margin-bottom: 0px;
	overflow: auto;
	width: 1000px;
	margin: 0px;
	padding: 0 0 30px;
}

#mainc { 
	float: left;
	padding: 22px 0px 5px 29px;
	width: 500px;
	display: inline;
	position: relative;
	margin-right: 27px;
	overflow: hidden;
}

#mainc .post {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#mainc h2.pagetitle {
	font-size: 18px;
	font-weight: bold;
	color: #4A4A4A;
	margin-bottom: 15px;
}

#mainc .post h2 {
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 8px;
}

#mainc .post h2 a {
	color: #F27900;
	text-decoration: none;
}

#mainc p {
	margin-bottom: 5px;
}

#mainc .post .p_head {
	overflow: hidden;
	margin-bottom: 8px;
}

#mainc .post .title_crum {
	float: left;
	width: 500px;
}

#mainc .post .title_crum ul.info {
	margin-bottom: 7px;
}

#mainc .post .title_crum ul.info li {
	display: inline;
	list-style-type: none;
	font-size: 11px;
	color: #505050;
	padding: 0px 20px 0px 0px;
}

.date {
	color: #1A1A1A;
	font-weight: bold;
}

#mainc ul.info li a, #mainc ul.info li a:visited {
	color: #505050;
	text-decoration: none;
	font-weight: normal;
}

#mainc ul.info li a:hover {
	text-decoration: underline;
}

#mainc p.titleline {
	border-bottom: 1px solid #D7D3D0;
}

#mainc .post .entry p {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 15px;
}

#mainc .post .entry a, #mainc .post .entry a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

#mainc .post .entry a:hover {
	color: #F27900;
}

a img {
	border: none;
	text-decoration: none;
}

#mainc .post .entry ul, #mainc .post .entry ol {
	margin: 10px 15px 10px 45px;
}

#mainc .post .entry ul li, #mainc .post .entry ol li{
	font-size: 1.1em;
	line-height: 20px;
	font-weight: normal;
	padding: 0px 0px 10px 8px;
}

#mainc .post .tags {
	background: #ECECEA;
	font-size: 11px;
	color: #1A1A1A;
	padding: 10px 10px 5px 10px;
}

#mainc .post .tags a, #mainc .post .tags a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #1A1A1A;
	text-decoration: none;
}

#mainc .post .tags a:hover {
	text-decoration: underline;
}

#mainc .post .tweetthis {
	padding: 12px 0px 10px 0px;
}

#mainc .post .tweetthis ul li {
	display: inline;
	list-style-type: none;
	padding: 0px 20px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}

#mainc .tweetthis a, #mainc .tweetthis a:visited {
	color: #006CFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#mainc .tweetthis a:hover {
	text-decoration: underline;
}

#mainc .post blockquote {
	background: #ECECEA;
	margin:25px 28px 25px 28px;
	padding:17px 23px 9px;
}

#mainc .alignleft {
	float: left;
	margin-bottom: 10px;
}

#mainc .alignright {
	float: right;
	margin-bottom: 10px;
}

#mainc .nav .left {
	float: left;
}

#mainc .nav .left a, #mainc .nav .left a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #4A4A4A;
	text-decoration: none;
}

#mainc .nav .left a:hover {
	color: #F27900;
	text-decoration: underline;
}

#mainc .nav .right {
	float: right;
}

#mainc .nav .right a, #mainc .nav .right a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #4A4A4A;
	text-decoration: none;
}

#mainc .nav .right a:hover {
	color: #F27900;
	text-decoration: underline;
}

#mainc .archivelist ul {
	margin-top: 20px;
}

#mainc .archivelist ul li {
	padding: 0px 0px 15px 15px;
	list-style-type: none;
	font-weight: normal;
}

#mainc .archivelist ul li a, #mainc .archivelist ul li a:visited {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#mainc .archivelist ul li a:hover {
	color: #F27900;
	text-decoration: underline;
}

/* @end */

/* @group Left Sidebar */

#leftc { 
	display: inline;
	padding: 5px 0px 0px;
	width: 211px;
	float: left;
	margin: 0 0 15px;
}

#leftc input {
	border: 1px solid #1E1E1E;
	margin: 20px 15px 10px;
	width: 173px;
	padding: 3px;
	background: #FFFFFF;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}

#leftc .linkicons {
	padding: 15px 0px 4px 3px;
	margin-left: 15px;
}

#leftc .linkicons ul li {
	display: inline;
	list-style-type: none;
	padding: 0px 4px 0px 4px;
}

#leftc h3.recposts {
	font-size: 18px;
	color: #555555;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: normal;
	padding-right: 20px;
}

#leftc h3 {
	font-size: 18px;
	color: #4A4A4A;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: normal;
	padding-right: 20px;
}

#leftc ul {
	padding-left: 20px;
	padding-right: 20px;
	width: 171px;
	margin-bottom: 15px;
}

#leftc ul li {
	padding: 3px 0px 7px 0px;
	margin: 5px 0px 5px 0px;
	list-style-type: none;
	color: #333333;
	font-weight: normal;
}

#leftc ul li a, #leftc ul li a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

#leftc ul li a:hover {
	color: #F27900;
	text-decoration: underline;
}

#leftc .rounded {
	background: #E1E1E1 url(images/side-top.jpg) no-repeat 0 top;
	padding-top: 20px;
}

#leftc ul.round {
	background: #E1E1E1 url(images/side-bottom.jpg) no-repeat 0 bottom;
	padding-bottom: 20px;
}

#leftc ul.round li {
	border-bottom: 1px dotted #333333;
}

/* @end */

/* @group Right Sidebar */

#rightc { 
	display: inline;
	padding: 2px 0px 0px 0px;
	width: 233px;
	float: left;
	margin: 0 0 150px;
}

#rightc a, #rightc a:visited {
	color: #F27900;
	font-weight: normal;
	text-decoration: none;
}

#rightc a:hover {
	text-decoration: underline;
}

#rightc h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0px;
}

#rightc .lifestream h3 {
	background: url(images/twitter-top.gif) no-repeat;
	height: 55px;
	padding: 0px 2px 0px 75px;
	margin-bottom: 0;
	margin-top: 20px;
}

#rightc .lifestream .stream {
	width: 170px;
	padding: 0 30px 10px;
	color: #707070;
	font-weight: normal;
}

.lifestream h2 {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	color: #333333;
	font-size: 12px;
}

.lifes {
	height: 450px;
	font-size: 11px;
	font-weight: normal;
	margin-left: 0px;
	padding: 2px 27px 0px 31px;
	color: #333333;
	background: url(images/twitter-middle.gif) repeat-y;
}

div.twitter-stream {
	padding: 0px 20px 0px 0px;
	width: 170px;
	margin-bottom: 15px;
}

div.twitter-stream p {
	padding: 3px 0px 9px 0px;
	margin: 0px 0px 5px 0px;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid #D7D3D0;
}

.lifes a, .lifes a:visited {
	color: #F27900;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.lifes a:hover {
	text-decoration: underline;
}

#rightc .lifestream .bottom {
	height: 34px;
	background: url(images/twitter-bottom.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#rightc .flickrrss h3 {
	background: url(images/flickrtop.gif) no-repeat;
	height: 47px;
	padding: 5px 0px 0px 75px;
	margin-bottom: 0;
	margin-top: 20px;
}

.flickrpix {
	margin: 0px;
	padding: 0px 27px 0px 31px;
}

.flickrpix img {
	max-width:75px;
	min-height:75px;
	max-height:75px;
	min-width:75px;
	padding: 0px 5px 5px 5px;
}

/* @end */

/* @group Comments */

p.commentstitleline {
	border-top: 1px solid #D7D3D0;
	padding-bottom: 15px;
}

p.commenttitle {
	color: #333333;
	font: 16px Arial;
	font-weight: normal;
	padding-bottom: 15px;
	margin-bottom: 10px;
	float: left;
}

ul.commentlist {
	width: 500px;
	float: left;
	padding-top: 0;
	margin-top: 0;
}

ul.commentlist li {
	width: 500px;
	background-color: #ECECEA;
	padding: 0x 15px 0px;
	list-style-type: none;
	float: left;
	margin: 0 0 15px;
}

ul.commentlist li .avatar {
	float: right;
}

ul.commentlist li .avatar img {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 0px 17px 15px 30px;
	border: 1px solid #7D7D7D;
}

ul.commentlist li .author {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 18px 3px;
}

ul.commentlist li .date {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 2px 15px 4px 18px;
}

ul.commentlist li p {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 20px;
	padding: 0px 15px 10px;
}

ul.commentlist li p a, ul.commentlist li p a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

ul.commentlist li p a:hover {
	color: #F27900;
}

#respond h3 {
	color: #333333;
	font: 16px Arial;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	float: left;
}

form#commentform {
	background-color: #ECECEA;
	width: 500px;
	padding: 15px;
	float: left;
}

form#commentform .names {
	width: 70px;
	float: left;
}

form#commentform .names p {
	margin-bottom: 23px;
	font: 10px Verdana;
}

form#commentform label {
	color: #4a4a4a;
	font-size: 13px;
	margin-left: 10px;
	font-weight: bold;
}

form#commentform label span {
	color: #7f8b5e;
	font-size: 15px;
}

form#commentform p {
	margin-bottom: 10px;
}

form#commentform textarea#comment {
	border: 1px solid #7D7D7D;
	padding: 3px 4px 1px;
	background: #FFFFFF;
	width: 385px;
	color: #000000;
	font: 12px Arial;
}

form#commentform input#author, input#email, input#url {
	background: #FFFFFF;
	padding: 3px 4px 0px;
	height: 18px;
	width: 300px;
	color: #000000;
	font: 12px Arial;
}

form#commentform textarea#comment, input#author, input#email, input#url {
	border: 1px solid #7D7D7D;
}

input#submit {
	width: 66px;
	height: 29px;
	margin-bottom: 0;
	color: #000000;
	text-align: center;
	font-size: 11px;
	margin-left: 70px;
}

/* @end */

/* @group Footer */

#footer { 
	width: 1000px;
	clear: both;
	background: #000000 url(images/footerbg.gif) no-repeat;
	margin: 0;
	height: 60px;
	color: #999999;
	font-size: 11px;
	text-align: center;
	padding: 30px 0 0;
}

#footer a, #footer a:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin-top: 8px;
}

.clear { 
	clear: both; 
	background: none; 
}

/* @end */
