/* ======================================================== */
/* Remove all browser styles                                */
/* (based on Eric Meyer Reset Reloaded)                     */
/*                                                          */
/* Change history:                                          */
/*   03-02-2008 Created by Marco Verheul                    */
/*                                                          */
/* ======================================================== */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ======================================================== */
/* Add basic styles after total reset                       */
/* (based on Tripoli CSS framework)                         */
/*                                                          */
/* Change history:                                          */
/*   03-02-2008 Created by Marco Verheul                    */
/*                                                          */
/* ======================================================== */

/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family: helvetica, "microsoft sans serif", arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 102%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }

/* FORMS */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

.page { font-size: 1.2em; line-height: 1.6em; }
.page h1 { font-size: 1.6em; }
.page h2 { font-size: 1.5em; }
.page h3 { font-size: 1.4em; }
.page h4 { font-size: 1.3em; }
.page h5 { font-size: 1.2em; }
.page h6 { font-size: 1em; }

/* HR */

.page hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */

.page ul { list-style-position: outside; list-style-type: square;}
.page ol { list-style-position: outside; list-style-type: decimal; }
.page dt { font-weight: bold; }

/* TABLES */

.page table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
.page th, .page td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* MARGINS & PADDINGS */

.page blockquote *:first-child { margin: .8em 0; }
.page hr, .page p, .page ul, .page ol, .page dl, .page pre, .page blockquote, .page address, .page table, .page form { margin-bottom: 1.6em; }
.page p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
.page h1 { margin: 1em 0 .5em;  }
.page h2 { margin: 1.07em 0 .535em; }
.page h3 { margin: 1.14em 0 .57em; }
.page h4 { margin: 1.23em 0 .615em; }
.page h5 { margin: 1.33em 0 .67em; }
.page h6 { margin: 1.6em 0 .8em; }
.page th, .page td { padding: .8em; }
.page caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.page blockquote { padding: 0 1em; margin: 1.6em 0; }
.page fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.page legend { padding-left: .8em; padding-right: .8em; }
.page legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.page textarea, .page input { padding: .3em .4em .15em .4em; }
.page select { padding: .1em .2em 0 .2em; }
.page option { padding: 0 .4em; }
.page a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.page dt { margin-top: .8em; margin-bottom: .4em; }
.page ul { margin-left: 1.5em; }
.page ol { margin-left: 2.35em; }
.page ol ol, .page ul ol { margin-left: 2.5em; }
.page form div { margin-bottom: .8em; }

/* COLORS */

.page a:link { text-decoration: underline; color: #36c; }
.page a:visited { text-decoration: underline; color: #99c; }
.page a:hover { text-decoration: underline; color: #c33; }
.page a:active, .page a:focus { text-decoration: underline; color: #000; }
.page code, .page pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

/* ======================================================== */
/* Add styles that are specific fot this website            */
/*                                                          */
/* Change history:                                          */
/*   18-07-2008 Created by Marco Verheul                    */
/*                                                          */
/* ======================================================== */

/* replace logo link with the logo image */
a#logo {
	display: block;
	width: 230px;
	height: 125px;
	background-image: url(../images/layout/logo-egotripping.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

a#logo span {
	display: none;
}

/* ====================================== */
/* general styles                         */
/* ====================================== */
.hidden {
	display: none;
}

.clear {
	clear: both;
}

.page a, .page a:link {
	color: #8ba0cb;
	text-decoration: none;
}
.page a:visited {
	color: #c4a1ac;
	text-decoration: none;
}
.page a:hover {
	text-decoration: underline;
}


/* ====================================== */
/* page structure                         */
/* ====================================== */
body {
	background-color: #fff;
}

#header {
	background-color: #ddd;
	width: 100%;
	height: 120px;
	position: relative;
	background: url(../images/layout/bg-header-2.png) repeat-x top left;
}

#branding {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -370px;
}


/* ====================================== */
/* main navigation                        */
/* ====================================== */
#mainnav {
	width: 740px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -370px;
}
#mainnav ul {
	list-style: none;
	float: right;
}
#mainnav li {
	display: inline;
}
#mainnav li a {
	display: block;
	float: left;
	text-decoration: none;
	text-indent: -9999px;
	width: 100px;
	height: 30px;
	margin-left: 3px;
	background-image: url(../images/layout/mainnav-tabs.png);
	background-repeat: no-repeat;
}
#mainnav li#mn-home a {background-position: 0 -34px;}
#mainnav li#mn-browse a {background-position: -103px -34px;}
#mainnav li#mn-about a {background-position: -206px -34px;}
#mainnav li#mn-home a:hover, #mainnav li#mn-home a.active {background-position: 0 0;}
#mainnav li#mn-browse a:hover, #mainnav li#mn-browse a.active {background-position: -103px 0px;}
#mainnav li#mn-about a:hover, #mainnav li#mn-about a.active {background-position: -206px 0;}


/* ====================================== */
/* content                                */
/* ====================================== */

#container {
	background-color: #fff;
	width: 770px;
	margin: 10px auto 0 auto;
	padding: 0;
	background: url(../images/layout/bg-content-body.png) repeat-y 0 0;
}
#content-wrapper {
	width: 100%;
	background: url(../images/layout/bg-content-top-2.png) no-repeat top left;
	margin: 0;
	padding: 0;
}
#content {
	width: 100%;
	margin: 0;
	padding: 0 0 30px 0;
	background: url(../images/layout/bg-content-bottom.png) no-repeat bottom left;
	text-align: center;
}
#content a.main-img  {
	margin: 0;
	padding: 0;
}
#content img.main-img {
	margin: 55px 0 0 0;
}
#content h1 {
	color: #979797;
	font-size: 1em;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	line-height: 2em;
}
#content h1 span {
	margin-left: 10px;
	padding: 0.2em 0;
}
#content h1 span.subtitle {
	padding-left: 28px;
	background: #fff url(../images/layout/bullet_red.png) no-repeat center left;
	height: 18px;
	line-height: 18px;
}
#content h1 span.comments {
	margin-left: 20px;
	font-weight: normal;
	padding-left: 20px;
	background: #fff url(../images/layout/information.png) no-repeat center left;
	height: 18px;
	line-height: 18px;
}
#content #mainPic {
	position: relative;
}
#content #mainPic div#mainImgNav {
	width: 740px;
	position: absolute;
	left: 14px;
	top: 54px;
	margin-bottom: 120px;
	z-index: 9;
}
#content #mainPic div#mainImgNav a {
	display: block;
	width: 370px;
	text-indent: -9999px;
	background: none;
}
#content #mainPic div#mainImgNav a#prevImgLink {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}
#content #mainPic div#mainImgNav a#nextImgLink {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
#content #mainPic div#mainImgNav a#prevImgLink:hover {
	background: url(../images/layout/img-prev-1.gif) no-repeat center left;
}
#content #mainPic div#mainImgNav a#nextImgLink:hover {
	background: url(../images/layout/img-next-1.gif) no-repeat center right;
}
#content #mainPic a#showInfo {
	color: #8ba0cb;
	text-decoration: none;
}
#content #mainPic div#commentFeedback {
	background-color: #fff9db;
	font-size: 1.2em;
	font-weight: bold;
	width: 400px;
	height: 2em;
	line-height: 2em;
	margin: 0 auto;
}

/* ===== info and comment section ====== */
#content div#infoAndComment {
	position: relative;
	text-align: left;
	margin: 0 30px;
	padding-top: 1px;
}
#content div#infoAndComment h1,
#content div#infoAndComment h2 {
	color: #666;
	text-transform: none;
	font-size: 1.2em;
}
#content div#infoAndComment h1 {
	background-color: #f8f7ec;
	margin: 50px 0 0 0;
	line-height: 40px;
	padding: 0 0 0 10px;
}
#content div#infoAndComment span#hideInfoWrapper {
	width: 132px;
	height: 26px;
	position: absolute;
	top: 50px;
	right: 10px;
	background: url(../images/layout/bg-close-link-2.png) no-repeat 0 0;
}
#content div#infoAndComment a#hideInfo,
#content div#infoAndComment a#hideInfo:link,
#content div#infoAndComment a#hideInfo:visited,
#content div#infoAndComment a#hideInfo:hover {
	display: block;
	height: 20px;
	line-height: 20px;
	background: url(../images/layout/cross.png) no-repeat 0 2px;
	color: #8ba0cb;
	text-decoration: underline;
	font-size: 1.2em;
	margin: 0 0 0 40px;
	padding: 0 0 0 20px;
}
#content div#infoAndComment div#exif {
	background-color: #ebebe4;
	color: #666;
	float: left;
	width: 100%;
}
#content div#infoAndComment div#exif img.thumb {
	float: right;
	border: 10px solid #fff;
	margin: 10px;
}
#content div#infoAndComment div#exif dl {
	width: 500px;
	float: left;
	margin: 10px 0 10px 10px;
}
#content div#infoAndComment div#exif dt,
#content div#infoAndComment div#exif dd {
	margin: 0;
	padding: 0;
	float: left;
}
#content div#infoAndComment div#exif dt {
	width: 20%;
}
#content div#infoAndComment div#exif dd {
	width: 70%;
}
#content div#infoAndComment div#comments {
	clear: both;
	background-color: #e4e3de;
	color: #666;
	padding-top: 1px;
	padding-bottom: 30px;
}
#content div#infoAndComment div#comments h2 {
	margin-left: 10px;
}

div#comment-section div.comment-container {
	clear: both;
	background: #e4e3de url(../images/layout/rounded-box-top.png) 10px 0 no-repeat;
	width: 710px;
	margin: 0;
	padding: 30px 0 10px 0;
	float: left;
}

div#comment-section div.comment-container ul {
	list-style-type: none;
	background: #e4e3de url(../images/layout/rounded-box-body.png) 10px 0 repeat-y;
	width: 710px;
	margin: 0;
	padding: 0;
	padding: 0;
	float: left;
}

div#comment-section div.comment-bottom {
	background: #e4e3de url(../images/layout/rounded-box-bottom.png) 10px bottom no-repeat;
	width: 710px;
	margin: 0;
	padding: 0 0 30px 0;
	float: left;
}
div#comment-section div.comment-container li {
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
}
div#comment-section div.comment-container li.comment-icon {
	width: 60px;
}
div#comment-section div.comment-container li.comment-by {
	width: 180px;
}
div#comment-section div.comment-container li.message {
	width: 350px;
	font-style: italic;
}

/* ===== comment form ====== */
#content div#infoAndComment div#comment-form {
	clear: both;
	background-color: #d9d8d3;
	margin: 0;
	padding-top: 10px;
}
#content div#infoAndComment div#comment-form h2 {
	margin: 0 0 10px 10px;
}
#content div#infoAndComment div#comment-form form {
	margin: 0;
}
#content div#infoAndComment div#comment-form fieldset {
	margin: 0;
	border: none;
}
#content div#comment-form ol {
	list-style: none;
	margin: 0;
}
#content div#comment-form li {
	clear: left;
}
#content div#comment-form label {
	float: left;
	width: 90px;
	color: #666;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}
#content div#comment-form label.after {
	text-align: left;
	font-weight: normal;
	margin-left: 10px;
}
#content div#comment-form input.text,
#content div#comment-form textarea {
	float: left;
	width: 350px;
	margin: 0 0 0.2em 0;
	border: 1px solid #b3b3b0;
}
#content div#comment-form button.submit {
	width: 150px;
	height: 49px;
	margin: -10px 0 0 92px;
	background: url(../images/layout/btn-submit.png) top left no-repeat;
	border: none;
}
#content div#comment-form button.submit span {
	display: none;
}

#content ul.error {
	width: 358px;
	background: #f99;
	border: 1px solid #f66;
	color: #fff;
	font-weight: bold;
	margin: 0 20px 20px 112px;
	padding: 1em 0;
}
#content ul.error li {
	margin: 0 0 0 40px;
}

/* ===== browse thumbs category form ====== */
form#categories fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
form#categories select {
	border: 1px solid #aaa;
}
form#categories button.submit {
	border: 1px solid #aaa;
	height: 1.7em;
	margin: 0 0 0 0.2em;
	padding: 0 1em;
}
form#categories button.blue {
	background: url(../images/layout/bg-btn-blue.png) top left repeat-x;
}

/* ===== browse thumbs ====== */
#content div#browse-thumbs {
	text-align: left;
	margin: 0 30px;
	padding-top: 50px;
}
#content div#browse-thumbs form {
	background-color: #ebebe4;
	margin: 0;
	padding: 10px;
}
#content div#browse-thumbs div#thumbs {
	background-color: #ebebe4;
	padding: 0 0 10px 6px;
}
#content div#browse-thumbs div#thumbs a {
	display: block;
	float: left;
	width: 130px;
	height: 130px;
	background-color: #fff;
	margin: 0 3px 6px 3px;
	text-align: center;
	border: 1px solid;
	border-color: #ccc;
}
#content div#browse-thumbs div#thumbs a.landscape img {
	margin-top: 20px;
}
#content div#browse-thumbs div#thumbs a.portrait img,
#content div#browse-thumbs div#thumbs a.square img {
	margin-top: 10px;
}

/* ===== about me ====== */
#content div#about-me {
	text-align: left;
	margin: 0 30px;
	padding-top: 50px;
	color: #666;
}
#content div#about-wrapper {
	background-color: #ebebe4;
	padding: 20px 0;
}
#content div#about-wrapper #left,
#content div#about-wrapper #right {
	width: 50%;
}
#content div#about-wrapper #left {
	float: left;
}
#content div#about-wrapper #right {
	margin-left: 50%;
}
#content div#about-wrapper #left h2,
#content div#about-wrapper #right h2,
#content div#about-wrapper #left p,
#content div#about-wrapper #right p {
	margin: 10px 20px;
}
#content div#about-wrapper #left h2,
#content div#about-wrapper #right h2 {
	font-size: 1.2em;
}
#content div#about-wrapper #left img {
	border: 10px solid #fff;
	margin-left: 20px;
}


#content table#topCommenters {
	margin: 0 20px;
	width: 315px;
}
#content table#topCommenters,
#content table#topCommenters tr,
#content table#topCommenters td {
	border: none;
}
#content table#topCommenters td.t-1,
#content table#topCommenters td.t-2 {
	border-bottom: 1px dotted;
	margin: 0;
	padding: 0.2em 0;
}
#content table#topCommenters td.t-2 {
	text-align: right;
}


/* ====================================== */
/* footer section                         */
/* ====================================== */
#footer {
	width: 740px;
	margin: 0 auto;
	text-align: center;
}
#footer p {
	font-size: 0.9em;
	color: #979797;
}
