@charset "utf-8";
/*
Theme Name: New JayGilford.com theme
Theme URI: http://www.jaygilford.com/
Description: New JayGilford.com theme
Version: `
Author: Jay Gilford
*/
#header #headimage h1 {
	display: none;
}
#header #headimage p {
	display: none;
}
#header #headimage {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 140px;
}
#header #navigation {
	background-image: url(images/navbackground.gif);
	background-repeat: repeat-x;
	height: 47px;
	line-height: 40px;
	vertical-align: middle;
}
#header #navigation #navlist {
	list-style-type: none;
	text-align: center;
}
#contentwrapper {
	padding: 5px 20px 5px 20px;
	overflow: auto;
}
#footer #fflogo {
	background-image: url(images/firefox.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 65px;
	padding-left: 66px;
	width: 60px;
	position: absolute;
	margin-top: 10px;
	margin-left: 3px;
}
#fset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer #copy {
	text-align: center;
	vertical-align: middle;
	line-height: 79px;
}
#footer #fflogo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
#footer #fflogo a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer {
	background-image: url(images/footerbackground.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration:underline;
}
#contentwrapper #sidebar ul li {
	margin-bottom: 15px;
	list-style: none;
	margin-left: 5px;
}
#contentwrapper #sidebar ul li ul li {
	margin-bottom: 0px;
	margin-left: 10px;
	list-style: none;
}
#contentwrapper #sidebar a {
	text-decoration: none;
	font-weight: bold;
	color: #3D5772;
}
#contentwrapper #sidebar a:hover {
	color: #ffffff;
}


#footer, #copy {
	height: 79px;
}

#contentwrapper #sidebar {
	width: 180px;
	border: 5px solid #86A3BF;
	float: left;
	margin-right: 5px;
	padding-top: 8px;
	background-color: #AACFF3;
}
#contentwrapper #postcontent {
	float: left;
}

#header #navigation #navlist a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#header #navigation #navlist li {
	display: inline;
	padding-right: 2em;
	padding-left: 2em;
}


* {
	margin: 0px;
	padding: 0px;
	font-size: small;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header #headimage a {
	display: block;
	height: 140px;
}

/*=============================================================*/

.code_title {
	font-weight: bold;
	color: #33ccff;
	background-color: #FFFFFF;
	text-align: center;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	width:auto;
}

.small {
	display: inline;
	white-space: nowrap;
}

.code_wrapper {
	border: 1px solid #C0C0C0;
	margin-top: 5px;
}

#content {
	margin-left: 200px;
}

#content p{
	margin: 7px;
	line-height: 22px;
}

.post h2 a {
	font-size: 20px;
	text-decoration: none;
	color: #40839F;
}

.post {
	padding: 10px;
	margin-bottom: 10px;
	border: 2px solid #86A3BF;
	background-color: #AACFF3;
}

.post small {
	color: #000000;
	font-style: italic;
	font-variant: small-caps;
	margin-left: 15px;
}
code {
	font: 1em 'Courier New', Courier, Fixed;
	background-color: #79AEFF;
	color: #FFFFFF;
	border: 1px solid black;
	padding: 1px 2px 1px 2px;
	display: block;
	}
.addthis {
	margin: 3px 0px 0px 0px;
}
.post a {
	text-decoration: none;
	font-weight: bold;
	color: #ff0;

}
.post a:hover {
	color: #FFFFFF;

}

.postmetadata {
	border: 1px solid #86A3BF;
	padding: 3px;
}

.navigation {
	text-align: center;
	display: block;
	overflow: auto;
	padding: 1px;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}
.navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #40839F;
}

.entry li {
    margin-left: 20px;
}
.post h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #40839F;
}
#w3c-xhtml {
    float: right;
    margin: 12px 6px 0 0;
    width: 88px;
    height: 31px;
    background: url(http://www.w3.org/Icons/valid-xhtml11) no-repeat;
}
#w3c-xhtml:hover {
    background: url(http://www.w3.org/Icons/valid-xhtml11-blue) no-repeat;
}
#w3c-css {
    float: right;
    margin: 10px 6px 0 0;
    width: 88px;
    height: 31px;
    background: url(http://www.w3.org/Icons/valid-css2.png) no-repeat;
}
#w3c-css:hover {
    background: url(http://www.w3.org/Icons/valid-css2-blue.png) no-repeat;
}