#content p {
    text-align:justify;
    margin: 1em 0;
    line-height: 150%;
}

#content table {
    border: 1px solid #999;
    border-collapse: collapse;
    border-spacing: 0;
}
#content table td, table th {
    padding: 5px;
    border: 1px solid #999;
    border-collapse: collapse;
    font-size: 15px;
    border-spacing: 0;
}
#content table th {
    font-weight: bold;
    background: #b0d1f4;
    color: #004499;
}
#content table td.dark {
    background: #efefef;
}
#content table th.header {
    font-weight: bold;
    background: #efefef;
}


#content blockquote {
    background: url(/assets/images/design/quote.jpg) 1em 1em no-repeat #e8e8e8;
    color: #666;
    font-family: Georgia, "Times New Roman", Times, sans-serif;
    font-size: 14pt;
    padding: 1em 1em 1em 160px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 1em 0;
    min-height: 120px;
    font-style: italic !important;
}
#content blockquote p.who {
    line-height: 125%;
    text-align: justify;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
}
blockquote a.bclink {
    font-size: 10pt;
    font-style: normal;
    float: left;
    clear: none;
    background: url(/assets/images/design/link.gif) top right no-repeat;
    padding-right: 13px;
    clear: both;
    float: right;
    line-height: 100% !important;
}
.image-left {
    padding: 1px;
    background: white;
    margin: 0 12px 0 0;
    float: left;
    clear: none;
    border: 1px solid #004F78;
}
.image-right {
    padding: 1px;
    background: white;
    margin: 0 0 0 12px;
    float: right;
    clear: none;
    border: 1px solid #004F78;
}
.text-left {
    padding: 10px;
    background: white;
    margin: 0 12px 0 0;
    color: #666;
    float: left;
    clear: none;
    border: 1px solid #666;
    width: 280px;
}
.text-right {
    padding: 10px;
    color: #666;
    background: white;
    margin: 0 0 0 12px;
    float: right;
    clear: none;
    border: 1px solid #666;
    width: 280px;
}

#content p.blueBox {
    background: #b0d1f4;
    color: #004499;
    padding: 1em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 1em 0;
}
#content p.grayBox {
    background: #efefef;
    color: #666;
    padding: 1em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 1em 0;
}
#content p.goldBox {
    background: #ffffcc;
    color: #660;
    padding: 1em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 1em 0;
}
#content p.redBox {
    background: #ffcccc;
    color: #600;
    padding: 1em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 1em 0;
}
#content p.darkBox {
    background: #333;
    color: #dadada;
    padding: 1em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 1em 0;
}

#content ul {
    list-style: none inside;
}
#content ul li {
    list-style: none inside;
    padding-left: 17px;
    background: url(/assets/images/design/list-bullet.gif) left .15em no-repeat;
    margin-left: 10px;
    margin-bottom: .25em;
    line-height: 1.5em;
}
#content ul li ul li {
    list-style: none inside;
    padding-left: 15px;
    background: url(/assets/images/design/inlist-bullet.gif) left .5em no-repeat;
    margin-left: 10px;
    margin-bottom: .25em;
    line-height: 1.5em;
}

.post-heading {
	font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
	font-weight: 300;
	background: rgb(5,46,69); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(5,46,69,1) 0%, rgba(6,56,82,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,46,69,1)), color-stop(100%,rgba(6,56,82,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(5,46,69,1) 0%,rgba(6,56,82,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(5,46,69,1) 0%,rgba(6,56,82,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(5,46,69,1) 0%,rgba(6,56,82,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(5,46,69,1) 0%,rgba(6,56,82,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052e45', endColorstr='#063852',GradientType=0 ); /* IE6-9 */
	margin: 15px 0 1.2em 0;
	padding: .3em .5em;
	font-size: 18pt;
	color: #67ADD3;
	text-shadow: rgba(0,0,0,0.8) 0 -1px 0;
}

a:link .post-heading {
	color: #fff;
	text-shadow: rgba(0,0,0,0.8) 0 -1px 0;
	text-decoration: none !important;
}
a:hover .post-heading {
	color: #444;
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	text-shadow: white 0 1px 0;
	text-decoration: none !important;
}

.tagcloud a {
	text-shadow: rgba(255,255,255,0.3) 0 1px 0;
}

a.index-list {
	text-decoration: none !important;
}

.head-icon {
	float: left;
	clear: none;
	margin: -10px 15px -25px 15px;
	display: inline-block;
	width: 98px;
	height: 98px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 3px solid #052e45;
	box-shadow: black 0 3px 5px inset, black 0 2px 5px;
	-webkit-transition: all 50ms ease-in-out;
	-moz-transition: all 50ms ease-in-out;
	-ms-transition: all 50ms ease-in-out;
	-o-transition: all 50ms ease-in-out;
	transition: all 50ms ease-in-out;
}

a:hover .head-icon {
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	border-radius: 56px;
	border: 3px solid #ccc;
	box-shadow: black 0 3px 5px inset, black 0 2px 5px;
	-webkit-transition: all 50ms ease-in-out;
	-moz-transition: all 50ms ease-in-out;
	-ms-transition: all 50ms ease-in-out;
	-o-transition: all 50ms ease-in-out;
	width: 112px;
	height: 112px;
	margin: -16px 8px -25px 8px;
	transition: all 50ms ease-in-out;
}

div.excerpt-p {
	font-size: 14pt;
	margin: 35px 15px;
	width: 722px;
}

div.excerpt-p.full {
	font-size: 14pt;
	margin: 35px 15px;
	width: auto;
}

div.excerpt-p p {
	margin: 15px 0;
	font-size: 13pt;
	text-align: justify;
	color: #333;
}

div.excerpt-p p:first-of-type {
	padding-left: 120px;
}

.rm-link {
	font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
	font-weight: 400;
	font-size: 14pt;
	display: block;
	margin-top: 1em;
}