/* -------------------------------------
   -- General --------------------------
   ------------------------------------- */
body {
	background: #1a1c19;
	margin: 0;
	font: 1em Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #8b8b80;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #808c26;
	outline-style: none;
}
a:hover {
	color: #808c26;
}
img {
	border: 0;
}
ul {
	float: right;
}
li {
	float: left;
}
p {
	line-height: 1.5em;
}
ul, li, p, hr, h1, h2, h3, h4, h5, fieldset, input, textarea {
	font-size: 1em;
	list-style: none;
	font-weight: normal;
	border: 0;
	padding: 0;
	margin: 0;
}
.highlight {
	color: #808c26;
}
#footer, h2, h3 {
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
}
hr {
	position: relative;
	background: #4c4e45;
	color: #4c4e45;
	width: 100%;
	height: 1px;
	top: 14px;
	margin: 0;
	z-index: -1;
}
/* -------------------------------------
   -- Structure ------------------------
   ------------------------------------- */
#shadow_top {
	position: fixed;
	background: url(../images/shadow_top.png) repeat-x;
	width: 100%;
	height: 46px;
	top: 0;
	z-index: 1;
}
#head {
	position: relative;
	background: url(../images/bg_top.png) repeat-x bottom;
	width: 100%;
	min-width: 1000px;
	height: 140px;
	z-index: 2;
}
h1, h1 a, h1.logoSelected {
	width: 125px;
	height: 60px;
}
h1 {
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9000px;
}
h1 a {
	display: block;
	width: 125px;
	height: 60px;
}
h1.logoSelected {
	background: url(../images/logo_s.gif) no-repeat;
	text-indent: -9000px;
}
h2, h3 {
	width: 141px;
	height: 30px;
	line-height: 34px;
}
h2 {
	background: url(../images/corner_tag.gif) no-repeat left bottom;
	margin-left: 37px;
	color: #8b8b80;
	float: left;
}
h3 {
	background: url(../images/corner_tag.gif) no-repeat left bottom;
	margin-right: 213px;
	float: right;
}
h4 {
	height: 30px;
	line-height: 25px;
	margin-left: 38px;
	float: left;
}
h4 a {
	background: url(../images/arrow_down.gif) no-repeat center right;
	height: 30px;
	padding-right: 15px;
}
h5 {
	font-style: italic;
	padding-top: 12px;	
}
#menu {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	height: 66px;
	float: left;
	margin-top: 40px;
}
#menu ul {
	font-size: 1.2em;
	letter-spacing: 0.08em;
	color: #7a7a6f;
	margin-top: 40px;
} 
#menu li {
	height: 66px;
	padding: 0 1.1em 0 1.1em;
}
#menu a {
	color: #7a7a6f;
}
#menu li.breakVertical {
	background: url(../images/break_vertical.gif) no-repeat;
	width: 1px;
	height: 60px;
	padding: 0;	
}
#main {
	position: relative;
	width: 100%;
	min-width: 1000px;
	min-height: 500px;
	background: #363731 url(../images/bg_body.gif);
	z-index: 0;
	margin: -11px 0 -10px 0;
}
.tags {
	position: relative;
	height: 30px;
	line-height: 25px;
}
#tags_list {
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	margin-left: 64px;
	z-index: 2;
}
#tags_list ul {
	opacity: 0.8;
	float: none;
	background: #1a1c19;
	font-size: 0.8em;
	line-height: 2em;
	margin-left: 0pt;
	z-index: 2;
}
#tags_list li {
	float: none;
	padding: 0 10px 0 10px;
}
#tags_list li:hover, #tags_list li:hover a, #tags_list .selected, #tags_list .selected a {
	background: #2e312a;
	color: #808c26;
	cursor: pointer;
}
#tags_list li a {
	color: #7a7a6f;
}
#tags_list li a:hover {
	color: #808c26;
}
#tumblelogDetail .tags, #work .tags {
	color: #5f672f;
	font-size: 1.09em;
	margin-top: 10px;
}
#tumblelogDetail .tags a, .work .tags a {
	color: #5f672f;
}
#tumblelogDetail .tags a:hover, .work .tags a:hover {
	color: #808c26;
}
.tags ul {
	margin-right: 38px;
}
.tags li {
	padding-left: 2.2em;
}
.tags a {
	color: #808c26;
}
.tags a:hover {
	color: #1a1c19;
}
.tagSelected, .tagSelected a, .tagSelected a:hover {
	color: #1a1c19;
}
.paging {
	width: 924px;
	line-height: 25px;
	margin: 6px 0 0 38px;
}
.paging ul {
	width: 900px;
	float: left;
	text-align: center;
}
.paging li {
	display: inline;
	float: none;
	padding-left: 1em;
}
.paging a {
	color: #808c26;
}
.paging a:hover {
	color: #1a1c19;
}
.pagingSelected, .pagingSelected a, .pagingSelected a:hover {
	color: #1a1c19;
}
.arrow {
	text-indent: -9000px;
	width: 12px;
	height: 13px;
	margin-top: 5px;
}
.arrow a {
	display: block;
	width: 12px;
	height: 13px;
}
#arrowLeft {
	background: url(../images/arrow_left.gif) no-repeat;
	float: left;
}
#arrowLeft_s {
	background: url(../images/arrow_left_s.gif) no-repeat;
	float: left;
}
#arrowRight {
	background: url(../images/arrow_right.gif) no-repeat;
	float: right;
}
#arrowRight_s {
	background: url(../images/arrow_right_s.gif) no-repeat;
	float: right;
}
.box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.boxCorner {
	width: 1000px;
	height: 25px;
	clear: both;
}
.boxTop {
	background: url(../images/corner_top.gif) no-repeat;
}
.boxSpecialTop {
	background: url(../images/corner_specialTop.gif) no-repeat;
}
.boxAboutTop {
	background: url(../images/corner_aboutTop.gif) no-repeat;
}
.boxCommentsTop {
	background: url(../images/corner_commentsTop.gif) no-repeat;
}
.boxBottom {
	background: url(../images/corner_bottom.gif) no-repeat;
}
.boxAboutBottom {
	background: url(../images/corner_aboutBottom.gif) no-repeat;
}
.boxSpecialBottom {
	background: url(../images/corner_specialBottom.gif) no-repeat;
}
.boxCommentsBottom {
	background: url(../images/corner_commentsBottom.gif) no-repeat;
}
.brandSpecial {
	margin-left: 32px;
}
.brand, .brandCurrent, .brandCompleted, .brandBlogSpecial {
	width: 64px;
	height: 30px;
	text-indent: -9000px;
	float: left;
}
.brand a, .brandCurrent a, .brandCompleted a {
	display: block;
	width: 64px;
	height: 30px;
}

.brandBlogSpecial {
	background: url(../images/brand_blog_special.gif) no-repeat;	
}
.brandCurrent {
	background: url(../images/work_current.gif) no-repeat;
}
.brandCompleted {
	background: url(../images/work_completed.gif) no-repeat;
}
.brandComments {
	background: url(../images/brand_comments00.gif) no-repeat;
}
.brandComments01 {
	background: url(../images/brand_comments01.gif) no-repeat;
}
.brandComments02 {
	background: url(../images/brand_comments02.gif) no-repeat;
}
.brandComments03 {
	background: url(../images/brand_comments03.gif) no-repeat;
}
.brandComments04 {
	background: url(../images/brand_comments04.gif) no-repeat;
}
.date {
	width: 112px;
	float: left;
}
.photo {
	background: #363731;
	width: 478px;
	border: 1px solid #4f5048;
	padding: 4px;
	float: left;
}
.photo img {
	max-width: 478px;
}
.boxPhoto {
	background: #363731;
	border: 1px solid #4f5048;
	width: 324px;
	height: 90px;
	padding: 4px;
}
.generalTitle {
	width: 376px;
}
.smallTitle {
	width: 334px;
	padding-bottom: 6px;
}
.largeTitle {
	width: 710px;
}
.title {
	color: #808c26;
	font-size: 2.4em;
	font-weight: bold;
	margin-right: 38px;
	float: left;
}
.subTitle {
	color: #808c26;
	font-size: 1em;
	float: left;
	margin: 0;
	padding-bottom: 6px;
}
.generalDescription {
	width: 334px;
}
.largeDescription {
	width: 710px;
}
.description {
	float: left;
}
.descriptionLeft {
	width: 514px;
	float: left;
}
.descriptionRight {
	width: 316px;
	margin-left: 94px;
	float: left;
}
.breakHorizontal {
	width: 988px;
	height: 30px;
	margin-left: 6px;
	clear: both;
}
.breakSmallHorizontal {
	width: 488px;
	height: 30px;
	clear: both;
	margin-left: 102px;
}
.breakSpecial {
	background: url(../images/bg_special.png);
}
label {
	width: 102px;
	text-align: right;
	float: left;
	padding-top: 7px;
}
.field li {
	padding: 7px 0 37px 0;
	text-align: right;
	float: none;
}
.form {
	width: 590px;
	float: left;
}
input, textarea {
	background: url(../images/bg_form.png);
	width: 440px;
	font: 1em Helvetica, Arial, sans-serif;
	color: #8b8b80;
	padding: 7px 5px 0 5px;
	margin-left: 19px;
}
input {
	height: 23px;
}
textarea {
	height: 92px;
}
input[type="submit"] {
	background: #1a1c19;
	width: 120px;
	height: 30px;
	padding: 0;
	text-align: center;
	color: #7a7a6f;
	margin-right: 19px;
	float: right;
}
.errorMessage {
	width: 355px;
	color: #a71800;
	font-style: italic;
	margin-top: 6px;
}
.infoMessage {
	color: #808c26;
	font-style: italic;
	margin-top: 6px;
}
#footer {
	position: relative;
	background: url(../images/bg_bottom.png) repeat-x;
	width: 100%;
	min-width: 1000px;
	height: 70px;
	z-index: 2;
}
.copyright {
	padding-top: 35px;
}
#shadow_bottom {
	position: fixed;
	background: url(../images/shadow_bottom.png) repeat-x;
	width: 100%;
	height: 46px;
	bottom: 0;
	z-index: 1;
}
/* -------------------------------------
   -- Sections -------------------------
   ------------------------------------- */
.topSpace {
	padding-top: 35px;
}
.topSmallSpace {
	padding-top: 30px;
}
.middleSpace  {
	padding: 30px 0 50px 0;
}
.bottomSpace {
	padding-bottom: 18px;
}
#about {
	height: 254px;
	clear: both;
}
#contact {
	height: 390px;
	clear: both;
}
#contact .infoMessage {
	width: 355px;
}
#homePage #logo, #tumblelogPage #navTumblelog, #workPage #navWork, #aboutPage #navAbout, #contactPage #navContact {
	color: #808c26;
	background: url(../images/selected.gif) repeat-x bottom;
}
#tumblelogPage #navTumblelog a, #workPage #navWork a, #aboutPage #navAbout a, #contactPage #navContact a {
	color: #808c26;
}
/* -------------------------------------
   -- Sub Sections ---------------------
   ------------------------------------- */
.blog, .twitter, .flickr, .delicious, .about, .aboutDetail, .work, .comments, .message {
	width: 924px;
	font-size: 0.9em;	
	margin-left: 38px;
}
.special {
	background: url(../images/bg_special.png);
	width: 988px;
	font-size: 0.9em;
	margin-left: 6px;
	float: left;
}
.special .title a {
	color: #717b23;
}
.special .title a:hover {
	color: #808c26;
}
.contact {
	width: 1000px;
	font-size: 0.9em;
}
.pageMessage {
	width: 805px;
	font-size: 0.9em;
	margin-left: 157px;	
}
#lastUpdate .comments .brand {
	background: url(../images/brand_comments.gif) no-repeat;
}
#lastUpdate .infoMessage, #work .infoMessage, #tumblelog .infoMessage {
	text-align: center;
}
#tumblelogDetail .title, #comments .title, #pageMessage .title {
	margin-bottom: 6px;
}
.blog .brand, .brandBlog {
	background: url(../images/brand_blog.gif) no-repeat;
}
.blog .title, .blog .title a, .blog .subTitle {
	color: #9a5619;
}
.blog .title a:hover {
	color: #af5f18;
}
.flickr .brand, .brandFlickr {
	background: url(../images/brand_flickr.gif) no-repeat;
}
.flickr .title, .flickr .title a, .flickr .subTitle {
	color: #862666;
}
.flickr .title a:hover {
	color: #992072;
}
#tumblelogDetail .flickr img {
	background: #363931;
	border: 1px solid #4f5048;
	max-width: 700px;
	padding: 4px;
}
.twitter .brand, .brandTwitter {
	background: url(../images/brand_twitter.gif) no-repeat;
}
.twitter .title, .twitter .title a, .twitter .subTitle {
	color: #4f797d;
}
.twitter .title a:hover {
	color: #55888f;
}
.delicious .brand, .brandDelicious {
	background: url(../images/brand_delicious.gif) no-repeat;
}
.delicious .title, .delicious .title a, .delicious .subTitle {
	color: #5f4293;
}
.delicious .title a:hover {
	color: #6945ac;
}
.user {
	color: #7a7a6f;
}
.user .subTitle {
	color: #5f672f;
}
.brandFlickr, .brandTwitter, .brandBlog, .brandLinkedin, .brandDelicious {
	width: 30px;
	height: 30px;
	margin-bottom: 6px;
}
.brandLinkedin {
	background: url(../images/brand_linkedin.gif) no-repeat;
}
.work .description, .about .description, .contact .description {
	margin-left: 38px;
}
.work .date {
	margin-top: 30px;
}
.brandDelicious {
	background: url(../images/brand_delicious.gif) no-repeat;
}
/* -------------------------------------
   -- Under Contruction ----------------
   ------------------------------------- */
#underContruction #head {
	margin-top: 250px;
}
#underContruction {
	background: #1a1c19 url(../images/bg_body.gif);
	font-size: 0.9em;
}
.underConstructionDescription {
	margin: 24px 0 0 40px;
	float: left;
}
#underContruction .brand {
	width: 85px;
	margin: 15px 0 0 30px;
}
#underContruction .brand div {
	float: left;
	margin-left: 12px;
}
.underConstructionDescription .title, .underConstructionDescription .subTitle {
	float: none;
}