/* +------------------------------------------------------------------+ | Green-Beast.com | | MIX: Content Doser | | Cascading Style Sheet | | Copyright March 2006 | | Use with attribution by visible link please! | | Attribute to: Mike Cherim | +------------------------------------------------------------------+ */ /* main content div (floated) */ div#cont_doser { background-color : #ffffdd; float : right; display : inline; margin-top : -3%; width : 72%; border : 1px solid #999; } /* combined h2/h3 heading (styling) */ h2.cont_doser_h2, h2.cdh2, h3.cdh3 { color : #666; font-weight : normal; font-size : 1.4em; padding-bottom : 5px; } /* content h2 heading (styling) */ h2.cdh2 { color : #669900; margin : 20px 20px 0 20px; } /* content h3 heading (styling) */ h3.cdh3 { color : #669900; font-size : 1.3em; margin : 20px 20px 0 20px; } /* content paragraph (styling) */ p.cdp { padding-bottom : 20px; margin : 10px 20px 0 20px; } /* content Jump to Menu link (floated) */ p.cdr { float : right; font-size : 0.85em; padding : 0 15px 15px 0; } /* link menu styling (floated) */ ul#cont_doser_ul { list-style-type : none; float : left; display : inline; width : 23%; } /* content link static (state) */ a.cont_doser_a { color : #669900; } /* content link hover (state) */ a.cont_doser_a:hover { color : #000; } /* content link focus (state) */ a.cont_doser_a:focus, a.cont_doser_a:active { background-color : #ffffcc; } /* this is the example (image content) */ img.cd { float : right; margin : 15px; } /* offset for css off and screenreader message. printed with js so not-show with js on */ div#cd_nostyle, p#cd_reader { position : absolute; top : -2000px; left : -2000px; } /* this needs to be in conditional comment for IE only */ #exp_content { width : 77.7%; } /* End Styles */