diff -r 53cff4b4a802 -r bde1974c263b web/wp-content/plugins/wptouch/themes/default/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/wptouch/themes/default/style.css Wed Feb 03 15:37:20 2010 +0000 @@ -0,0 +1,2287 @@ +/* @override + http://www.wptouch.com/wp-content/plugins/wptouch/themes/default/style.css + http://www.wptouch.com/wp-content/plugins/wptouch/themes/default/style-compressed.css +*/ + +/* +Theme Name: WPtouch Mobile Plugin & Theme For WordPress +Theme URI: http://www.bravenewcode.com/wptouch/ +Description: A slick theme for your blog or website that is shown only when visitors are using an iPhone, iPod touch, or Android Mobile Device +Author: Dale Mugford and Duane Storey +Author URI: http://www.bravenewcode.com/ + + The CSS, XHTML and design is released under GPL: + http://www.opensource.org/licenses/gpl-license.php + +*/ + +/* @group Body and Theme-Wide Elements */ + +body { + margin: 0; + padding: 0; + font: 12px Helvetica; + -webkit-text-size-adjust: none; + min-height: 460px; +} + +ul { + margin: 0; + padding: 0 20px 0 20px; + list-style-type: circle; + list-style-position: outside; +} + +ol { + margin: 0; + padding: 0 25px 0 20px; + list-style-type: decimal; + list-style-position: outside; +} + +li { + line-height: 17px; + font-size: 12px; + margin-bottom: 10px; + padding-bottom: 10px; + color: #555; +} + +a { + text-decoration: none; +} + +input { + max-width: 96%; +} + +iframe { + max-width: 100% !important; + height: auto !important; +} + +code { + font-family: Courier, "Courier New", mono; + color: red; +} + +blockquote { + -webkit-border-radius: 10px; + border: 1px solid #ccc; + padding: 10px; + font-size: 12px; + background: #eee url(../core/core-images/quotes.png) no-repeat right -2px; + text-align: left; + margin: 5px 1px; +} + +.clearer { + clear: both; +} + +.content { + margin-top: 15px; + position: relative; +} + +.result-text { + color: #475d79; + text-shadow: #eee 1px 1px 0; + font-size: 15px; + font-weight: bold; + margin-bottom: 10px; + margin-left: 10px; + letter-spacing: 0; + border-style: none; +} + +.result-text-footer { + color: #475d79; + text-shadow: #eee 1px 1px 0; + letter-spacing: 0; + font-size: 15px; + font-weight: bold; + margin-bottom: 10px; + margin-left: 10px; + text-align: center; + display: block; +} + +.pageentry h1, .mainentry h1 { + font-size: 22px; +} + +.pageentry h2, .mainentry h2 { + font-size: 18px; + text-shadow: #f9f9f9 -1px -1px 0; + text-align: left; + padding-bottom: 10px; + color: #222; +} + +.pageentry h3, .mainentry h3 { + text-align: left; + color: #666; + font-size: 15px; + border-bottom: 1px solid #adadad; + border-top: 1px solid #adadad; + padding: 10px; + font-weight: bold; + line-height: 14px; + background-color: #eee; + margin: 5px -10px; + text-shadow: #fff -1px 1px 0; +} + +.pageentry h4, .mainentry h4 { + font-size: 13px; + text-shadow: #f9f9f9 -1px -1px 0; + padding: 0 0 10px; + padding-bottom: 10px; + color: #666; +} + +.pageentry h5, .mainentry h5 { + text-shadow: #f9f9f9 -1px -1px 0; + font-size: 12px; + padding: 0; +} + +.mainentry img, #singlentry img, .pageentry img, ol.commentlist li img { + max-width: 100%; + height: auto; +} + +.fontsize { + font-size: 1.2em; + line-height: 140%; +} + +/* @end */ + +/* @group Header */ + +#headerbar { + width: 100%; + background-position: 0 0; + background-repeat: repeat-x; + height: 45px; + border-bottom: 1px solid #1e1e1e; + font-size: 19px; +} + +#headerbar-title { + text-shadow: #242424 -1px -1px 1px; + padding-top: 10px; + padding-left: 10px; + display: block; + margin: 0; + border-style: none; + padding-bottom: 4px; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + width: 85%; + font-weight: bold; + height: 29px; +} + +#headerbar-title a { + text-decoration: none; + letter-spacing: -1px; + position: relative; + font-family: HelveticaNeue-Bold, sans-serif; +} + +#headerbar-title img#logo-icon { + position: relative; + margin-right: 7px; + max-width: 30px; + float: left; + width: 28px; + height: 28px; + padding: 0; + bottom: 1px; +} + +#headerbar-menu { + position: absolute; + top: 0; + right: 0; + margin: 0; + padding: 0; +} + +#headerbar-menu a { + height: 45px; + display: block; + background: url(../core/core-images/wptouch-menu-dropper.png) 0 0; + width: 30px; + margin: 0; + padding: 0; +} + +#headerbar-menu .open { + background-position: 0 -45px; +} + +/* @group Sub-Menu */ + +#drop-fade { + width: 100%; + display: block; + position: relative; + -webkit-box-shadow: #000 -3px 2px 3px; + text-align: right; + border-top: 1px solid #3e3e3e; + height: auto; + overflow: hidden; +} + +#drop-fade a.top { + font-size: 10px; + margin-right: 8px; + position: relative; + bottom: 3px; + color: #fff; + text-shadow: #000000 0px -1px 1px; + display: block; + float: right; + padding: 6px 2px 2px 0; +} + +#drop-fade #loginopen { + background: url(../core/core-images/menu-sprite.png) no-repeat 0 -31px; + padding-left: 16px; +} + +#drop-fade #accountopen { + padding-left: 18px; + background: url(../core/core-images/menu-sprite.png) no-repeat 0 -14px; +} + +#drop-fade #prowlopen { + padding-left: 18px; + background: url(../core/core-images/menu-sprite.png) no-repeat 2px -57px; +} + +#drop-fade #wordtwitopen { + padding-left: 18px; + background: url(../core/core-images/menu-sprite.png) no-repeat 2px -74px; +} + +#drop-fade #searchopen { + padding-left: 18px; + background: url(../core/core-images/menu-sprite.png) no-repeat 2px -92px; +} + +#drop-fade #gigpressopen { + padding-left: 18px; + background: url(../core/core-images/menu-sprite.png) no-repeat 2px -106px; +} + +/* @end */ + +/* @group DropDown Menu */ + +.dropper { + width: 100%; + position: relative; + z-index: 1; + margin: 0; + padding: 0; + border-top: 1px solid #1b1b1b; + font-size: 13px; + background-color: #2c2c2c; +} + +.dropper ul { + position: relative; + list-style-type: none; + margin: 0; + padding: 0; +} + +.dropper li { + border-bottom: 1px solid #1d1d1d; + margin: 0; + background: url(../core/core-images/arrow.png) no-repeat right center; + text-transform: capitalize; + border-top: 1px solid #363636; + padding: 0; + text-align: left; +} + +.dropper li.text { + color: #eee; + text-shadow: #111 0 -1px 1px; + text-align: center; + background-image: none; + padding-top: 25px; + padding-bottom: 25px; + text-transform: none; +} + +.dropper li.text a { + display: inline; + margin: 0; + padding: 0; + text-decoration: underline; +} + +.dropper li:hover { + background-color: #222; + border-top: 1px solid #222; + position: relative; + z-index: 2; +} + +.dropper a { + font-weight: bold; + display: block; + text-shadow: #000 -1px -1px 1px; + color: #d2d2d2; + margin: 0; + width: auto; + padding: 11px 35px 11px 15px; + text-align: left; +} + +/* @group Tab Menus */ + +#wptouch-menu { + position: absolute; + z-index: 2; + top: 45px; + -webkit-box-shadow: #333 -6px 6px 6px; + display: none; +} + +#wptouch-menu-inner img { + float: left; + position: relative; + bottom: 5px; + width: 28px; + padding-right: 10px; + right: 0; +} + +#tabnav { + background-color: #444; + padding-top: 3px; + border-bottom: 1px solid #1b1b1b; + border-top: 1px solid #575757; + padding-left: 10px; + height: 24px; + margin-bottom: -1px; +} + +#tabnav a { + display: inline-block; + margin: 0; + padding: 2px 8px 7px; + color: #999; + text-shadow: #111 0 -1px 1px; +} + +#tabnav a.selected { + background-color: #2c2c2c; + position: relative; + z-index: 1; + -webkit-border-top-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + border: 1px solid #1b1b1b; + margin-left: -1px; + margin-right: -1px; + color: #fff !important; + -webkit-box-shadow: #222 0px -2px 3px; + border-bottom: 1px solid #2c2c2c; + text-shadow: #000000 0 -1px 1px; +} + +#tabnav a:hover, #tabnav a:active { + color: #fff; +} + +/* @end */ + +/* @end */ + +/* @group WordTwit Menu */ + +#wptouch-wordtwit { + position: relative; + border-top: 1px solid #3e3e3e; + background-color: #222; + top: 20px; +} + +#wptouch-wordtwit #twitter-style-bar { + display: block; + border-top: 1px solid #1e1e1e; +} + +#wordtwit-avatar { + text-align: left; + padding-bottom: 10px; + -webkit-border-radius: 8px; + padding-left: 5px; + padding-top: 5px; + border: 1px solid #555; + background-image: none; + background-color: #444; + margin: 10px; +} + +#wordtwit-avatar img { + -webkit-box-reflect: below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(white)); + border: 1px solid #222; + float: left; + margin-right: 15px; + -webkit-border-radius: 2px; + width: 32px; + height: 32px; +} + +#wptouch-wordtwit a#follow-arrow { + border-style: none; + width: 18px; + height: 18px; + position: absolute; + top: 22px; + right: 15px; + padding: 5px; + margin: 0; +} + +#wordtwit-avatar p { + padding: 0; + margin: 0; + color: #777; +} + +#wordtwit-avatar p.twitter_username { + color: #eee; + text-shadow: #222 0 -1px 1px; + font-size: 15px; + font-weight: bold; +} + +#wordtwit-avatar a { + display: inline-block; + font-size: 11px; + color: #999; + text-shadow: #222 0 -1px 0; + padding: 3px 0 0; +} + +#wptouch-wordtwit ul { + +} + +#wptouch-wordtwit li { + color: #ccc; + font-size: 12px; + text-shadow: #000000 0 -1px 0; + text-transform: none; + background-image: none; + background-color: #2c2c2c; + padding-top: 10px; + padding-left: 10px; + padding-right: 50px; +} + +#wptouch-wordtwit li:last-child { + padding-bottom: 20px; +} + +#wptouch-wordtwit li p.time { + color: #777; + font-size: 11px; +} + +/* @end */ + +/* @group GigPress */ + +#wptouch-gigpress { + color: #eee; + text-shadow: #000000 0 -1px 1px; + text-align: left; + font-size: 11px; + border-top: 1px solid #3e3e3e; + clear: both; + margin: 0; + padding: 0; + width: 99%; +} + +#wptouch-gigpress #gigpress-style-bar { + border-top: 1px solid #1e1e1e; + display: block; + width: 100%; +} + +#wptouch-gigpress h4 { + font-size: 14px; + margin: 22px 0 20px; + padding: 0; +} + +#wptouch-gigpress img { + float: left; + margin: 15px 10px; +} + +/* @end */ + +/* @group Push Message Area */ + +#prowl-message { + color: #eee; + text-shadow: #000000 0 -1px 1px; + clear: both; + padding: 10px; + text-align: left; + font-size: 11px; + border-top: 1px solid #3e3e3e; +} + +#prowl-message #push-style-bar { + display: block; + border-top: 1px solid #1e1e1e; + margin-left: -10px; + margin-right: -10px; + margin-top: -10px; + padding-top: 10px; +} + +#prowl-message form p { + font-weight: bold; + font-size: 12px; + position: relative; + margin-bottom: 10px; + margin-top: 10px; + clear: both; +} + +#prowl-message label { + margin-left: 5px; +} + +#prowl-message input { + width: 60%; + -webkit-border-radius: 10px; + padding: 3px; + color: #222; + border: 1px solid #1b1b1b; + font: 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; +} + +#prowl-message input#prowl-submit { + width: 100px; + text-align: center; + color: #fff; + text-shadow: #333 0 -1px 1px; + font-weight: bold; + border: 1px solid #333; + margin-top: 10px; + float: right; +} + +#prowl-message textarea { + width: 98%; + -webkit-border-radius: 10px; + padding: 3px; + color: #222; + border: 1px solid #1b1b1b; + height: 70px; + overflow: auto; + margin-top: 2px; + font: 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; +} + +#prowl-message h4 { + font-size: 14px; + margin: 10px 0 15px; + padding: 0; +} + +#prowl-message img { + float: left; + margin-right: 10px; +} + +/* @group Success */ + +#prowl-success { + color: #eee; + text-shadow: #000000 0 -1px 1px; + font: bold 16px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; + text-align: center; + background: #000 url(../core/core-images/push-success.png) no-repeat center 50px; + position: absolute; + top: 0; + left: 0; + z-index: 1000; + opacity: 0.9; + width: 90%; + margin-left: 5%; + margin-top: 25px; + -webkit-border-radius: 15px; + -webkit-box-shadow: #444 0px 0px 15px; +} + +#prowl-success p, #prowl-fail p { + margin-top: 125px; + margin-left: 20%; + margin-right: 20%; +} + +#prowl-fail { + color: #eee; + text-shadow: #000000 0 -1px 1px; + font: bold 16px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; + text-align: center; + background: #000 url(../core/core-images/push-fail.png) no-repeat center 50px; + position: absolute; + top: 0; + left: 0; + z-index: 1000; + opacity: 0.9; + width: 90%; + margin-left: 5%; + margin-top: 25px; + -webkit-border-radius: 15px; + -webkit-box-shadow: #444 0px 0px 15px; +} + +/* @end */ + +/* @end */ + +/* @group Login & Search */ + +#wptouch-login { + position: absolute; + top: 0; + left: 0; + z-index: 1; + width: 100%; + display: none; +} + +#wptouch-login-inner { + padding-top: 8px; + width: 100%; + height: 35px; + background-repeat: repeat-x; + text-align: center; + padding-bottom: 2px; +} + +#wptouch-login input#log { + width: 120px; + -webkit-border-radius: 10px; + padding: 3px; + font-size: 13px; + color: #222; + font-weight: bold; + border: 1px solid #1b1b1b; +} + +#wptouch-login input#pwd { + width: 120px; + -webkit-border-radius: 10px; + padding: 3px; + font-size: 13px; + color: #222; + font-weight: bold; + border: 1px solid #1b1b1b; + margin-left: 5px; +} + +#wptouch-search { + position: absolute; + top: 0; + left: 0; + z-index: 1; + width: 100%; + display: none; +} + +#wptouch-search-inner { + width: 100%; + height: 40px; + background-repeat: repeat-x; + text-align: center; + padding-top: 5px; +} + +input#s { + -webkit-border-radius: 10px; + padding: 4px; + width: 80%; + font-size: 13px; + color: #222; + text-align: left; + margin-top: 6px; + border: 1px solid #1b1b1b; + font-weight: bold; +} + +img.head-close { + display: inline; + position: relative; + top: 6px; + left: 5px; +} + +/* @end */ + +/* @end */ + +/* @group Index Page */ + +.post { + -webkit-border-radius: 8px; + background-color: #fff; + padding: 10px; + margin-bottom: 12px; + position: relative; + margin-right: 10px; + margin-left: 10px; + border: 1px solid #b1b1b1; +} + +.big { + height: 200px; +} + +a.post-arrow { + width: 18px; + height: 15px; + float: right; + margin-top: 1px; + padding: 0; + background: #f4f4f4 url(../core/core-images/post-arrow.png) no-repeat center 5px; + border: 1px solid #ddd; + -webkit-border-radius: 5px; + -webkit-transform: scale(1.0) rotate(0deg); + -webkit-transition-duration: 0.6s; +} + +a.post-arrow-down { + -webkit-transform: scale(1.0) rotate(180deg); + -webkit-transition-duration: 0.6s; + background: #dfe3e3 url(../core/core-images/post-arrow.png) no-repeat center -14px; + border: 1px solid #b8b8b8; +} + +a.h2 { + color: #222; + text-decoration: none; + display: block; + margin-top: 2px; + text-align: left; + width: 93%; + letter-spacing: -1px; + margin-bottom: 4px; + line-height: 15px; + font-size: 15px; + font-weight: bold; +} + +.mainentry { + color: #444; + line-height: 145%; + display: block; +} + +.mainentry p { + margin: 2% 0 1%; + padding: 0; +} + +.mainentry a.read-more { + display: block; + padding-top: 10px; + border-top: 1px solid #c1c1c1; + position: relative; + padding-left: 10px; + color: #222; + font-weight: bold; + background: url(../core/core-images/arrow.png) no-repeat right 7px; + padding-bottom: 10px; + -webkit-border-bottom-left-radius: 8px; + -webkit-border-bottom-right-radius: 8px; + margin: 10px -10px -10px; +} + +.mainentry a.read-more:hover { + background-color: #dcdcdc; +} + +.mainentry li { + border-bottom-style: dashed; +} + +.comment-bubble { + background: url(../core/core-images/sprite.png) no-repeat -2px -90px; + width: 24px; + height: 20px; + padding-top: 4px; + position: absolute; + color: #fff; + padding-left: 0; + font: bold 13px Helvetica, Arial-BoldMT, Geneva, sans-serif; + letter-spacing: -1px; + text-shadow: #871521 -1px -1px 1px; + padding-right: 1px; + margin-left: 0; + z-index: 1; + text-align: center; + left: 1px; + top: 1px; +} + +.comment-bubble-big { + background: url(../core/core-images/sprite.png) no-repeat -2px -66px; + width: 26px; + height: 21px; + padding-top: 3px; + position: absolute; + color: #fff; + left: 2px; + top: 0; + padding-left: 0; + font: bold 13px Helvetica, Arial-BoldMT, Geneva, sans-serif; + letter-spacing: -1px; + text-shadow: #871521 -1px -1px 1px; + padding-right: 4px; + margin-left: 0; + z-index: 1; + text-align: center; +} + +#nothing-shown { + margin-left: -11px; + margin-top: -11px; +} + +.archive-top { + margin: -11px -11px 7px; + -webkit-border-top-right-radius: 8px; + padding: 0; +} + +.archive-top-right .post-arrow, .archive-top-right .post-arrow-down { + margin-right: 5px; + margin-top: 3px; +} + +.archive-top-left.month-01, #arc-top.month-02, #arc-top.month-03, #arc-top.month-04, #arc-top.month-05, #arc-top.month-06, #arc-top.month-07, #arc-top.month-08, #arc-top.month-09, #arc-top.month-10, #arc-top.month-11, #arc-top.month-12 { + -webkit-border-top-left-radius: 8px; + -webkit-border-top-right-radius: 8px; + padding-top: 5px; + padding-bottom: 5px; + padding-left: 10px; + font-weight: bold; + color: #eee; + text-shadow: #535353 0 -1px 1px; +} + +.main-navigation { + -webkit-border-radius: 8px; + background-color: #fff; + margin-bottom: 12px; + position: relative; + margin-right: 10px; + margin-left: 10px; + border: 1px solid #b1b1b1; + overflow: hidden; + font-weight: bold; + padding: 10px; +} + +.main-navigation .alignleft a { + float: left; + display: block; + background: url(../core/core-images/sprite.png) no-repeat 0 -46px; + padding-top: 3px; + padding-bottom: 3px; + padding-left: 23px; +} + +.main-navigation .alignright a { + float: right; + display: block; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 35px; + background: url(../core/core-images/sprite.png) no-repeat right -26px; + position: relative; + left: 15px; +} + +/* @group Calendar CSS Icons */ + +.calendar { + text-align: center; + position: relative; + margin-bottom: 5px; + margin-right: 10px; + margin-top: 0; + border: 1px solid #c9c9c9; + -webkit-border-top-left-radius: 7px; + -webkit-border-top-right-radius: 1px; + -webkit-border-bottom-left-radius: 1px; + -webkit-border-bottom-right-radius: 7px; + top: 3px; + float: left; + -webkit-box-shadow: #c6c6c6 1px 1px 3px; +} + +.cal-month { + font-size: 10px; + font-weight: bold; + color: #fff; + letter-spacing: 0; + text-shadow: #67727f 1px -1px 0; + border-bottom: 1px solid #ececec; + text-transform: uppercase; + padding: 3px 10px; + -webkit-border-top-left-radius: 6px; + -webkit-border-top-right-radius: 1px; +} + +.cal-date { + color: #111; + background-color: #e9e9e9; + text-shadow: white -1px -1px 1px; + -webkit-border-bottom-left-radius: 1px; + -webkit-border-bottom-right-radius: 6px; + letter-spacing: -3px; + font: bold 21px Helvetica, "Arial Rounded MT Bold", Geneva, sans-serif; + padding: 1px 4px 2px 0; + text-align: center; + border: 1px solid #fff; + border-top-style: none; +} + +/* @group Cal Month Colors */ + +.month-01 { + background-color: #767c8f; +} + +.month-02 { + background-color: #345abe; +} + +.month-03 { + background-color: #37838d; +} + +.month-04 { + background-color: #55b06c; +} + +.month-05 { + background-color: #409ad5; +} + +.month-06 { + background-color: #be63c5; +} + +.month-07 { + background-color: #f79445; +} + +.month-08 { + background-color: #4e1e00; +} + +.month-09 { + background-color: #a04262; +} + +.month-10 { + background-color: #284461; +} + +.month-11 { + background-color: #4d1d77; +} + +.month-12 { + background-color: #af1919; +} + +/* @end */ + +/* @end */ + +.post-author { + color: #555; + font-size: 9px; + line-height: 11px; + position: relative; + font-weight: bold; + letter-spacing: 0; + text-align: left; + width: 72%; + float: left; +} + +.post-author span.lead { + font-weight: normal; + font-style: normal; +} + +/* @end */ + +/* @group Ajax */ + +.ajax-load-more { + margin-top: 15px; + margin-right: auto; + display: block; + margin-left: auto; + width: 160px; +} + +.spin { + height: 16px; + background: url(../core/core-images/ajax-loader.gif) no-repeat; + display: inline-block; + width: 16px; + position: relative; + float: left; + top: 0; + right: 5px; +} + +a.ajax { + color: #475d79; + text-shadow: #eee 1px 1px 0; + letter-spacing: 0; + height: 16px; + font: bold 14px Helvetica, Geneva, Arial, sans-serif; +} + +/* @end */ + +/* @group Single Post Page */ + +a.sh2 { + letter-spacing: -1px; + margin: 0; + padding: 0 0 2px; + color: #222; + display: block; + line-height: 20px; + font-size: 19px; + font-weight: bold; + text-align: left; +} + +#singlentry { + line-height: 150%; + color: #333; + display: block; + overflow: hidden; + font-size: 13px; +} + +#singlentry li { + margin-top: 3px; + margin-bottom: 3px; +} + +.single-post-meta-top { + text-align: left; + color: #999; + font-size: 10px; + font-weight: bold; + line-height: 15px; +} + +.single-post-meta-bottom { + text-align: left; + color: #666; + font-size: 11px; + border-bottom: 1px solid #adadad; + border-top: 1px solid #adadad; + padding: 10px; + font-weight: bold; + line-height: 14px; + background-color: #e5eff5; + margin: 5px -10px; + text-shadow: #fafafa 0 1px 1px; +} + +/* @group Post Options Bar */ + +.single-post-meta-bottom .post-page-nav { + font-size: 15px; + margin-bottom: 15px; +} + +.single-post-meta-bottom .post-page-nav a { + padding: 3px 7px; + background-color: #fff; + border: 1px solid #ccc; + -webkit-border-radius: 4px; +} + +ul#post-options { + -webkit-border-bottom-left-radius: 7px; + -webkit-border-bottom-right-radius: 7px; + list-style-type: none; + background-color: #e6e6e6; + padding: 0 4px 0 0; + text-align: center; + position: relative; + margin: -5px -10px -10px; + border-top: 1px solid #fbfbfb; +} + +ul#post-options li { + margin: 0; + padding: 0; + display: inline-block; +} + +ul#post-options li a { + display: inline-block; + width: 38px; + padding: 20px 6px 16px; + margin: 2px 0 0; +} + +ul#post-options li a#oprev { + background: url(../core/core-images/post-options.png) no-repeat 5px -210px; + border-right: 1px solid #cfcfcf; + width: 38px; +} + +ul#post-options li a#onext { + background: url(../core/core-images/post-options.png) no-repeat -7px -244px; + border-left: 1px solid #cfcfcf; + width: 38px; +} + +ul#post-options li a#omail { + background: url(../core/core-images/post-options.png) no-repeat center -1px; + border-left: 1px solid #fbfbfb; + margin-left: -3px; +} + +ul#post-options li a#otweet { + background: url(../core/core-images/post-options.png) no-repeat center -82px; +} + +ul#post-options li a#obook { + background: url(../core/core-images/post-options.png) no-repeat center -39px; + border-right: 1px solid #fbfbfb; + margin-right: -3px; +} + +/* @end */ + +/* @group Gallery / Captions */ + +#singlentry .wp-caption { + text-align: center; + font-size: 11px; + color: #999; + line-height: 13px; + max-width: 100% !important; + height: auto !important; +} + +#singlentry .gallery { + margin: 0; + padding: 0; + width: 100% !important; + height: auto !important; +} + +#singlentry .gallery dl.gallery-item img.attachment-thumbnail { + padding: 3px; + margin: 10px; + width: 50% !important; + height: auto; +} + +#singlentry .gallery dl.gallery-item { + margin: 0; +} + +#singlentry .gallery dl.gallery-item dt.gallery-icon { + margin: 0; +} + +#singlentry .gallery dl.gallery-item dd.gallery-caption { + font-size: 11px; + color: #555; +} + +/* @end */ + +/* @group Twitter / Bookmarking */ + +#twitter-box { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + margin: 10px; + background-color: #fff; +} + +#twitter-box img { + float: left; + margin-right: 5px; + position: relative; + bottom: 4px; + right: 3px; + width: 28px; + height: 28px; +} + +#twitter-box ul { + list-style-type: none; + margin: 0; + padding: 0; +} + +#twitter-box li { + clear: both; + border-bottom: 1px solid #cbcbcb; + margin: 0; + padding: 0; +} + +#twitter-box li a { + display: block; + color: #222; + font-size: 13px; + font-weight: bold; + padding-top: 10px; + padding-bottom: 13px; + padding-left: 10px; + margin: 0; +} + +#bookmark-box { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + margin: 10px; + background-color: #fff; +} + +#bookmark-box img { + float: left; + margin-right: 5px; + position: relative; + bottom: 4px; + right: 3px; + margin-left: 3px; + margin-top: 1px; +} + +#bookmark-box ul { + list-style-type: none; + margin: 0; + padding: 0; +} + +#bookmark-box li { + clear: both; + border-bottom: 1px solid #cbcbcb; + margin: 0; + padding: 0; +} + +#bookmark-box li a { + display: block; + color: #222; + font-size: 13px; + font-weight: bold; + padding-top: 10px; + padding-bottom: 13px; + padding-left: 10px; + margin: 0; +} + +#twitter-box li:last-child, #bookmark-box li:last-child { + border-bottom-style: none; +} + +/* @end */ + +/* @end */ + +/* @group Pages */ + +.page h2 { + font-size: 20px; + letter-spacing: -1px; + text-align: left; + line-height: 22px; + font-weight: normal; + font-style: normal; + padding-right: 0; + padding-top: 0; + padding-bottom: 0; + position: relative; + border-style: none; + margin: 10px 0 0 42px; +} + +.pageentry { + color: #444; + padding: 2px 0 0; + line-height: 145%; + display: block; +} + +.pageentry li { + list-style-type: none; +} + +img.pageicon { + position: relative; + margin-right: 10px; + width: 32px; + height: 32px; + float: left; + margin-top: -5px; + margin-left: 0; +} + +.pageentry .wp-caption { + text-align: center; + font-size: 11px; + color: #999; + line-height: 13px; + max-width: 100% !important; + height: auto !important; +} + +/* @group Archives */ + +#wptouch-tagcloud { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + background-color: #fff; + margin-right: 10px; + margin-left: 10px; + padding: 10px; + text-align: justify; + text-transform: capitalize; + line-height: 150%; +} + +#wptouch-archives { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + background-color: #fff; + margin-right: 10px; + margin-left: 10px; +} + +#wptouch-archives a { + color: #222; + display: block; + padding-bottom: 10px; + padding-left: 10px; + background: url(../core/core-images/arrow.png) no-repeat right center; + padding-top: 10px; +} + +#wptouch-archives ul { + padding: 0; + list-style-type: none; + margin: 0; +} + +#wptouch-archives li { + border-bottom: 1px solid #ccc; + list-style-type: none; + font-weight: bold; + font-size: 14px; + color: #222; + display: block; + padding: 0; + margin-bottom: 0; + margin-left: -10px; + margin-right: -10px; +} + +#wptouch-archives li:first-child { + margin-top: -10px; +} + +#wptouch-archives li:last-child { + margin-bottom: -10px; + border-bottom-style: none; +} + +/* @end */ + +/* @group Links */ + +#wptouch-links a { + color: #222; + display: block; + background: url(../core/core-images/arrow.png) no-repeat right center; + padding: 10px 10% 10px 10px; +} + +#wptouch-links h2 { + color: #475d79; + text-shadow: #eee 1px 1px 0; + font-size: 15px; + font-weight: bold; + margin-bottom: 10px; + margin-left: 10px; + letter-spacing: 0; + border-style: none; + text-transform: capitalize; + margin-top: 20px; +} + +#wptouch-links ul { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + background-color: #fff; + list-style-type: none; + margin: 10px; + padding: 0; +} + +#wptouch-links li { + border-bottom: 1px solid #ccc; + list-style-type: none; + font-weight: bold; + font-size: 13px; + color: #333; + display: block; + padding: 0; + margin: 0; + text-shadow: #fff 0 0 0; +} + +#wptouch-links li:first-child { + border-top-style: none; +} + +#wptouch-links li:last-child { + border-bottom-style: none; +} + +/* @end */ + +/* @group Photos */ + +#wptouch-flickr { + text-align: center; + width: auto; +} + +#wptouch-flickr img { + padding: 1px; + background-color: #ccc; + margin: 5px; + width: 55px; + height: 55px; +} + +/* @end */ + +/* @group 404 */ + +#fourohfour { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + background-color: #fff; + text-align: center; + margin: 10px; + padding: 10px; +} + +/* @end */ + +/* @end */ + +/* @group Comments */ + +ol#commentlist { + list-style-type: none; + display: none; + margin: 0 10px 0; + position: relative; + z-index: 1; + padding-right: 0; + padding-bottom: 0; + padding-left: 0; +} + +ol.commentlist li { + background-color: #fff; + padding: 10px; + border-bottom: 1px solid #dedede; + margin: 0; + overflow: hidden; + font-size: 12px; + border-right: 1px solid #b1b1b1; + border-left: 1px solid #b1b1b1; + position: relative; +} + +h3#com-head { + font-weight: bold; + font-size: 13px; + -webkit-border-radius: 8px; + text-shadow: #fff 0 1px 0; + margin-left: 10px; + margin-right: 10px; + border: 1px solid #b1b1b1; + background: #fff; + position: relative; + z-index: 1; + padding-top: 10px; + padding-bottom: 10px; + padding-left: 10px; + cursor: pointer; + display: block; +} + +h3#com-head img#com-arrow { + margin-right: 5px; + position: relative; + top: 1px; + -webkit-transform: scale(1.0) rotate(0deg); + -webkit-transition-duration: 0.6s; +} + +.comhead-open { + -webkit-border-bottom-left-radius: 0px !important; + -webkit-border-bottom-right-radius: 0px !important; + margin-bottom: -1px; + background-color: #eee !important; +} + +.com-arrow-down { + -webkit-transform: scale(1.0) rotate(90deg) !important; + -webkit-transition-duration: 0.6s !important; +} + +ol.commentlist li:first-child { + border-top: 1px solid #b1b1b1; +} + +ol.commentlist li:last-child { + border-bottom: 1px solid #b1b1b1; + -webkit-border-bottom-left-radius: 8px; + -webkit-border-bottom-right-radius: 8px; +} + +ol.commentlist li .avatar { + float: left; + border-right: 1px solid #f9f9f9; + margin-right: 5px; +} + +ol.commentlist li ul { + padding: 0; + margin: 0; + list-style-type: none; +} + +ol.commentlist .parent { + background-color: #fefdec; +} + +ol.commentlist .parent ul.children li { + border: 1px solid #ddd; + background-color: #e9f8fd; + -webkit-border-radius: 8px; +} + +ol.commentlist ul.children .parent ul.children li.alt { + border: 1px solid #ddd; + background-color: #fff; + padding: 10px; + margin: 10px 0 0; + -webkit-border-radius: 8px; +} + +ol.commentlist ul.children .parent ul.children li.even { + border: 1px solid #ddd !important; + background-color: #f9fbf6; + padding: 10px; + margin: 10px 0 0; + -webkit-border-radius: 8px; +} + +ol.commentlist .reply a, .comdater { + position: absolute; + top: 6px; + right: 5px; + font-weight: bold; + font-size: 10px; + background-color: #e5e5e5; + padding: 1px 5px; + border: 1px solid #fff; + -webkit-border-radius: 3px; + text-shadow: #fff 0 1px 0px; +} + +ol.commentlist .comdater span { + margin-right: 3px; + border-right: 1px solid #fefefe; + display: inline-block; +} + +ol.commentlist .comdater span a { + padding-right: 7px; +} + +ol.commentlist .comdater span a:last-child { + border-right: 1px solid #ccc; + display: inline-block; +} + +ol.commentlist .comment-author { + font-weight: bold; +} + +ol.commentlist .comment-meta a { + font-size: 11px; + color: #999; +} + +.navigation.commentnav { + height: 17px; + padding-right: 0; + padding-top: 10px; + padding-left: 10px; +} + +.navigation.commentnav .alignright a { + background-repeat: no-repeat; + background-position: right -26px; + padding-right: 35px; +} + +.navigation.commentnav .alignleft a { + background-repeat: no-repeat; + background-position: left -46px; + padding-left: 25px; +} + +.comtop { + background-color: #f5f5f5; + padding-left: 0; + padding-bottom: 15px; + border-bottom: 1px solid #dedede; + margin-top: -10px; + margin-left: -10px; + margin-right: -10px; + height: 17px; +} + +.com-author a { + font-weight: bold; + text-transform: capitalize; + font-size: 13px; + text-shadow: #fff 0 1px 0; + -webkit-border-top-right-radius: 0px; +} + +.com-author { + font-weight: bold; + text-transform: capitalize; + font-size: 13px; + position: relative; + text-shadow: #fff 0 1px 0; + -webkit-border-top-right-radius: 0px; + padding-left: 10px; + padding-top: 7px; +} + +/* + +@end */ + +/* @group Leaving A Comment */ + +h3#comments, h3#respond { + color: #475d79; + text-shadow: #eee 1px 1px 0; + letter-spacing: -1px; + font-size: 17px; + padding-left: 10px; + padding-top: 20px; +} + +.preview { + background-color: #fdeeab; + color: #bf7b20; + font-weight: bold; + text-shadow: #fff 0 1px 1px; + font-size: 11px; +} + +.preview span { + position: absolute; + right: 62px; + top: 8px; +} + +p.logged { + color: #475d79; + text-shadow: #eee 1px 1px 0; + font-size: 11px; + font-weight: bold; + position: relative; + top: 2px; + margin-top: 35px; +} + +form#commentform { + margin-left: 10px; + margin-right: 10px; +} + +form#commentform input { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + padding: 3px; + margin: 0; + font-size: 13px; + color: #444; + width: 170px; +} + +form#commentform input#submit { + color: #555; + font-weight: bold; + width: 25%; + opacity: 1; + background-color: #eee; + border: 1px solid #aaa; + text-shadow: #fff 0 1px 0; +} + +textarea#comment { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + font-size: 13px; + color: #444; + height: 110px; + width: 98%; + padding: 3px; +} + +#loading { + position: relative; + background-color: #dedede; + -webkit-border-radius: 8px; + border: 1px solid #9fa5ac; + opacity: 0.85; + z-index: 9; + margin: 0; + bottom: 166px; + text-align: center; + width: 98%; + height: 64px; + max-width: 453px; + padding: 50px 3px 2px; +} + +#loading p { + display: inline; + position: relative; + bottom: 3px; + left: 3px; + text-shadow: #fff 0 1px 0; + font-size: 12px; + color: #2f4e71; + font-weight: bold; +} + +form#commentform label { + color: #475d79; + text-shadow: #eee 1px 1px 0; + font-size: 12px; + font-weight: bold; +} + +#refresher { + -webkit-border-radius: 8px; + padding: 10px 10px 10px 18px; + border: 1px solid #b1b1b1; + background-color: #e9f5f8; + color: #475d79; + font-weight: bold; + margin-left: 10px; + margin-right: 10px; + text-shadow: #f5f5f5 0 1px 1px; + margin-top: 20px; +} + +#refresher img { + float: left; + margin-right: 3px; + margin-left: -10px; +} + +#refresher h3 { + padding: 0; + margin: 0 0 5px; + color: #475d79; + text-shadow: #f5f5f5 0 1px 1px; +} + +p.subscribe-to-comments { + padding: 8px; + -webkit-border-radius: 8px; + background-color: #eee; + border: 1px solid #adadad; +} + +p.subscribe-to-comments label { + text-shadow: #fff 0 1px 0 !important; + color: #333 !important; +} + +p.subscribe-to-comments input#subscribe { + padding-right: 3px; + vertical-align: top; +} + +/* + + @end */ + +/* @group Text Options */ + +.full-justified { + text-align: justify; +} + +.left-justifed { + text-align: left; +} + +.small-text { + font-size: 1.1em; +} + +.medium-text { + font-size: 1.2em; +} + +.large-text { + font-size: 1.3em; +} + +/* @end */ + +/* @group Background Options */ + +.classic-wptouch-bg { + background: url(../core/core-images/pinstripes-classic.gif) repeat; +} + +.argyle-wptouch-bg { + background: url(../core/core-images/argyle-tie.gif) repeat; +} + +.horizontal-wptouch-bg { + background: url(../core/core-images/pinstripes-horizontal.gif) repeat; +} + +.diagonal-wptouch-bg { + background: url(../core/core-images/pinstripes-diagonal.gif) repeat; +} + +.skated-wptouch-bg { + background: url(../core/core-images/skated-concrete.gif) repeat; +} + +.grid-wptouch-bg { + background: url(../core/core-images/grid.gif) repeat; +} + +/* @end */ + +/* @group Footer */ + +#footer { + text-align: center; + color: #475d79; + font-size: 10px; + font-weight: bold; + text-shadow: #eee 1px 1px 0; + margin-top: 60px; + line-height: 13px; + padding: 0 0 10px; +} + +#footer p { + margin: 0; + padding: 0 25px 5px; +} + +/* @group Switch Link */ + +#wptouch-switch-link { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + margin-right: 10px; + margin-left: 10px; + margin-bottom: 20px; + position: relative; + max-width: 300px; + padding: 13px 10px 12px 8px; + color: #222; + text-shadow: #fff 0 0 0; + font-size: 13px; + text-align: left; + background-color: #fff; +} + +#wptouch-switch-link a { + position: relative; + display: block; + width: 77px; + background: url(../core/core-images/onoff.jpg) no-repeat left top; + height: 22px; + float: right; + left: 2px; + bottom: 5px; +} + +.offimg { + width: 77px; + background: url(../core/core-images/onoff.jpg) no-repeat 0 -22px !important; + height: 22px; +} + +/* @end */ + +/* @end */ + +/* @group Compatibility CSS */ + +/* @group AddThis / Tweet This */ + +.addthis_container { + display: none !important; +} + +a.tt { + display: none !important; +} + +/* @end */ + +/* @group Intense Debate */ + +/* @end */ + +/* @group Peter's Anti Spam Support */ + +#secureimgdiv img#cas_image { + -webkit-border-radius: 2px !important; + border: 1px solid #adadad !important; + width: auto !important; + height: 21px !important; + float: left !important; +} + +#secureimgdiv p label { + color: #475d79; + text-shadow: #eee 1px 1px 0; + font-size: 14px; + font-weight: bold; +} + +#secureimgdiv p small { + display: block; + margin-top: 5px; + font-size: 11px; + text-align: justify; +} + +#secureimgdiv p input#securitycode { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + padding: 3px; + margin: 0 0 0 0; + font-size: 13px; + color: #444; + width: 101px; + -webkit-border-top-left-radius: 1px; + -webkit-border-bottom-left-radius: 1px; +} + +/* @end */ + +/* @group YouTube Plugin */ + +.post object, .post embed { + width: 100% !important; + height: auto; + position: relative; + z-index: 0; +} + +/* @end */ + +/* @group Ribbon Manager Plugin Override */ + +a#ribbon { + display: none !important; +} + +/* @end */ + +/* @group Disqus */ + +#disqus_thread .dsq-auth-header { + margin-top: -35px; +} + +h3#dsq-add-new-comment { + color: #475d79; + text-shadow: #eee 2px 1px 1px; + letter-spacing: -1px; + font-size: 16px; + position: relative; + bottom: 10px; +} + +.dsq-by img { + display: none; +} + +.dsq-authenticated-pic img.dsq-post-avatar { + width: 24px; + height: 24px; +} + +#disqus_thread { + -webkit-border-radius: 8px; + border: 1px solid #adadad; + background-color: #fff; + padding: 10px; + margin-left: 10px; + margin-right: 10px; + margin-top: 50px; +} + +#disqus_thread .dsq-authenticated ul li { + font-weight: bold; + position: relative; + left: 5px; +} + +#disqus_thread a#dsq-options-toggle { + float: right; +} + +a.dsq-brlink { + text-align: center; + display: block; + margin-top: 15px; + font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; +} + +/* @end */ + +/* @end */ + +/* @group WPtouch Adsense area */ + +#adsense-area { + height: 50px; + overflow: none; + margin-bottom: 12px; + background: transparent; +} + +#adsense-area iframe { + height: 50px!important; + overflow: none; +} + +/* @end */ + +/* @group Intense Debate */ + +#idc-container-parent { + background-color: white; + margin-left: 10px; + margin-right: 10px; + -webkit-border-radius: 8px; + border: 1px solid #adadad; + overflow: hidden; + font: 12px Helvetica !important; + position: relative !important; +} + +#idc-container-parent .idc-c-t { + padding: 9px; +} + +#idc-container-parent .idc-c-b { + padding-left: 5px; +} + +#idc-container-parent ul#IDCPostNav li { + font-size: 11px !important; +} + +#idc-container-parent .idc-new { + padding-left: 10px !important; + padding-right: 10px !important; +} + +#idc-container-parent .idc-head h3, #idc-container-parent .idc-new h3 { + color: #475d79; + text-shadow: #eee 2px 1px 1px; + letter-spacing: -1px; + font-size: 16px; + position: relative; + bottom: 10px; + padding-left: 10px; +} + +#idc-container-parent .idc-right { + margin-top: -10px; + padding-right: 10px; +} + +#idc-container-parent textarea { + width: 91% !important; +} + +#idc-container-parent .idc-column { + display: block; + clear: both; + width: 94% !important; +} + +#idc-container-parent form input { + max-width: 100px; +} + +#idc-container-parent form div { + margin-bottom: 10px; +} + +#idc-container-parent #IDNewThreadSubmitLI.idc-right { + position: absolute; +} + +#idc-container-parent label.idc-nofloat { + display: none; +} + +/* @end */ + +/* @group No Script Overlay */ + +#noscript-wrap { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #eee; + z-index: 1000; + opacity: 0.9; +} + +#noscript { + color: #ddd; + display: block; + height: 54%; + text-shadow: #000000 -1px -1px 0; + -webkit-border-radius: 15px; + -webkit-box-shadow: #444 0px 0px 15px; + width: auto; + padding-right: 25px; + padding-left: 25px; + background: #0d0d0d url(../../images/saved.png) no-repeat center top; + padding-top: 110px; + text-align: center; + border: 3px solid #444; + font: 14px Helvetica, Arial, sans-serif; + margin: 25px; +} + +/* @end */ + +/* @group Post Thumbnails (2.9 only) */ + +.wptouch-post-thumb-wrap { + background: url(../core/core-images/top-left.png) no-repeat; + position: relative; + margin-right: 8px; + -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.85, transparent), to(white)); + display: block; + margin-bottom: 4px; + width: 46px; + height: 46px; + float: left; +} + +.wptouch-post-thumb img { + width: 46px; + height: 46px; +} + +.wptouch-post-thumb-wrap .thumb-top-left { + position: absolute; + top: 0; + left: 0; + height: 9px; + width: 9px; + background: url(../core/core-images/thumb-corners.png) no-repeat 0 0; +} + +.wptouch-post-thumb-wrap .thumb-top-right { + position: absolute; + top: 0; + right: 0; + width: 9px; + height: 9px; + background: url(../core/core-images/thumb-corners.png) no-repeat right top; +} + +.wptouch-post-thumb-wrap .thumb-bottom-left { + position: absolute; + bottom: 0; + left: 0; + width: 9px; + height: 9px; + background: url(../core/core-images/thumb-corners.png) no-repeat 0 -9px; +} + +.wptouch-post-thumb-wrap .thumb-bottom-right { + position: absolute; + bottom: 0; + right: 0; + width: 9px; + height: 9px; + background: url(../core/core-images/thumb-corners.png) 9px -9px; +} + +/* @end */ \ No newline at end of file