/**
 *Style sheet for old browser
 *
 *@package RedinLight WP theme
 *@subpackage old.css
 */
 
/*Set font to old style */
* html body #middle{
	font-family: "Courier New", monotype, monospace;

}

/*Change style in top section */
* html .user-log {padding-left: 1em;}
* html #skip {
	position: absolute;
	right: 10px;
	top: 4px;
}

/*Site Header*/
* html #site-header a {
	display: block;
	width: 182px;
	height: 137px;
	background: url(../images/logo-for-old.gif) no-repeat top center;
	margin-top: 8px;
}

/*Navigation */
* html #navigation {
	border-top: 1px solid #330000;
	border-bottom: 1px solid #330000;
	margin-bottom: 3em;
	padding: 5px 0
}
* html #navigation ul {
	text-align: center;
}
* html #navigation li {
	display: inline;
	margin-right: 100px;
}
* html #navigation #nav-contact {
	margin-right: 0;
}
* html #navigation li a:hover {
	color: #ff6600;
	text-decoration: none;
}

/* Hide all content in content-splash except header */
* html #content-splash #news, * html #content-splash #welcome p {
	display: none;
}
* html #content-splash #welcome h2 {
	text-align: center;
	margin-top: 1em;
}

/*Change style in main-content */
* html #main-content, * html #home-reccom, * html #home-cat, * html #top-content, * html #comments  {
	padding: 1em 2.4em 1em 2%;
}
* html .entry-content {margin: 1em 0 1em;}
* html .post-info li strong {font-weight: bold; color: #660000;}
* html .post-info li *{display: inline;}
* html .read-more {text-align: right;}
* html #main-content .post {
	border-bottom: 1px dashed #cccc99;
	padding-bottom: 1em;
}
* html #main-content .post.p-last {border-bottom: none;}

/*Change style in home-recent-comment */
* html .h-cont-c, * html .sp-cont-c {
	position: absolute;
	top: 4px;
	left: 65px;
}
* html .h-cont-c a {font-size: 1.4em;}
* html .h-cont-c em a {font-size: 1.0em;}
* html #home-reccom .h-cont-c em {display: inline;}

/*Change style in home-category */
* html #home-cat ul, * html  #rel-post ul {list-style: circle inside;}

/* Change Style in footer */
* html #footer {padding-left: 1em;}
* html #meta-foo {
	position: absolute;
	top: 0.6em;
	right: 1em;
}

/* Change Style for sidebar */
* html .sb-list {margin-top: 4em;}
* html #sb-search {margin: 4em 0 2em;}
* html #subscribed, * html #sb-elsewhere {margin-top: 4em;}
* html #sb-favsite ul, * html #sb-elsewhere ul {font-size: 14px;}
* html #sb-favmusic, * html #sb-recent-read {display: none;}

* html #sb-elsewhere ul, * html #sb-list ul li {list-style: inside circle;}
* html #sb-elsewhere ul li, * html #sb-list ul li {padding: 12px 0;}

/* Change Style in About */
* html #ab-site, * html #ab-author, * html #bio-author {margin-bottom: 3em;}

/* Change style in archive front page */
* html #arc-bycat a, * html #arc-bytag a, * html #arc-bydate a {font-size: 1.5em!important;}
* html #arc-bycat, * html #arc-bydate, * html #arc-bytag {margin-bottom: 3em;}	
* html #arc-front #main-content ul {list-style: circle inside;}

/* Change style in Archives by date */
* html .day-pl {font-size: 1.4em; margin-left: 1em;}
* html .day-pl .day-head {border-bottom: 1px solid #cccc99;}
* html .day-pl .posts {margin-left: 1em;}

/*Change style in comments post*/
* html #com-content {margin-bottom: 6em;}
* html #discussion h3 {
	font-size: 2.8em;
	border-bottom: 1px solid #660000;
	margin-bottom: 1em;
}
* html .comment {
	position: relative; 
	margin-bottom: 3em;
}
* html .sp-cont-c {font-size: 1.4em;}
* html .sp-cont-c .com-info {
	font-size: 0.8em; 
	border-bottom: 1px dashed #333333;
	margin-bottom: 0.4em;
}
* html #search .post-list {font-size: 1.4em;}
* html #footer {font-size: 14px;}