/* ---------- CYNTHIA CAPLAN ----------

sub.css provides layout and typographic 
styles used on the internal pages

--------------------------------------- */

@import "base.css";

body {
	background: #FFF url(../images/bck-sub.gif) repeat-x center top;
}
#main {
	margin-top: 60px;
	padding: 0 85px 0px;
	width: 600px;
	background: transparent url(../images/bck-sig.gif) no-repeat 70px bottom;
}
#content {
	float: right;
	width: 450px;
	min-height: 350px;
	padding-bottom: 60px;
}
#content h2 {
	color: #4E080B;
	font: 2.1em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .3em;
}
#content p {
	font: 1.3em/1.4em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .7em;
	text-align: justify;
}
#content p strong {
	font-weight: bold;
}
#content p em {
	font-style: italic;
}
#content p a {
	color: #4E080B;
}
#content p a:hover {
	color: #f8f3e0;
	background-color: #4E080B;
	text-decoration: none;
}
.non-gallery {
	margin-bottom: 20px;
}
#content .request {
	margin-top: 34px;
	padding: 15px;
	background-color: #f8f3e0;
	text-align: left;
	color: #4E080B;
	font: 1.2em/1.3em Arial, Helvetica, Geneva, sans-serif;
}
#content .request a {
	color: #4E080B;
}
#content .request a:hover {
	color: #f8f3e0;
	background-color: #4E080B;
	text-decoration: none;
}

#sidebar {
	float: left;
	width: 125px;
}
#sidebar h3 {
	color: #4E080B;
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .5em;
}
#sidenav {
	font: 1.4em/1.2em Georgia, "Times New Roman", Times, serif;
}
#sidenav li {
	margin: 2px 0 7px -7px;
}
#sidenav li a {
	display: block;
	text-decoration: none;
	color: #2E2E2E;
	padding: 5px 7px;
}
#sidenav li a:hover {
	text-decoration: none;
	color: #4E080B;
}
#sidenav li.on a, #sidenav li.on a:hover {
	display: block;
	color: #D97940;
	background-color: #f9f5e6;
}
#sidebar #sidephotos {
	width: 125px;
	height: 125px;
	padding:0; 
	margin:0; 
	overflow: hidden;
    background-color: black;
}
#sidebar #sidephotos img {
	width: 125px;
	height: 125px;
	padding:0; 
	margin:0; 
    top: 0; 
    left: 0; 
}
#footer {
	width: 685px;
	padding-right: 85px;
	text-align: right;
}

#content ul.biolist {
	font: 1.3em/1.4em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .5em;
}
#content ul.biolist li {
	list-style: square;
	margin-left: 2em;
	margin-bottom: .2em;
}
#content p small {
	font-size: .9em;
	font-style: italic;
}

/* @group GALLERY */
#gallery #main {
	width: 620px;
}
#gallery #content {
	float: right;
	width: 465px;
	min-height: 350px;
	padding-bottom: 60px;
}
#gallery #content a {
	float: left;
	display: block;
	width: 140px;
	height: 140px;	
	margin: 0 15px 15px 0;
}
#gallery #content #slidelink, #gallery #content #gallerylink {
	float: left;
	width: 450px;
	height: 40px;	
	margin: 0 0 0 0;
}
#gallery #content #slidelink a, #gallery #content #gallerylink a  {
	float: right;
	display: block;
	width: 140px;
	height: 23px;	
	margin: 0 0 0 0;
	text-indent: -999em;
	overflow: hidden;
}
#gallery #content #slidelink a {
	background: transparent url(../images/button-slideshow.gif) no-repeat left top;
}
#gallery #content #gallerylink a {
	background: transparent url(../images/button-backtogallery.gif) no-repeat left top;
}



/* @end */

/* @group VIDEOS */

.videos h4 {
	color: #666666;
	font: bold 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: .9em;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-top: 1.4em;
}
.videos .player {
	margin-bottom: 2em;
}

/* @end */


/* @group BLOG */

#blog #content .request {
	margin-top: 15px;
}
#blog .memory {
	padding: 30px 0;
	border-bottom: 1px solid #CCC;
}
#blog .memory h4 {
	color: #4E080B;
	font: 1.7em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .2em;
}
#blog .memory .date {
	color: #666;
	font-style: italic;
}
#blog .entry {
	border-top: 6px solid #4E080B;
	padding: 30px 0;
}
#blog .entry p strong {
	color: #404040;
	font: 1.2em/1.3em Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}
#blog .entry p small {
	color: #4E080B;
	font: 1.0em/1.3em Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
}

/* @end */