@charset "utf-8";
/* CSS Document */

#wrapper {
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: left top;
	width: 880px;
	margin: 10px auto;
}
a#logo {
	background-image: url(images/logo.png);
	height: 72px;
	width: 220px;
	text-indent: -9999px;
	display: block;
}
a#rename {
	background-image: url(images/rename.png);
	text-indent: -9999px;
	display: block;
	height: 38px;
	width: 219px;
        margin-bottom: 10px;
}
h2.widgettitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: right;
	border-bottom: 1px solid #5e8296;
	font-size: 24px;
	margin-bottom: 5px;
        width: 100%;
}
.widget {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFF;
        margin-bottom: 20px;
}
.widget p {
	line-height: 20px;
}

.left {
	width: 220px;
}
.right {
	width: 621px;
}
li.connect {
	background-image: url(images/connect.png);
	height: 26px;
	width: 77px;
        position: relative; 
        top: -3px;
        background-repeat: no-repeat;
	text-indent: -9999px;
}
a.linkedin {
	background-image: url(images/linkedin.jpg);
        background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 18px;
	width: 18px;
}
a.facebook {
	background-image: url(images/facebook.jpg);
        background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 18px;
	width: 18px;
}
a.twitter {
	background-image: url(images/twitter.jpg);
        background-repeat: no-repeat;	
text-indent: -9999px;
	display: block;
	height: 18px;
	width: 18px;
}
a.rss {
	background-image: url(images/rss.jpg);
        background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 18px;
	width: 18px;
}
a.visualcv {
	background-image: url(images/visualcv.jpg);
        background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 18px;
	width: 18px;
}
#nav {
	display: block;
	width: 368px;
	margin-right: 18px;

}
#nav li   {
	float: left;
	background-color: #072332;
	padding: 2px 5px;
	list-style: none;
	margin-left: 2px;
	margin-top: 2px;
}
#socNets li {
	float: left;
	display: block;
        margin-top: 5px;
        margin-right: 3px;
	list-style: none;
        position: relative;
        top: 3px;
}


#nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#blog {
	background-color: #FFF;
	margin-top: -3px;
	padding: 0 15px;
}
.post h2, .post h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #022749;
	line-height: 20px;
	padding-top: 7px;
}
.categories  {
	font-size: 10px;
	margin: 3px 0;
	display: block;
}

.date {
	background-repeat: no-repeat;
	height: 40px;
	width: 30px;
	float: left;
	padding:7px;
        position: relative;
        top: 5px;
        border: 1px solid #022749;
        margin-right: 5px;
}

.month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #022749;
	text-align: center;
	padding-top: 1px;
}
.day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
        line-height: 10px !important;
	text-align: center;
	padding-top: 2px;
}
.entry {
	font-size: 12px;
        margin: 8px 0;
}
.entry ul, .entry ol {
	margin-bottom: 10px;
}

.entry p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
}
.post {
	padding-bottom: 20px;
        margin-bottom: 15px;
        border-bottom: 1px solid #bbb;
}

.comments {
	background-image: url(images/comments.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	font-size: 13px;
	padding-left: 17px;
        clear:both;
}
.comments a {
	color: #022749;
}

#containerTOP {
	background-image: url(images/containerTOP.png);
	height: 23px;
	width: 621px;
	position: relative;
	bottom: 2px;
	margin-bottom: -2px;
}
#containerBOTTOM {
	background-image: url(images/containerBOTTOM.png);
	height: 22px;
	width: 621px;
	position: relative;
	bottom: 2px;
	margin-bottom: -2px;
}
.footer {
	text-align: right;
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
	color: white;
}
.footer a {
	color: #FFF;
}

#sidebar ul{
margin: 0px;
list-style: none;
}

#sidebar li{
margin-left: -25px;
list-style: none;
}

#sidebar ul li{
list-style: disc;
margin-left: 25px;
margin-bottom: 5px;
}

#sidebar a{
color: white;
}

.wp-caption.alignleft{
float: left;
margin-right: 10px;
}

.wp-caption.alignright{
float: right;
margin-left: 10px;
}

a.idc-idlogo{
display: none;
}

.wp-caption{
padding: 5px;
background-color: #eee;
border: 1px solid black;
font-style: italic;
}

h2.pagetitle{
	color: #022749;
font-style: italic;
padding-top: 10px;
}

.entry li{
line-height: 19px;
}

.postmetadata{
clear: both;
}

img.alignleft{
margin-right: 10px;
}

img.alignright{
margin-left: 10px;
}

.comments{
float: right;
}

.tickercontainer{
margin-top: 10px !important;
}

.navigation{
font-size: 12px;
margin: 5px 0 5px 0;
}

.sociable{
clear:both;
padding-top: 20px;
}
