
/************************************************************/
/* clearfix */
/************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;padding: 0;	font-size: 100%; vertical-align: baseline; border: 0;	outline: 0;	background: transparent; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
table {	border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; }
img { border: 0; }
h1, h2, h3, h4 { font-weight: normal; }

/************************************************************/
/* main */
/************************************************************/

body {
	background: #FFF url(images/bg.png);
	padding: 10px;
	color: #888;
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 150%;
	font-family: verdana, arial;
	text-align: center;
	clear: both;
}

.wrap {
	clear: both;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#wrap-header {
	width: 800px;
}

#wrap-main {
	width: 840px;
}

.post-quicklink a,
.post-weblog a,
#main #page-about a,
.archive-list a,
#archive-list-monthly a {
	color: #888;
	border-bottom: 1px solid #69D2E7;
}

.post-quicklink a:hover,
.post-weblog a:hover,
#main #page-about a:hover,
.archive-list a:hover,
#archive-list-monthly a:hover {
	color: #FFF;
	background: #69D2E7;
	border-bottom: none;
}

#main a.thumb:hover {
	background-color: transparent;
}

#main a.thumb {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 13px 15px;
	text-decoration: none;
	border: none;
}

#main a.thumb img {
	border: 5px solid #FFF;
	width: 225px;
	height: 225px;
	background: #69D2E7;
}

#main a.thumb:hover img {
	border-color:#69D2E7;
}

#photo-nav-prev a:hover, 
#photo-nav-next a:hover {
	border: none;
}

p {
	padding: 2px 0 5px 0;
}

a#topleft {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	height: 115px;
	width: 115px;
	background: url(images/corner_ad_cw.png) no-repeat bottom left;
	text-indent: -999em;
	text-decoration: none;
	z-index: -100;
}

a:hover#topleft {
	background-position: top left;
}

/************************************************************/
/* clearfix */
/************************************************************/
#header:after,
.post-quicklink:after,
.post-weblog:after,
#photo-meta:after,
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#header,
.post-quicklink,
.post-weblog,
#photo-meta,
.clearfix {
  	  	display: inline-table;
}

* html #header,
* html .post-quicklink,
* html .post-weblog,
* html #photo-meta,
* html .clearfix {
  	height: 1%;
}
/* Hide from IE Mac \*/
#header,
.post-quicklink,
.post-weblog,
#photo-meta,
.clearfix {
	display:block;
}
/* End hide from IE Mac */

/************************************************************/
/* header */
/************************************************************/

#header {
	padding-bottom: 20px;
}
#header h1 a {
	background: transparent url(images/title.png) no-repeat 0 -50px;
	display: block;
	width: 275px;
	height: 50px;
	text-indent: -999px;
	position: relative;
	float: left;
}

#header h1 a:hover {
	background-position: 0px 0px;
}

#header ul#nav {	
	list-style-type: none;
	display: block;
	position: relative;
	float: right;
	width: 380px;
	padding: 12.5px 4px;
}

#header ul#nav li a {
	display: block;
	height: 25px;
	position: relative;
	float: left;
	text-indent: -9999px;
}

#header ul#nav li.archives a {
	background: transparent url(images/nav_archives.png) no-repeat top left;
	width: 83px;
}

#header ul#nav li.favourites a {
	background: transparent url(images/nav_fav.png) no-repeat top left;
	width: 92px;
}

#header ul#nav li.elsewhere a {
	background: transparent url(images/nav_elsewhere.png) no-repeat top left;
	width: 98px;
}


#header ul#nav li.about a {
	background: transparent url(images/nav_about.png) no-repeat top left;
	width: 62px;
}

#header ul#nav li.wallpaper a {
	background: transparent url(images/nav_w.png) no-repeat top left;
	width: 29px;
}

#header ul#nav li a:hover {
	background-position: bottom left;
}
/************************************************************/
/* main */
/************************************************************/

#photo-nav-prev a {
	position: absolute;
	right: 50%;
	top: 32px;
	width: 420px; /*width / 2*/
	height: 700px; /*height*/
}

#photo-nav-next a {
	position: absolute;
	left: 50%;
	top: 32px;
	width: 420px; /*width / 2*/
	height: 700px; /*height*/
}

#photo-nav-prev a:hover {
	background: transparent url(images/photo-nav-prev.png) no-repeat 0 50%;
}

#photo-nav-next a:hover {
	background: transparent url(images/photo-nav-next.png) no-repeat 100% 50%;
}

#main, 
#main-photo {
	position: relative;
}

#main-photo {
	background: transparent url(images/loading.gif) no-repeat 50% 50%;
}

#photo-nav-info {
	width: 844px;
}

a#photo-prev,
a#photo-next,
a#photo-info {
	display: block;
	height: 25px;	
	margin-bottom: 5px;
	text-indent: -999px;
	position: relative;
	float: left;
}

a#photo-next {
	background: transparent url(images/photo-next.png) no-repeat 50% 0;
	width: 297px;
}

a#photo-prev {
	background: transparent url(images/photo-prev.png) no-repeat 50% 0;
	width: 297px;
}

a#photo-info {
	background: transparent url(images/photo-info.png) no-repeat 50% 0;
	width: 250px;
}

a#photo-prev:hover,
a#photo-next:hover,
a#photo-info:hover {
	background-color: #69D2E7;
	background-position: 50% 100%;
}

#main #post-data {
	color: #FFF;
}

#main #post-data a {
	color: #FFF;
	border-bottom: 1px solid #69D2E7;
}

#main #post-data a:hover {
	color: #FFF;
	background: #69D2E7;
	border-bottom: none;
}

#main #post-data {
	background: transparent url(images/info-mid.png) repeat top left;
	border: 1px solid #444;
	display: block;
	position: absolute;
	top: 30px;
	width: 762px;
	height: 622px;
	padding: 20px;
	margin: 20px;
}

#main #post-data .close-data {
	position: absolute;
	display: block;
	top: 3px;
	right: 3px;
	background: transparent url(images/x.png) no-repeat top left;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	border: none;
}

#main #post-data h2 {
	display: block;
	width: 100%;
	font-size: 1.8em;
	padding-bottom: 12px;
}

#main #post-data h2 a {
	display: block;
	border-bottom: 1px solid #69D2E7;
	padding: 7px 0;
	margin-left: 35%;
}

#main #post-data h2 a:hover {
	border-bottom: 1px solid #69D2E7;
	background-color: #69D2E7;
}

#post-data .post-meta {
	clear: both;
	display: block;
	position: relative;
	float: left;
	width: 30%;
	height: 580px;
	overflow: auto;
}

#post-data .post-content {
	display: block;
	position: relative;
	float: right;
	width: 65%;
	height: 580px;
	overflow: auto;
}

#main #main-photo {

}

#main #main-photo img {
	border: 2px solid #000;
}

/************************************************************/
/* archives */
/************************************************************/

.archive-list {

}

.archive-list a,
#archive-list-monthly a,
#archive-list-monthly span {
	margin: 0 10px;
}

#archive-list-monthly span {
	color: #B9B9B9;
}

h3.tag-cloud-title, 
h3.tag-list-title {
	clear: both;
	border-bottom: 2px solid #69D2E7;
	margin: 10px 0;
	padding: 5px 3px;
	color: #69D2E7;
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: 2px;
}

.tag-cloud {}

.archive-section-list {

}

.archive-list {

}

/************************************************************/
/* 404 */
/************************************************************/

#lost {

}

/************************************************************/
/* page-about */
/************************************************************/

#page-about {
	background: transparent url(images/me.jpg) no-repeat top left;
	padding-top: 460px;
}

.page-about-column {
	position: relative;
	float: left;
	width: 240px;
	padding: 0 10px;	
}

#page-about span.section {
	color: #69D2E7;
	font-weight: bold;
}

#contact textarea, 
#contact input{
	width: 100%;
	border: 1px solid #69D2E7;
}

#contact textarea {
	height: 200px;
}

.page-about-column p {
	padding: 0 0 8px 0;
}


/************************************************************/
/* travel-section */
/************************************************************/

#travel-section {

}

#travel-section .prev,
#travel-section .next {

}

#travel-section .next {

}

#travel-section .prev a,
#travel-section .next a {

}


/************************************************************/
/* weblog post */
/************************************************************/

.post-weblog {

}

.post-weblog span.post-weblog-date {
	padding-right: 20px;
}

.post-weblog h3 {
	display: block;
	width: 100%;
	font-size: 1.8em;
	padding-bottom: 12px;
}

.post-weblog h3 a {
	display: block;
	border-bottom: 1px solid #69D2E7;
	padding: 7px;
}

.post-weblog h3 a:hover {
	border-bottom: 1px solid #69D2E7;
	background-color: #69D2E7;
}

.post-weblog p {
	margin-left: 10px;
	margin-right: 10px;
}

.post-weblog p img {
	float: right;
	padding: 0 0 10px 10px;
}

.post-weblog p.date {
	text-align: right;
	margin-top: -8px;
	margin-bottom: 15px;
	color: #CCC;
}

#main #post-data ul,
.post-weblog blockquote,
.post-weblog ul {
	margin-left: 30px;
	margin-right: 30px;
}

#main #post-data li,
.post-weblog li {
	margin: 5px 10px;
}

.post-weblog blockquote {
	
}

/************************************************************/
/* quicklinks */
/************************************************************/

.post-weblog,
.post-quicklink {	
	margin: 3px 0 23px 0;
	padding: 7px;
	background-color: #FAFAFA;
}

.post-weblog:hover,
.post-quicklink:hover {
	background-color: #F4F4F4;
}

.post-quicklink-meta {

}

.post-quicklink-meta span.quicklink-title {

}

.post-quicklink-meta span.quicklink-title a {

}

.post-quicklink-content {

}


/************************************************************/
/* footer */
/************************************************************/

#footer {
	clear: both;
	padding: 20px 0 10px 0;
	text-align: center;
	color: #CCC;
}