html {
	-webkit-font-smoothing: antialiased;
}

body, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

blockquote {
	margin-left: 45px;
}

body {
	margin: 0;
	text-align: center;
	vertical-align: top;
	background: #ffffff url(/img/album-bkg.gif) repeat-x;
	color: #424242;
	font-family: "proxima-nova-1","proxima-nova-2";
	font-weight: 400;

}

strong {
	font-weight: 700;

}

a:link {
	text-decoration: none;
	color: #db5215;
}

a:visited {
	text-decoration: none;
	color: #af400e;
}

a:hover {
	color: #000000;
}

p {
	padding: 15px 0 0;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
}

#header {
	float: left;
	width: 990px;
	padding-top: 20px;
}

/* My Comment */

#container {
	float: left;
	width: 1000px;
	margin-top: 25px;
	padding-left: 10px;
}

.post a{
	font-weight: 600;
}

.post {
	padding: 10px 0 10px 0;
	font-weight: 200;
	-webkit-text-size-adjust: 125%;
	-webkit-line-height: 150%;
	color: #373637;
	font-size: 14px;
}

.post li{
	margin-bottom: 7px;
}

.post h2 {
	padding-bottom: 7px;
	-webkit-text-size-adjust: 115%;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .07em;
}

.post h3 {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 7px;
	-webkit-text-size-adjust: 115%;
	padding-top: 20px;
}

.post h2 a {
	border-bottom-style: none;
	font-weight: 600;
	color: #424242;
}

.post h2 a:hover {
	color: #000000;
}

.entry {
	line-height: 150%;
}

.entry a {
	background-color: #f7f7f7;
}

.meta {
	color: #717171;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1pt;
}

.postmetadata {
	margin: 5px 0 20px;
	color: #919191;
	border-bottom: 1px dotted #d4d4d4;
	padding-bottom: 5px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1pt;
	-webkit-text-size-adjust: 85%;
}

.postmetadata a {
	color: #919191;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
}

.postmetadata a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px none #000;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
}

.navigation a {
	color: #474747;
}

.navigation a:hover {
	color: #000;
	border-bottom-style: none;
}

/*Tags
-----------------------------------------------------*/

.tags,
#tag_cloud {
	margin: 0 0 15px;
}

.tags {
	text-align: center;
}

.tags a,
#tag_cloud a {
	color: #484d33;
	margin: 0 2px;
}

/*Footer
-----------------------------------------------------*/

#footer {
	clear: both;
	float: left;
	width: 990px;
	line-height: 18px;
	padding: 7px 10px 35px 0;
	border-top: 1px solid #4d4d4d;
	color: #4d4d4d;
	font-size: 14px;
	margin: 85px 0 35px;
}

#footer a, #footer a:visited {
	color: #4d4d4d;
	font-weight: normal;
	font-style: normal;
}

#footer a:hover {
	color: #be4700;
	border-bottom-style: none;
}

::-moz-selection {
	background: #eff6d7;
	color: #4c3f07;
}

::selection {
	background: #eff6d7;
	color: #4c3f07;
}

code::-moz-selection {
	background: #333333;
}

code::selection {
	background: #333333;
}

/* @group nav */

#menubox {
	background-color: #D7D7D7;
	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/nav-photos.gif) no-repeat 0 0;
	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/nav-album.gif) no-repeat 0px -55px;
}

#iconmenu #homeon a:hover {
	background: url(http://www.chrisglass.com/img/nav-album.gif) no-repeat 0px -55px;
}

#iconmenu #journal a:hover {
	background: url(http://www.chrisglass.com/img/nav-album.gif) no-repeat -55px -55px;
}

#iconmenu #things a:hover {
	background: url(http://www.chrisglass.com/img/nav-album.gif) no-repeat -112px -55px;
}

#iconmenu #travel a:hover {
	background: url(http://www.chrisglass.com/img/nav-album.gif) no-repeat -168px -55px;
}

#iconmenu #photos a:hover {
	background: url(http://www.chrisglass.com/img/nav-album.gif) no-repeat -223px -55px;
}

#iconmenu #time a:hover {
	background: url(http://www.chrisglass.com/img/nav-album.gif) no-repeat -280px -55px;
}

#iconmenu #about a:hover {
	background: url(http://www.chrisglass.com/img/nav-album.gif) no-repeat -335px -55px;
}

#iconmenu #contact a:hover {
	background: url(http://www.chrisglass.com/img/nav-album.gif) no-repeat -392px -55px;
}

/* @end */

/* @group pagenavi */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px 6px 3px;
	margin: 2px;
	text-decoration: none;
	color: #5a5a5a;
	background-color: #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-text-size-adjust: 165%;
	text-transform: uppercase;
	font-size: 75%;
}

.wp-pagenavi a:visited {
	padding: 4px 6px 3px;
	margin: 2px;
	text-decoration: none;
	color: #5a5a5a;
	background-color: #e5e5e5;
}

.wp-pagenavi a:hover {
	color: #fff;
	background-color: #ce5e30;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wp-pagenavi a:active {
	padding: 4px 6px 3px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #7d7d7d;
	color: black;
	background-color: #222222;
}

.wp-pagenavi span.pages {
	margin: 2px 2px 2px 2px;
	color: #666;
	padding: 4px 6px 3px;
}

.wp-pagenavi span.current {
	padding: 4px 6px 3px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #4c4c4c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-text-size-adjust: 165%;
}

.wp-pagenavi span.extend {
	padding: 4px 6px 4px 6px;
	margin: 2px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	display: none;
}

.wp-pagenavi .last {
	display: none;
}

/* @end */
