/*body { margin: 0; padding: 50px 0 0 0; background: #fafafa url('../design/body_bg.gif') fixed repeat 0 0; font: normal normal normal 13px/145% "Lucida Grande", "Lucida Sans", Arial, sans-serif; text-align: center; color: #333; }*/
html {
	overflow-y: scroll;
}

body {
	background: #fafafa url('../design/body_bg.gif') fixed repeat 50% 0;
	/*font: normal normal normal 14px/145% "Helvetica", "Lucida Grande", "Lucida Sans", Arial, sans-serif;*/
	font: normal normal normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}

a { color: #9c3; text-decoration: underline; outline: none; }
/*a:hover { color: #88af3a; text-decoration: underline; }*/
a:hover { color: #fafafa; background-color: #9c3; text-decoration: none; }

blockquote { font-family: Georgia, Times, serif; font-style: italic; }

p { margin: 0 0 18px 0; }

strong { font-style: inherit; font-weight: bold; }

h1 {
	font-size: 16px;
	line-height: 120%;
	font-weight: normal;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	color: #999;
}

h2 {
	font-size: 24px;
	line-height: 120%;
	font-weight: normal;
	letter-spacing: -0.0em;
	margin: 0 0 1em 0;
}

h2 a {
	color: #333;
}

h2 a:hover {
	color: #fafafa;
}

h3 { font-size: 22px; line-height: 120%; font-weight: normal; letter-spacing: -0.05em; margin: .8em 0 .25em 0; text-transform: uppercase; }
h3 span { text-transform: none; letter-spacing: 0; }

label { display: block; font-size: 12px; line-height: 120%; color: #999; font-style: italic; margin: 0 0 3px 0; }
input[type="text"], textarea { border: 1px solid #999; border-radius: 3px; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; font-size: 12px; line-height: 100%; padding: 2px 4px; color: #333; width: 250px; margin: 0; }
textarea { width: 528px; }

/* @start NAVIGATION */
#nav {
	text-align: right;
}

#nav p {
	margin: 0;
}

#nav #logo {
	display: block;
	height: 89px;
	background: transparent url('../design/logo.gif') no-repeat 5px 0;
	overflow: hidden;
	line-height: 800px;
}

#nav #logo:hover {
	background-position: 5 -89px;
}

#nav #site_menu,
#nav #about,
#nav #rss_menu,
#nav #footer {
	border-bottom: 1px solid #f0f0f0;
	margin: 2em 0 0;
	padding: 0 20px 2em 0;
	background: transparent no-repeat 100% 3px;
}

#nav #about {
	margin-top: 3em;
	background-image: url('../design/nav_about.gif');
}

#nav #footer {
	
}

#nav #rss_menu {
	background-image: url('../design/nav_rss.gif');
}

#nav #site_menu {
	margin: 0;
	padding: 0;
	background-position: 100% 0.3em;
	border-bottom: none;
}

#nav ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 160%;
}

#nav ul.menu li {
	border-bottom: 1px solid #f0f0f0;
}

#nav ul.menu li a {
	display: block;
	padding: .5em 20px .5em 0;
	color: #333;
	text-decoration: none;
	text-transform
}

#nav ul.menu li a:hover {
	/*background-color: #f7f7f7;*/
	background-color: #9c3;
	color: #fafafa;
	font-weight: bold;
}
/* @end NAVIGATION */

#article .entry { margin: 0 0 5em 0; }
#article .entry .info, #comments .entry .info { margin: 0 0 1em 0; white-space: nowrap; }
#article .entry .info span, #comments .entry .info { background: transparent none no-repeat 0 50%; }
#article .entry .info .date, #comments .entry .info { background-image: url('../design/star.gif'); padding-left: 14px; }
#article .contents, #comments .contents { position: relative; }

/* @start COMMENTS */
#comments .entry {
	margin: 1em 0 3em;
	min-height: 75px;
}

#comments .entry h3 {
	text-transform: none;
	margin-top: 0;
}

#comments .entry .avatar {
	float: left;
	padding-top: 5px;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

#comments .entry .meta,
#comments .entry .contents {
	padding-left: 55px;
}

#comments .special {
	background-color: #f0f0f0;
	padding: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

#comments .entry .contents .xtra_date {
	font: normal normal bold 400%/75% Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #e0e0e0;
	position: absolute;
	top: 0px;
	left: 640px;
}
#comments .special .contents .xtra_date {
	left: 630px;
}
/* @end COMMENTS */

/* @start COMMENTS FORM */
#comment_f {
	background-color: #f0f0f0;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	margin-top: 1em;
}

#comment_f .form_block {
	margin: .75em 0 0;
	position: relative;
}

#comment_f .form_block .buttons {
	width: 180px;
	float: right;
	text-align: right;
}

#comment_f .form_block .help {
	margin: 0 180px 0 0;
}

#comment_f .form_block span.form_hint,
#comment_f .form_block span.form_hint_2 {
	display: block;
	position: absolute;
	top: 15px;
	left: 270px;
	background: #c33 url('../design/form_hint.gif') no-repeat 0 -487px;
	font-size: 12px;
	line-height: 120%;
	padding: 5px 15px;
	color: #fff;
	font-weight: bold;
	display: none;
	visibility: hidden;
}

#comment_f .form_block span.form_hint_2 {
	top: -35px;
	left: 325px;
	background-image: url('../design/form_hint_2.gif');
	background-position: 50% 100%;
	padding-bottom: 1.1em;
	text-align: center;
}

#comment_f .form_block span.validate {
	display: block;
	visibility: visible;
}
/* @end COMMENTS FORM */

/* @start ARCHIVE LIST */
#archive ul li {
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}

#archive ul * a {
	display: block;
	padding: 5px 10px;
	margin: 0;
	color: #333;
	text-decoration: none;
	line-height: 120%;
}

#archive ul * a:hover {
	background-color: #9c3;
}

#archive ul * a span {
	display: block;
}

#archive ul * a:hover span {
	color: #2a2a2a;
}

#archive ul * a .date {
	display: block;
	height: 100%;
	width: 60px;
	float: left;
	font-style: italic;
	color: #666;
	line-height: 230%;
}

#archive ul * a .title {
	font-size: 150%;
	line-height: 120%;
}

#archive ul * a:hover .title {
	color: #fafafa;
}

#archive ul * a .comments {
	padding-top: .4em;
	padding-left: 60px;
}
/* @end ARCHIVE LIST */

/* @start SHORT ARTICLES in JOURNAL */
#short_articles .entry {
	margin-bottom: 5em;
}

#short_articles * .headline {
	font-size: 120%;
}

#short_articles * .headline,
#short_articles * .meta {
	text-transform: uppercase;
}

#short_articles * .content,
#short_articles * .meta {
	margin: 10px 0 0 0;
}

#short_articles * .meta {
	padding-left: 15px;
	white-space: nowrap;
	background: transparent url('../design/star.gif') no-repeat 0 50%;
}

#short_articles * .content {
	font-size: .9em;
	line-height: 150%;
}

#short_articles * .content * {
	display: inline;
}
/* @end SHORT ARTICLES in JOURNAL */

/* @start LATEST */
.latest {
	margin: 0 0 4em 0;
	padding: 0;
	overflow: auto;
}

.latest li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f0f0f0;
}

.latest * a {
	display: block;
	padding: .5em 0 .5em;
	margin: 0;
	color: #333;
	text-decoration: none;
	line-height: 120%;
}

.latest * a:hover {
	background-color: transparent;
}

.latest * a span {
	display: block;
}

.latest * a span.title {
	display: inline;
	color: #333;
	text-decoration: underline;
}

.latest * a:hover span.title {
	text-decoration: none;
	background-color: #9c3;
	color: #fafafa;
}

.latest * a span.date {
	margin-top: .4em;
	padding-left: 15px;
	background: transparent url('../design/star.gif') no-repeat 0 50%;
}

.latest * a span.text {
	margin-top: .4em;
	background: transparent url('../design/chat.gif') no-repeat 0 .5em;
	padding-left: 20px;
	line-height: 140%;
}
/* @end LATEST */

#images a.entry { display: block; width: 140px; height: 100px; overflow: hidden; position: relative; margin-bottom: 20px; text-decoration: none; }
#images a.entry span { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 3px solid #e0e0e0; z-index: 101; }
#images a.entry:hover span { border: 2px solid #999; }
#images a.entry img { position: absolute; z-index: 100; }
#images .pages { float: right; }
#images .top { position: relative; top: -3px; }
#images .pages a { display: block; float: left; width: 20px; height: 20px; background: transparent no-repeat 0 0; overflow: hidden; text-align: center; color: #999; font-size: 90%; text-decoration: none; margin: 0 0 0 5px; }
#images .pages a:hover, #images .pages a.current:hover { background-position: 0 -20px; color: #333; }
#images .pages a.left { background-image: url('../design/arrow_left.gif'); text-indent: 300px; }
#images .pages a.right { background-image: url('../design/arrow_right.gif'); text-indent: 300px; }
#images .pages a.page { background-image: url('../design/pages.gif'); line-height: 22px; text-align: center; }
#images .pages a.current { background-position: 0 -40px; color: #690; }

/* @start LATEST FLICKR IMAGES */
#flickr a.flickrimage {
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
	margin-bottom: 15px;
	text-decoration: none;
	overflow:hidden;
	background-color: #fff;
}
#flickr a.flickrimage span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 3px solid #e0e0e0;
}

#flickr a.flickrimage:hover span {
	border: 2px solid #999;
}
/* @end LATEST FLICKR IMAGES */

.blogimages { margin-top: 2em; margin-bottom: 2em; overflow: auto; }
.blogimages .image { position: relative; margin-bottom: 20px; text-decoration: none; }
.blogimages .image a { display: block; text-decoration: none; }
.blogimages .image a span { display: block; position: absolute; top: 0; right: 0; bottom: 4px; left: 0; border: 5px solid #e0e0e0; }
.blogimages .image a:hover span { border: 5px solid #ccc; }
.blogimages .desc { font-size: 90%; line-height: 140%; color: #666; }
.blogimages .alpha { text-align: right; }

.vcard .fn { display: block; }

.small { font-size: 12px; line-height: 120%; }
.light { color: #666; font-size: 12px; line-height: 140%; }
.light a {
	color: #666;
	text-decoration: underline;
}

.light a:hover {
	color: #fafafa;
	background-color: #9c3;
	text-decoration: none;
}
.very_light { color: #999; }
.very_light a { color: #999 ! important; }
.very_light a:hover { color: #333 ! important; }

.image { width: 570px; }
.image .pic { background-color: #fff; border: 1px solid #e0e0e0; text-align: center; font-size: 0; line-height: 0; }
.image .pic img { margin: 15px auto; }
.image .shadow { height: 29px; background: transparent url('../design/img_shadow.gif') no-repeat 0 0; }


.image_blog { text-align: left; }
.image_blog .pic { font-size: 0; line-height: 0; }
.image_blog .pic * img { background-color: #fff; border: 1px solid #e0e0e0; padding: 15px; }
.image_blog .pic .shadow { height: 26px; line-height: 26px; background: transparent url('../design/img_shadow_v2.gif') no-repeat 10px 0; }


.meta span.comment { margin-left: 10px; }

.flickr,
a:hover .flickr {
	color: #0063dc;
	text-transform: none;
}

.flickr strong {
	font-weight: normal;
	color: #ff0084;
}

.flickr:hover,
.flickr:hover strong {
	text-decoration: none;
	color: #fafafa;
}

span.required { color: #c33; font-weight: bold; }

.grey_bar {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1em;
	overflow: hidden;
	background-color: #e0e0e0;
}

.wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: auto;
}

.main_content {
	padding-top: 73px;
}

.clear {
	display: block;
	float: none;
	clear: both;
}

