/*
 * screen.css -- Screen media stylesheet for markshroyer.com
 *
 * Mark Shroyer
 * $Id: screen.css 9 2008-09-25 20:13:37Z mshroyer $
 */

/* Core site stylesheet */
/*@import url('base.css');*/


/*** Site-Wide Page Style ************************************************/


/*** Body and Page *******************************************************/

body {
	background-color: #31342c;
    /*background-color: #2e352b;*/
	/*background-color: #3c372b;*/
	background-repeat: repeat-x;
	background-attachment: fixed;
}
div#pane {
	width: 880px;
	margin: 30px auto;
	border: 1px solid black;
	background-color: #fffef2;
}


/*** Title Header ********************************************************/

div#title {
	background: url('images/forest.jpg');
	height: 75px;
	padding-top: 30px;
	vertical-align: middle;
	color: white;
}
div#title div#title-img img {
	border: none;
}


/*** Nav Bar *************************************************************/

div#navlist {
	position: relative;
	height: 22px;
	padding-left: 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #6d6750;
}
ul#nav {
	display: block;
	float: left;
	height: 22px;
}
ul#nav li {
	display: block;
	float: left;
	height: 22px;
}
ul#nav a {
	display: block;
	position: relative;
	height: 22px;
	top: 2px;
	height: 15px;
	margin: 0 6px;
	padding: 3px 7px 0 9px;
	border-right: 2px solid white;
	font-family: "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
ul#nav a#cwd {
	height: 18px;
	top: -5px;
	margin: 0;
	padding: 9px 14px 0;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	color: #392f06;
	background-color: #fffef2;
}
ul#nav:hover a#cwd {
	top: 2px;
	height: 15px;
	margin: 0 6px;
	padding: 3px 7px 0 9px;
	border-left: none;
	border-top: none;
	border-right: 2px solid white;
	font-family: "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: inherit;
}
ul#nav a:hover, ul#nav a#cwd:hover {
	height: 18px;
	top: -5px;
	margin: 0;
	padding: 9px 14px 0;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	color: #392f06;
	background-color: #fffef2;
}


/*** Main Content Pane ***************************************************/

div#main {
	min-height: 450px;
	padding: 0 20px;
}


/*** Asset Formatting ****************************************************/

.asset>blockquote {
	background-color: #e5e3d6;
	background-image: url('images/blockquote.png');
	background-repeat: no-repeat;
	padding: 1px 20px 1px 28px;
}
.asset pre {
	background-color: #e5e3d6;
}

/* Fancy link "buttons" (PGP key, etc.) */
.asset a.fancylink:hover {
	background-color: #ebe7d5;
}


/*** Blog ****************************************************************/

div#blog {
	float: left;
	padding: 0;
	width: 614px;
}
div#blog div.frame {
	border-right: 1px solid #b4b0a0;
	border-bottom: 1px solid #b4b0a0;
	padding-top: 1px; /* prevent margin collapse with child */
}
div#blog div.entry>div.frame>div.asset {
	padding: 0 16px 0;
}
div#blog p.more {
	margin-top: 16px;
	margin-bottom: 16px;
}
div#blog div.foot {
	padding: 5px 10px;
	margin-top: 17px;
	border-top: 1px solid #b4b0a0;
	background-color: #b4b0a0;
	text-align: center;
}
div#blog div.entry, div#blog div#comment-preview {
	padding: 20px 0 25px;
}


/*** Feedback ************************************************************/

div#feedback #trackbacks .trackback.even,
div#feedback #comments .comment.even,
div#feedback #comment-preview .comment.even {
	background-color: #f3f0e1;
}
div#feedback div#comment-response {
	padding: 20px 0 30px;
}
div#feedback div.comment-byline, div#feedback div.trackback-header {
	border-bottom: 1px dotted gray;
}
div#feedback div#comment-entry {
	margin-bottom: 30px;
	margin-left: 16px;
}


/*** Sidebar *************************************************************/

div#sidebar {
	float: right;
	margin: 20px 0;
	padding-left: 16px;
	width: 190px;
	border-left: 1px solid #b4b0a0;
	font-size: 10pt;
}
div#search {
	position: absolute;
	top: -8px;
	left: 632px;
	width: 298px;
	height: 41px;
	/*margin: 10px 0 18px -32px;*/
	background: url('images/grass4-shadow2.png');
}
div#search input {
	background-color: #497915;
	color: #eaff94;
	border: 1px solid #95b357;
}
div#search input[type="text"] {
	position: relative;
	top: 10px;
	left: 36px;
	background-image: url('images/grass4-shadow-bg.png');
	background-repeat: no-repeat;
	background-position: -2px 0px;
	padding-left: 3px;
	padding-right: 3px;
	width: 151px;
	height: 14px;
}
div#search input[type="submit"] {
	display: none;
}

div#sidebar div.group {
	margin-top: 14px;
	margin-bottom: 14px;
}
div#sidebar div#ipv6alert {
	margin-bottom: 2em;
}
div#sidebar ul {
	padding: 7px 0 1px 7px;
}
div#sidebar ul li {
	margin-bottom: 6px;
}
div#sidebar div#buttons {
	display: none;
	margin-top: 32px;
}
div#sidebar div#feeds-description {
	padding: 7px 0 0 7px;
}
div#sidebar div#feeds-description img#feed-icon {
	float: left;
	margin-right: 5px;
}


/*** Footer **************************************************************/

div#footer {
	color: #666;
	background-color: #ddd;
	background-image: url('images/footer-path.jpg');
	border-top: 1px solid black;
	clear: both;
}


/*** Page ****************************************************************/

div#page-container, div#mt-error-page {
	padding-top: 20px;
}
div.blog-listing-header {
	padding-top: 20px;
}
div.blog-listing-header h1 {
	text-align: center;
}

div.page div#feedback {
	width: 614px;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #b4b0a0;
}
div.page pre {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	display: table;
}
