html {
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0px 0px 20px 0px;
	background: #fff repeat-y url(http://chrisglass.com/journal/images/journalbkg.gif);
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group layout */

#brandy {
	text-align: left;
	padding: 40px 0px 0px 45px;
}

#credits {
	text-indent: 25px;
}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: 0px;
	text-align: left;
	padding: 0px;
	width: 860px;
}

#center {
	float: left;
	width: 650px;
	overflow: hidden;
}

#right {
	float: right;
	width: 165px;
	padding-top: 0px;
	overflow: hidden;
}

/* @end */

/* @group custom */

.date {
	color: #CCC;
	text-decoration: none;
	text-transform: lowercase;
	font-size: small;
}

.content {
	padding: 15px 0px 20px 45px;
	background-color: #fff;
	color: #333;
	font-size: 10pt;
	line-height: 1.5em;}

.content td {
}

.content li {
	padding-bottom: 7px;
}

.content a:link {
	color: #e84700;
	text-decoration: none;
	font-weight: bold;
}

.content a:hover {
	background: #e3e9d1;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.content a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

.content p {
	color: #000;
	font-size: 10pt;
	line-height: 1.5em;}}

.content blockquote {
	font: italic 125%/150% Georgia, "Times New Roman", Times, serif;
	background: url(http://chrisglass.com/img/quote.gif) no-repeat 0 0;
	padding: 0 55px 10px;
	margin: 0;
}

.content p.posted {
	color: #999;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sidebar {
	padding: 15px;
}

.sidebar a {
	text-decoration: none;
	color: #999;	
	text-transform: lowercase;
	font-style: normal;
	font-size: 11.5px;

}

.sidebar a:link {
	color: #9e9e9e;
	text-decoration: none;
}

.sidebar a:visited {
	color: #000000;
	text-decoration: none;
}

.sidebar a:hover {
	color: #000000;
}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
}

.sidebar li {
	color: #999999;
	text-align: left;
	line-height: 120%;
	margin-top: 0px;
	list-style-type: none;
	font-weight: normal;
	font-style: normal;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
	width: 80%;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #c0c0c0;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h4 {
	color: #666;
	font-size: 22px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 24px;
	text-transform: lowercase;
}

/* @end */

/* @group nav */

#menubox {
	background-color: #D7D7D7;
	width: 100%;
	height: 55px;
	position: relative;
}

#iconmenu {
	position: absolute;
	left: 45px;
	top: 0px;
	margin: 0px auto;
	padding: 0px;
	width: 450px;
	height: 55px;
}

#iconmenu li {
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0px;
	background: url(http://www.chrisglass.com/img/nav2.gif) 0 0 no-repeat;
	display: block;
	list-style: none;
}

#iconmenu a {
	width: 55px;
	height: 55px;
	display: block;
	border: none;
}

#iconmenu #home {
	left: 0px;
	background-position: 0px 0;
}

#iconmenu #journal {
	left: 55px;
	background-position: -55px 0;
}

#iconmenu #things {
	left: 112px;
	background-position: -112px 0;
}

#iconmenu #travel {
	left: 168px;
	background-position: -168px 0;
}

#iconmenu #photos {
	left: 223px;
	background-position: -223px 0;
}

#iconmenu #time {
	left: 280px;
	background-position: -280px 0;
}

#iconmenu #about {
	left: 335px;
	background-position: -335px 0;
}

#iconmenu #contact {
	left: 392px;
	background-position: -392px 0;
}

#iconmenu #homeon {
	left: 0px;
	background-position: 0px -55px;
}

#iconmenu #journalon {
	left: 55px;
	background-position: -55px -55px;
}

#iconmenu #thingson {
	left: 112px;
	background-position: -112px -55px;
}

#iconmenu #travelon {
	left: 168px;
	background-position: -168px -55px;
}

#iconmenu #photoson {
	left: 223px;
	background-position: -223px -55px;
}

#iconmenu #timeon {
	left: 280px;
	background-position: -280px -55px;
}

#iconmenu #abouton {
	left: 335px;
	background-position: -335px -55px;
}

#iconmenu #contacton {
	left: 392px;
	background-position: -392px -55px;
}

#iconmenu #home a:hover {
	background: url(http://www.chrisglass.com/img/nav2.gif) 0px -55px no-repeat;
}

#iconmenu #homeon a:hover {
	background: url(http://www.chrisglass.com/img/nav2.gif) 0px -55px no-repeat;
}

#iconmenu #journal a:hover {
	background: url(http://www.chrisglass.com/img/nav2.gif) -55px -55px no-repeat;
}

#iconmenu #things a:hover {
	background: url(http://www.chrisglass.com/img/nav2.gif) -112px -55px no-repeat;
}

#iconmenu #travel a:hover {
	background: url(http://www.chrisglass.com/img/nav2.gif) -168px -55px no-repeat;
}

#iconmenu #photos a:hover {
	background: url(http://www.chrisglass.com/img/nav2.gif) -223px -55px no-repeat;
}

#iconmenu #time a:hover {
	background: url(http://www.chrisglass.com/img/nav2.gif) -280px -55px no-repeat;
}

#iconmenu #about a:hover {
	background: url(http://www.chrisglass.com/img/nav2.gif) -335px -55px no-repeat;
}

#iconmenu #contact a:hover {
	background: url(http://www.chrisglass.com/img/nav2.gif) -392px -55px no-repeat;
}

/* @end */

/* @group categories */

a#Arts, a#Bears, a#Books, a#Cincinnati, a#Design, a#Family, a#Food, a#Friends, a#Games, a#HoHum, a#Humor, a#Links, a#Movies, a#Music, a#House, a#Nostalgia, a#Photography, a#Pondersome, a#Politics, a#Pondersome, a#Miscellaneous, a#Technology, a#Travel, a#Tshirts, a#Videogames, a#Work {
	background: url(http://chrisglass.com/img/journal-categories.gif) no-repeat transparent;
	height: 20px;
	display: block;
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

a#Arts {
	background-position: 0 0;
	width: 20px;
}

a#Bears {
	background-position: 0 -40px;
	width: 20px;
}

a#Books {
	background-position: 0 -80px;
	width: 20px;
}

a#Cincinnati {
	background-position: 0 -120px;
	width: 20px;
}

a#Design {
	background-position: 0 -160px;
	width: 20px;
}

a#Family {
	background-position: 0 -200px;
	width: 20px;
}

a#Food {
	background-position: 0 -240px;
	width: 20px;
}

a#Friends {
	background-position: 0 -280px;
	width: 20px;
}

a#Games {
	background-position: 0 -320px;
	width: 20px;
}

a#HoHum {
	background-position: 0 -360px;
	width: 20px;
}

a#Humor {
	background-position: 0 -400px;
	width: 20px;
}

a#Links {
	background-position: 0 -440px;
	width: 20px;
}

a#Movies {
	background-position: 0 -480px;
	width: 20px;
}

a#Music {
	background-position: 0 -520px;
	width: 20px;
}

a#Nostalgia {
	background-position: 0 -560px;
	width: 20px;
}

a#Photography {
	background-position: 0 -600px;
	width: 20px;
}

a#Politics {
	background-position: 0 -640px;
	width: 20px;
}

a#Pondersome {
	background-position: 0 -680px;
	width: 20px;
}

a#Technology {
	background-position: 0 -720px;
	width: 20px;
}

a#Miscellaneous {
	background-position: 0 -760px;
	width: 20px;
}

a#Travel {
	background-position: 0 -800px;
	width: 20px;
}

a#Tshirts {
	background-position: 0 -840px;
	width: 20px;
}

a#Videogames {
	background-position: 0 -880px;
	width: 20px;
}

a#Work {
	background-position: 0 -920px;
	width: 20px;
}

a#Arts:hover {
	background-position: 0 -20px;
	width: 20px;
}

a#Bears:hover {
	background-position: 0px -60px;
	width: 20px;
}

a#Books:hover {
	background-position: 0 -100px;
	width: 20px;
}

a#Cincinnati:hover {
	background-position: 0 -140px;
	width: 20px;
}

a#Design:hover {
	background-position: 0 -180px;
	width: 20px;
}

a#Family:hover {
	background-position: 0 -220px;
	width: 20px;
}

a#Food:hover {
	background-position: 0 -260px;
	width: 20px;
}

a#Friends:hover {
	background-position: 0 -300px;
	width: 20px;
}

a#Games:hover {
	background-position: 0 -340px;
	width: 20px;
}

a#HoHum:hover {
	background-position: 0 -380px;
	width: 20px;
}

a#Humor:hover {
	background-position: 0 -420px;
	width: 20px;
}

a#Links:hover {
	background-position: 0 -460px;
	width: 20px;
}

a#Movies:hover {
	background-position: 0 -500px;
	width: 20px;
}

a#Music:hover {
	background-position: 0 -540px;
	width: 20px;
}

a#Nostalgia:hover {
	background-position: 0 -580px;
	width: 20px;
}

a#Photography:hover {
	background-position: 0 -620px;
	width: 20px;
}

a#Politics:hover {
	background-position: 0 -660px;
	width: 20px;
}

a#Pondersome:hover {
	background-position: 0 -700px;
	width: 20px;
}

a#Technology:hover {
	background-position: 0 -740px;
	width: 20px;
}

a#Miscellaneous:hover {
	background-position: 0 -780px;
	width: 20px;
}

a#Travel:hover {
	background-position: 0 -820px;
	width: 20px;
}

a#Tshirts:hover {
	background-position: 0 -860px;
	width: 20px;
}

a#Videogames:hover {
	background-position: 0 -900px;
	width: 20px;
}

a#Work:hover {
	background-position: 0 -940px;
	width: 20px;
}

a#House {
	background-position: 0 -960px;
	width: 20px;
}

a#House:hover {
	background-position: 0 -980px;
	width: 20px;
}


/* @end */
/* ph=1 */

