@charset "UTF-8";

/* 
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners and are licensed separately. 
*/

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left!important;
}
.narrow.right {
    float:right!important;
    clear:right!important;
}

.wide.left .graphic, img.wide.left { margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center { margin-left:auto; margin-right:auto; }
.wide.right .graphic, img.wide.right { margin-left:auto; margin-right:0px; }

.ImageElement.left, .AudioElement.left { text-align:left; }
.ImageElement.center, .AudioElement.center { text-align:center; }
.ImageElement.right, .AudioElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}
 
/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto!important; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* Site menus. Don't wrap the top level items, and wrap sub-menu items normaly. */
#sitemenu-content ul li span.in { white-space:nowrap;}
* html #sitemenu-content ul li span.in {white-space: normal}
*:first-child+html #sitemenu-content ul li span.in {white-space: normal}
#sitemenu-content ul ul li span.in {white-space: normal}
#sitemenu-content span.in { position: relative; }

body { word-wrap:break-word; }

/* Make sure scaled-down images look good in IE */
img { -ms-interpolation-mode: bicubic; }

textarea.fullWidth, input.fullWidth, select.fullWidth {
	width:96%;
	margin:4px 0;
}
textarea.fullWidth, select.fullWidth {
	margin: 4px 1px
}

form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

.contactError { color:red; font-weight:bold; }

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: 0px;
}

textarea {
    resize: vertical;
}

form.contactElement p {
	text-align: left;
}

.sandvox_icon_white { display:block; text-indent:-9999px; background:url(../_Resources/sandvox_icon_white.png) no-repeat; margin:auto !important; width:88px; height:31px; }

/* 
   css Copyright © 2011-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License 
        - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners 
        and are licensed separately. 
*/


@font-face {
	font-family: 'Pupcat';
	src: url('web-fonts/pupcat_rg-webfont.eot');
	src: local('☺'), url('web-fonts/pupcat_rg-webfont.woff') format('woff'), url('web-fonts/pupcat_rg-webfont.ttf') format('truetype'), url('web-fonts/pupcat_rg-webfont.svg#webfontrKyDm8XO') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1{font-family: 'Pupcat', Palatino Linotype, Book Antiqua, Palatino, serif;}


a img { border: none; }

 /* General styles  */

.clear {
	clear: both;
	height: 0;
}

.hidden  {
    display:none;
}

/* Images embedded in text.  "narrow" are 200 pixels wide or smaller. */
.narrow {
	display: block;
	clear: right;
    float: right;
}
img.wide {
	clear: both;
	display:block;
}

/* Block Level formatting, more or less in descending order */

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	background:url(main-bg.png) repeat-x top;/*FOR IE*/
	background:url(main-bg.png) repeat-x top, url(footer-bg.png) repeat-x bottom;
}
#page {
    margin: 30px auto -5px auto;
	position:relative;
    width: 768px;
	padding:5px;	
}
#main-content h2{
	padding-right:5px;
}
#main-content dl, #main-content .intro{
	margin-left:10px;
}


body.no-sidebar #page {
	color:#231e1a;
}

#page-top {
    margin:0;
	border: 2px solid rgb(229, 229, 229);
	border-bottom:none;
	background-color: rgb(255, 255, 255);
}

/*.has-custom-banner #page-top {
	overflow: hidden;
}
*/
#page-top #title{
	 width:704px;
	 margin:7px auto 0 auto;
	 min-height:159px;
}

#title {
    /*Here we expand the title so we can
    have the nice rounded top with drop shadow,
    then use padding to move the content back */
	margin: 0px -17px;
	padding: 14px 22px 14px 22px;
}

h1 {
    font-size: 50px!important;
    text-align: left;
    margin: 10px;
    margin-top: 22px;
    margin-bottom: 15px;
    display: block;
    font-weight:bold;
	background:url(h1.png);
	padding:5px;
	clear:right;
}
h1, h1 a {
    color:#d7f6f2 !important;
	font-weight:normal !important;
}
/* IE Hack */

/* Hides from IE5-mac \*/
* html h1 {
    height: 1%;
}
/* End hide from IE5-mac */

h1 a {
    text-decoration:none;
    color: black;
}

h1 a:hover, h1 a:focus, h1 a:active {
    border-bottom: 1px solid #000;
}
a:hover, a:focus, a:active{ background:none; border:0!important;}
#page-content a, #page-bottom a{ padding:0!important;}

#title img {
    float: left;
	margin:5px 10px 10px 0;    
    
}

#title p {
    font-size: 16px;
    text-align:left;
    margin: 10px;
    margin-top: 14px;
	font-weight:bold;
	color:#ebf6ff;
	padding:0 20px 0 0;
	text-shadow:#666666 1px 1px;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html #title p {
    height: 1%;
}
/* End hide from IE5-mac */

#sitemenu-container {
    clear:both;
	border-bottom:0;
}

#sitemenu-content a, #sitemenu-content a:hover {
	-webkit-transition: all 0.5s ease-in; /*safari and chrome */
	-o-transition:all 0.5s ease-in; /* opera */
}

.gridItem, .gridItem:hover{
	-webkit-transition: all 0.5s ease-in-out; /*safari and chrome */
	-o-transition:all 0.5s ease-in-out; /* opera */
}
#sitemenu {  	
/*	min-height:45px;
*/	border-bottom:none;	
	border-top:none;	
	padding:4px 0 0 0;
	float:left;
	margin:0 0 0 -2px;
	width:764px;
	border: 2px solid rgb(229, 229, 229);
	border-top:none;
	border-bottom:none;
	background: rgb(255, 255, 255);	
}
#sitemenu-content{
	background: rgb(248, 248, 248);
	margin:0 7px;
	border: 1px solid rgb(228, 228, 228);
}

#sitemenu-content ul {
    text-align: center;
    padding:0;
    margin:5px 10px;
}

#sitemenu-content li {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 1px;
    font-size: 1.1em;
	font-weight:bold;
	margin:0 5px;
}

#sitemenu-content a{
    text-decoration: none;
    color: #361d17;
	display:inline-block;
	padding:5px 0 10px 0;
	max-width:680px;	
}

#sitemenu-content span.in {
	display: inline-block;
}

#sitemenu-content a:hover, #sitemenu-content a:focus, #sitemenu-content a:active, #sitemenu-content li.currentPage span.in, #sitemenu-content li.currentParent span.in{
	padding:5px 0 10px 0;	
}
#sitemenu-content li.currentPage span.in, #sitemenu-content li.currentParent span.in{
	color:#000;
}

li.currentParent a:hover{
	background:none !important;
}
#page-content {
    width: 764px;
    clear: right !important;
	float:left;
	border: 2px solid rgb(229, 229, 229);
	border-top:none;
	background: rgb(255, 255, 255);
	padding-bottom:10px;
	min-height:200px;		
}
body.no-sidebar #page-content {
}

#page-content a, #page-bottom a  {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid rgb(158, 158, 158);
}

#page-content a:hover, #page-content a:focus, #page-content a:active, #page-bottom a:hover, #page-bottom a:focus, #page-bottom a:active {
    border-bottom: 1px solid rgb(0, 0, 0);
    color: black;
}
#page .imageLink {
	border: 0px none;
}

#sidebar {
    float: right;
    width: 220px;
    font-size: 0.8em;
	margin:0 10px 0 0;
	padding:0 5px 8px 3px;
	border-left: 1px solid rgb(229, 229, 229);
}

#sidebar p {
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}
.pagelet {
    width:200px;
    overflow:hidden;
	margin:10px 0 0 10px;
	color:#000;
	font-size:12px;
	line-height:18px;
	padding:5px;
}

.pagelet h4 {
    margin: 10px 3px 0px 3px;
	padding-top:14px;
    font-size: 1.3em;
	text-align: left;
}

body.has-custom-banner #page-top #title
{
 background:no-repeat center top; 
}
body.has-custom-banner #page-content h2{
	margin-top:15px;
}


.callout .pagelet h4 span.in {
    display:block;	
	font-size:17px;
	padding:0 0 5px 0;
	text-align:center;
	color:#FFF;	
}
.pagelet a{
	color:#787878 !important;
	font-weight:bold;
}
.pagelet .contactElement.labelsOnSide {
	margin-right:4px;
}
.RichTextElement p{
	padding:10px 0 0 0;
}
.callout .pagelet-body{
	color:#000;
}
.pagelet-body img{
	margin:20px 0 0 0;
}
.bordered{
	background: rgb(236, 236, 236);
	border: 1px solid rgb(211, 211,211);
	padding:5px;
}
body.allow-sidebar #main .bordered{
	border:1px solid rgb(211, 211, 211);
}

.blockquote-container>.pagelet-body, .blockquote-container>.graphic {
	position: relative;
	padding: 10px 15px 10px 8px;
	background: -30px 5px no-repeat;
}

.blockquote-container .pagelet-body:after, .blockquote-container .graphic:after {
	display: block;
	position: absolute;
	height: 70px;
	width: 70px;
	bottom: 0px;
	right: 0px;
	content: "";
	background: transparent 50px 42px no-repeat;
} 

.blockquote-container blockquote {
	margin: 0px;
	padding-left: 10px;
	z-index: 100;
	position: relative;
	font-style: italic;
}

#sidebar blockquote p, .blockquote-container blockquote p {
	margin: 0px;
	padding: 0px;
}


#main {
    min-height: 190px;
}
/* photo-page, html-page (in some cases), iframe-page don't have sidebar */
body.no-sidebar #main {
    margin-right: 7px;
    font-size: 1em;
}

/* Most other pages have sidebars */
body.allow-sidebar #main {
    margin-right: 10px;
    float: left;
    width: 500px;
    font-size: 1em;
}
/* IE Hack */

/* Hides from IE5-mac \*/
* html .body.allow-sidebar #main {
    margin:0;
    padding:0;
    margin-right: 2px;
    width: 528px;
}
/* End hide from IE5-mac */

.photo-page h2 {
	min-height:23px;
}
.no-sidebar .has-photo-navigation h2 {
	padding-right:185px;
}
.allow-sidebar .has-photo-navigation h2 {
	padding-right:175px;
}
.allow-sidebar .has-photo-navigation .pagelet h4{
	margin-top:40px;
}
h2 {
    display: block;
    font-weight: normal;
	padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin: 0px -7px;
	font-size:18px;
}

/* Hides from IE5-mac \*/
* html h2 {
    height: 30px;
    margin-right: -15px;
    margin-top: -15px;
}
/* End hide from IE5-mac */

#main ul, #sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 5px;
}

li ul {
	padding-top:8px!important;
}

#main ul li, #sidebar ul li {
    padding-left: 30px;
    padding-bottom: 6px;
	padding-top: 2px;
}

ol {
	padding-left: 35px;
}

#main ol>li, #sidebar ol>li {
	background: transparent!important;
	padding-left: 0px;
}

dd {
	margin-left: 30px;
}

.article, .no-callouts {
	margin:0px 10px 10px 10px!important;
	clear: right;
}
.article h3 a:hover{
	color:#000!important;
}
.article h3 {

     padding: 5px;
     color: #361d17;
     font-weight: normal;
	 font-size:18px;
	 
}

/* remove excessive spacing if the heading is used in a collection index */
li h3 {
	margin:0px;
}

#page-content a, #page-bottom a  {
    color: black;
    text-decoration: none;
}

#page-content a:hover, #page-content a:focus, #page-content a:active, #page-bottom a:hover, #page-bottom a:focus, #page-bottom a:active {
    border: 1px solid rgb(0, 0,0);
    color: #000;
}

.imageLink {
	border: 0px none;
}

.article img {
    border: none;
}

.article.narrow{
    float: left;   
}
.narrow.left{
	margin:13px 10px 5px 0;
}
.narrow.right{
	margin:13px 0 5px 10px;
}
.article-info {
	clear: both;
}
.callout-container{float:left; margin:-10px 15px 0 -10px;}

.article-thumbnail {
    float: left;
	margin:5px 10px 5px 0;
	clear:left;
}

.callout {
    float: right;
    margin: 10px;
    margin-right: 0px;
	position:relative;
	background: rgb(236, 236, 236);	
}
.callout .pagelet{
	background:none;
	margin:0;
	padding:0 10px 10px 10px;
}

.callout h4 {
    font-weight: normal !important;
    font-size: 1.1em !important;
	padding:5px 10px 5px 10px;
	margin:3px 0 0 -7px;
	width:194px;
}

#page-bottom {
    font-size: 1em;
/*	background:url(footer-bg.png) repeat-x 0 10px;
*/	position:relative;
	margin:-15px auto 0 auto;
	height:85px;
	bottom:0;
	padding:35px 10px 0 10px;	
}

#page-bottom #page-bottom-contents {
	text-align:center;
	padding-bottom:25px;
	 color:#606060;
}

#page-bottom p {
	display:inline;
}

#page-bottom p+p:before {
	content: ' \002022  ';
}

div.photo-viewer-summary .article {
    margin: auto;
}

.HTMLElement {
    margin-bottom: 10px;
}

.ImageElement, .VideoElement {
    text-align: center;
}
.ImageElement .photo{
	 margin-top:15px;
}

.caption {
    padding: 10px;
}

/* Used on Photo Grid Pages ... */

.photogrid-index {
    text-align: center;
    margin: 10px 0 10px;
    padding: 5px;
    overflow: auto;
    width: 480px;
}

body.no-sidebar .photogrid-index {
	width: 640px;
	margin-left:33px;
}

* html body.no-sidebar .photogrid-index {
	width:652px!important;
}

/* IE:Mac Hackery */
/*\*//*/
.photogrid-index { 
	margin-right:0px;
}
/**/

.photogrid-index a {
	color:#000!important;
	text-decoration:none;
	border:0px!important;
}

.photogrid-index a:hover {
	text-decoration:underline;
}

.gridItem {
    float: left;
    position:relative;
    width:152px;
    height:192px;	/* room for caption */
    margin: 3px;
    padding-top: 6px;
	background: rgb(255, 255, 255);
	border:1px solid rgb(218, 218, 218);
}

.gridItem:hover{
	background: rgb(236, 236, 236);
}

.gridItem h3 {
    font-size:12px;
    font-weight:normal;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
    height: 33px;
    overflow: hidden;
    position:absolute;
	top: 140px; /* needs to leave 38px from the bottom of the gridItem */
	width: 136px;
}
.gridItem h3 a, .article .photogrid-index a { color:#666!important; border:none!important; font-weight:bold;}

.article .gridItem h3{top:135px; height:28px;}

.gridItem img {
    border: 1px solid rgb(80, 80, 80);
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}

* html .gridItem img {
	position: relative;
	top:6px;
}

#sidebar .photogrid-index{
	width:auto;
	margin-left:15px;
}

#sidebar .gridItem{
	height:202px;
}



#sidebar .gridItem h3 {
    line-height:17px;
}

/* IE Hack */
/* Hides from IE5-mac \*/


* html .gridItem h3 {
	position: relative;
	top: 0px;
}

/* End hide from IE5-mac */


/* Used on index summary pages */
.listing-index li h3 a {
    font-weight:normal;
}


/* make linked lists look less blue */
li a {
	text-decoration:none;
}

li a:hover {
	text-decoration:underline;
}

/* Individual Photo Pages */

.photo-navigation {
    position: relative;   
	width:183px;
	height:28px;
	right:25px;
	padding:10px 6px 10px 10px;
	margin:-45px 0 0 570px;
	background:rgb(246, 246, 246);
	
}

body.no-sidebar .photo-navigation{
	margin-top:10px;
}

/* Hides from IE5-mac \*/
* html .photo-navigation {
    margin-top: 2px;
}
/* End hide from IE5-mac */

.photo-navigation a:active {
    border: none;
}

#previous-photo, #previous-photo a, #previous-photo a:hover, #next-photo, #next-photo a, #next-photo a:hover, #photo-list, #photo-list a, #photo-list a:hover{ 
	background-image:url(sprite.png);
	margin:0 5px 0 0;
}

#previous-photo	{
    width: 54px;
    height: 24px;
    text-indent: -5000em;
	float:left;
	background-position:0 -28px;
}
#previous-photo a {
    width: 54px;
    height: 24px;
    display: block;
	background-position:0 0;
}

#next-photo {
    text-indent: -5000em;
    width: 54px;
    height: 24px;
	float:right;
	background-position:-125px -28px;
}

#next-photo a {
    width: 54px;
    height: 24px;
    display: block;
	background-position:-125px 0px;
}
#photo-list {
    text-indent: -5000em;
    width: 54px;
    height: 24px;
	float:left;
	background-position:-70px -28px;
}

#photo-list a {
    width: 54px;
    height: 24px;
    display: block;
	background-position:-70px 0px;
}

.text-navigation{
	position:relative;
}
.text-navigation #previous-photo, .text-navigation #next-photo, .text-navigation  #photo-list, .text-navigation a, .text-navigation a:hover{
	background:none!important;
	width:auto!important;
	font-weight:bold;
	text-indent:0;
	border:none; 
	float:none;
	display:inline!important;
}
.text-navigation a:hover{
	color:#000 !important;
}



/* BANNER STUFF */
body.has-custom-banner #title {
	margin: 0 0px -14px 0px;
}
                                
* html body.has-custom-banner #title {
	margin-bottom: 0px;
}

/* Hides from IE5-mac \*/
* html body.has-custom-banner #title {
	margin-bottom: -14px;
}
/* End hide from IE5-mac */


body.has-custom-banner h1, body.has-custom-banner #title p {
	font-weight: bold;	
}
.timestamp{ padding:0 0 0 10px;}

/*MENU STYLE*/
#sitemenu-content ul li ul {
	font-size:12px;
	border:0;
	padding-top:0!important;
	top:27px!important;
	background:#FFF!important;	
}

#sitemenu-content ul li ul li ul{
	top:0 !important;
	margin-left:-5px!important;
}
#sitemenu-content ul li ul li ul li ul{
	margin-left:3px!important;	
}
#sitemenu-content ul li ul a{
	text-decoration:none!important;
	padding-left:10px!important;
	padding-right:10px!important;
}

#sitemenu-content ul li ul li span.in{
	padding-top:2px!important;
	padding-bottom:2px!important;
	border:0;
	background:none!important;
}

#sitemenu-content ul li ul li ul li a:hover{
	text-decoration:none!important;
}
#sitemenu-content ul li ul li.currentParent span.in{
	background: none!important;
	padding-top:5px;
	padding-bottom:2px!important;
}

 #sitemenu-content ul li ul li.currentPage{
 	padding:5px 0 10px 10px!important;
	font-weight:bold;
 }

#sitemenu-content ul li ul, #sitemenu-content ul li a.selected{
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
}
#sitemenu-content ul li ul a, #sitemenu-content ul li ul li.currentPage{
	border-bottom: 1px solid rgb(196, 200, 200)!important;
}
#sitemenu-content ul li ul{
	border: 1px solid rgb(196, 200, 200)!important;
}
#sitemenu-content ul li ul li.currentParent, #sitemenu-content ul li ul li.currentParent a:hover, #sitemenu-content ul li ul li a:hover, #sitemenu-content ul li ul li.currentPage, #sitemenu-content ul li ul li.currentParent a.selected{
	background: #F3F3F3;
}
h3.index-title { clear:left; }

.no-page-title .photo-navigation {margin-top:3px;}

#page-top #title, body.has-custom-banner #page-top{
	background:rgb(90, 13, 76) url(red/title-stripe.png) repeat-y;
}
#sitemenu-content a:hover, #sitemenu-content a:hover a:focus, #sitemenu-content a:hover a:active, #sitemenu-content li.currentPage span.in, #sitemenu-content li.currentParent span.in, #sitemenu-content ul li.currentParent a.selected /*MENU STYLE*/{
	background:url(red/nav-bg.png) repeat-x bottom;
}
#page-content p a, #page-content dt a, #sitemenu-content a:hover, a:focus, a:active, #sitemenu-content li.currentPage span.in, #sitemenu-content li.currentParent span.in, #main ul li a, #sidebar ul li a, .article h3 a, .text-navigation a{
    color: #9c003d !important;
}
#sitemenu-content a:hover, #sitemenu-content a:focus, #sitemenu-content a:active, #sitemenu-content ul li a.selected{
	background:url(red/nav-bg.png) repeat-x bottom !important;
}

#sitemenu-content ul li ul /*MENU STYLE*/{
	background:#FFF url(red/nav-bg.png) repeat-x bottom !important;
}

.callout h4{
	background: rgb(122, 20, 83);	
}
.blockquote-container .pagelet-body:after, .blockquote-container .graphic:after,
.blockquote-container>.pagelet-body, .blockquote-container>.graphic {
	background-image: url(red/q-red.png);
}

#previous-photo, #previous-photo a, #previous-photo a:hover, #next-photo, #next-photo a, #next-photo a:hover, #photo-list, #photo-list a, #photo-list a:hover{ 
	background-color:rgb(122, 20, 83);
	border:1px solid rgb(132, 0, 86);
}
#previous-photo, #next-photo, #photo-list,#previous-photo a:hover, #next-photo a:hover, #photo-list a:hover{
	background-color:rgb(183, 42, 134);
}

.text-navigation #previous-photo{
   background:url(red/text-prev-o.png) no-repeat left 3px;  
}
.text-navigation #previous-photo a{
	 background:url(red/text-prev.png) no-repeat left 3px; 	 
}
.text-navigation #previous-photo a:hover{
	 background:url(red/text-prev-o.png) no-repeat left 3px; 
}
.text-navigation #next-photo{
	background:url(red/text-next.png-o) no-repeat right 3px;   
}
.text-navigation #next-photo a{
   background:url(red/text-next.png) no-repeat right 3px;
}
.text-navigation #next-photo a:hover{
   background:url(red/text-next-o.png) no-repeat right 3px;
}
.text-navigation #photo-list{
	background:url(red/list-o.png) no-repeat right 3px; 
}
.text-navigation #photo-list a{
   background:url(red/list.png) no-repeat right 3px;
}
.text-navigation #photo-list a:hover{
	background:url(red/list-o.png) no-repeat right 3px;    
}
#main ul li, #sidebar ul li, .callout ul li, #sidebar ul li{
    background: url(red/bullet.png) no-repeat 10px 3px;   
}
.article h3 a{
	border-bottom: 1px solid rgb(122, 20, 83)!important;
}

/*MENU*/

#sitemenu-content ul li ul a, #sitemenu-content ul li a.selected, #sitemenu-content li.currentPage span.in, #sitemenu-content li.currentParent span.in, #sitemenu-content ul li ul li.currentParent, #sitemenu-content ul li ul li.currentParent a:hover, #sitemenu-content ul li ul li a:hover, #sitemenu-content ul li ul li.currentPage, #sitemenu-content ul li ul li.currentParent a.selected{
	color:#9c003d;		
}

.callout-container, .graphic-container { clear:both; }

