/* File: custom.css Description: Custom styles for Thesis BASIC USAGE: If you have enabled the custom stylesheet in the Thesis options panel, the tag will be appended with the "custom" class, like so: . You can use the "custom" class to override *any* CSS declarations contained in the style.css file. For example, if you wish to change the default link color to green, you would add the following declarations to this file: .custom a, .custom a:visited { color: #090; } <--- This makes links green .custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them WHY THIS WORKS: By using the "custom" class, you are creating more specific CSS declarations for HTML elements. CSS styling is applied through rules of specificity, and because declarations prepended with .custom are more specific, they get applied when the page is rendered! More information about styling your Thesis installation using this file can be found in the User's Guide: http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/ */ /* custom thesis styles */ .custom img.alignleft, img.left { float: left; margin-right: 10px;} .custom img.alignright, img.right { float: right; margin-left: 10px;} .custom img.aligncenter, img.center { display: block; margin-right: 10px; margin-left: 10px; float: none; clear: both; } /* custom Slickr Flickr Styles */ .custom .slickr-flickr-slideshow.landscape.medium div img {width:450px;} /* custom CGM Calendar styles */ .custom #tag_list h3 { text-align: center; padding: 5px 0; background: none; color: #333333; margin: 3px 0; font-size: 1em; font-weight: normal; border-bottom: 1px solid #dfdfdf; } .custom #tag_list p a { display: block; width: 124px; padding: 5px 5px; float: left; color: #333333; font-size: 1em; text-decoration:none; } .custom #tag_list p.first_tag { width: 124px; } .custom #tag_list p.first_tag a { border: 0; width: 124px; padding: 5px 5px; text-align: center; } #tag_list p a span { margin: 7px 5px 0; } .custom #tag_list p a.active { background: #ffffff; color: #B40A37; } .custom #tag_list p a:hover { color: #B40A37; text-decoration:underline; background:none; } .display_toggle { position: absolute; top: 10px; left: 15px; } .print_view { position: absolute; top: 10px; right: 15px; } .custom .large_calendar_month { font-size: 1em; padding: 10px 0; color: #fff; width: 100%; text-align: center; background: #B40A37; margin: 0 0 3px 0; float: left; position: relative; } .print_calendar_page .large_calendar_month { background: #B40A37; color: #000; margin: 0; } .large_calendar_month span { margin: 0 10px; } .custom .large_calendar_month a { color: #fff; text-decoration:none; } .custom .large_calendar_month a:hover { text-decoration:underline; background:none; } .print_calendar_page .large_calendar_month a { color: #000; } .weekly_large_calendar, .large_calendar { float: left; width: 100%; } .large_calendar caption, .weekly_large_calendar caption { padding: 15px 0; } #content .large_calendar tr td, #content .weekly_large_calendar tr td { padding: 0; } .custom #content .large_calendar th, .custom #content .weekly_large_calendar th { padding: 0 2px; vertical-align: center; } .custom .large_calendar th, .custom .weekly_large_calendar th { background: #efeeee; color: #333333; padding: 0 2px; text-align: center; vertical-align: center; width: 1%; } .custom .weekly_large_calendar th a { color: #333333; font-size: 1em; width: 100%; float: left; display: block; text-decoration:none; } .print_calendar_page .large_calendar th, .print_calendar_page .weekly_large_calendar th { background: #C9C9C9; color: 000; border: 1px solid #000; } .large_calendar td, .weekly_large_calendar td { vertical-align: top; border: 1px solid #fff; background: #efeeee; text-align: left; font-size: 11px; padding: 0 2px; } .print_calendar_page .large_calendar td, .print_calendar_page .weekly_large_calendar td { background: #fff; border: 1px solid #000; } .large_calendar td.blank_cell, .weekly_large_calendar td.blank_cell { background: #dfdfdf; } .print_calendar_page .large_calendar td.blank_cell, .print_calendar_page .weekly_large_calendar td.blank_cell { background: #fff; } .custom .event_start_time { font-weight: bold; color: #333333; } .custom .large_cal_day a { padding: 0 2px; color: #B40A37; text-decoration:none; } .custom .large_cal_day a:hover { text-decoration:underline; background: none; color: #B40A37; } .custom .large_entry { margin: 0 0 5px; text-decoration:none; } .custom .large_entry a { color: #333333; text-decoration:none; } .custom .large_entry a:hover { background: none; color: #B40A37; } .entry_tag { float: left; margin: 4px 2px 0 0; height: 10px; width: 10px; } .custom .calendar_entry_hover { display: none; position: absolute; left: 2024px; z-index: 100; width: 400px; background: #fff; color: #333333; padding: 10px; font-size: 11px; border: 1px solid #B40A37; } .calendar_entry_hover img { float: left; margin: 0 10px 5px 0; } #content p.event_date { font-size: .8em; color: #ca6b2f; margin: 0 0 5px; } .entries_list a { display: block; float: left; width: 100%; color: #3A3A3A; } /* Book now badge */ .custom #side_slide { background:transparent; left:70%; position:absolute; top:30px; width:114px; } .custom #side_slide a { display:block; height:66px; text-indent:-9999px; padding:5px 0; } .custom #side_slide .book_now {background:url('http://firestationartscentre.com/wp-content/uploads/2010/12/book_now_button.gif') no-repeat 0 0;} .custom #side_slide .book_now:hover {background-position:0 0;} .custom .submit input { width: 100px; } /* What We Do */ .custom #whatwedo { overflow: hidden; clear: both; } .custom #whatwedo .bucket { width: 212px; float: left; margin: 0 0 48px 20px; border: 1px solid #262626; background: #fff; background: -moz-linear-gradient(top, #000 0%, #000 39%, #191919 39%, #000 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(39%,#000), color-stop(39%,#191919), color-stop(100%,#000)); background: -webkit-linear-gradient(top, #000 0%,#000 39%,#191919 39%,#000 100%); } .custom #whatwedo .bucket:first-child { margin: 0 0 0 22px; } .custom #content #images, .custom #whatwedo #programme, .custom #whatwedo #beat, .custom #whatwedo #micro, .custom #whatwedo #bars, .custom #whatwedo #hire { display: block; width: 212px; height: 143px; margin: 0 0 32px 0; text-indent: -9999px; } #content #images { background: url(/wp-content/uploads/2012/01/images.gif); } #content #programme { background: url(/wp-content/uploads/2012/01/programme.gif); } #content #beat { background: url(/wp-content/uploads/2012/01/beat.gif); } #content #micro { background: url(/wp-content/uploads/2012/01/micro.gif); } #content #bars { background: url(/wp-content/uploads/2012/01/bars.gif); } #content #hire { background: url(/wp-content/uploads/2012/01/hire.gif); } #content #images:hover, #content #programme:hover, #content #beat:hover, #content #micro:hover, #content #bars:hover, #content #hire:hover { background-position: 0 -143px; } .custom #whatwedo .bucket p { margin: 0 0 24px 0; padding: 0 13px 0 13px; }