/*

Title:    JaneVarda.com master screen styles
Author:   Mike Kroll - www.imagehat.com
Date:     1/2009

*/

@import "reset.css";

body {
	margin: 0; padding: 0;
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 1.5; 
	color: #777;
	background: #ebebeb;
}

a { 
	color: #777; 
	text-decoration: none;
	border-bottom: 1px dotted #9e9d9d;
}
a:hover { 
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #9e9d9d;
}


/* =typography defaults
------------------------------------------------------ */

h1,h2,h3,h4,h5,h6 { font-family: baskerville, "Baskerville Old Face", "Palatino Linotype", "Times New Roman", times, serif; font-weight: normal; }

h1 { font-size: 2.4em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-top: 1em; margin-bottom: 0.5em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; font-family: arial, helvetica, verdana, sans-serif; font-weight: bold; }
h6 { font-size: 1em; font-family: arial, helvetica, verdana, sans-serif; font-weight: bold; }

p { margin: 0 0 1.5em; font-size: 1.1em; }

strong { font-weight: bold; }
em { font-style: italic; }

/* safari fix */
#container { text-shadow: #ebebeb 0 0 0; }


/* =structure
------------------------------------------------------ */

#skip-links {
	position: absolute;
	top: 0; left: -999em;
}
#container {
	width: 830px;
	margin: 0 auto;
}
#header {
	height: 73px;
	position: relative;
	border-bottom: 1px solid #cfcfcf;
}
#main {
	background: url(../images/main-bg.gif) repeat-y top right;
}
#content {
	float: right;
	width: 618px;
	min-height: 465px;
	margin: 0 1px;
}
#sidebar {
	float: left;
	width: 210px;
}
#footer {
	clear: both;
}


/* =header
------------------------------------------------------ */

#header #logo {
	position: absolute;
	top: 22px; left: 0;
}
#header #logo a {
	border: 0;
}
#header #tagline {
	position: absolute;
	top: 37px; right: 0;
	width: 175px; height: 21px;
	background: url(../images/header-tagline.gif) no-repeat 0 0;
	text-indent: -9999px;
}


/* =navigation
------------------------------------------------------ */

ul#nav {
	margin: 20px 0 3em;
	font-size: 2em;
	font-weight: normal;
	font-family: baskerville, "Baskerville Old Face", "Palatino Linotype", "Times New Roman", times, serif;
}
ul#nav li {
	border-bottom: 1px solid #cfcfcf;
}
ul#nav a, ul#nav a:hover {
	display: block;
	border: 0;
	text-decoration: none;
	color: #999;
	padding: 3px 9px;
}
ul#nav a:hover {
	color: #777;
}
ul#nav a.active {
	/*padding: 0 0 0 27px;*/ 
	padding: 3px 9px;
	color: #777;
	/*background: url(../images/nav-sub-on.gif) no-repeat 9px 50%;*/
}

/* sub-lists */

ul#nav ul {
	margin: 0 0 9px 0;
	font-size: 0.8em;
}
ul#nav ul li {
	border: 0;
	margin: 0 0 0 9px;
}
ul#nav ul a, ul#nav ul a:hover {
	padding: 0 0 0 18px;
}
ul#nav ul a.active {
	padding: 0 0 0 18px;
	color: #777;
	background: url(../images/nav-sub-on.gif) no-repeat 0 50%;
}


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

#content p, #content ol, #content li {
	font-size: 1.2em;
}
#content p.fin {
	padding-bottom: 3em;
	margin-bottom: 0;
	background: url(../images/dingbat.gif) no-repeat bottom center;
}
#content img {
	border: 1px solid #cfcfcf;
	padding: 3px;
	background: #fff;
}
#content a:hover img {
	background: #cfcfcf;
}
#content #hero {
	line-height: 0;
	width: 618px; 
	overflow: hidden;
}
#content #hero img {
	border: 0;
	padding: 3px;
	background: #fff;
}


#page {
	padding: 60px 70px 40px 70px;
}
body.about #content { background: #fff url(../images/bg-about.jpg) no-repeat 0 0; }
body.contact #content { background: #fff url(../images/bg_inprogress.jpg) no-repeat 0 0; }
body.plain #content { background: #fff url(../images/bg-plain.gif) no-repeat 0 0; }

body.resume #content { background: #fff url(../images/bg_winter-trees.jpg) no-repeat 0 0; }


img.photo-right {
	float: right;
	margin: 0 0 1em 1em;
}
img.photo-left {
	float: left;
	margin: 0 1em 1em 0;
}


/* =portfolio
------------------------------------------------------ */

.loading {
	background: url(../images/loading.gif) no-repeat 50% 50%;
}
#image-full {
	text-align: center;line-height: 0;
	display: table-cell; vertical-align: middle;
	width: 602px;
	height: 449px;
}
#image-full img {
	margin: 0 auto;
}
#thumbs ul {
	margin: 28px 0 0 34px; padding: 0;
}
#thumbs ul li {
	float: left;
	/*width: 160px; height: 125px;*/
	/*text-align: center;*/
	margin: 0 34px 34px 0; padding: 0;
	background: none;
	
}
#thumbs ul img {
	vertical-align: text-bottom;
}
#thumbs a {
	border: 0;
}

#content .caption {
	padding: 8px 0 0 0;
}
#content .caption p {
	font-family: georgia, times, sans-serif;
	font-style: italic;
	font-size: 1em;
	margin: 0;
	text-align: center;
}



/* =sidebar
------------------------------------------------------ */

#sidebar .module {
	border-bottom: 1px solid #cfcfcf;
}
#sidebar .module h2 {
	font-size: 1.5em;
	font-style: italic;
	margin: 0 0 0.5em 0;
	padding: 0 10px 0.5em 0;
	text-indent: 18px;
	border-bottom: 1px solid #cfcfcf;
	background: url(../images/nav-sub-on.gif) no-repeat 0 1px;
	line-height: 1;
}
#sidebar .module p {
	margin: 0 0 0.5em 0;
	padding: 0 9px 0 9px;
}

#sidebar div.event-info {
	height: 180px; 
	overflow: auto;
}
#sidebar div.event-info h3 {
	font-size: 1.1em;
	line-height: 1.2;
	font-family: arial, helvetica, verdana, sans-serif; font-weight: bold;
	margin: 1.5em 0 0.2em 0;
	padding: 0 0 0 9px;
}
#sidebar div.event-info p {
	line-height: 13px;
}
#sidebar div.event-info p a {
	/*line-height: 16px;*/
}
/* image details and toolbar */
#sidebar #image-info { 
	border-bottom: 0;
	margin: 0;
}
#sidebar #image-info h2 {
    background: none; text-indent: 0; 
	padding-left: 9px;
	margin: 0;
}
#image-caption {
	height: 120px; 
	overflow: auto;
	margin: 0; padding: 5px 0 0.5em 0;
}
#image-caption p {
	margin: 0; line-height: 1.3;
	padding: 0;
}
#image-toolbar { 
	height: 25px; 
	margin-top: 0;
	background: url(/images/toolbar-bg.gif) no-repeat top right;
}
#image-toolbar #thumbs-btn {
	width: 80px; height: 25px;
	background: url(../images/toolbar-thumbs.gif) no-repeat 0 0;
}
#image-toolbar #prev {
	width: 65px; height: 25px;
	background: url(../images/toolbar-prev.gif) no-repeat 0 0;
}
#image-toolbar #next {
	width: 65px; height: 25px;
	background: url(../images/toolbar-next.gif) no-repeat 0 0;
}
#image-toolbar #thumbs-btn, #image-toolbar #prev, #image-toolbar #next {
	display: block; float: left;
	border: 0; text-decoration: none;
	text-indent: -9999px;
}
#image-toolbar #thumbs-btn:hover, #image-toolbar #prev:hover, #image-toolbar #next:hover {
	background-position: 0 -25px;
}

/* =home page
------------------------------------------------------ */


/* =footer
------------------------------------------------------ */

#footer p {
	margin-left: 210px;
	padding: 10px 0;
	border-top: 1px solid #cfcfcf;
	font-size: 1em;
	text-align: right;
	color: #999;
}


/* =misc
------------------------------------------------------ */

hr, .hide {	display: none; }
.highlight { background: #ffc; }
.left { float: left; margin: 0 8px 8px 0; }
.right { float: right; margin: 0 0 8px 8px; }

/* self-clearing floats */

.wrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}