| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889 |
- body {
- font-family: Cantarell;
- letter-spacing: -0.01em;
- }
- a:hover {
- text-decoration:none;
- }
- h1 {
- font-weight: bold;
- font-size: 220%;
- float: left;
- margin-top: 5px;
- }
- h2 {
- font-size:200%;
- margin-bottom:10px;
- letter-spacing:-1px;
- }
- h2.ribbon {
- padding: 15px 30px;
- position: relative;
- left: -55px;
- float: left;
- margin: 20px 0;
- border-radius: 3px 3px 3px 0px;
- -moz-border-radius: 3px 3px 3px 0px;
- -webkit-border-radius: 3px 3px 3px 0px;
- width: 890px;
- }
- .triangle-ribbon {
- /* border-right-color is overwritten by theme */
- border: 13px solid transparent;
- height: 0;
- position: relative;
- width: 0;
- float: left;
- clear: left;
- left: -67px;
- top: -33px;
- z-index: -1;
- }
- #signup {
- float: right;
- text-align: center;
- }
- #signup table {
- margin-bottom: 5px;
- }
- #signup table tr td:first-child {
- text-align: right;
- }
- #signup table td {
- padding: 3px;
- vertical-align: middle;
- }
- h2 span {
- position:absolute;
- right:25px;
- font-size:80%;
- margin:3px 0 0;
- }
- h3 {
- font-size:180%;
- font-weight: bold;
- margin-bottom:15px;
- }
- aside h3 {
- font-size:138.5%;
- font-weight:bold;
- margin-bottom:15px;
- color:#333333;
- padding-bottom:10px;
- border-bottom:1px solid #D9D9D9;
- }
- h4 {
- font-size:128%;
- font-weight: bold;
- margin-bottom:20px;
- color:#333333;
- }
- h5 {
- font-size:100%;
- }
- h5.inline {
- float:left;
- margin-right:10px;
- }
- h6 {
- font-size:93%;
- }
- h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
- margin-right:5px;
- vertical-align:-2px;
- }
- .fl {
- float:left;
- }
- img.fl {
- margin:0 25px 25px 0;
- }
- .fr {
- float:right;
- }
- img.fr {
- margin:0 0 25px 25px;
- }
- .fn {
- float:none!important;
- }
- .cl {
- background: none;
- border: 0;
- clear: both;
- display: block;
- float: none;
- font-size: 0;
- list-style: none;
- margin: 0;
- padding: 0;
- overflow: hidden;
- visibility: hidden;
- width: 0;
- height: 0;
- }
- .tl {
- text-align:left;
- }
- .tr {
- text-align:right;
- }
- .tc {
- text-align:center;
- }
- .hd {
- display: none;
- }
- .strong {
- font-weight: 700!important;
- }
- .no-margin {
- margin:0!important;
- }
- .no-padding {
- padding:0!important;
- }
- .margin-left {
- margin-left:20px;
- }
- .margin-right {
- margin-right:20px;
- }
- .margin-top {
- margin-top:20px;
- }
- .margin-bottom {
- margin-bottom:20px;
- }
- .border-top {
- border-top:1px solid #D9D9D9;
- padding-top:10px;
- margin-top:20px;
- }
- .border-left {
- border-left:1px solid #D9D9D9;
- padding-left:10px;
- margin-left:20px;
- }
- .border-bottom {
- border-bottom:1px solid #D9D9D9;
- padding-bottom:10px;
- margin-bottom:20px;
- }
- .border-right {
- border-top:1px solid #D9D9D9;
- padding-top:10px;
- margin-top:20px;
- }
- .txt-smaller {
- font-size:85%
- }
- .txt-small {
- font-size:93%
- }
- .txt-light {
- color:#4d4d4d;
- }
- .txt-lighter {
- color:#666;
- }
- nav {
- float: left;
- }
- nav ul {
- line-height: 100%;
- margin: 0 auto;
- padding: 10px;
- width: 100%;
- }
- nav ul li {
- display: inline-block;
- list-style: none;
- z-index: 100;
- margin-left: 15px;
- }
- nav a {
- font-weight: bold;
- text-decoration: none;
- display: block;
- padding: 8px 12px;
- font-size:113%;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- nav a:hover {
- background: #000;
- color: #000;
- }
- nav .current a, nav li:hover > a {
- background: #e5e5e5;
- color: #444;
- border-top: solid 1px #cccccc;
- border-left: solid 1px #cccccc;
- border-right:1px solid #e0e0e0;
- border-bottom:1px solid #e0e0e0;
- padding:7px 11px 8px;
- text-shadow:0 1px 0 #FFFFFF;
- }
- nav ul li:first-child > a {
- -webkit-border-top-left-radius: 3px;
- -moz-border-radius-topleft: 3px;
- -webkit-border-top-right-radius: 3px;
- -moz-border-radius-topright: 3px;
- }
- nav ul li:last-child > a {
- -webkit-border-bottom-left-radius: 3px;
- -moz-border-radius-bottomleft: 3px;
- -webkit-border-bottom-right-radius: 3px;
- -moz-border-radius-bottomright: 3px;
- }
- header {
- width: 980px;
- margin: 25px auto 20px;
- }
- footer {
- padding: 10px 0;
- width: 980px;
- margin: 25px auto 20px;
- }
- #page {
- background: #fff;
- color: #191919;
- border: 1px solid #d9d9d9;
- padding: 40px;
- position: relative;
- width: 898px;
- margin: 0 auto;
- z-index: 1;
- border-radius: 3px;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- }
- #page-content.two-col {
- float:left;
- padding-right:35px;
- width:600px;
- display:inline;
- }
- .breadcrumbs {
- margin:0 0 20px;
- list-style:none;
- padding:10px 15px;
- background:#f2f2f2;
- border:1px solid #D9D9D9;
- font-size:93%;
- color:#333333;
-
- border-radius:3px;
- -moz-border-radius:3px;
- -webkit-border-radius:3px;
- }
- .breadcrumbs li {
- display:inline;
- }
- aside {
- float:left;
- width:260px;
- color:#333333;
- display:inline;
- }
- section {
- margin-bottom:20px;
- padding-bottom:20px;
- border-bottom:1px solid #d9d9d9;
- }
- .inlinepic {
- background:#fafafa;
- border:1px solid #ccc;
- padding:5px;
- box-shadow:0 0 5px #D9D9D9;
- -moz-box-shadow:0 0 5px #D9D9D9;
- -webkit-box-shadow:0 0 5px #D9D9D9;
- }
- blockquote {
- background:url("../img/quote.gif") no-repeat 0 5px;
- color:#444444;
- line-height:1.6;
- padding:5px 20px 10px 45px;
- margin-bottom:20px;
- }
- blockquote cite {
- color:#666666;
- font-size:12px;
- font-style:italic;
- }
- /*// About Page //*/
- #teamlist {
- margin:0;
- list-style:none;
- }
- #teamlist li {
- margin-bottom:20px;
- padding-bottom:10px;
- border-bottom:1px solid #D9D9D9;
- }
- #teamlist li.last {
- border-bottom:0;
- margin-bottom:0;
- padding-bottom:0;
- }
- /*// Services Page //*/
- .services-list {
- margin:0;
- list-style:none;
- }
- .services-list li {
- float:left;
- width:270px;
- margin-right:30px;
- margin-bottom:20px;
- font-size:93%;
- }
- .services-list li p {
- margin-bottom:5px;
- }
- .services-list li a {
- float:right;
- }
- .services-list li img {
- float:left;
- margin:5px 20px 30px 0;
- }
- .services-list li.last {
- margin-right:0;
- }
- .process {
- height:31px;
- width:31px;
- background: url(../img/process.gif);
- color:#fff;
- display:block;
- font-size:138%;
- font-weight:bold;
- line-height:28px;
- text-align:center;
- margin:5px 20px 30px 0;
- float:left;
- }
- /*// Portfolio Page //*/
- .portfolio-small {
- list-style:none outside none;
- margin:0 -35px 0;
- }
- .portfolio-small li a {
- display:block;
- }
- .portfolio-small li {
- float:left;
- margin-bottom:20px;
- margin-left:35px;
- width:275px;
- }
- .portfolio-small li img {
- margin-bottom:10px;
- }
- .portfolio-small li h4 {
- margin-bottom:10px;
- }
- .portfolio-small li p {
- margin-bottom:10px;
- }
- .portfolio-list {
- list-style:none outside none;
- margin:0;
- }
- .portfolio-list li {
- margin-bottom:20px;
- padding-bottom:20px;
- }
- .portfolio-list li img {
- float:left;
- }
- .portfolio-list li.last {
- padding-bottom:0;
- }
- .portfolio-list li div {
- margin-left: 390px;
- }
- .portfolio-list li p {
- margin-bottom:15px;
- }
- p {
- line-height:1.6;
- margin-bottom:20px;
- }
- .list {
- margin-bottom:15px;
- }
- .list li {
- margin-bottom:5px;
- padding:0;
- }
- .list ul {
- margin-bottom:15px;
- }
- dl.definition {
- margin-bottom:20px;
- }
- dl.definition dt {
- font-weight:bold;
- margin-bottom:5px;
- padding-left:20px;
- }
- dl.definition dd {
- color:#666666;
- margin-bottom:15px;
- padding-left:20px;
- }
- .tags {
- margin:0 0 15px;
- list-style:none;
- }
- .tags li {
- display:inline;
- background:#D9D9D9;
- margin-right:10px;
- font-size:85%;
- padding:3px 6px;
- border-radius:20px;
- -moz-border-radius:20px;
- -webkit-border-radius:20px;
- }
- .social {
- margin:0 0 15px;
- list-style:none;
- }
- .social li {
- display:inline;
- margin-right:10px;
- }
- #scrollwrapper {
- padding: 15px 20px;
- border: 1px solid #ccc;
- float: left;
- margin: 10px 25px;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- .scrollable {
- height: 330px;
- overflow: hidden;
- position: relative;
- width: 800px;
- float: left;
- }
- .scrollable .items {
- clear: both;
- position: absolute;
- width: 20000em;
- }
- .items div {
- float: left;
- width: 740px;
- }
- .scrollable img {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- background-color: #fff;
- border: 1px solid #ccc;
- float: left;
- height: 300px;
- margin-right: 15px;
- }
- .scrollable .active {
- border: 2px solid #000;
- cursor: default;
- position: relative;
- }
- a.browse {
- background: url(../img/scrollable.png) no-repeat;
- display: block;
- width: 30px;
- height: 30px;
- margin: 150px 10px;
- cursor: pointer;
- font-size: 1px;
- position: absolute;
- }
- a.right {
- background-position: 0 -30px;
- clear:right;
- margin-right: 0px;
- right:25px;
- }
- a.right:hover {
- background-position:-30px -30px;
- }
- a.right:active {
- background-position:-60px -30px;
- }
- a.left {
- margin-left: 0px;
- left:25px;
- }
- a.left:hover {
- background-position:-30px 0;
- }
- a.left:active {
- background-position:-60px 0;
- }
- a.disabled {
- visibility: hidden !important;
- }
- .search {
- float: right;
- margin-top: 5px;
- }
- .pricing-table h4 {
- color:#FFFFFF;
- font-size:240%;
- margin-bottom:5px;
- }
- .pricing-table h5 {
- color:#FFFFFF;
- font-size:140%;
- margin-bottom:5px;
- }
- .pricing-table .header {
- background:url(../img/grad-blue.gif) repeat-x scroll center top #166890;
- border:1px solid #11506F;
- color:#FFFFFF;
- text-align:center;
- width:28%;
- padding:5px;
- }
- .pricing-table .blank {
- background:#fff;
- border:none;
- }
- .pricing-table {
- border-right:1px solid #58bbec;
- border-bottom:1px solid #58bbec;
- width:100%;
- margin-bottom:20px;
- }
- .pricing-table thead th, .pricing-table thead td {
- padding:6px 10px;
- font-weight: 700;
- color: #333;
- background: #EAEBFA;
- border-bottom: 1px solid #D9D9D9;
- border-right:1px solid #D9D9D9;
- }
- .pricing-table thead th.last, .pricing-table thead td.last {
- border-right:0;
- }
- .pricing-table tbody th, .pricing-table tbody td {
- background:#EAEBFA;
- border-right:1px dotted #D9D9D9;
- vertical-align:middle;
- padding:12px;
- font-size:93%;
- text-align:center;
- }
- .pricing-table tbody tr.alt td {
- background:#e4e6fa;
- }
- .pricing-table tbody th.last, .pricing-table tbody td.last {
- border-right:0 none;
- }
- .pricing-table tbody tr.last td {
- border-bottom:0 none;
- }
- /*//// - Forms - ////*/
- body.ie7 form, body.ie8 {
- margin-bottom:40px;
- }
- form p {
- margin-bottom:15px;
- }
- form input, form textarea {
- padding: 7px 5px;
- border: 1px solid #ccc;
- border-radius: 3px;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- }
- form input.small {
- width:35px;
- }
- input[type="button"], input[type="submit"], button {
- cursor: pointer;
- display: inline-block;
- font-weight: 700;
- outline: none;
- width: auto;
- text-align: center;
- vertical-align: middle;
- background: #ddd;
- color: #444;
- text-shadow: 0 -1px 0 #eee;
- border-radius: 3px;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- }
- input[type="button"]:hover, input[type="submit"]:hover, button:hover {
- background: #eee;
- }
- #message {
- margin-bottom:20px;
- }
- .error-message {
- background:url("../img/error.png") no-repeat 10px center #FECDC6;
- padding:10px 35px;
- border-radius:3px;
- -moz-border-radius:3px;
- -webkit-border-radius:3px;
- }
- .success-message {
- background:url(../img/success.png) no-repeat 10px center #F1FFBF;
- padding:10px 35px;
- border-radius:3px;
- -moz-border-radius:3px;
- -webkit-border-radius:3px;
- }
- /* notifications */
- .notification.success {
- background:#f1ffbf url('../img/icons/success.png') no-repeat 10px 10px;
- border-color:#a6d50f;
- }
- .notification.success span.strong {
- color:#283304;
- }
- .notification.error {
- background:#fecdc6 url('../img/icons/error.png') no-repeat 10px 10px;
- border-color:#f45d43;
- }
- .notification.error span.strong {
- color:#33130e;
- }
- .notification.warning {
- background:#ffecb0 url('../img/icons/warning.png') no-repeat 10px 10px;
- border-color:#ffbc2a;
- }
- .notification.warning span.strong {
- color:#332508;
- }
- .notification.info {
- background:#d4e7f5 url('../img/icons/information.png') no-repeat 10px 10px;
- border-color:#589ad7;
- }
- .notification.info span.strong {
- color:#152433;
- }
- .notification.tip {
- background:#ffeccd url('../img/icons/tip.png') no-repeat 10px 10px;
- border-color:#dd9854;
- }
- .notification.tip span.strong {
- color:#332313;
- }
- .notification {
- padding:10px 10px 10px 35px;
- border:1px solid #fff;
- margin-bottom:10px;
- position:relative;
- font-size:100%;
- border-radius:3px;
- -moz-border-radius:3px;
- -webkit-border-radius:3px;
- }
- .notification p {
- margin-bottom:0;
- }
- .notification .close {
- background:url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
- cursor:pointer;
- display:block;
- height:16px;
- position:absolute;
- right:10px;
- top:10px;
- width:16px;
- }
- .notification .close:hover {
- opacity:1;
- }
- .notification.nopic {
- background-image:none;
- padding:10px;
- }
- .notification span.strong {
- margin-right:10px;
- }
- /* Bullet List */
- .bullet-list {
- list-style:none;
- margin-bottom:15px;
- margin-left:0;
- }
- .bullet-list li {
- background:url("../img/bullet_arrow_right.png") no-repeat left center transparent;
- margin-bottom:5px;
- padding:6px 6px 6px 20px;
- }
- .bullet-list li a {
- -webkit-border-radius:3px;
- -moz-border-radius:3px;
- border-radius:3px;
- color:#181818;
- display:block;
- margin:-6px;
- padding:6px;
- text-decoration:none;
- }
- .bullet-list li a:hover {
- background-color:#E2E2E2;
- margin:-6px -6px -6px -20px;
- padding:6px 6px 6px 20px;
- }
- .bullet-list.grey li {
- -webkit-border-radius:3px;
- -moz-border-radius:3px;
- border-radius:3px;
- background-color:#f2f2f2;
- width:50%;
- }
- /* Definition List */
- dl.definition {
- margin-bottom:20px;
- }
- dl.definition dt {
- background:url("../img/icons/16/bullet_arrow_right.png") no-repeat left center;
- font-weight: 700;
- margin-bottom:5px;
- padding-left:20px;
- }
- dl.definition dd {
- color:#666666;
- margin-bottom:15px;
- padding-left:20px;
- }
- /* Pagination */
- .pagination {
- display: inline-block;
- font-size: 77%;
- text-decoration: none;
- }
- .pagination a, .pagination .dots {
- background:url("../img/grad-grey.gif") repeat-x scroll center top #C3C3C3;
- border:1px solid #C3C3C3;
- display: inline-block;
- color:#444444 !important;
- margin-right: 2px;
- padding: 6px 8px;
- text-decoration:none;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- .pagination a:hover {
- background: url("../img/grad-grey-hover.gif") repeat-x scroll center top #C3C3C3;
- color: #444444;
- }
- .pagination a.current {
- background: url("../img/grad-grey-rev.gif") repeat-x scroll center top #C3C3C3;
- color: #444444;
- }
- .pagination a.number.current {
- color: #444;
- }
- /* Small Pagination */
- .pagination.small a, .pagination.small .dots {
- margin-right: 1px;
- padding: 1px 4px;
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;
- border-radius: 6px;
- }
- /* Table Styles */
- .table {
- border:1px solid #CCCCCC;
- width:100%;
- margin-bottom:20px;
- }
- .table.no-border {
- border:none
- }
- .table thead th, .table thead td {
- padding:6px 10px;
- font-weight: 700;
- color: #333;
- background: #E2E2E2;
- border-bottom: 1px solid #cccccc;
- border-right:1px solid #CCCCCC;
- }
- .table thead th.last, .table thead td.last {
- border-right:0;
- }
- .table thead th.checkbox, .table thead td.checkbox {
- width:25px;
- }
- .table tbody th, .table tbody td {
- background:#fff;
- border-right:1px dotted #CCCCCC;
- vertical-align:middle;
- padding:10px;
- font-size:93%;
- }
- .table tbody tr.alt td {
- background:#F2F2F2;
- }
- .table tbody th.last, .table tbody td.last {
- border-right:0 none;
- }
- .table tbody tr.last td {
- border-bottom:0 none;
- }
- .table tbody tr:hover th, .table tbody tr:hover td {
- background:#d3ecf9;
- }
- /* Tispy Tooltips */
- .tipsy {
- padding: 5px;
- font-size: 93%;
- opacity: 0.8;
- filter: alpha(opacity=80);
- background-repeat: no-repeat;
- background-image: url(../img/tipsy.gif);
- }
- .tipsy-inner {
- padding: 5px 8px 4px 8px;
- background-color: black;
- color: white;
- max-width: 200px;
- text-align: center;
- }
- .tipsy-inner {
- border-radius:3px;
- -moz-border-radius:3px;
- -webkit-border-radius:3px;
- }
- .tipsy-north {
- background-position: top center;
- }
- .tipsy-south {
- background-position: bottom center;
- }
- .tipsy-east {
- background-position: right center;
- }
- .tipsy-west {
- background-position: left center;
- }
|