body {
	background: #222222 url(http://joshradnor.net/images/josh01_bg.png) repeat-x;
	margin: 0px;
	font: 11px Trebuchet MS;
	color: #2b2828;
	cursor: hand;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #222222;
	cursor: hand;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #222222;
	cursor: hand;
}

b, strong {
	color: #196686;
}


i, em {
	color: #196686;
}

a img {
	border: 1px solid #2d1c14;
	background-color: #FFFFFF;
	padding: 1px;
}

table, tr, td {
	font: 11px Trebuchet MS;
	vertical-align: top;
}

textarea, input, select, button {
	background: #899298;
	border: 1px solid #222222;
	margin: 2px;
	font: 11px Trebuchet MS;
	color: #2b2828;
	padding: 3px;
}

.h1, .h1 a {
	background: #196686;
	border-botttom: 1px dotted #cadae1;
	font-family: trebuchet ms;
	font-size: 7pt;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
	color: #cadae1;
	letter-spacing: 2px;
}

.h2, .h2 a {
	background: #899298;
	font-family: trebuchet ms;
	font-size: 7pt;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px;
	color: #222222;
	letter-spacing: 2px;
}

.main {
	background: #acafb1;
	text-align: justify;
	padding: 5px;
}

.h3 {
	background: #899298;
	font-family: trebuchet ms;
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	color: #222222;
	letter-spacing: 1px;
}

.introduction {
	background: #222222 url(http://joshradnor.net/images/josh01_03.png) no-repeat;
	width: 280px;
	height: 110px;
	font: 7pt trebuchet ms;
	font-weight: bold;
	text-align: justify;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #b7d2dd;
	vertical-align: middle;
}

h4 {

	font-size: 11px;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	color : #1d6a89;
}

.sidebar {
	width: 30%;
	height: 100%;
}

.contents-body {
	width: 70%;
	height: 100%;
}

blockquote {
	border-left: 5px solid #222222;
	padding: 4px;
	background: #acafb1 url('');
}

.myicons {
   margin: 6px 0px 6px 0px;
   padding-top: 6px;
   padding-bottom: 2px;
   background-color: #acafb1;
   border: 0px;
   }
