
body {
    font-family: Arial,Tahoma,Verdana,sans-serif;
    font-size: 11pt;
    padding: 0;
    margin:0;
}

h2, h3, h4{color: #282828;}

pre, code {font-family: consolas, monaco, 'lucida console','bitstream vera sans mono','courier new',monospace;}

a, img{
	outline: 0;
	border: 0;
}

a, a:active, a:visited {
    color: #679fda;
    text-decoration: none;
    outline: 0;
}
a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #679fda;
}

abbr {border: none;}

#site-wrapper{
	border-top: 4px solid #679fda;
}

div#wrapper{
    margin: 0 auto;
    width: 805px;
    position: relative;
}

div#header{
    text-align:left;
    /*background: transparent url('../images/topbar.png') no-repeat;*/
    padding: 0px 100px 30px 100px;
}

#blog-title{padding-top: 10px; margin-top: 0;}

div#header a{
    border: none;
    outline: 0;
}

div#footer{
    text-align:left;
    /*background: transparent url('../images/bottbar.png') bottom left no-repeat;*/
    padding: 25px 100px 15px 100px;
    /*height: 90px;
    background: #292929;*/
}

div#footer .copy {
    font-size: .7em;
    color: #777;
}

/*******************/

#ieerr {
	background: #d40000;
	color: #fff;
	float: right;
	width: 320px;
	font-size: .8em;
	margin-right: 175px;
}

*html #ieerr {
       margin-right: 87px;
}

#ieerr h3{
	color: #fff;
	margin: 5px 0 10px 0;
	padding-left: 10px;
	
}	

#ieerr p{
	padding: 0 10px;
	margin-bottom: 0;
}

#ieerr a, #ieerr a:hover, #ieerr a:visited, #ieerr a:active{
	color: #f4c253;
}

#ieerr a:hover{
	border-bottom: 1px dotted #f4c253;
}

#ieerr .ieerr-bottom{
	background: transparent url('/smedia/img/errborder.png') bottom left no-repeat;
	height: 10px;
}

/********** NAV **********/

#nav{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 400px;
}

#nav li{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	float: right;
	margin-left: 20px;
}

#nav li a{
	display: block;
	padding-top: 15px;
	border-top: 5px solid #fff;
	padding-bottom: 10px;
}

#nav li a:hover, #nav li a.selected{
	border-top: 5px solid #679fda;
}

/********************/

#nav-above{
    display: none;
}

#wrapper div#content {
    margin:0 0 0 0;
}

.page-title {
    margin-top: 0;
    padding-top: 0;
    font-size: 20pt;
    margin-bottom:25px;
    margin-left:100px;
	font-weight: normal;
	color: #999;
}

/*** FRONT ****/

#front-page {
	margin: 0 auto;
	width: 440px;
    position: relative;
}
#front-page #sidebar {display: none;}
#front-page #header, #front-page #footer {padding-left: 0px;}

div.front-page-text p {
	font-size: 12pt;
    margin: 0 0 30px 0;	
    color: #444;
    text-align: justify; 
    text-justify: newspaper;
}
#front-page-container a:hover{border: none;}

.bigline {height: 80px;}
.bigline .icon{float: left; margin: 13px 0 0 0px;}

.bigline .subject{
	margin-left: 80px;
	font-family: Arial;
	font-size: 60px;
}
.bigline .subject a {
    color: #282828;
    outline: 0;
}
.bigline .subject a:hover {
    color: #000;
}

/*** END FRONT****/

/*** ENTRY ****/
div.entry {padding:0 100px 25px 100px;}
div.entry-left {float: left; width: 85px;}

div.entry p {
    margin: 0 0 1em 0;	
    color: #111;
    text-align: justify; 
    text-justify: newspaper;
}

div.entry ul li, div.entry ol li {
	color: #111;
	text-align: justify; 
    text-justify: newspaper;
	margin: 15px 0;
}

div.entry p, div.entry ul, div.entry ol{
	line-height: 21px;
}

.entry-mo-24, .entry-mo-32, .entry-day, .entry-year {
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	margin-bottom: 5px;
}
.entry-mo-24{
	height: 24px;
	background-image: url('../img/month_sprite_24.png');
}
.entry-mo-32{
	height: 32px;
	background-image: url('../img/month_sprite_32.png');
}
.entry-day{
	height: 40px;
	background-image: url('../img/day_sprite.png');
}
.entry-year{
	height: 24px;
	background-image: url('../img/year_sprite.png');
}

.entry-title{
    color: #282828;
    font-family: Helvetica, Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
    font-size: 34pt;
	font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0 100px;
}

.entry-title a {
    color: #282828;
    text-decoration: none;
    border: none;
}

.entry-title a:hover {
    color: #000;
    text-decoration: none;
}

.entry-content .pic-fit{
	width: 605px;
	border: none;
}

.entry-content a.pic-group{background: transparent;}
.entry-content a.pic-group:hover{background: transparent; border: none;}

pre.prettyprint, pre.command {
    padding: 10px;
    border: 1px dashed #ddd;
    background: #fbfbfb;
    font-size: 10pt;
    overflow-x: auto;
}

.entry .edit-link a, .entry .edit-link a:hover{
    color: #c1270f;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0;
    font-size: .6em;
    text-transform:none;
    border: none;
}

.entry p a{
	background: #82c4f5;
	padding: 0px 5px;
	color: #fff;
}
.entry p a:hover{
	border: 0;
	background: #91ceff;
}

.meta-sep{
    font-size: 1.2em;
    line-height: 1em;
    color: #bbb;
}

.entry-meta {
    font-size: .8em;
}

.entry-datetime, .entry-comment-links {
    margin-left: 120px;
    /*margin: 30px 0 30px 120px;*/
    color: #777;
}

.entry-comment-links{
    margin-bottom: 25px;
}

.entry-datetime{
    margin-top: 30px;
    clear: right;
}

/** search **/

#searchform {
    background: transparent url('../images/search.png') no-repeat;
    height: 32px;
}

#searchform div {
    padding: 5px 0 0 4px;
}

#searchform #s {
    width: 118px;
    height: 20px;
    
    border: none;
}

#searchform .button {
    width: 21px;
    height: 18px;
    border: none;
    background: none;
    padding: 0;
}

/*********ENTRY END ***********/





div#footer {
	clear:both;
}



