/* reset.css, part of YUI's CSS Foundation 2.6.0 */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0}
table {border-collapse:collapse; border-spacing:0}
fieldset,img {border:0}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal}
ol,ul {list-style:none}
caption,th {text-align:left}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal}
q:before,q:after {content:''}
abbr,acronym {border:0}
/* base.css, part of YUI's CSS Foundation 2.6.0 */ h1 {/*18px via YUI Fonts CSS foundation*/ font-size:138.5%}
h2 {/*16px via YUI Fonts CSS foundation*/ font-size:123.1%}
h3 {/*14px via YUI Fonts CSS foundation*/ font-size:108%}
h1,h2,h3 {/* top & bottom margin based on font size */ margin:1em 0}
h1,h2,h3,h4,h5,h6,strong {/*bringing boldness back to headers and the strong element*/ font-weight:bold}
abbr,acronym {/*indicating to users that more info is available */ border-bottom:1px dotted #000; cursor:help}
em {/*bringing italics back to the em element*/ font-style:italic}
blockquote,ul,ol,dl {/*giving blockquotes and lists room to breath*/ margin:1em}
ol,ul,dl {/*bringing lists on to the page with breathing room */ margin-left:2em}
ol li {/*giving OL's LIs generated numbers*/ list-style: decimal outside}
ul li {/*giving UL's LIs generated disc markers*/ list-style: disc outside}
dl dd {/*giving UL's LIs generated numbers*/ margin-left:1em}
th,td {/*borders and padding to make the table readable*/ border:1px solid #000; padding:.5em}
th {/*distinguishing table headers from data cells*/ font-weight:bold; text-align:center}
caption {/*coordinated marking to match cell's padding*/ margin-bottom:.5em; /*centered so it doesn't blend in to other content*/ text-align:center}
p,fieldset,table {/*so things don't run into each other*/ margin-bottom:1em}
/* ie 6 haslayout fix */ * html div {zoom: 1}
/* ie 7 haslayout fix */ div {min-height: 0}
#colorbox img {padding:0}
/* MODAL EDITING */ a.iframe, a.inline_edit {color:white; z-index:25; position:absolute; top:0; right:0; border:2px solid #eee; background-color:red; padding:0 6px; text-decoration:none; font-size:13px; font-family:Arial, Verdana, sans-serif; line-height:1.2em}
a.iframe:hover, a.inline_edit:hover {color:white; border:2px solid #999}
/* ColorBox Core Style The following rules are the styles that are consistant between all ColorBox themes */ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; text-align:left;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/* ColorBox example user style These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com */ #cboxOverlay{background:#000;}
#colorbox{}
#cboxContent{background:#000; margin-top:20px;}
#cboxLoadedContent{background:#000; padding:5px;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-41px; background:url(/images/jquery.colorbox/controls.png) top left no-repeat; width:38px; height:81px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-41px; background:url(/images/jquery.colorbox/controls.png) top right no-repeat; width:38px; height:81px; text-indent:-9999px;}
#cboxNext.hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(/images/jquery.colorbox/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/images/jquery.colorbox/controls.png) top center no-repeat; width:47px; height:24px; text-indent:-9999px;}
#cboxClose.hover{background-position:bottom center;}
