body {
	font: 0.6em/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	/*font: 0.55em/1.6em georgia, serif;*/
	color:#555;
	margin:0;
	background:url(/images/body.jpg) top repeat-x #121212;
	background-attachment:fixed;
}

* {
	margin:0;
	padding:0;
}


.comment{
	width:40%;
	border-width: 15px 15px 15px 30px;
	-o-border-image: url(/img/bubble.gif) 15 15 15 30 stretch stretch;
	-icab-border-image: url(/img/bubble.gif) 15 15 15 30 stretch stretch;
	-khtml-border-image: url(/img/bubble.gif) 15 15 15 30 stretch stretch;
	-moz-border-image: url(/img/bubble.gif) 15 15 15 30 stretch stretch;
	-web-kit-border-image: url(/img/bubble.gif) 15 15 15 30 stretch stretch;
	border-image: url(/img/bubble.gif) 15 15 15 30 stretch stretch;
}

.commentBlue{
	width:40%;
	color:#FFF;
	text-shadow: #203c75 0px 1px 3px;
	border-width: 15px 15px 15px 30px;
	-o-border-image: url(/img/bubbleBlue.gif) 15 15 15 30 stretch stretch;
	-icab-border-image: url(/img/bubbleBlue.gif) 15 15 15 30 stretch stretch;
	-khtml-border-image: url(/img/bubbleBlue.gif) 15 15 15 30 stretch stretch;
	-moz-border-image: url(/img/bubbleBlue.gif) 15 15 15 30 stretch stretch;
	-web-kit-border-image: url(/img/bubbleBlue.gif) 15 15 15 30 stretch stretch;
	border-image: url(/img/bubbleBlue.gif) 15 15 15 30 stretch stretch;
}


h1 {
	font: 1.5em/2.5em georgia, serif;
}

#twoColumns {
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-moz-column-rule: 1px dotted #D1D1D1;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	-webkit-column-rule: 1px dotted #D1D1D1;
}

#threeColumns {
	-moz-column-count: 3;
	-moz-column-gap: 2em;
	-moz-column-rule: 1px dotted #D1D1D1;
	-webkit-column-count: 3;
	-webkit-column-gap: 2em;
	-webkit-column-rule: 1px dotted #D1D1D1;
}

/* Here is the Adobe Wave hidden div CSS */
#wave {
	margin: 10px;
	display: none;
}

#wrapper1 {
	background:#1e1e1e;
	padding:0 10px 10px 10px;
	width:1010px;
	margin:0 auto;
}

#wrapper2 {
	width:990px;
	background:url(/images/wrapper2.jpg) bottom repeat-x #fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:0 10px 10px 10px;
}

#nav {
	font-size: 1.2em;
	float:right;
	border:none;
	padding:0;
	margin:0;
	margin-top:-15px;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 4px 0 0;
	padding:0;
}

#nav li a#selected {
	color: #005A97;
}

#nav li a {
	display:block;
	padding:40px 10px 21px 10px;
	background:#fff;
	color:#444;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 1px 0 0;
	
	
}
#nav li a:hover {
	background:url(/images/nav_a_hover.jpg) top center no-repeat #fff;
	color:#000;
	
}

#header h1 {
	font:2.7em Arial;
	letter-spacing:-1px;
	color:#222;
	float:left;
	padding:30px 20px 14px 45px;

	background:url(/images/h1.gif) left bottom no-repeat;
}
#header h1 a {
	color:#222;
	text-decoration:none;
	border:none;
}
#header h1 a:hover {
	color:#000;
}
#header h1 span {
	font-size:.8em;
	color:#ccc;
	text-transform:uppercase;
}

#container {
	clear:both;
	padding:20px 0 0 0;
}

p.description {
	background:url(/images/description.jpg) right bottom no-repeat #005A97;
	padding:10px 20px 20px 45px;
	color:#fff;
	font-size:1.2em;
	line-height:25px;
	border-top:4px solid #003C64;
}
p.description a {
	color:#fff;
	padding:2px;
	text-decoration:none;
	margin-left:2px;
	font-weight:bold;
	border-bottom:1px dotted #8CD1FF;
}
p.description a:hover {
	background: #191970;
	border-bottom:1px solid #8CD1FF;
}

#sidebar {	
	width:230px;
	float:right;
	background:url(/images/sidebar.jpg) top right no-repeat #fff;
	padding:10px 20px 10px 10px;
	margin:-30px 0 0 0;
}

#content {
	font-size:1.1em;
	margin:-53px 0 0 5px;
	padding:10px 0px 0 0;
	padding-right:10px;
	background:url(/images/content.jpg) top right no-repeat;
}

/* This is the date */
#content h2 {
	/*font:2.0em Arial;*/
	font:1.7em georgia, serif;
	text-align:right;
	color:#FFF;
	/*letter-spacing:-1px;*/
	margin-top:20px;
	padding-right:29px;
	padding-top:10px;
	/* border-top:2px solid #eee; */
	/*background:url(/images/h2.jpg) bottom left no-repeat;*/
	height: 39px;
	background: url(/images/calendarBar.png) top right no-repeat;
	
	clear:left;
}

#contentNonBlogHeader {
	font:2.0em georgia, serif;
	text-align:left;
	color:#333;
	/*letter-spacing:-1px;*/
	padding-top:28px;
	background:url(/images/h2.jpg) bottom left no-repeat;
	clear:left;
}





#content h2 a {
	color:#121212;
	text-decoration:underline;
	font-weight: bold;
}

#content a {
	color: #444;
	padding: 2px;
	font-weight: bold;
}

#content a:hover {
	/* background: #f5f5f5; */
	background: #ddd;
}

#content p {
	margin:5px 0;
	font-size:120%;
	line-height:20px;
}
ol.subnav {
	margin:-10px 0 0 -5px;
	padding:0;
}
ol.subnav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ol.subnav a {
	font-weight:bold;
	color:#555;
	border-top:2px solid #fff;
	display:block;
	padding:5px;
	text-decoration:none;
	margin:0 5px 0 0;
	border-bottom:none;
}
ol.subnav a:hover {
	border-top:2px solid #005A97;
	color:#121212;
	border-bottom:none;
}

#sidebar h2 {
	color:#333;
	margin:10px 0;
	font-size:1.3em;
}

p.news {
	background:#f4f4f4;
	padding:10px;
	margin:0 0 10px 0;
	border-left:5px solid #f0f0f0;
}

p.news a.more {
	display:block;
	color:#333;
	text-decoration:none;
	text-align:right;
	border:none;
}

#sidebar ul {
	list-style:none;
	border-top:1px solid #eee;
	border:none;
	padding:0;
	margin:0;
}
#sidebar ul li {
	border-bottom:1px solid #eee;
	padding:5px;
	margin:0;
}
#sidebar ul li a {
	color:#0066dd;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#0033aa;
}

input {
	padding:5px;
	border:1px solid #eee;
	color:#555;
}

#content h3 {
	font:2.1em Trebuchet MS;
	color:#4158B8;
	padding-top:5px;
	margin:10px 0;
}
#content h4 {
	font:1.1em Trebuchet MS;
	margin:0 0 20px 0;
}

blockquote {
	column-break-inside: avoid;
	column-break-before: avoid;
	-webkit-column-break-inside: avoid;
	-webkit-column-break-before: avoid;
	padding:0 10px 0 10px;
	border-left:5px solid #ddd;
	border-top:5px solid #ddd;
	border-right:5px solid #ddd;
	border-bottom:5px solid #ddd;
	font-style: oblique;
	background: #f4f4f4;
}

blockquote.example[cite]:after {
	content: "URI: " attr(cite);
	border-top:1px dotted #999;
	padding-top:0.35em;
	font-size:100%;
	color: #a52a2a;
	font-style: normal;
	display:block;
}

ol {	
	font-size:100%;
	background:#f4f4f4;
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	border:1px solid #eee;
}
ul {	
	font-size:100%;
	background:#f4f4f4;
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	border:1px solid #eee;
}
li {
	margin:0 0 0 10px;
	padding:5px;
}

/*
#content img {
	padding:5px;
	border:1px solid #eee;
}
*/
 a {
	color:#222;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}
 a:hover {
	border-bottom:1px solid #ccc;
}

h3 a {
	color:#0066dd;
	border-bottom:1px dotted #aaa;
	text-decoration:none;
}

h3 a:hover {
	color:#0033aa;
	border-bottom:1px solid #aaa;
}

#footer {
	font-size:110%;
	line-height:20px;
	text-align:center;
	border-top:2px solid #000;
	padding:10px;
	margin:30px 0 0 0;
	color:#ccc;
	width:760px;
	margin:0 auto;
}
#footer a {
	color:#eee;
}

p.blogger-labels {
	font-size:80%;
	text-align:right;
}

p.blogger-labels a{
	font-size:80%;
}


#labels {
	font-size: 0.8em;
	background:#f4f4f4;
	padding:10px;
	margin:0 0 10px 0;
	border-left:5px solid #f0f0f0;
}
#labels a {
	text-decoration: none;
	padding: 2px;
	font: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #4d5152;
}

#labels a:hover {
	text-decoration: none;
	background-color: #333;
	padding: 2px;
	font: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #e4e4e4;
}

#post {
	/*font: 1.2em/1.8em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;*/
	font: 1.3em/1.8em georgia, serif;
}

#post ol ul {
	font-size: 1.1em;
}

#about p{
	font: 1.3em/1.8em georgia, serif;
	margin-bottom: 15px;
}