body {
	background:url(../images/background_bg2.png) #FFF repeat;
	font-family:"Lucida Grande",Helvetica,Geneva,Arial,Verdana,sans-serif;
	font-size:0.8em;
}
a {
	border-bottom:1px dotted;
	color:#488aab;
	text-decoration:none;
}
a:visited {
}
a:hover {
	border-bottom:1px solid;
}
p, table {
	color:#333;
	line-height:1.6em;
	padding-bottom:1em;
	text-indent:0em;
}
.postContent ul, .postContent ol {
	clear:both;
	margin-left:0px;
}
table th {
	border-bottom:1px solid #CCC;
	font-weight:bold;
	text-align:center;
}
table td {
	border-bottom:1px dashed #ccc;
	padding:0 40px 0 5px;
}
.postContent ul li {
	background:url(../images/icon_bullet2.gif) left top no-repeat;
	padding:0 0 0.6em 20px;
	color:#444;
}
.postContent ol li {
		margin:0 0 0.6em 2em;
		color:#444;
		list-style-type:decimal;
}
.postContent dl {
}
.postContent dt {
	font-weight:bold;
	font-size:1.2em;
	margin-top:0.4em;
}
.postContent dd {
	margin-left:1em;
}
ol.code {
  background-color:#FFF;
	border:1px solid #aaa;
  margin-top:1em;
	margin-bottom:1em;
  font-family:Monaco, "Courier New", Courier, monospace;
	overflow:auto;

}
ol.code li {
	background:#F7F7F7;
  margin:0 0 0 3em;
  padding:0 0 0 5px;
  white-space:pre;
  border-left:2px solid #AAA;
	color:#000;
	list-style-type:decimal-leading-zero;
}
ol.code li.select {
	background:#0000FF;
	color:#fff;
	font-weight:bold;
}
blockquote {
	display:block;
	margin-left:1em;
	padding-left:20px;
	height:35px;
	background:url(../images/blockquote.png) top left no-repeat;
}
cite {
	margin-left:1em;
	padding-left:5px;
	border-left:2px solid #aaa;
}
pre code {
	display:block;
	clear:both;
	font-size:1.0em;
	font-family:"Courier New", Courier, monospace;
	background:#F5F5F5;
	padding:5px;
}
code {
	font-family:"Courier New", Courier, monospace;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
acronym, dfn {
	border-bottom:1px dashed #aaa;
	background-color:#EEFFFF;
	cursor:help;
}
h1,h2,h3,h4,h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#bc3996;
	clear:both;
}
img {
	padding:20px 10px;
}
img.left {
	float:left;
	padding-left:0px;
}
img.right {
	float:right;
	padding-right:0px;
}
h1 {
	font-size:2.4em;
}
h2 {
	font-size:2.0em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1em;
}
.hide {
	text-indent:-9999px;
}
hr.hide {
	display:none;
}
#wrapper {
	margin:0 auto;
	max-width:70em;
	position:relative;
}
#glass {
	background:url(../images/glass_bg.png);
	height:55px;
	left:0;
	position:relative;
	top:60px;
	z-index:1;
}
#topBar {
	background:#bc3997;
	height:1.7em;
	margin:0px 0 5px 0;
	padding:5px;
}
#topBar ul {
	display:inline;
	float:left;
	margin-top:3px;
}
#topBar a {
	color:#FFF;
}
#header {
	background:url(../images/header_bg.jpg) #4ca8df right repeat-x;
	height:190px;
	margin:0 auto;
	width:100%;
}
#header h1 a {
	background:url(../images/logo2.png);
	border-bottom:none;
	color:#FFF;
	display:block;
	height:59px;
	left:50px;
	position:relative;
	text-indent:-9999px;
	top:50px;
	width:224px;
}
#header h1, #header h3 {
	color:#FFF;
}
#header h3 {
	font-style:italic;
}
#navbar ul {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	position:relative;
	text-align:center;
	top:10px;
	width:100%;
	z-index:2;
}
#navbar li {
	display:inline;
}
#navbar li a {
	border-bottom:none;
	color:#444;
	float:left;
	font-size:1.4em;
	font-weight:normal;
	min-height:29px;
	height:1.6em;
	margin:1px 0 0 0;
	padding:11px 15px 4px 15px;
	text-decoration:none;
	text-transform:uppercase;
}
#navbar li a.active, #navbar li a:hover {
	background:url(../images/nav_current.png) transparent top repeat-x;
	color:#F8F8F8;
}
#content-shadow {
	background:url(../images/content_shadow.png) center;
	margin:0px auto 0 auto;
	width:100%;
}
#content {
	background-color:#FFFFFF;
	margin:0 auto;
	padding:10px 15px 0 15px;
	width:94%;

}
#left, #right {
	margin-top:2em;
	margin-bottom:2.5em;
}
#left {
	clear:both;
	float:left;
	width:60%;
}
.post {
	padding-bottom:30px;
}
.postHead {
	margin:0em 0 1em 0;
}
.postHead h2 a, #older dt a {
	border-bottom:1px dashed #CCC;
	color:#bc3996;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
}
.postHead h2 a:hover, #older dt a:hover {
	border-bottom:1px dashed #CCC;
	color:#488aab;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
}
.postHead h3 a {
	border-bottom:none;
	color:#bc3996;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
}
.postHead h5 {
	color:#666;
	font-size:0.8em;
	padding:2px 0 3px 3px;
}
.postContent {
	float:left;
}
.postContent p {
	float:left;
}
.postDate span {
	display:block;
	font-size:2.0em;
}
.postDetails {
	display:block;
	clear:both;
	padding-top:0.7em;
	width:100%;
	padding-bottom:1.5em;
	border-bottom:1px dashed #CCC;
	font-size:1em;
	color:#888;
}
ul.postDetails {
	padding-bottom:3.5em;
}
.postDetails li {
	display:inline;
	float:left;
	padding:5px 0 10px 17px;
	background:url(../images/icon_bullet.png) no-repeat left;
}

.postDetails li a {
	font-weight:bold;
}
.postDetails li.date, .postDetails li.more  {
		background:url(../images/icon_bullet.png) no-repeat right;
		padding:5px 17px 10px 0;
}
.postDetails li.more a {
	background:url(../images/icon_more.gif) no-repeat right;
	padding-right:18px;
	float:left;
}
.postDetails li.comment {
	font-weight:bold;
}

.postDetails li.comment a {
	background:url(../images/icon_add_comment.png) no-repeat left;
	padding:0 0px 0 18px;
	float:left;
	font-size:110%;
}
.postDetails li.numComments {
	background:url(../images/icon_comments.png) no-repeat left;
	padding-left:20px;
	display:inline;
	color:#555;
	float:left;
}
#older h3 {
	font-family:"Lucida Grande",Helvetica,Geneva,Arial,Verdana,sans-serif;
	letter-spacing:1px;
	color:#333;
	font-size:1.2em;
}
#older dl {
	margin:0.8em 0 3.5em 0;
}
#older dt {
	background:url(../images/icon_write.png) no-repeat left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	padding:0 0 0 20px;
	color:#993333;
}
#older dd {
	line-height:1.5em;
	margin:0 0 0 20px;
}
#older dd .excerpt img {
	display:none;
}
#older dd.date {
	background:url(../images/list_line.gif) no-repeat right;
	color:#888;
	display:inline;
	float:left;
	padding-right:10px;
	margin:0 0 0 20px;
}
#older dd.numComments {
	background:url(../images/icon_comments.png) no-repeat left;
	padding-left:20px;
	display:inline;
	color:#555;
	float:left;
	margin:0;
}
.comments-wrapper {
	margin-top:10px;
	padding:10px 10px 0 0;
}
.comments-wrapper br{
	display:block;
	height:0em;
}
.comments-wrapper label {
	margin:1.1em 0 0.2em 0;
	display:block;
	font-weight:bold;
	width:500px;
}
.comments-wrapper input {
	width:230px;
}
.comment-name-input, .comment-email-input, .comment-web-input {
	display:block;
}
.checkBox {
	margin:1em 0 0 0;
	display:block;
}
.checkBox label, .checkBox input{
	display:inline;
	width:15px;
}
.comments-wrapper textarea {
	width:80%;
	height:12em;
	display:block;
}
.comments-wrapper .button {
	width:auto;
	padding:5px;
}
#commentList {
}
.comments {
	margin-top:1em;
}
.comments li {
	margin-top:1em;
	display:block;
	border:1px dashed #ccc;
	padding:10px;
	background:#F8F8F8;
}
#archive {
}
#archive a {
	border:none;
}
#archive a:hover {
	border-bottom:1px dashed #aaa;
	color:#CC3366;
}
#archive a:visited {
	color:#990066;
}
#archive h3 {
	margin-bottom:0em;
	text-align:left;
	border-bottom:1px solid #DDD;
	padding-bottom:3px;
	margin-bottom:1em;
}
#archive h2 {
	text-align:left;
}
#archive-left {
	text-align:left;
	margin:2em 0 0 0;
	float:left;
	width:45%;
	font-size:110%;
}
#archive-left ul li {
	padding-left:1em;
}
.rssCcat {
	font-weight:bold;
	margin:1em 0 0.1em 0;
}
#rssCatArchive {
	margin-left:0.5em;
}
#rssCatArchive li, #archive-right dd{
	background:url(../images/icon_star.gif) left no-repeat;
}
#archive-right {
	margin:2em 0 0 0;
	float:right;
	width:45%;
	font-size:110%;
}
#archive-right dl {
	margin-left:0.5em;
}
#archive-right dt{
	font-weight:bold;
	margin-top:1em;
}
#archive-right dd {
	padding-left:1em;
}
#right {
	float:right;
	padding-right:5px;
	width:35%;
}
#right .info {
	background:#fedffa;
	padding:5px 5px 0 5px;
}
#right .info h3 {
	background:#fedffa;
	border-bottom:none;
}
#right #other #search {
	float:right;
	position:absolute;
	right:50px;
	top:15px;
}
#right #other #search label {
	color:#FFF;
}
#right #other h3 {
	background:#FFF;
	border-bottom:1px dotted;
	color:#333;
	letter-spacing:1px;
	margin:20px 0 0 0;
	padding:5px 0 5px 0px;
	text-indent:4px;
	text-transform:uppercase;
	width:100%;
	font-size:1.4em;
}
#right #other ul {
	margin:0 0 3em 0;
}
#right #other ul li {
	width:100%;
}
#right #other ul li a {
	background:url(../images/icon_star.gif) no-repeat left;
	border-bottom:1px solid #CCC;
	display:block;
	padding:3px 0;
	text-indent:18px;
	width:100%;
}
#right #other ul li a:hover {
	background:url(../images/icon_star.gif) #EEE no-repeat left;
	background-color:#EEE;
	text-decoration:none;
}
#right #other ul#subscribe li a {
	background:url(../images/icon_feed.png) no-repeat left;

} 
#right #other ul#subscribe li a:hover {
	background:url(../images/icon_feed.png) #EEE no-repeat left;
}
#right #other ul.categoryList li a {
	background:url(../images/icon_tag.png) transparent no-repeat left;
}
#right #other ul.categoryList li a:hover {
	background:url(../images/icon_tag_hover.png) #EEE no-repeat left;
}
#footer {
	background-color:#444;
	border-top:1px solid #333;
	clear:both;
	padding:30px 20px;
	text-align:left;
}
.column {
	float:left;
	margin:0 2% 3% 2%;
	width:29%;
}
.column h2 {
	border-bottom:5px solid #CCC;
	color:#FFFFFF;
	margin-bottom:10px;
	width:100%;
}
.column a {
	background:url(../images/icon_boxes.gif) no-repeat scroll left top;
	border-bottom:1px dotted #CCCCCC;
	color:#a4ddf4;
	display:block;
	padding:2px 0 2px 15px;
	width:100%;
}
.column a:hover {
	background:url(../images/icon_boxes2.gif) #000 no-repeat scroll left top;
	color:#FFCCFF;
}
#innerFooter {
	background-color:#666666;
	clear:both;
	display:block;
	padding:5px 20px;
	text-align:center;
}
#innerFooter a {
	color:#111;
}
#innerFooter a:hover {
	border-bottom:1px dotted;
	color:#CCC;
}
#innerFooter ul {
}
#innerFooter ul li {
	display:inline;
}
#innerFooter h5 {
	clear:both;
	color:#AAA;
}