/*-----------------------------------------*/
/* General css for carletonwatkins.org web */ 
/*-----------------------------------------*/
body, ul, li {
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
	z-index: 1;
	/*background: #fff3de;*/
	margin:0px 0px 0px 0px;
	background: #fefbea;
	/*background: black;*/
	/*background: lightgray;*/
	z-index: 1;
	/*background-image: url(../../watkins_web/views/home_images/back-award-lg.jpg);*/
	/*background: #3f3420;
	background: -moz-linear-gradient(top, #55462c, #1d180f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#55462c), to(#1d180f));*/

}
body a:link {
  color: #993300;
  text-decoration: none;
}
body a:visited {
  color: #993300;
  text-decoration: none;
}
body a:hover {
  color: #FF6600;
  text-decoration: underline;
}
body a:active {
  color: #993300;
  text-decoration: none;
}
body table a:visited, table a:active {
  color: #993300;
  text-decoration: none;
}

#page {min-width:950px;
		/*position: relative;
		z-index: 1;*/
}

#banner {min-width:950px;
	height:70px;
	/*position: relative;*/
	margin:0;
	/*margin:0px 1em 0px 1em;*/
	background-image: url(../img_m/banner_bg.jpg);
	border-bottom-color:#5b3514;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	}
#banner a:link, a:visited, a:active, a > img {
  border: 0;
  text-decoration: none;
		
}
.banner_img {
	/*display: block;*/
	float: left;
	margin-left: 10px;
	margin-right: auto;
	padding-top: 5px;
	/*margin:10px 0px 0px 0px;*/
}

#pagearea {
    background-image: url(../views/home_images/back-award-lg.jpg);
    margin-left:0;margin-right:0;
    /*margin-left: 1em;*/
    /*margin-right: 1em;*/
    padding-left:1em;padding-right:1em;
    margin-top: 0em;
    /*min-width: 950px;*/
    /*z-index: 2;
    position: relative;*/
}

#pagearea p {
	color: #555;
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 2em;
	font-size: small;
	line-height: 1.4em;
	}
#pagearea h1 {
	padding-top: 1em;
	text-align: center;
	color: #555;
	margin-top: 0em;
	}
#pagearea .footnote {
	font-size: x-small;
	line-height: .7em;
	}
#pagearea .citation p {
	font-size: .8em;
	line-height: 1.2em;
	}
#pagearea .floatleft {
	float: left;
	margin-left: 1em;
	margin-right: 1em;
	text-align: center;
	}
#pagearea .floatleft img {
	border: 1px solid black;
	}
#pagearea .floatleft p {
	margin-top: 2px;
	line-height: 1.2em;
	width: auto;
	font-size: x-small;
	color: #555;
	}
#pagearea .floatright {
	float: right;
	margin-left: 1em;
	margin-right: 1em;
	text-align: center;
	}
#pagearea .floatright img {
	border: 1px solid black;
	}
#pagearea .floatright p {
	margin-top: 2px;
	line-height: 1.2em;
	width: auto;
	font-size: x-small;
	color: #555;
	}
#pagearea .center {
	display:block;
	margin: auto;
	text-align: center;
	}
#pagearea .center img {
	border: 1px solid black;
	margin: 0px 10px 0px 10px;
	}
#pagearea .center p {
	margin-top: 2px;
	line-height: 1.2em;
	width: auto;
	font-size: x-small;
	color: #555;
	}
#pagearea .container {
	padding-left: 50px;
	padding-right: 30px;
	}

#conditions {margin-left:10px;
			margin-top:5px;
			margin-bottom:5px;
			text-align: center;
			font-size: x-small;
			color: #666666;
			width: 650px;
			margin-left: auto;
			margin-right: auto;
			}
#conditions a:link, a:visited, table a:visited, table a:active {
  color: #993300;
  text-decoration: none;
}

#conditions a:hover {
  color: #FF6600;
  text-decoration: underline;
}

.msg {
		margin: 20px;
		font-weight:bold;
		font-size: 18px;
		text-align: center;
		color: #6c5837;
}
.msg-highlight {
		color: #ff7633; 
}
.error_msg {
	/*padding: 5px 0 0 0;*/
	margin: 20px auto;
	font-weight:bold;
	font-size: 1.3em;
	text-align: center;
	color: #6c5837;
	/*background: #fdf8da;*/
	min-height: 400px;
}

.clear { clear: both;}

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:15px;
	overflow:hidden;
	width:40px;
	height:53px;
	border:none;
	text-indent:100%;
	background:url(../img_m/top.png) no-repeat left top;
}

#toTopHover {
	background:url(../img_m/top.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

@media print {
 * {display:none}
 }
 
/*--------------------*/
/* css for index page */
/*--------------------*/
#slideshow_container {
	width: 370px;
        min-height: 350px;
        margin-top: 35px;
        margin-left: 35px;
        float: left;
	position:relative;
	z-index:0;
        background:url("../img/bg555.gif") no-repeat;
}

.bgnd {
        background:rgba(240,240,240,1);
       /* height: 350px;
        width: 300px;*/
}

#example {
	width:350px;
	position:relative;
}
#text_and_slide_container {
	position:relative;
	display:inline-block;
	background: none;
	margin:0;
	min-height: 430px;
	z-index: 2;
}
#text_and_slide_container h1 {
    color: #666;
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 5px 20px 10px 20px;
    padding: 0;
}
#intro {
    display: block;
    position: relative;
    z-index: 2;
    float: left;
    padding: 15px 15px 0px 25px;
    width: 47%;
    text-align: justify;
    margin-top: 0px;
}
#intro p {
     color: #666;
     font-size: small;
     line-height: 1.2em;
     margin-top: 0;
     margin-bottom: .9em;
}
#topic_area {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 15px;
    text-align: center;
    width: 850px;
    color: #666;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
    }
.topic_stack {
    width: 260px;
    height:176px;
    float:left;
    margin-right: 5px;
}
.topic_halfheight {
        /*background: url("views/home_images/background_newlook_b.png") no-repeat;*/
	border: 1px solid #aaaaaa;
        height: 78px;
        width: 240px;
        margin: 6px 7px 7px 7px;
        float: left;
	    /*background: #f8f4df;*/
	    background:url("../views/home_images/bgnd_sandstone_60x60-5.png");
        /* Rounded Corners */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /* Shadows */
    box-shadow: 5px 5px 5px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5); 
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5);
}
.topic_halfheight h1 {
    margin-top: 7px;
    margin-bottom: 0px;
}
.topic_halfheight p {
    color: #666;
    margin-top: 0px;
}
.topic_halfheight img {
    height:20px;
    width:15px;
    margin: -2px 5px 15px 10px;
    padding-bottom: 0px;
    float: left;
}
.topic_container {
    margin: 7px;
    float: left;
    border: 1px solid #aaaaaa;
    width: 176px;
    height: 172px;
    color: #666;
   /* font-size: .8em;*/
    /*line-height: 1.2em;*/
    /*text-align: left;*/
    /*padding: 4px 12px 5px 14px;*/
    /*background:url("views/home_images/background_topic_b.png") no-repeat;*/
    background:url("../views/home_images/bgnd_sandstone_60x60-5.png");
    /*background: #f8f4df;*/
        /* Rounded Corners */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /* Shadows */
    box-shadow: 5px 5px 5px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5); 
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5);
}
.topic_container a span {
    font-size: 12px;
}
.topic_container img {
    float:right;
    border: 1px solid #666;
    margin-top: -2px;
    margin-left: 3px;
    margin-right: 5px;
    margin-bottom: 0px;
}
#topic_area h1 {
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    font-size: medium;
    font-style: italic;
    line-height: 15px;
    padding: 3px 12px 0px 12px;
    margin: 7px 0px 5px 0px;
}
#topic_area p {
    margin: 0px;
    padding: 0px 12px 0px 12px;
    font-size: 11px;
	line-height: 13px;
	text-align: left;
}
/* #topic_area a:link, a.visited, a.active {
	text-decoration: none;
	color: #993300;
}
#topic_area a:hover {
	text-decoration: underline;
	color: #FF6600;
}*/ 
#topic_area a:link {
  color: #993300;
  text-decoration: none;
}
#topic_area a:visited {
  color: #993300;
  text-decoration: none;
}
#topic_area a:hover {
  color: #FF6600;
  text-decoration: underline;
}
#topic_area a:active {
  color: #FF6600;
  text-decoration: underline;
}
#top_images_container {
    position: relative;
    margin: 8px 0px 0px 4px;
    float: left;
    border: 1px solid #aaaaaa;
    width: 819px;
    /*height: 225px;*/
    color: #666;
    padding: 0 0 10px 0;
   /* font-size: .8em;*/
    /*line-height: 1.2em;*/
    /*text-align: left;*/
    /*padding: 4px 12px 5px 14px;*/
    /*background:url("views/home_images/background_toppages.png") no-repeat;*/
    /*background-image: url("js/cluetip/images/ui-bg_fine-grain_15_f7f3de_60x60.png");*/
    /*background-image: url("js/cluetip/images/ui-bg_fine-grain_65_654b24_60x60.png");*/
    background:url("../views/home_images/bgnd_sandstone_60x60-5.png");
    /*background: #fdf8da;*/
    /*background: #f8f4df;*/
    /* Rounded Corners */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /* Shadows */
    box-shadow: 5px 5px 5px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5); 
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5);
}
#top_images_container h1 {
    margin: 10px 15px 10px 15px;
    padding: 0 5px 3px 5px;
    width: 95%;
    border-bottom: 1px dotted #666666;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.top_images {
    position: relative;
    text-align: center;
    vertical-align: middle;
    /*height: 170px;*/
    /*line-height: 0;*/
    float: left;
    width: 196px;
    /*max-width: 190px;*/
    /*padding: 5px;*/
    border-right: 1px solid #aaaaaa;
    /*border: 1px solid blue;*/

}
.top_images img {
        max-height: 150px;
	max-width: 185px;
	border: 1px solid #888888;
}
.top_images span {
    padding: 5px 0 5px 0;
    margin-top: 5px;
}
.top_images_first {
    margin-left: 15px
}
.top_images_last {
    border: none;
    margin-right: 15px;
}

.mobile h1 {
    text-align: center;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    font-size: medium;
    font-style: italic;
    line-height: 15px;
    padding: 3px 12px 0px 12px;
    margin: 7px 0px 5px 0px;
}

#nojs {
    width: 100%;
    background: #000;
    text-align: center;
    font-size: medium;
    color: #ff7633;
}
#nojs span {
    font-size: 20px;
}
#frame {
	position:absolute;
        width:370px;
        height:370px;
        left:-10px;
        top:-10px;
        z-index:200;

	-moz-box-shadow: 3px 3px 5px #777;  /* x, y, radius, color */
	-webkit-box-shadow: 3px 3px 5px #777;
	box-shadow: 3px 3px 5px #777;
        /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#777')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#777');
}
#lt-ie9 .frame {
	margin-left: -8px;
}

/* Slideshow */
#slides {
	position:absolute;
	z-index:100;
}
/* Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash */
.slides_container {
	width:350px;
	overflow:hidden;
	position:relative;
	display:none;
}
/* Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block */
.slides_container div.slide {
                width:350px;
                height:350px;
               display:block;
            }
            
#slides .pagination {
	margin:18px;
        margin-left: auto;
        margin-right: auto;
	width:125px;
         position: relative;
         
}
#slides p {
	font-size: 10px;
	text-align: left;
	line-height: 0px;
	color: #fff;
	text-shadow: none;
	margin-left:5px;

    /*margin: 0px;
    padding: 0px 12px 0px 12px;
    font-size: 11px;
	line-height: 13px;
	text-align: left;*/
}

#slides .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
        /*background-image: url(../views/home_images/back-award-lg.jpg);*/
}

#slides .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image: url(../slides/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

#slides .pagination li.current a {
	background-position:0 -12px;
}

#slides .caption {
	z-index:500;
	position:absolute;
	left:0;
        /*bottom:-35px;*/
        margin-bottom: 0px;
        /*top: 340px;*/
	height:13px;
	padding:0px 5px 8px 5px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:340px;
	font-size:10px;
        font-style: bold;
        text-align: left;
	line-height: 0px;
	color: #fff;
        border-top:1px solid #000;
	text-shadow:none;
}

.fb-like-box {
        background: url("../views/home_images/background_fb_b.png") no-repeat;
        height: 88px;
        width: 292px;
        padding-top: 1px;
        padding-left: 1px;
        float: left;
}

/* styles for main image and filter display pages */
#filter_and_image_table_wrapper {
	position: relative;
	
}
#filter_panel {
	position: relative;
	float: left;
	width: 220px;
	/*background: #fdf8da;*/
	border: 1px solid #6c5837;
	border-top:none;
	margin: 0 0 10px 0;
	display: inline-block;
	vertical-align: top;
}
#filter_panel .filter_heading {
	font-size:large;
	color: #6c5837;
	margin:10px 5px -5px 5px;
	/*border-bottom: 1px solid #aaa;*/
}
#filter_panel h3 {
	font-size:small;
	color: #6c5837;
	margin:10px 10px 2px 5px;
	border-bottom: 1px dotted #888;
}
#filter_panel label {
	width: 180px;
	text-align: left;
}
#image_table_wrapper {
	position: relative;
	margin-left: 200px;
}
.filter_list ul {
	padding-left: 5px;
	background: #fefbea;
}
.filter_list ul li {
	line-height:18px;
	list-style-type: none;
	background: #fefbea;
	color: #6c5837;
}
#filter_panel input[type="checkbox"] {
    display:none;
}
#filter_panel input[type="checkbox"] + label .checkbox {
    display:inline-block;
    width:18px;
    height:18px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url(check_box_outline_blank.svg) left top no-repeat;
    opacity: 1;
    cursor:pointer;
}
#filter_panel input[type="checkbox"]:checked + label .checkbox {
    /*background:url(check_box.png) left top no-repeat;*/
    background:url(check_box.svg) left top no-repeat;
    /*background:url(close_icon.svg) left top no-repeat;*/
}
.result_count {
	font-size: smaller;
	color: #888;
}
#year_range {
	position: relative;
	/*float: left;*/
	/*width: 100%;*/
	/*border-top: 1px solid #888888;*/
	/*margin:25px 10px 10px 10px;*/
	/*padding: 2px;*/
}
.year_slider_label {
	margin: 0 0 10px 0;
}
.year_slider_container {
	margin:7px 0px 3px 0px;
	padding: 0 15px 0 5px;
}
.filter_msg {
	padding-left:3px;
	/*font-weight: bold;*/
}
#breadcrumbs_panel {
	/*background:#fdf8da;*/
	position: relative;
	margin-left:25px;
	padding:5px;
	border-bottom: 1px dotted #cccccc;
}
#breadcrumbs_panel ul {
	margin:0; padding:0;
	background:#fefbea;
}
#breadcrumbs_panel ul li {
	display: inline-block;
	border: 1px solid #cccccc;
	margin: 4px 5px;
	padding: 2px 0 0 5px;
	background:#ebedee;
	border-radius: 7px;
}
#breadcrumbs_panel input[type="checkbox"] {
    display:none;
}
#breadcrumbs_panel input[type="checkbox"] + label .close_icon {
    display:inline-block;
    width:24px;
    height:24px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url(check_box_outline_blank.svg) left top no-repeat;
    opacity: .5;
    cursor:pointer;
}
#breadcrumbs_panel input[type="checkbox"]:checked + label .close_icon {
    background:url(close_icon.svg) 2px top no-repeat;
}
.close_icon {
	margin:0;
	padding:0;
}


