/* cgstock.css */

/* default.css		default layout elements...
					links, comments, footer.
					Styles for photos on all domains,
					including thumbnail tables and ajax,
					excluding color.

/* cgstock.css		colors, navigation styles
/* gregerson.css	colors, navigation styles
/* nrp.css			colors, navigation styles
/* athena.css		colors, navigation styles

/* for cgstock */

body { 
	color: #003333;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Helvetical, Tahoma, Arial, sans-serif;
	font-size: 14px;
}


h1	{
	color: #7799aa ;
	margin: .5em;
	font-weight: bold ;
	text-align: center;
	font-size: 1.5em;
}

h1.small, h2, h3, h4, h5 {
	font-family: Trebuchet, Helvetica, Tahoma, Sans-serif;
}

h1.small {
	color: #6699aa ;
	margin-top: .25em;
	margin-bottom: .5em;
	font-weight: bold ;
	text-align: center;
	font-size: 1.25em;
}

h2	{
	margin: 4px;
	color: #6677a2;
	text-align: center;
	font-size: large;
}

h3  { margin: 4px;
    color: #3366aa;
	font-size: 16px;
}

h4	{ margin-bottom: .5em;
	margin-top: .5em;
	font-weight: bold;
	color: #336699;
}

p	{
	margin: .5em 0em .5em 0em;
}


small { font-size: 12px; }

/* search box for cgstock */

.search_input {
    border: 1px #aaa solid;
    background: #fcfcff;
    color: #336;
}

/* submit button */
.search_submit {
    border: 3px #aaccff groove;
    color: #444466;
	background-color: #e2eaf8;
}


/* the navigation box on cgstock.com */

.home_nav {
	width: 94px;
	border: 3px #99ccdd solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: #d0d0e0 4px 4px 4px;
	-webkit-box-shadow: #d0d0e0 4px 4px 4px;
	padding: 1px;
	background-color: #e8f8fe;
	margin: 2px;
}

.home_nav2 {
	border-top: 1px #ddf solid;
	border-right: 1px #99c solid;
	border-bottom: 1px #99c solid;
	border-left: 1px #ddf solid;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f2faff;
	padding: 2px;
	margin: 2px;
}

.current2 {
	background-color: #d2eafc;
	background: url("/images/high_bg.jpg");
	background-position: center;
	display: block;
	color: #4466aa;
	font-family: sans-serif;
	font-size: small;
	font-weight: bold;
	border: 1px #a0c0d0 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px;
	margin: 2px;
}

.current3	{
	background-color: #eaf2f6;
	background: url("/images/low_bg.jpg");
	background-position: center;
	display: block;
	font-family: sans-serif;
	color: #446688;
	font-size: small;
	font-weight: bold;
	border: 1px #a0c0d0 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px;
	margin: 4px;
}

a.current3:hover {
	background: none;
	background-color: #e2eaf6;
	color: #4466aa;
}

/* styles for links in the navigation box */

.tlc, .tlc2, .tlc3 {
	font-size: small;
	display: block;
	font-family: helvetica, lucida sans unicode, verdana, sans, sans-serif;
	margin-left: .35em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #ccccee;
}

.tlc2 {	font-size: small;
	line-height: 1.25em;
	margin-left: 1ex;
	margin-bottom: 0px; }

.tlc3 {
	font-weight: bold;
	color: #99aabb;
}

a.tlc, a.tlc2, a.tlc3 {
	color: #555599;
}

a.tlc:hover, a.tlc2:hover {
	background-color: #daeafa;
	border-bottom-color: #666699;
}

a.tlc:visited, a.tlc2:visited {
	color: #aa6666;
	border-bottom-color: #aaaabb;
}

a.tlc:visited:hover, a.tlc2:visited:hover {
	color: #993333;
	background-color: #e0f2f9;
	border-bottom-color: #993333;
}

/* end nav */

/*this is for the javascript navigation on cgstock.com */
.nav_td h3 {
	margin: 3px 0px 3px 10px;
	text-align: left;
	font-family: Trebuchet, Helvetica, Tahoma, Sans-serif;
}

.nav_td h3 a {
	color: #748acc;
	text-decoration: none;
	text-shadow: 2px 2px 2px #ccd;
}

.nav_td h3 a:hover {
	background-color: #eaf2fa;
	text-decoration: underline;
	/*border: 1px #99f solid;*/
	color: #3377aa;
}

.nav_td h3 a:visited {
	color: #bb6699;
}

.nav_td img
{
	padding: 0px;
	border: 0px;
	background-color: #eeeeff;
	cursor: pointer;
}

.nav_td p {
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 25px;
	padding: 1px;
	padding-right: 4px;
	line-height: 1em;
	text-align: left;
	display: block;
}	

/* these are from pt.js */
.group {
  display: none;
  font-size: 100%;
}

.group a {
	margin: 2px 0 2px 2em;
	text-align: left;
	font-size: 90%;
	color: #4466bb;
	text-decoration: none;
	display: block;
	white-space: nowrap;
}

.group a:hover {
	background-color: #e8f0ff;
	text-decoration: underline;
	color: #3377aa;
}

.group p a:visited {
	color: #cc6699;
}

.lnav:hover {
	background-color: #aaccff;
}
/* end of styles from pt.js for cgstock.com */

/*this is for the cgstock homepage, list of categories */

.map {
	padding: 2px;
	margin: 2px;
	width: 150px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.map a {
	display: block;
	font-size: small;
	font-weight: normal;
	margin: 1px;
	color: #666699;
}

.map a:hover {
	background-color: #ffffff;
}

.top2 {
	font-weight: bold;
	margin-bottom: 6px;
}


/* colors for some cgstock.com thumbnail cells */
.minneapolis, .snow, .st_paul, .categories, .newest, .events, .locations, .bob_firth, .jim_pickerell, .personal, .prints {
	background-color:#eef8ff;
	border: 2px #aaccf0 solid;

}

.st_paul {
	background-color:#f8eef0;
	border: 2px #bbaacc solid;
}

/*china thumbnail table cell*/
.china	{
	text-align: center;
	vertical-align:top;
	background-color:#ffeaea;
	border: 2px #eed8d8 solid;
}

/*philippines thumbnail table cell*/
.tcp, .philippines	{
	text-align: center;
	vertical-align:top;
	background-color:#eaf2ff;
	border: 2px #ffdddd solid;
	width: 150px;
	color:#333388;
}


.minneapolis2 {
	border-right: 2px #ccccee solid;
	border-bottom: 2px #ccccee solid;
	border-top: 2px #eef8ff solid;
	border-left: 2px #eef8ff solid;
	background-color: #f0f0ff;
}

.st_paul2 {
	border-top: 2px #eef8ff solid;
	border-left: 2px #eef8ff solid;
	border-right: 2px #e0eaf0 solid;
	border-bottom: 2px #e0eaf0 solid;
	background-color: #efeffc;
}

.categories2, .events2 {
	border-top: 2px #f4fcff solid;
	border-left: 2px #f4fcff solid;
	border-right: 2px #e0eae6 solid;
	border-bottom: 2px #e0eae6 solid;
	background-color: #f0f0f6;
}

.locations2, .bob_firth2 {
	border-top: 2px #f4fff2 solid;
	border-left: 2px #f4fff2 solid;
	border-right: 2px #e4ffe4 solid;
	border-bottom: 2px #e4ffe4 solid;
	background-color: #f2fcf2;
}

.prints2, .personal2, .drawings2 {
	border-top: 2px #f2f2ff solid;
	border-left: 2px #f2f2ff solid;
	border-right: 2px #e0e0fa solid;
	border-bottom: 2px #e0e0fa solid;
	background-color: #f4f4f8;
}

.philippines2 {
	border-top: 2px #fff4f8 solid;
	border-left: 2px #fff4f8 solid;
	border-right: 2px #ffe0e0 solid;
	border-bottom: 2px #ffe0e0 solid;
	background-color: #fdeaea;
}

.china2 {
	border-top: 2px #fffff8 solid;
	border-left: 2px #fffff8 solid;
	border-right: 2px #ffe8e0 solid;
	border-bottom: 2px #ffe8e0 solid;
	background-color: #ffe2e6;
}



/* this is navigation at the top row of picture pages */
.s_nav {
	color: #4466bb;
	font-size: 13px;
}

/* the back and next linsk for thumbnail pages page */
.last_next {
	background-color: #dfe8fa;
	border: 1px #89c solid;
}

/* this is the div box for the previous/next thumbnails*/
.stepping	{
	border: 2px #8aa8d4 solid;
}

/* this is for the last set of hidden thumbnails */
.nav_last {
	color: #6666cc;
}

/* this is for the next set of hidden thumbnails */
.nav_next {
	color: #4444cc;
}

.nav_next:hover, .nav_last:hover {
	color: #7788ff;
}

/* colors for pic pages */

.cat_container {
	background-color: #e4e6fc;
	color: #666699;
}


img.hide_thumb:hover {
	border: 2px #99aaff solid;
}

/* the currently selected category tab */
.cat_container2 {
	color: #aaaacc;
	background-color: #f2f4fa;
	border: 2px #89c solid;
	border-left: 2px #f2f4fa solid;
}

.cat_container:hover {
	color: #6677cc;
}

/* this is the box floating to the upper-right of photos
on each picture page */
.pic_notice_box {
	background-color: #f6f8ff;
	border: 1px #67a solid;
	color: #6688aa;
}

/* comment-related */

a.post 	{
    color: #7788aa;
	background-color: #eae8fc;
}

/* this is for the video section on cgstock.com */
td.vid {
	background-color:#e4eef6;
	border: 2px #fad8da solid;
	color:#333366;
	vertical-align: top;
}

.vid h3 {
	text-align: center;
}

.vid div {
	font-family: sans-serif, Helvetica, lucida sans unicode, verdana, sans, arial;
    font-size: small;
	margin-bottom: 4px;
	margin-top: 6px;
	margin-left: 1em;
	margin-right: 1em;
}

/* screen grab for a video */
.shot {
	margin: 4px;
	border: 1px #679 solid;
	padding: 2px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.shot:hover {
	border: 1px #f79 solid;
}

td.photos {
	border: 2px #b0b0b2 solid;
}

.footer {
	color: #687a90;
	margin: 1em;
	width: 650px;
	text-align: center;
	display: block;
	clear: both;
}

.footer2 {
	font-size: small;
	color: #8899aa;
	margin: 0em;
	text-align: center;
	display: block;
	clear: both;
}

/* for the vilana page */
.date {
	font-size: small;
	vertical-align: top;
	font-style: italic;
	padding: 4px;
}

.white { background-color: #ffffff;
	font-size: small;
	padding: 6px;
	vertical-align: top;
}

.v	{
	background-color: #ffffff;
	text-indent: 2em;
}

.v2	{
	background-color: #ffffff;
	text-indent: 1em;
    padding: 12px 24px 12px 24px;
	margin-bottom: 0px;
    font-size: 10pt;
}

.cap {
	text-align:center;
	background-color:#dae0f0;
	color:#6666aa;
	padding: 2px;
	border-width: 3px;
	border-style: solid;
	border-color: #cac0e0;
	line-height: 1.6em;
	font-size: medium;
	width: 550px;
	margin-top: 1em;
}

.cap a {
	background-color: #e8e8ff;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
}

.cap a:hover {
	text-decoration: underline;
}

.lit {
    margin: 1em 3em 1em 3em;
    font-family: courier, courier new, fixed-width;
}

/* end for the vilana page */

/* remove rounded corners from box under photos */
.info_box {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin: 0px 4px 4px 0px;
}

